[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


[Bug 1180513] Re: lid close actions are ignored laptop always suspends

2013-10-18 Thread Martin Pitt
Not quite, bug 1222021 is for XFCE, which will need a similar fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1180513

Title:
  lid close actions are ignored laptop always suspends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1180513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1222021] Re: Laptop sleeps when lid is closed, regardless of Power Manager Settings.

2013-10-18 Thread Martin Pitt
This is the XFCE equivalent of bug 1180513 (GNOME).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1222021

Title:
  Laptop sleeps when lid is closed, regardless of Power Manager
  Settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1222021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241353] [NEW] upgradeto 13.10 fails to calculate changes

2013-10-18 Thread sally
Public bug reported:

I used software updater to try to upgrade to ubuntu 13.10 and had the
following failure:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.

I have unchecked all other software sources.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: i386
CrashDB: ubuntu
Date: Thu Oct 17 22:42:03 2013
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-18 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241353

Title:
  upgradeto 13.10 fails to calculate changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1096989] Re: [10ec:8179] No wireless support for Lenovo IdeaCentre Q190 (RTL8188EE)

2013-10-18 Thread Daniel Letzeisen
It should be working out of the box since previous commenters indicated
it worked on their Q190's

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1096989

Title:
  [10ec:8179] No wireless support for Lenovo IdeaCentre Q190 (RTL8188EE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1096989/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241354] [NEW] The problem started when I was trying to upgrade from ubuntu 13.04 to ubuntu 13.10 without a CD.. I downloaded the 13.10 version and ran it from the 13.04 one. The system crashed d

2013-10-18 Thread Ashraf
Public bug reported:

The problem started when I was trying to upgrade from ubuntu 13.04 to
ubuntu 13.10 without a CD.. I downloaded the 13.10 version and ran it
from the 13.04 one. The system crashed during the update. I, then,
downloaded the 13.10 version and correctly burnt it on a DVD. I chose
the Re-install ubuntu 13.10 option to save my stuf on the 13.04
version. The installation stopped while it was copying file and I got
that message telling me that it's unable to copy files to my hard drive,
suspecting that it could be either too hot or corrupted. I cooled the
ehole laptop down and retried, but I got the same message. I allowed a
full report to be sent to ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26 [modified: 
lib/partman/automatically_partition/question]
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
CasperVersion: 1.336ubuntu1
Date: Fri Oct 18 00:55:30 2013
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UbiquityDebug:
 Ubiquity 2.15.26
 
 (ubiquity:2544): IBUS-WARNING **: The owner of /home/ubuntu/.config/ibus/bus 
is not root!
 update_release_notes_label()
 update_release_notes_label()
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241354

Title:
  The problem started when I was trying to upgrade from ubuntu 13.04 to
  ubuntu 13.10 without a CD.. I downloaded the 13.10 version and ran it
  from the 13.04 one. The system crashed during the update. I, then,
  downloaded the 13.10 version and correctly burnt it on a DVD. I chose
  the Re-install ubuntu 13.10 option to save my stuf on the 13.04
  version. The installation stopped while it was copying file and I got
  that message telling me that it's unable to copy files to my hard
  drive, suspecting that it could be either too hot or corrupted. I
  cooled the ehole laptop down and retried, but I got the same message.
  I allowed a full report to be sent to ubuntu.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757727] Re: Zeitgeist-daemon memory usage skyrockets after dash search

2013-10-18 Thread flux
In my 13.10 zeitgeist-fts is using 390-400Mb RAM as 13.04!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757727

Title:
  Zeitgeist-daemon memory usage skyrockets after dash search

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-extensions/+bug/757727/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1194002] [NEW] Mesa armhf builds don't depend on libmirclient

2013-10-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Have a look at the libegl1-mesa package built for armhf - it doesn't
depend on libmirclient:

$ dpkg -I 
libegl1-mesa_9.2~git20130611.761320b1-0ubuntu0+mir3-jenkins81saucy0_armhf.deb
...
Depends: libc6 (= 2.4), libdrm2 (= 2.4.25), libgbm1 (= 7.11~1), libudev1 (= 
183), libwayland-client0 (= 1.0.2), libwayland-server0 (= 1.0.2), libx11-6, 
libx11-xcb1, libxcb-dri2-0 (= 1.8), libxcb-xfixes0, libxcb1
...

This causes armhf builds to fail that don't depend on libmirclient, e.g.:
https://launchpadlibrarian.net/143248120/buildlog_ubuntu-saucy-armhf.unity-system-compositor_0.0.1bzr29saucy0.77%2Bbuild2_FAILEDTOBUILD.txt.gz
...
/usr/bin/c++   -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -std=c++11 -Wall -O2 -g -DNDEBUG   
-Wl,-Bsymbolic-functions -Wl,-z,relro 
CMakeFiles/unity-system-compositor.dir/main.cpp.o 
CMakeFiles/unity-system-compositor.dir/dm_connection.cpp.o 
CMakeFiles/unity-system-compositor.dir/system_compositor.cpp.o  -o 
../bin/unity-system-compositor -rdynamic -lmirserver -lpthread -lboost_chrono 
-lboost_date_time -lboost_filesystem -lboost_system -lboost_thread 
-lboost_program_options -lboost_regex -lpthread 
/usr/lib/arm-linux-gnueabihf/libEGL.so.1: undefined reference to 
`mir_egl_mesa_display_is_valid'
collect2: error: ld returned 1 exit status
make[3]: *** [bin/unity-system-compositor] Error 1

This works correctly on i386 and amd64.

Could be related in some was to bug 1168989?

** Affects: mesa (Ubuntu)
 Importance: High
 Assignee: Chris Halse Rogers (raof)
 Status: Triaged

-- 
Mesa armhf builds don't depend on libmirclient
https://bugs.launchpad.net/bugs/1194002
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-18 Thread suslikk
In Russian layout dont work hot keys

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1218322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1194225] Re: Can't set current working directory into ntfs mounted directory.

2013-10-18 Thread Jean-Pierre
 the part of the documentation that says ACCESS HANDLING AND SECURITY
 /Be default, files and directories are owned by ... and everybody has full 
 read, 
 write, execution and directory browsing permissions. is at best deceptive, 
 at worst completely untrue.

What do you feel deceptive or untrue in this sentence ?

Your issue arose because you rejected the default options by using
no_def_opts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1194225

Title:
  Can't set current working directory into ntfs mounted directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1194225/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1194002] Re: Mesa armhf builds don't depend on libmirclient

2013-10-18 Thread Daniel van Vugt
** Project changed: mir = mesa (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1194002

Title:
  Mesa armhf builds don't depend on libmirclient

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237556] Re: cryptsetup removed from initrd.img on upgrade to 13.10

2013-10-18 Thread vamped
Problem solved.

To install Ubuntu on encrypted partitions, the usual steps are: 1) boot
liveDVD and try Ubuntu. 2) manually mount encrypted partitions with a
cryptsetup command. 3) Launch the installer.

I've always typed something like this:
cryptsetup luksOpen $my_partition WHATEVER

It turns out that the WHATEVER needs to match what is in /etc/crypttab
-- lvm_crypt in mine. I've not done this in the past (because I didn't
understand), and have been able to install new Ubuntu versions anyway.
Now it is necessary to get it right.

I think matching those words is all that is needed. Adding
'CRYPTSETUP=y' was not needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237556

Title:
  cryptsetup removed from initrd.img on upgrade to 13.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-18 Thread Sergio
Upgraded to 13.10 yesterday with hope that new kernel will save the
situation - no luck, if not became worse...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902557

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241164] Re: Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu 13.10

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241164

Title:
  Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu
  13.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241327] Re: missing ia32-libs package on Saucy (13.10)

2013-10-18 Thread Watcharapol Tadtiang
Thank You, Steve Langasek

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241327

Title:
  missing ia32-libs package on Saucy (13.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/1241327/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241358] [NEW] grub hangs in updating grub during installation

2013-10-18 Thread Tomse
Public bug reported:

During installation grub hangs at 66%, with the message updating grub

IBM Server x3650 
Onboard ServeRaid FW 5.2.0

Tested versions AMD64 12.04.2 and 12.04.3

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241358

Title:
  grub hangs in updating grub during installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241164] Re: Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu 13.10

2013-10-18 Thread maharajasemesta
** Changed in: unity (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241164

Title:
  Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu
  13.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200987] Re: html looks for yelp-code.png which is not there

2013-10-18 Thread Doug Smythies
Upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=709941


** Bug watch added: GNOME Bug Tracker #709941
   https://bugzilla.gnome.org/show_bug.cgi?id=709941

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200987

Title:
  html looks for yelp-code.png which is not there

To manage notifications about this bug go to:
https://bugs.launchpad.net/serverguide/+bug/1200987/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204134] Re: jockey-gtk crashed with SIGSEGV in gtk_icon_set_render_icon()

2013-10-18 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/204134

Title:
  jockey-gtk crashed with SIGSEGV in gtk_icon_set_render_icon()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/204134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241360] [NEW] dist upgrade from 13.04 to 13.10 failed

2013-10-18 Thread Andi Hafner
Public bug reported:

dist upgrade fails via the standard gui interface. Perhaps it depends on
the massive access to the massive access to the dl server.

I'll try it from the command line with apt-get or I'll wait some days
unless the big run is over.

happy hacking and keep on the good work :-)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic i686
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
CrashDB: ubuntu
Date: Fri Oct 18 08:24:33 2013
InstallationDate: Installed on 2012-10-28 (354 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-18 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241360

Title:
  dist upgrade from 13.04 to 13.10 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241360/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241164] Re: Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu 13.10

2013-10-18 Thread maharajasemesta
the status somehow change to fix released though ti;; no fix has been
released. sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241164

Title:
  Unity crash after login (crash ibus, panel, indicator, hud) in ubuntu
  13.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179723] [NEW] Ralink rt3290 No Support WiFi Switch Broke

2013-10-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi I have an HP Envy dv4-5243cl

I'm trying to get this to work in Mint 14 x86 Cinnamon. I see Mint is
using the 3.5x kernel, it's my understanding this driver needs at least
3.8x or 3.9x for the support.

For me the problem is also not the driver support in the kernel, to me
I'm having more like an ACPI/Bios issue on bootup and the F12 key that
is assigned to the WiFi.

My Envy assigns the F12 as the WiFi switch, I think this is common in
all the Eny line of laptops.

For a distro that has the latest 3.8x or 3.9x kernel this will work ,
but if I reboot the wifi does not work unless I press the F12 at the
Grub menu then reboot, or if I shut down the pc then turn it back on it
works this way also.

lspci always shows the device too.

The F12 also does not work under Mint, red color= off white color= on
and in Mint it's always red.

lspci always shows the device

rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

ifconfig does not show the wlan0, but iwconfig does...

I hope Mint will start supporting this driver In the HP Envy line of
laptops and figure out a way to make the wifi work on reboot without
having to press the F12 first, or shutting off the computer and turning
it back on, as well as making the F12 key work under Mint.

THANKS

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ralink rt3290 No Support  WiFi Switch Broke
https://bugs.launchpad.net/bugs/1179723
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241358] Re: grub hangs in updating grub during installation

2013-10-18 Thread Tomse
I should have mentioned that it's a 6 disk raid, in raid 5.
no additional partitions. 

I used Guided with LVM (default) to setup the disk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241358

Title:
  grub hangs in updating grub during installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 891369] Re: package procps 1:3.2.8-11ubuntu2 failed to install/upgrade: start: Unknown parameter: UPSTART_EVENTS

2013-10-18 Thread santosh
root@ubuntu:/home/user1# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e 
-p -
kernel.printk = 4 4 1 7
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
kernel.kptr_restrict = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.tcp_syncookies = 1
kernel.yama.ptrace_scope = 1
vm.mmap_min_addr = 65536
net.core.wmem_max = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 1048576
net.core.rmem_default = 1048576
error: Invalid argument setting key net.ipv4.tcp_mem
net.ipv4.tcp_rmem = 1048576
net.ipv4.tcp_wmem = 1048576
net.ipv4.ip_forward = 1
root@ubuntu:/home/user1#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891369

Title:
  package procps 1:3.2.8-11ubuntu2 failed to install/upgrade: start:
  Unknown parameter: UPSTART_EVENTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 891369] Re: package procps 1:3.2.8-11ubuntu2 failed to install/upgrade: start: Unknown parameter: UPSTART_EVENTS

2013-10-18 Thread santosh
Unable to Upgrade Ubuntu machine.

oot@ubuntu:/home/user1# apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages have been kept back:
  linux-headers-generic-lts-quantal linux-image-generic-lts-quantal
The following packages will be upgraded:
  procps
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
4 not fully installed or removed.
Need to get 0 B/235 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up procps (1:3.2.8-11ubuntu6) ...
start: Job failed to start
invoke-rc.d: initscript procps, action start failed.
dpkg: error processing procps (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  dpkg: dependency 
problems prevent configuration of apport-gtk:
 apport-gtk depends on procps; however:
  Package procps is not configured yet.
dpkg: error processing apport-gtk (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  dpkg: dependency 
problems prevent configuration of openvswitch-switch:
 openvswitch-switch depends on procps; however:
  Package procps is not configured yet.
dpkg: error processing openvswitch-switch (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  dpkg: dependency 
problems prevent configuration of quantum-plugin-openvswitch-agent:
 quantum-plugin-openvswitch-agent depends on openvswitch-switch; however:
  Package openvswitch-switch is not configured yet.
dpkg: error processing quantum-plugin-openvswitch-agent (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 procps
 apport-gtk
 openvswitch-switch
 quantum-plugin-openvswitch-agent
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ubuntu:/home/user1#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891369

Title:
  package procps 1:3.2.8-11ubuntu2 failed to install/upgrade: start:
  Unknown parameter: UPSTART_EVENTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241364] Re: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1236951 ***
https://bugs.launchpad.net/bugs/1236951

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1236951, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1236951
   package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess 
installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241364

Title:
  package tex-common 4.04 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/tex-common/+bug/1241364/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241365] [NEW] cannot upgrade to 13.10

2013-10-18 Thread harikris2000
Public bug reported:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: i386
CrashDB: ubuntu
Date: Fri Oct 18 12:03:18 2013
InstallationDate: Installed on 2012-01-14 (642 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-18 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241365

Title:
  cannot upgrade to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241365/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241270] Re: Can't switch keyboard layout by alt+shift

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1241270

Title:
  Can't switch keyboard layout by alt+shift

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241364] [NEW] package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread reto.koenig
*** This bug is a duplicate of bug 1236951 ***
https://bugs.launchpad.net/bugs/1236951

Public bug reported:

During the upgrade process 13.04 - 13.10

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: tex-common 4.04
Uname: Linux 3.9.11-030911-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 18 01:24:30 2013
DuplicateSignature: package:tex-common:4.04: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 2013-04-19 (181 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130418)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 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)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241364

Title:
  package tex-common 4.04 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/tex-common/+bug/1241364/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-18 Thread Lockal
Temporary workaround: install and use gnome 3.10 as described at
http://www.webupd8.org/2013/09/how-to-install-gnome-310-in-
ubuntu-1310.html . Gnome 3.10 is not very stable too, but at least it
allows to switch keyboard layout with ctrl+shift. And it's new GUI
(a.k.a client-side-decorations) is cool. maybe you won't need Unity
anymore.

Not sure about other Desktop Environments, maybe KDE or XFCE are not
affected by this problem too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1218322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179723] Re: Ralink rt3290 No Support WiFi Switch Broke

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

** Changed in: ubuntu
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179723

Title:
  Ralink rt3290 No Support  WiFi Switch Broke

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1179723] Re: Ralink rt3290 No Support WiFi Switch Broke

2013-10-18 Thread Saljack
** Project changed: linuxmint = ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179723

Title:
  Ralink rt3290 No Support  WiFi Switch Broke

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1208019] Re: Eclipse menus doesn't show up in Saucy

2013-10-18 Thread Peter Salzmann
I just upgraded 13.04 to 13.10 today 18/10/2013 and issue still exists with 
eclipse Kepler SR x64 version.
no worries with ubuntu build.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208019

Title:
  Eclipse menus doesn't show up in Saucy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 974480] Re: Notification area whitelist is obsolete

2013-10-18 Thread Teodor Milkov
Oop, they did it again - upgraded to 13.10 and my pidgin, workrave and
other apps disappeared from the indicator area :-(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974480

Title:
  Notification area whitelist is obsolete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/974480/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-10-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1240590 ***
https://bugs.launchpad.net/bugs/1240590

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: php-mcrypt (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241286

Title:
  Mcrypt extension not recognized by php5-fpm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1241286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202524] Re: [lts] Switch VGA mode will become black screen

2013-10-18 Thread Chris Halse Rogers
Hello Anthony, or anyone else affected,

Accepted xserver-xorg-video-intel into quantal-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/xserver-xorg-video-intel/2:2.20.9-0ubuntu2.3 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: xserver-xorg-video-intel (Ubuntu Quantal)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202524

Title:
  [lts] Switch VGA mode will become black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1202524/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1156294] Re: Bogus config control file included in .deb

2013-10-18 Thread dino99
That issue  still exist with the final Saucy release on a fresh
installation via netinstall iso.

** Tags added: saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1156294

Title:
  Bogus config control file included in .deb

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240198] Re: wrong keyboard layout active after booting into desktop, after upgrade to saucy

2013-10-18 Thread Michael Engelhardt
Same problem here. Workaround helps as described.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240198

Title:
  wrong keyboard layout active after booting into desktop, after upgrade
  to saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1240198/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] VarLogDistupgradeAptclonesystemstate.tar.gz

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeAptclonesystemstate.tar.gz
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881411/+files/VarLogDistupgradeAptclonesystemstate.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241375] [NEW] gedit-source-code-browser-plugin does not work at all in 13.10, must be ported to python3

2013-10-18 Thread Anders Nylund
Public bug reported:

The changes needed can be found here, tested and works for me:

https://github.com/Quixotix/gedit-source-code-browser/pull/22/files

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gedit-source-code-browser-plugin 3.0.3-2 [modified: 
usr/lib/gedit/plugins/sourcecodebrowser.plugin 
usr/lib/gedit/plugins/sourcecodebrowser/__init__.py 
usr/lib/gedit/plugins/sourcecodebrowser/ctags.py 
usr/lib/gedit/plugins/sourcecodebrowser/plugin.py]
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 10:03:59 2013
InstallationDate: Installed on 2013-10-01 (16 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: gedit-source-code-browser-plugin
UpgradeStatus: Upgraded to saucy on 2013-10-18 (0 days ago)

** Affects: gedit-source-code-browser-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Summary changed:

- Does not work at all in 13.10, must be ported to python3
+ gedit-source-code-browser-plugin does not work at all in 13.10, must be 
ported to python3

** Description changed:

- The changes nedded can be found here:
+ The changes needed can be found here, tested and works for me:
  
  https://github.com/Quixotix/gedit-source-code-browser/pull/22/files
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gedit-source-code-browser-plugin 3.0.3-2 [modified: 
usr/lib/gedit/plugins/sourcecodebrowser.plugin 
usr/lib/gedit/plugins/sourcecodebrowser/__init__.py 
usr/lib/gedit/plugins/sourcecodebrowser/ctags.py 
usr/lib/gedit/plugins/sourcecodebrowser/plugin.py]
  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 10:03:59 2013
  InstallationDate: Installed on 2013-10-01 (16 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: gedit-source-code-browser-plugin
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (0 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241375

Title:
  gedit-source-code-browser-plugin does not work at all in 13.10, must
  be ported to python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-source-code-browser-plugin/+bug/1241375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241376] Re: procps (1:3.2.8-11ubuntu6.1) upgrade error

2013-10-18 Thread Philipp Noack
Sorry I fixed it with moving  /etc/sysctl.d/30-iscsitarget.conf of the
folder and then upgrading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241376

Title:
  procps (1:3.2.8-11ubuntu6.1) upgrade error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241376] [NEW] procps (1:3.2.8-11ubuntu6.1) upgrade error

2013-10-18 Thread Philipp Noack
Public bug reported:

When trying to upgrade procps on ubuntu 12.04.3 LTS I receive some
errors, the package stays in broken state and cannot be upgraded:

procps (1:3.2.8-11ubuntu6.1) wird eingerichtet ...
start: Job failed to start
invoke-rc.d: initscript procps, action start failed.
dpkg: Fehler beim Bearbeiten von procps (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Es wurde kein Apport-Bericht verfasst, da das Limit MaxReports bereits erreicht 
ist

   Fehler traten auf beim Bearbeiten von:
 procps
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuch, dies zu lösen:
procps (1:3.2.8-11ubuntu6.1) wird eingerichtet ...
start: Job failed to start
invoke-rc.d: initscript procps, action start failed.
dpkg: Fehler beim Bearbeiten von procps (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 procps

The versions of procps:
  Installiert: 1:3.2.8-11ubuntu6.1
  Kandidat:1:3.2.8-11ubuntu6.2
  Versionstabelle:
 1:3.2.8-11ubuntu6.2 0
500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
 *** 1:3.2.8-11ubuntu6.1 0
100 /var/lib/dpkg/status
 1:3.2.8-11ubuntu6 0
500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

I also ran cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sudo sysctl -p
- without an error.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241376

Title:
  procps (1:3.2.8-11ubuntu6.1) upgrade error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241211] VarLogDistupgradeAptlog.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeAptlog.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881413/+files/VarLogDistupgradeAptlog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] VarLogDistupgradeApttermlog.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeApttermlog.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881415/+files/VarLogDistupgradeApttermlog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241378] [NEW] File descriptor leaked on pvscan invocation

2013-10-18 Thread latimerio
Public bug reported:

I am running Ubuntu 12.04.3 LTS on my server an I have a ksh script which 
gathers system information.  
It is invoked by cron.daily.  
Recently I added the following lines:

  pvscan | grep ^ *PV  \
 | perl -ne 's/[\n\r]*$// ; s/[\[\]]//g ;
 @Line=split() ;
 printf( %2s %-10s %2s %-8s %4s %6.2f %3s %s %6.2f 
%4s\n, @Line ) ;
  '

Since then I get the error message below from cron.daily:  
  File descriptor 3 (/) leaked on pvscan invocation. Parent PID : 
/usr/bin/ksh

I do not get the message if I run the script manually from a shell or
from a regular cron.

I tried to set LVM_SUPPRESS_FD_WARNINGS=1 as described in debian bugs
432986, 466138 and 534220 but nothing changed.

It seems that nobody really addressed this rather old LVM issue.

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


** Tags: leak lvm pvscan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241378

Title:
  File descriptor leaked on pvscan invocation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] VarLogDistupgradeMainlog.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeMainlog.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881417/+files/VarLogDistupgradeMainlog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] VarLogDistupgradeAptHistorylog.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeAptHistorylog.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881409/+files/VarLogDistupgradeAptHistorylog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] VarLogDistupgradeTermlog.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeTermlog.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881419/+files/VarLogDistupgradeTermlog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241211] Re: speech-dispatcher could not be installed when upgrading from Kubuntu 13.04 to 13.10

2013-10-18 Thread Georg Abenthung
apport information

** Tags added: apport-collected dist-upgrade saucy

** Description changed:

- Got an error message while upgrading fron 13.04 to 13.10 (German)
- Unterprozess installiertes post-installation-Skript gab den Fehlerwert
- 1 zurü
+ Got an error message while upgrading fron 13.04 to 13.10 (German) 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurü
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2
+ Architecture: amd64
+ CrashDB: ubuntu
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2012-09-29 (384 days ago)
+ InstallationMedia: Kubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120820.1)
+ MarkForUpload: True
+ Package: ubuntu-release-upgrader (not installed)
+ ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
+ Tags:  saucy dist-upgrade
+ Uname: Linux 3.11.0-12-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-10-17 (0 days ago)
+ UserGroups: adm cdrom debian-tor dialout dip fuse lpadmin plugdev sambashare 
sudo

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881408/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241211] VarLogDistupgradeLspcitxt.txt

2013-10-18 Thread Georg Abenthung
apport information

** Attachment added: VarLogDistupgradeLspcitxt.txt
   
https://bugs.launchpad.net/bugs/1241211/+attachment/3881416/+files/VarLogDistupgradeLspcitxt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241211

Title:
  speech-dispatcher could not be installed when upgrading from Kubuntu
  13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-18 Thread Anton Uspenskiy
Actually, when you select Text Entry Settings... you see Super + Space
by default, i add Russian language and click in this field to change
keys to Ctrl+Shift, but you don't see changes after this, keys still
Super + Space. But change layout work with Ctrl+Shift, to test it open
any text editor and try write something you see that change layout work,
but icon on panel Ru-En don't change when you switch layout.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1218322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-18 Thread eldad
(1)
I found that in dconf-editor 
- desktop - ibus - general - hotkey
both next-engine  next-engine-in-menu are set by default to 'Alt+Shift_L'
I do not know whether this is related or not.

(2)
Switching the language indicator (using the mouse) to my other language 
(Hebrew) allows me to switch between hebrew and english using Alt+Shift 
(defined in dconf: org - gnome - desktop -  input-sources - xkb-options 
['grp:alt_shift_toggle']
Unfortunately, I have to do this for each window separately, that is, if the 
indicator shows En, I will not be able to switch language using the Alt+Shift.

(3) 
I agree with the previous post - I do not see the point in this change from 
previous behaviour. The system is less usable than before (unless I am missing 
something). I wish to have simple way to choose the shortkey for language 
switching and that the indicator would follow.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1218322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1163720] Re: Brightness control broken on XPS13 with 3.8.0-16 and 3.8.0-22

2013-10-18 Thread Gorgonilla
Also kernel 3.11.5 from here http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.11.5-saucy/ is broken: balck display on Dell XPS 13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1163720

Title:
  Brightness control broken on XPS13 with 3.8.0-16 and 3.8.0-22

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1163720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 958661] Re: bluetooth suddenly rejects all transfers (worked yesterday)

2013-10-18 Thread matteo sisti sette
Now, fresh install of Ubuntu 13.04 on another computer.
Systematically rejects ALL bluetooth transfers.
Turning physically off and on bluetooth/wireless doesn't fix the issue (unless 
it only turns off wifi, in which case the workaround is simply not available 
for some machines).

For god's sake, when is this going to be addressed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/958661

Title:
  bluetooth suddenly rejects all transfers (worked yesterday)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240646] Re: package libaqbanking-plugins-libgwenhywfar60 5.0.22-1 failed to install/upgrade: Versuch, »/usr/lib/gwenhywfar/plugins/60/dbio/dtaus.xml« zu überschreiben, welches auch in Paket aqba

2013-10-18 Thread Micha Lenk
** Changed in: libaqbanking (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240646

Title:
  package libaqbanking-plugins-libgwenhywfar60 5.0.22-1 failed to
  install/upgrade: Versuch,
  »/usr/lib/gwenhywfar/plugins/60/dbio/dtaus.xml« zu überschreiben,
  welches auch in Paket aqbanking 5.0.32beta-1 ist

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241084] Re: adding facebook account fails

2013-10-18 Thread Forage
The same thing happens to me, without having 2-factor authentication on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241084

Title:
  adding facebook account fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1241084/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241201] Re: cannot upgrade to 13.10 from 13.04

2013-10-18 Thread Hei Ko
Same here

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241201

Title:
  cannot upgrade to 13.10 from 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304889] Re: Does not use system proxy settings

2013-10-18 Thread Michael
@Robert (robertsms)
I'm afraid I haven't really explored other ways of doing this.  Anyone else?  
Otherwise you will probably want to look at the redsocks documentation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/304889

Title:
  Does not use system proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/304889/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235641] Re: Saucy Salamander freezes after latest dist-upgrade

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

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235641

Title:
  Saucy Salamander freezes after latest dist-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1235641/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241388] [NEW] Won't boot anymore

2013-10-18 Thread matteo sisti sette
Public bug reported:

On a computer of mine, Ubuntu 13.04 was working fine the last time I booted a 
few days ago.
Now I turn on the computer, it shows the usual boot menu, I choose Ubuntu, it 
shows the Ubuntu splash screen, and then it show a black text screen which says:

BusyBox v1.20.2 (Ubuntu 1:1.20.0-0ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)_

where the _ is the blinking cursor.

What the hell is this? My ubuntgu is dead!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241388

Title:
  Won't boot anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241386] [NEW] L2TP establishes connection (logged on firewall), then client gives up

2013-10-18 Thread AndreK
Public bug reported:

According to FW (Fortigate), the connection is established and IP provided - no 
problem is logged there.
The L2TP client fails, and closes connection 1 sec later.

The same configuration worked fine before 13.10.

Here's the log, (only IP modified)
Please say so if I can help testing this problem.


Oct 18 09:09:50.285 ipsec_setup: Stopping Openswan IPsec...
Oct 18 09:09:52.011 xl2tpd[19761]: death_handler: Fatal signal 15 received
Oct 18 09:09:52.011 Stopping xl2tpd: xl2tpd.
Oct 18 09:09:52.036 ipsec_setup: Starting Openswan IPsec 
U2.6.38/K3.11.0-12-generic...
Oct 18 09:09:52.294 ipsec__plutorun: Starting Pluto subsystem...
Oct 18 09:09:52.303 ipsec__plutorun: adjusting ipsec.d to /etc/ipsec.d
Oct 18 09:09:52.309 recvref[30]: Protocol not available
Oct 18 09:09:52.309 xl2tpd[21785]: This binary does not support kernel L2TP.
Oct 18 09:09:52.309 xl2tpd[21788]: xl2tpd version xl2tpd-1.3.1 started on 
andre-OptiPlex-990 PID:21788
Oct 18 09:09:52.311 xl2tpd[21788]: Written by Mark Spencer, Copyright (C) 1998, 
Adtran, Inc.
Oct 18 09:09:52.311 xl2tpd[21788]: Forked by Scott Balmos and David Stipp, (C) 
2001
Oct 18 09:09:52.312 xl2tpd[21788]: Inherited by Jeff McAdams, (C) 2002
Oct 18 09:09:52.312 xl2tpd[21788]: Forked again by Xelerance 
(www.xelerance.com) (C) 2006
Oct 18 09:09:52.312 xl2tpd[21788]: Listening on IP address 0.0.0.0, port 1701
Oct 18 09:09:52.312 Starting xl2tpd: xl2tpd.
Oct 18 09:09:52.389 ipsec__plutorun: 002 added connection description Valhall
Oct 18 09:09:52.739 104 Valhall #1: STATE_MAIN_I1: initiate
Oct 18 09:09:52.739 003 Valhall #1: received Vendor ID payload [RFC 3947] 
method set to=115 
Oct 18 09:09:52.739 003 Valhall #1: received Vendor ID payload [Dead Peer 
Detection]
Oct 18 09:09:52.740 003 Valhall #1: ignoring unknown Vendor ID payload 
[8299031757a36082c6a621de000402a0]
Oct 18 09:09:52.740 106 Valhall #1: STATE_MAIN_I2: sent MI2, expecting MR2
Oct 18 09:09:52.740 003 Valhall #1: NAT-Traversal: Result using 
draft-ietf-ipsec-nat-t-ike (MacOS X): i am NATed
Oct 18 09:09:52.740 108 Valhall #1: STATE_MAIN_I3: sent MI3, expecting MR3
Oct 18 09:09:52.740 004 Valhall #1: STATE_MAIN_I4: ISAKMP SA established 
{auth=OAKLEY_PRESHARED_KEY cipher=oakley_3des_cbc_192 prf=oakley_sha 
group=modp1024}
Oct 18 09:09:52.741 117 Valhall #2: STATE_QUICK_I1: initiate
Oct 18 09:09:52.741 003 Valhall #2: ignoring informational payload, type 
IPSEC_RESPONDER_LIFETIME msgid=49199769
Oct 18 09:09:52.741 003 Valhall #2: NAT-Traversal: received 2 NAT-OA. ignored 
because peer is not NATed
Oct 18 09:09:52.741 004 Valhall #2: STATE_QUICK_I2: sent QI2, IPsec SA 
established transport mode {ESP=0xf8e0d163 0x62566dbe xfrm=3DES_0-HMAC_SHA1 
NATOA=none NATD=none DPD=none}
Oct 18 09:09:53.744 xl2tpd[21788]: Connecting to host wpn.dyndns.org, port 1701
Oct 18 09:09:53.816 xl2tpd[21788]: Connection established to xx.xx.199, 1701.  
Local: 27658, Remote: 11 (ref=0/0).
Oct 18 09:09:53.817 xl2tpd[21788]: Calling on tunnel 27658
Oct 18 09:09:53.921 xl2tpd[21788]: Call established with xx..xx.52.199, Local: 
20912, Remote: 12, Serial: 1 (ref=0/0)
Oct 18 09:09:53.921 xl2tpd[21788]: start_pppd: I'm running: 
Oct 18 09:09:53.921 xl2tpd[21788]: /usr/sbin/pppd 
Oct 18 09:09:53.922 xl2tpd[21788]: passive 
Oct 18 09:09:53.922 xl2tpd[21788]: nodetach 
Oct 18 09:09:53.922 xl2tpd[21788]: : 
Oct 18 09:09:53.922 xl2tpd[21788]: file 
Oct 18 09:09:53.923 xl2tpd[21788]: /etc/ppp/Valhall.options.xl2tpd 
Oct 18 09:09:53.923 xl2tpd[21788]: ipparam 
Oct 18 09:09:53.923 xl2tpd[21788]: xx.xx.52.199 
Oct 18 09:09:53.923 xl2tpd[21788]: /dev/pts/3 
Oct 18 09:09:53.924 xl2tpd[21841]: start_pppd: Exec of /usr/sbin/pppd failed!
Oct 18 09:09:53.924 xl2tpd[21788]: child_handler : pppd exited for call 12 with 
code 1
Oct 18 09:09:53.924 xl2tpd[21788]: call_close: Call 20912 to xx.xx.52.199 
disconnected
Oct 18 09:09:53.993 xl2tpd[21788]: Terminating pppd: sending TERM signal to pid 
21841
Oct 18 09:09:54.026 xl2tpd[21788]: get_call: can't find call 20912 in tunnel 
27658#012 (ref=0/0)
Oct 18 09:10:58.878 xl2tpd[21788]: Maximum retries exceeded for tunnel 27658.  
Closing.
Oct 18 09:10:58.878 [ERROR  410]   Connection attempt to 'Valhall' timed out
Oct 18 09:10:58.878 xl2tpd[21788]: Connection 11 closed to xx.xx.52.199, port 
1701 (Timeout)
Oct 18 09:11:03.881 xl2tpd[21788]: Unable to deliver closing message for tunnel 
27658. Destroying anyway.

** Affects: l2tp-ipsec-vpn (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241386

Title:
  L2TP establishes connection (logged on firewall), then client gives up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/l2tp-ipsec-vpn/+bug/1241386/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1201714] Re: Non-maximized windows which sit on the border of a workspace move when called

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

** Changed in: compiz-plugins-main (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1201714

Title:
  Non-maximized windows which sit on the border of a workspace move when
  called

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/1201714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232361] Re: after upgrade from raring, akonadi consumes a lot of CPU

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

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

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1232361

Title:
  after upgrade from raring, akonadi consumes a lot of CPU

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

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1241391] [NEW] Release upgrade to 13.10 breaks on Macbook Pro Retina 15

2013-10-18 Thread Wolf Rogner
Public bug reported:

...
Checking package manager
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 

Calculating the changes

Calculating the changes

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. 


Restoring original system state
...

I'm not aware of running pre-release software or any unofficial software
packages (what is that anyway? It should not effect the installation
process)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: amd64
CrashDB: ubuntu
Date: Fri Oct 18 09:23:06 2013
InstallationDate: Installed on 2013-05-17 (153 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-18 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241391

Title:
  Release upgrade to 13.10 breaks on Macbook Pro Retina 15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-18 Thread Till Kinstler
Bug also present in final 13.10 kernel.  Can confirm, that kernel
packages from #72 fix it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195483

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1195483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241389] [NEW] package maradns 2.0.04+really1.4.09-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Kelley Castleberry
Public bug reported:

Upon rebooting my system it came up with the maradns package system
error.

General System Infomation 
System Information:
Release: Ubuntu 13.10 (saucy)
Kernel: 3.11.0-12-generic (#19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013)
OS Type: Linux
GCC version: 1.14.3 (03 October 2013  03:20:13PM)
Hostname: DellLatitude-D620
Uptime: 0 days 0 h 6 min

CPU Information
Vendor: GenuineIntel
CPUs: 2
Model name: Intel(R) Core(TM)2 CPU T5500  @ 1.66GHz
Frequency: 1000.000 MHz
L2 cache: 2048 KB
Bogomips: 3329.13
Numbering: family(6) model(15) stepping(2)
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc 
arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx 
est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow

Memory Information
Memory total: 3252 MiB
Memory Free : 2149 MiB 66%
Swap total: 3318 MiB
Swap Free: 3318 Mib 100% 
Cached: 1401 MiB
Active: 1232 MiB
Inactive: 1184 Mib

Storage Information
SCSI Device: scsi0
Vendor: ATA
Model: ST9500420AS

Motherboard
Host Bridge
Intel Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub 
)rev. 03

Subsystem: Dell Device 01c2

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: maradns 2.0.04+really1.4.09-1
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: Mon Oct 14 03:26:45 2013
DuplicateSignature: package:maradns:2.0.04+really1.4.09-1: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-10-14 (4 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta amd64 
(20131011.3)
MarkForUpload: True
SourcePackage: maradns
Title: package maradns 2.0.04+really1.4.09-1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.maradns.mararc: 2013-10-17T03:51:36.308980

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


** Tags: amd64 apport-package saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241389

Title:
  package maradns 2.0.04+really1.4.09-1 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/maradns/+bug/1241389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241191] Re: Update 13.04 problem

2013-10-18 Thread Roman
Thera ara no any files in /etc/apt/source.list.d
How can be enabled xorg-edgers-ppa ?

I'm trying to update to 13.10 and got the same message.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241191

Title:
  Update 13.04 problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241191/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207217] Re: Inkscape: Unable to change or select any font

2013-10-18 Thread Lixin Chin
Bug is still present in Ubuntu 13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207217

Title:
  Inkscape: Unable to change or select any font

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1207217/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >