[Bug 1264816] [NEW] Unable to instantiate unregistered object type SecurityGroupRuleList

2013-12-29 Thread Ming Lei
Public bug reported:

1, The problem can be observed on both nova controller node and nova-
compute node

2,  the bug should be introduced recently, and looks the nova-compute
package 2 weeks ago looks fine.

3, error log from nova-compute.log:
2013-12-28 11:30:01.697 1222 ERROR object 
[req-3ec971de-efb4-44cb-9205-662a53ea9299 None None] Unable to instantiate 
unregistered object type SecurityGroupRuleList
2013-12-28 11:30:01.700 1222 ERROR nova.openstack.common.rpc.amqp 
[req-3ec971de-efb4-44cb-9205-662a53ea9299 None None] Exception during message 
handling
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp Traceback 
(most recent call last):
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 461, 
in _process_data
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp **args)
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 172, in dispatch
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp result = 
getattr(proxyobj, method)(ctxt, **kwargs)
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/conductor/manager.py, line 584, in 
object_class_action
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp objver)
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/objects/base.py, line 202, in 
obj_class_from_name
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp raise 
exception.UnsupportedObjectError(objtype=objname)
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp 
UnsupportedObjectError: Unsupported object type SecurityGroupRuleList
2013-12-28 11:30:01.700 1222 TRACE nova.openstack.common.rpc.amqp
2013-12-28 11:30:01.705 1222 ERROR nova.openstack.common.rpc.common 
[req-3ec971de-efb4-44cb-9205-662a53ea9299 None None] Returning exception 
Unsupported object type SecurityGroupRuleList to caller
2013-12-28 11:30:01.706 1222 ERROR nova.openstack.common.rpc.common 
[req-3ec971de-efb4-44cb-9205-662a53ea9299 None None] ['Traceback (most recent 
call last):\n', '  File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 461, 
in _process_data\n**args)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 172, in dispatch\nresult = getattr(proxyobj, method)(ctxt, 
**kwargs)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/conductor/manager.py, line 584, in 
object_class_action\nobjver)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/objects/base.py, line 202, in 
obj_class_from_name\nraise 
exception.UnsupportedObjectError(objtype=objname)\n', 'UnsupportedObjectError: 
Unsupported object type SecurityGroupRuleList\n']

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1264816

Title:
  Unable to instantiate unregistered object type SecurityGroupRuleList

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1264816/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1264815] [NEW] nova-compute can't be setting up during install on trusty

2013-12-29 Thread Ming Lei
Public bug reported:

1, during install:
Setting up nova-compute (1:2014.1~b1-0ubuntu2) ...
start: Job failed to start
invoke-rc.d: initscript nova-compute, action start failed.
dpkg: error processing nova-compute (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up nova-compute-kvm (1:2014.1~b1-0ubuntu2) ...
Errors were encountered while processing:
 nova-compute
E: Sub-process /usr/bin/dpkg returned an error code (1)

2, the system is latest trusty:
ming@arm64:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  dnsmasq-utils iputils-arping libboost-system1.53.0 libboost-thread1.53.0
  libclass-isa-perl libopts25 libswitch-perl ttf-dejavu-core
Use 'apt-get autoremove' to remove them.
The following packages have been kept back:
  checkbox-cli
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

3, looks /usr/bin/nova-compute can't be started:
ming@arm64:~$ nova-compute
2013-12-12 17:57:19.992 13823 ERROR stevedore.extension [-] Could not load 
'file': (WebOb 1.3 (/usr/lib/python2.7/dist-packages), 
Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-12 17:57:19.993 13823 ERROR stevedore.extension [-] (WebOb 1.3 
(/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension Traceback (most recent 
call last):
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 134, in 
_load_plugins
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension invoke_kwds,
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 146, in 
_load_one_plugin
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension plugin = ep.load()
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2107, in load
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension if require: 
self.require(env, installer)
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2120, in require
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension 
working_set.resolve(self.dist.requires(self.extras),env,installer)))
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 580, in resolve
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension raise 
VersionConflict(dist,req) # XXX put more info here
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension VersionConflict: (WebOb 
1.3 (/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-12 17:57:19.993 13823 TRACE stevedore.extension
2013-12-12 17:57:20.133 13823 ERROR nova.virt.driver [-] Compute driver option 
required, but not specified

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1264815

Title:
  nova-compute can't be setting up during install on trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1264815/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1264717] Re: the node can't get the user-data file from server..

2013-12-29 Thread bjorne jonsen
** Also affects: maas
   Importance: Undecided
   Status: New

** No longer affects: maas

** Also affects: cloud-init
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1264717

Title:
  the node can't get the user-data file from server..

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1264717/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1202839] Re: qemu-bridge-helper missing from qemu-kvm or elsewhere

2013-12-29 Thread LocutusOfBorg
** Tags removed: verification-needed
** Tags added: verification-done

** Changed in: qemu-kvm (Ubuntu Saucy)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1202839

Title:
  qemu-bridge-helper missing from qemu-kvm or elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1202839/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1264856] [NEW] package mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 failed to install/upgrade: subprocesso script post-installation instalado retornou erro do status de saída 1

2013-12-29 Thread Joao
Public bug reported:

Amateur radi software called CQRLOG does not work because it has a
conflict with / doesnt let mysql server (  mysql-server-5.5
5.5.34-0ubuntu0.12.04.1) instal.   With otjer older versions of cqrlog
an mysql server I han do problem.

Thanks

John

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mysql-server-5.5 5.5.34-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.5.0-44.67~precise1-generic 3.5.7.25
Uname: Linux 3.5.0-44-generic i686
ApportVersion: 2.0.1-0ubuntu17.6
AptOrdering:
 mysql-server-5.5: Configure
 mysql-server: Configure
 cqrlog: Configure
Architecture: i386
Date: Sun Dec 29 17:03:02 2013
DuplicateSignature: 
package:mysql-server-5.5:5.5.34-0ubuntu0.12.04.1:subprocesso script 
post-installation instalado retornou erro do status de saída 1
ErrorMessage: subprocesso script post-installation instalado retornou erro do 
status de saída 1
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
Logs.var.log.daemon.log:
 
MarkForUpload: True
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ib_logfile1', 'mysql_upgrade_info', 'ib_logfile0', 
'performance_schema', 'debian-5.5.flag', 'mysql', 'test', 'ibdata1']
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 failed to 
install/upgrade: subprocesso script post-installation instalado retornou erro 
do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.apparmor.d.usr.sbin.mysqld: [modified]
mtime.conffile..etc.apparmor.d.usr.sbin.mysqld: 2013-10-26T23:51:10.528582

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.5 in Ubuntu.
https://bugs.launchpad.net/bugs/1264856

Title:
  package mysql-server-5.5 5.5.34-0ubuntu0.12.04.1 failed to
  install/upgrade: subprocesso script post-installation instalado
  retornou erro do status de saída 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1264856/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1198639] Re: Unable to add nodes to MAAS Server running in VirtualBox

2013-12-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: maas-enlist (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas-enlist in Ubuntu.
https://bugs.launchpad.net/bugs/1198639

Title:
  Unable to add nodes to MAAS Server running in VirtualBox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1198639/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2013-12-29 Thread rowez
Running MAAS server on Saucy! And Saucy as the default distro for
commissioning and deployment.

Using a Arcadyan modem for DHCP range: 192.168.2.2-192.168.2.139 and the
Cluster Interfaces set to manage DHCP and DNS. With
rangeL192.168.150-192.168.2.167, broadcast-ip: 192.168.2.255 and router-
adres to modem.

I have set zone cloud in field Default domain for new nodes
(MAAS/setting).

But /etc/bind/maas is zone master, with ip-
range:192.168.2.0-192.168.2.255.

Is the directory /etc/bind/maas created by MAAS? I don't think!

** Attachment added: maas-enlist-give-up.png
   
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1081660/+attachment/3937351/+files/maas-enlist-give-up.png

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas-enlist in Ubuntu.
https://bugs.launchpad.net/bugs/1081660

Title:
  If maas-enlist fails to reach a DNS server, the node will be named ;;
  connection timed out; no servers could be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1081660/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1203647] Re: whois domain .id Not found: -V Md5.0

