[Bug 1241174] Re: package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Timo Aaltonen
it's still a bug if upgrade fails.. this needs closer inspection

** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cobbler (Ubuntu)
   Status: New = Confirmed

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

Title:
  package cobbler-web 2.4.0-0ubuntu4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1241174/+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


Re: [Qemu-devel] [Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-18 Thread tobias
Hello Mike,

Thanks a lot for getting back on this.
Is the cpu idle driver a command line option I need to specify for 
qemu (the -cpu option ?)
I could not find a reference to idle in the man page.

regards,

Tobias.

On 18-10-13 04:33, mike wrote:
 On 10/18/2013 04:29 AM, tobias wrote:
 hi,

 tried your option but it does not help. (cpu usage is still high)
 below my command line syntax:
 qemu-system-x86_64 -global mc146818rtc.lost_tick_policy=slew -machine 
 accel=kvm:tcg -name win7 -S -machine pc-i440fx-1.4,accel=kvm,usb=off 
 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 
 813f5806-64ec-3319-452a-5e1834e753c9 -no-user-config -nodefaults 
 -chardev 
 socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7.monitor,server,nowait 
 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime 
 -no-shutdown -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7 
 -device 
 ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5
  
 -device 
 ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1 
 -device 
 ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2 
 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x8 -drive 
 file=/data/vmware/win7.img,if=none,id=drive-virtio-disk0,format=qcow2 
 -device 
 virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
  
 -device usb-tablet,id=input0 -device 
 intel-hda,id=sound0,bus=pci.0,addr=0x4 -device 
 hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
 virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -vga std
 Hi, have you enable the kernel CPU idle driver?  especially the guest 
 kernel.

 Thanks
 Mike




-- 
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/1174654

Title:
  qemu-system-x86_64 takes 100% CPU after host machine resumed from
  suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1174654/+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


Re: [Qemu-devel] [Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-18 Thread tobias
Hello MIke,

but this concerns a windows guest. you mean a kernel configuration 
within the guest (aka recompile ?) or a boot parameter within the guest ?

regards,

Tobias.

On 18-10-13 09:26, mike wrote:
 On 10/18/2013 03:12 PM, tobias wrote:
 Hello Mike,

 Thanks a lot for getting back on this.
 Is the cpu idle driver a command line option I need to specify for
 qemu (the -cpu option ?)
 I could not find a reference to idle in the man page.
 You need to check the guest kernel config file.

 Thanks
 Mike
 regards,

 Tobias.

 On 18-10-13 04:33, mike wrote:
 On 10/18/2013 04:29 AM, tobias wrote:
 hi,

 tried your option but it does not help. (cpu usage is still high)
 below my command line syntax:
 qemu-system-x86_64 -global mc146818rtc.lost_tick_policy=slew -machine
 accel=kvm:tcg -name win7 -S -machine pc-i440fx-1.4,accel=kvm,usb=off
 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid
 813f5806-64ec-3319-452a-5e1834e753c9 -no-user-config -nodefaults
 -chardev
 socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7.monitor,server,nowait
  

 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
 -no-shutdown -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7
 -device
 ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5
  

 -device
 ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1
 -device
 ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2
 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x8 -drive
 file=/data/vmware/win7.img,if=none,id=drive-virtio-disk0,format=qcow2
 -device
 virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
  

 -device usb-tablet,id=input0 -device
 intel-hda,id=sound0,bus=pci.0,addr=0x4 -device
 hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device
 virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -vga std
 Hi, have you enable the kernel CPU idle driver?  especially the guest
 kernel.

 Thanks
 Mike



-- 
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/1174654

Title:
  qemu-system-x86_64 takes 100% CPU after host machine resumed from
  suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1174654/+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


Re: [Qemu-devel] [Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-18 Thread tobias
Hi,

ok confusion cleared :-)
actually i only have this issue with windows guests. linux guests do not 
show a high cpu usage after suspend resume.
so are there any recommendations you would have to work around it ?

regards,

Tobias.


On 18-10-13 09:42, mike wrote:
 On 10/18/2013 03:41 PM, tobias appelo wrote:
 Hello MIke,

 but this concerns a windows guest. you mean a kernel configuration 
 within the guest (aka recompile ?) or a boot parameter within the 
 guest ?

 Oh, sorry, I assume it is linux guest :)

 for windows, I have no idea of it :)

 Thanks
 Mike
 regards,

 Tobias.

 On 18-10-13 09:26, mike wrote:
 On 10/18/2013 03:12 PM, tobias wrote:
 Hello Mike,

 Thanks a lot for getting back on this.
 Is the cpu idle driver a command line option I need to specify for
 qemu (the -cpu option ?)
 I could not find a reference to idle in the man page.
 You need to check the guest kernel config file.

 Thanks
 Mike
 regards,

 Tobias.

 On 18-10-13 04:33, mike wrote:
 On 10/18/2013 04:29 AM, tobias wrote:
 hi,

 tried your option but it does not help. (cpu usage is still high)
 below my command line syntax:
 qemu-system-x86_64 -global mc146818rtc.lost_tick_policy=slew 
 -machine
 accel=kvm:tcg -name win7 -S -machine pc-i440fx-1.4,accel=kvm,usb=off
 -m 2048 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid
 813f5806-64ec-3319-452a-5e1834e753c9 -no-user-config -nodefaults
 -chardev
 socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7.monitor,server,nowait
  

 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
 -no-shutdown -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7
 -device
 ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5
  

 -device
 ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1
 -device
 ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2
 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x8 
 -drive
 file=/data/vmware/win7.img,if=none,id=drive-virtio-disk0,format=qcow2 

 -device
 virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
  

 -device usb-tablet,id=input0 -device
 intel-hda,id=sound0,bus=pci.0,addr=0x4 -device
 hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device
 virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 -vga std
 Hi, have you enable the kernel CPU idle driver? especially the guest
 kernel.

 Thanks
 Mike





-- 
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/1174654

Title:
  qemu-system-x86_64 takes 100% CPU after host machine resumed from
  suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1174654/+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 1223730] Re: mDNS failure with openvswitch 1.10

2013-10-18 Thread NightShade
Ah sorry, I had updated to the latest OVS version from saucy by enabling
the saucy repos and just updating relevant libvirt and OVS packages.

The show command I included was run on 1.9 after I downgraded again to
get printing working (printers found via mDNS)

I've looked at the packets on the raw port with tcpdump and the mDNS
packets are definitely getting to the port but not to the host machine.

I'll try upgrading the machine to the current saucy packages and report
back in a few days.

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

Title:
  mDNS failure with openvswitch 1.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1223730/+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 1236299] Re: ssh-agent env variables not set when not using Bourne shell

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

** Changed in: openssh (Ubuntu)
   Status: New = Confirmed

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

Title:
  ssh-agent env variables not set when not using Bourne shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1236299/+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 1241498] Re: package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1241498/+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 1241498] [NEW] package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Bharat
Public bug reported:

After upgrade apache2 restart failed due to old configuration.

After that I re installed apache2 but then php5 started failing.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: libapache2-mod-php5 5.5.3+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
AptOrdering:
 libapache2-mod-php5: Configure
 php5: Configure
Architecture: amd64
Date: Fri Oct 18 16:12:42 2013
DuplicateSignature: package:libapache2-mod-php5:5.5.3+dfsg-1ubuntu2:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-08-29 (49 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: php5
Title: package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to saucy on 2013-10-18 (0 days ago)
modified.conffile..etc.apache2.mods.available.php5.conf: [deleted]
modified.conffile..etc.apache2.mods.available.php5.load: [deleted]

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


** Tags: amd64 apport-package saucy

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

Title:
  package libapache2-mod-php5 5.5.3+dfsg-1ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1241498/+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 1240912] Re: ssh produces superfluous key mismatch warning when network uses DHCP

2013-10-18 Thread Robie Basak
Thank you for reporting this bug and helping to make Ubuntu better.

I believe that this behaviour is by design, as designed by the upstream
authors. Additionally it can be turned off with the CheckHostIP option.

I'm not sure if it is a good idea to change the default of this option
in Ubuntu. Please seek consensus upstream in the first instance, or in
Debian or Ubuntu first.

Since there's no clear action we can take on this bug, the behaviour is
by design, it's just a warning, and the warning can be trivially
suppressed on your own system, I'm marking this bug as Invalid.

** Changed in: openssh (Ubuntu)
   Status: New = Invalid

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

Title:
  ssh produces superfluous key mismatch warning when network uses DHCP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1240912/+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 366932] Re: pwmconfic: error on test for fan START spinning pwm

2013-10-18 Thread Dirk Kraft
** Changed in: lm-sensors (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  pwmconfic: error on test for fan START spinning pwm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/366932/+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 1240757] Re: Bridge not created if bind9 is on

2013-10-18 Thread Simon Déziel
Another potential workaround would be to instruct bind9 to not poll to
discover new interfaces (with interface-interval 0;). I have not tested
this.

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1241641] [NEW] package apache2 2.4.6-2ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Craig Dunford
Public bug reported:

Upgrade from 13.04 to 13.10

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: apache2 2.4.6-2ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
Apache2ConfdDirListing: False
Apache2Modules:
 Error: command ['/usr/sbin/apachectl', '-D DUMP_MODULES'] failed with exit 
code 1: AH00526: Syntax error on line 1 of 
/etc/apache2/conf-enabled/javascript-common.conf:
 Invalid command 'Alias', perhaps misspelled or defined by a module not 
included in the server configuration
 Action '-D DUMP_MODULES' failed.
 The Apache error log may have more information.
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 18 10:38:47 2013
DuplicateSignature: package:apache2:2.4.6-2ubuntu2:ErrorMessage: subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2011-06-18 (853 days ago)
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110426)
MarkForUpload: True
SourcePackage: apache2
Title: package apache2 2.4.6-2ubuntu2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-10-18 (0 days ago)
error.log:
 
modified.conffile..etc.apache2.magic: [deleted]
modified.conffile..etc.apache2.mods.available.actions.load: [deleted]
modified.conffile..etc.apache2.mods.available.alias.load: [deleted]
modified.conffile..etc.apache2.mods.available.authn.anon.load: [deleted]
modified.conffile..etc.apache2.mods.available.authn.dbd.load: [deleted]
modified.conffile..etc.apache2.mods.available.authn.dbm.load: [deleted]
modified.conffile..etc.apache2.mods.available.authn.file.load: [deleted]
modified.conffile..etc.apache2.mods.available.authnz.ldap.load: [deleted]
modified.conffile..etc.apache2.mods.available.authz.owner.load: [deleted]
modified.conffile..etc.apache2.mods.available.autoindex.load: [deleted]
modified.conffile..etc.apache2.mods.available.cache.load: [deleted]
modified.conffile..etc.apache2.mods.available.cgi.load: [deleted]
modified.conffile..etc.apache2.mods.available.cgid.load: [deleted]
modified.conffile..etc.apache2.mods.available.charset.lite.load: [deleted]
modified.conffile..etc.apache2.mods.available.dav.fs.load: [deleted]
modified.conffile..etc.apache2.mods.available.dav.load: [deleted]
modified.conffile..etc.apache2.mods.available.dav.lock.load: [deleted]
modified.conffile..etc.apache2.mods.available.dbd.load: [deleted]
modified.conffile..etc.apache2.mods.available.dir.load: [deleted]
modified.conffile..etc.apache2.mods.available.dump.io.load: [deleted]
modified.conffile..etc.apache2.mods.available.env.load: [deleted]
modified.conffile..etc.apache2.mods.available.expires.load: [deleted]
modified.conffile..etc.apache2.mods.available.ext.filter.load: [deleted]
modified.conffile..etc.apache2.mods.available.file.cache.load: [deleted]
modified.conffile..etc.apache2.mods.available.filter.load: [deleted]
modified.conffile..etc.apache2.mods.available.headers.load: [deleted]
modified.conffile..etc.apache2.mods.available.info.load: [deleted]
modified.conffile..etc.apache2.mods.available.ldap.load: [deleted]
modified.conffile..etc.apache2.mods.available.log.forensic.load: [deleted]
modified.conffile..etc.apache2.mods.available.mime.load: [deleted]
modified.conffile..etc.apache2.mods.available.mime.magic.load: [deleted]
modified.conffile..etc.apache2.mods.available.negotiation.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.ajp.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.connect.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.ftp.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.http.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.load: [deleted]
modified.conffile..etc.apache2.mods.available.proxy.scgi.load: [deleted]
modified.conffile..etc.apache2.mods.available.reqtimeout.load: [deleted]
modified.conffile..etc.apache2.mods.available.rewrite.load: [deleted]
modified.conffile..etc.apache2.mods.available.setenvif.load: [deleted]
modified.conffile..etc.apache2.mods.available.speling.load: [deleted]
modified.conffile..etc.apache2.mods.available.status.load: [deleted]
modified.conffile..etc.apache2.mods.available.substitute.load: [deleted]
modified.conffile..etc.apache2.mods.available.suexec.load: [deleted]
modified.conffile..etc.apache2.mods.available.unique.id.load: [deleted]
modified.conffile..etc.apache2.mods.available.userdir.load: [deleted]
modified.conffile..etc.apache2.mods.available.usertrack.load: [deleted]
modified.conffile..etc.apache2.mods.available.vhost.alias.load: [deleted]
modified.conffile..etc.bash.completion.d.apache2: [modified]
mtime.conffile..etc.bash.completion.d.apache2: 2012-11-06T15:28:03

** Affects: apache2 (Ubuntu)
 Importance: Undecided

[Bug 1241641] Re: package apache2 2.4.6-2ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package apache2 2.4.6-2ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1241641/+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 545830] Re: 403 error when using a non-cached repository

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: squid-deb-proxy (Ubuntu)
 Assignee: Dmitrijs Ledkovs (xnox) = (unassigned)

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

Title:
  403 error when using a non-cached repository

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/545830/+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 1181334] Re: i386 required to install amd64

2013-10-18 Thread Raphaël Badin
I think we should raise the priority on this bug and possibly fix it for
14.04.  I expect a lot of users will want to use amd64 over i386.  Being
able to not download all the i386 images cuts a third of what maas-
import-pxe-files downloads.  This mean a significant gain in terms of
space and speed of execution.

-- 
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/1181334

Title:
  i386 required to install amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1181334/+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 1241785] [NEW] should allow nesting without changing TERM

2013-10-18 Thread Scott Moser
Public bug reported:

$ byobu 
ERROR: Sessions should be nested with care. Remove 'screen' from $TERM to force.
$ echo $TERM
screen


I'm fully aware that I'm running screen, and would like to do the crazy thing 
of nesting it.
I would not, however, like to change my TERM variable (which will break things) 
in order to accomplish this.


I suggest this the attached patch as a sane way to fix this.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: byobu 5.60-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 18 14:52:34 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-19 (730 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: byobu
UpgradeStatus: Upgraded to saucy on 2013-05-20 (151 days ago)

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


** Tags: amd64 apport-bug saucy

** Attachment added: suggested patch
   
https://bugs.launchpad.net/bugs/1241785/+attachment/3882694/+files/nesting.patch

-- 
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/1241785

Title:
  should allow nesting without changing TERM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1241785/+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-10-18 Thread Serge Hallyn
The debian bug for this is http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=691138 .

I hope to find time to help work out a better helper.  In the meantime
though, as people were using the helper, I will re-enable it in ubuntu
(non-setuid-root).  As soon as t opens I will push qemu 1.6 to it, and
re-enable it there.  Then I'll SRU that change to raring and saucy.

** Bug watch added: Debian Bug tracker #691138
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691138

** Changed in: qemu-kvm (Ubuntu)
   Importance: Wishlist = Low

** Also affects: qemu-kvm (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: qemu-kvm (Ubuntu Saucy)
   Importance: Undecided
   Status: New

-- 
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 1241202] Re: Meta bug for tracking Openstack 2013.1.4 Stable Update

2013-10-18 Thread Adam Gandelman
** Description changed:

  This is a meta-bug used for tracking progress of the 2013.1.4 Grizzly
  stable update to Glance, Nova, Horizon, Keystone, Cinder and Quantum in
  Ubuntu 13.04.
+ 
+ cinder (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (6e764cb) (LP: #1241202):
+  - [74a2154] ThinLVM create volume from snapshot fails LP: 1210853
+  - [25be695] Failure to create tmp file in image_conversion_dir can lead 
to
+the creation of 3 volumes LP: 1224211
+  - [f89afda] Nova and quantum don't close qpid connections after certain
+error conditions LP: 1172922
+  - [f91361d] volume cloning is failing with an I/O error happening when 
the
+backing snapshot is wiped LP: 1191812
+  - [c381a49] volume is not deleted in cinder db LP: 1209367
+  - [9891bf8] Volume size is not updated when cloning a volume with 
SolidFire
+LP: 1219105
+  - [ddec0fc] when using qpid, metadata arguments cause volume cloning to
+fail LP: 1213964
+  - [d13df23] Previous change to allow SolidFire to clone different size,
+breaks create-snapshot LP: 1234970
+  - [eac6ecd] Cinder-Volume Fails to Boot on Restart LP: 1212206
+  - [174a985] upload-to-image fails with the NetApp NFS backend LP: 1221205
+  - [a3d3fa1] mount.nfs is not installed is in error LP: 1212286
+  - [8002421] Allow display_name for v2 snapshot-update LP: 1226398
+  - [9e85d49] Cinder API v2: List Snapshots Details can not use search
+options like offset and limit as admin user LP: 1205956
+  - [22c53d6] NetApp: iSCSI drivers' reserved percentage is 100 LP: 1182015
+  - [84b4ad8] Incorrect tunnelling to NetApp servers in concurrent requests
+LP: 1176759
+  - [ba03c32] solidfire driver crashes during ensure export if solidfire 
not
+available LP: 1215064
+  - [6e764cb] NetApp driver should disallow very old controller OS versions
+LP: 1223474
+* debian/patches/fix-secure-delete-for-lvm.patch: Dropped.
+ 
+  glance (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (b72b2cb) (LP: #1241202):
+  - [a5522f0] Wrong config type for rabbit_retry_backoff LP: 1201697
+  - [83d1efb] Provide graceful fallback from qpid notification errors
+LP: 1164681
+  - [9a557c8] glance qpid notifier can hang under heavy load LP: 1229042
+  - [cd3d311] 'image_download' role in v2 causes traceback LP: 1235378
+  - [b72b2cb] Glance image-create stuck in saving state using rbd as a
+backend and --copy-from option LP: 1146830
+ 
+  horizon (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (3f81d70) (LP: #1241202):
+  - [3f81d70] Floating IPs from other tenants are listed when with admin
+tenant LP: 1226224
+ 
+  keystone (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (9666fc0) (LP: #1241202):
+  - [6792499] periodic-keystone-python27-stable-grizzly fails due toNo
+module named netaddr   LP: 1212939
+  - [775d7a7] Fix and test token revocation list API
+  - [0876ea2] N+1 lookups in groups SQL LP: 1218675
+  - [afbc75b] Disabling a tenant would not disable a user token LP: 1179955
+  - [9666fc0] User operations with LDAP Identity and
+enabled_mask/user_enabled_default fail LP: 1210175
+ 
+  nova (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low
+  .
+* Resynchronize with stable/grizzly (0409a09) (LP: #1241202):
+  - [2ab1b6a] sql error when launching an instance from a volume LP: 
1171190
+  - [b5fa9f0] nova should check the is_public of flavor when creating an
+instance LP: 1212179
+  - [f651317] nova boot --num-instances=50 times out  LP: 1199433
+  - [ee9d1f6] Not prompt relevant message when stop a stoped vm LP: 1181934
+  - [fc4d1f9] vmware driver should work without requiring patched wsdl
+LP: 1171215
+  - [65b122f] launch index is not right if boot some VMs in one request
+LP: 1212648
+  - [90fa239] VMware: Unable to spawn a instance when using Quantum and
+VMware drivers LP: 1202042
+  - [474b8a4] Spawning multiple instances can cause race conditions with 
nbd
+LP: 1207422
+  - [c704897]  Some sequence of characters in console-log can DoS nova-
+compute LP: 1215091
+  - [43f2a4c] libvirt driver: Failed to attach new interface to VM
+LP: 1212565
+  - [067fb93] Multi datastore support for provisioning of instances on ESX
+LP: 1104994
+  - [fc9af8f] Compute nodes changing hostnames should log an error
+LP: 1224982
+  - [cc1b72a] Security groups with source groups no longer work LP: 1216720
+  - [faabb91] instance consoleauth  expired tokens need to be removed from
+the cache LP: 1209134
+  - [5c55985] VHD snapshot from Hyper-V driver 

[Bug 1241785] Re: should allow nesting without changing TERM

2013-10-18 Thread Dustin Kirkland 
** Changed in: byobu (Ubuntu)
   Status: New = In Progress

** Changed in: byobu (Ubuntu)
   Importance: Undecided = Low

** Changed in: byobu (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland  (kirkland)

-- 
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/1241785

Title:
  should allow nesting without changing TERM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1241785/+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 1241202] Please test proposed package

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted horizon into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/horizon/1:2013.1.4-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: glance (Ubuntu Raring)
   Status: Confirmed = Fix Committed

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1241202] Re: Meta bug for tracking Openstack 2013.1.4 Stable Update

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted quantum into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/quantum/1:2013.1.4-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: quantum (Ubuntu Raring)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

** Changed in: nova (Ubuntu Raring)
   Status: Confirmed = Fix Committed

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1241202] Please test proposed package

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted nova into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2013.1.4-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: keystone (Ubuntu Raring)
   Status: Confirmed = Fix Committed

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1241202] Please test proposed package

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted keystone into raring-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/keystone/1:2013.1.4-0ubuntu1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: horizon (Ubuntu Raring)
   Status: Confirmed = Fix Committed

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1241202] Please test proposed package

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted cinder into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2013.1.4-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1241202] Please test proposed package

2013-10-18 Thread Dave Walker
Hello Adam, or anyone else affected,

Accepted glance into raring-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/glance/1:2013.1.4-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cinder (Ubuntu Raring)
   Status: Confirmed = Fix Committed

-- 
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/1241202

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 392097] Re: vmbuilder ignores mac option when using bridge network

2013-10-18 Thread Dave Walker
Hello Jarl, or anyone else affected,

Accepted vm-builder into lucid-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/vm-
builder/0.12.4-0ubuntu0.4 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: vm-builder (Ubuntu Lucid)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  vmbuilder ignores mac option when using bridge network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/392097/+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 1241785] Re: should allow nesting without changing TERM

2013-10-18 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

-- 
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/1241785

Title:
  should allow nesting without changing TERM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1241785/+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 1241785] Re: should allow nesting without changing TERM

2013-10-18 Thread Dustin Kirkland 
** Changed in: byobu (Ubuntu)
   Status: In Progress = Fix Committed

-- 
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/1241785

Title:
  should allow nesting without changing TERM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1241785/+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 1021271] Re: KVM enabling virtualization on CPU0 failed

2013-10-18 Thread Hong Yuan
$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

BIOS is OK. I haven't change anything during the upgrade to 12.04. And
now I installed a parallel installation of 10.04 on another partition.
When the machine is booted into that distribution, all VM's run as
usual. It's just with 12.04 that the error occur:

$ dmesg | grep kvm
[   16.662398] kvm: Nested Virtualization enabled
[   16.662402] kvm: Nested Paging enabled
[   18.496106] kvm: enabling virtualization on CPU0 failed
[   18.556637] kvm: enabling virtualization on CPU0 failed
[  212.738592] kvm: enabling virtualization on CPU0 failed
[  213.179775] kvm: enabling virtualization on CPU0 failed
[  213.540391] kvm: enabling virtualization on CPU0 failed

-- 
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/1021271

Title:
  KVM enabling virtualization on CPU0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1021271/+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 315241] Re: Mangles MAC in ethers lookup

2013-10-18 Thread Bug Watch Updater
** Changed in: libnss-ldap (Debian)
   Status: New = Fix Released

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

Title:
  Mangles MAC in ethers lookup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/315241/+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 1203806] Re: package openvswitch-switch 1.4.0-1ubuntu1.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Launchpad Bug Tracker
[Expired for openvswitch (Ubuntu) because there has been no activity for
60 days.]

** Changed in: openvswitch (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package openvswitch-switch 1.4.0-1ubuntu1.5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1203806/+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