2013-12-29 Thread Paul White
This problem seems to be fixed in saucy and trusty as whois
pandi.or.id works as expected.

Raring version of whois is 5.0.20, in saucy it is 5.0.26.

As raring's end of life is in just over 30 days time this bug is
unlikely to be fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/1203647

Title:
  whois domain .id Not found: -V Md5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whois/+bug/1203647/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1126390] Re: The most recent qemu 1.3.0+dfsg-5expubuntu3 has usb redirection disabled

2013-12-29 Thread Chris Merrett
A fix has been released for 14.04 5 days ago as per the following post:
https://bugs.launchpad.net/ubuntu/+source/usbredir/+bug/1126513/comments/15

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1126390

Title:
  The most recent qemu 1.3.0+dfsg-5expubuntu3 has usb redirection
  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1126390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1100877] Re: lxc-start fails after upgrade to raring

2013-12-29 Thread Arne-Christian Blystad
Quickfix/simplefix that worked for me:

apt-get purge lxc*

reboot

apt-get install lxc

Not the ideal solution, but it worked.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1100877

Title:
  lxc-start fails after upgrade to raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1100877/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1264910] [NEW] Tmux backend can't handle spaces in window name

2013-12-29 Thread Phil Pemberton
Public bug reported:

When hitting Ctrl-a A  (ctrl-a shift-a) to rename the window, if I enter
a name with spaces, Tmux briefly displays an error Usage: rename-window
[-t target-window] new-name and the window retains its current name.
Entering a window name without spaces works fine.

Similarly, the window name cannot be set to an empty string - this
results in the same error message.

This seems to be a regression of #1224352.

byobu 5.35-0ubuntu1 and 5.68-0ubuntu1~raring (latter from ppa:byobu/ppa)
Ubuntu 13.04 Raring Ringtail

** Affects: byobu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to byobu in Ubuntu.
https://bugs.launchpad.net/bugs/1264910

Title:
  Tmux backend can't handle spaces in window name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1264910/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1264910] Re: Tmux backend can't handle spaces in window name

2013-12-29 Thread Phil Pemberton
Also confirmed on byobu 5.68-0ubuntu1~raring from the Byobu PPA
(ppa:byobu/ppa).

** Description changed:

  When hitting Ctrl-a A  (ctrl-a shift-a) to rename the window, if I enter
  a name with spaces, Tmux briefly displays an error Usage: rename-window
  [-t target-window] new-name and the window retains its current name.
  Entering a window name without spaces works fine.
  
  Similarly, the window name cannot be set to an empty string - this
  results in the same error message.
  
  This seems to be a regression of #1224352.
  
- byobu 5.35-0ubuntu1
+ byobu 5.35-0ubuntu1 and 5.68-0ubuntu1~raring
  Ubuntu 13.04 Raring Ringtail

** Description changed:

  When hitting Ctrl-a A  (ctrl-a shift-a) to rename the window, if I enter
  a name with spaces, Tmux briefly displays an error Usage: rename-window
  [-t target-window] new-name and the window retains its current name.
  Entering a window name without spaces works fine.
  
  Similarly, the window name cannot be set to an empty string - this
  results in the same error message.
  
  This seems to be a regression of #1224352.
  
- byobu 5.35-0ubuntu1 and 5.68-0ubuntu1~raring
+ byobu 5.35-0ubuntu1 and 5.68-0ubuntu1~raring (latter from ppa:byobu/ppa)
  Ubuntu 13.04 Raring Ringtail

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to byobu in Ubuntu.
https://bugs.launchpad.net/bugs/1264910

Title:
  Tmux backend can't handle spaces in window name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1264910/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs