[Bug 1358748] Re: socat fdout option will not open output file descriptor

2014-08-20 Thread Hendrik
Hello Greg, absolutely great, you are right: the -u invalidated the fdout option, even though log output said it was opened. My fault, I apologize for the time you spent. Thanks a lot for your help! All the best Hendrik -- You received this bug notification because you are a member of Ubuntu

[Bug 1329051] Re: local charm deployment fails on git not found due to wrong apt proxy

2014-08-20 Thread Ian Booth
** Tags added: 14.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1329051 Title: local charm deployment fails on git not found due to wrong apt proxy To manage notifications

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Ondřej Surý
There's one more improvement the packages could do: Each SAPI could drop it's session snippet to /var/lib/php5/sapi/sapi and the sessionclean script would read those snippets and clean the directory according to really installed snippets. That would make the sessionclean script SAPI agnostic and

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
Got another instance maybe? maas package version: 1.6.1+bzr2548-0ubuntu1~ppa1 ERROR 2014-08-19 20:01:18,871 maasserver Exception: 'Nonce already used: 48723931' ERROR 2014-08-19 20:01:18,871 maasserver Traceback (most recent

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Corey Bryant
** Tags removed: verification-needed ** Tags added: verification-done -- 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/1354159 Title: [SRU] icehouse 2014.1.2 point release To manage

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Steve Kamerman
That does seem more appropriate than putting all the SAPI methods in php-common. The HHVM guys (Paul Tarjan, etc) gave me the green light to do the session cleanup bit, so I'll take care of it once we settle on a script. Wouldn't /usr/lib/php5/sapi/sapi be a better location for scripts? -- You

[Bug 1359227] [NEW] package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-20 Thread Andrew Reis
Public bug reported: Trying to do in-place upgrade from 12.04.5 to 14.04.1 with some apache2, ruby, puppet and foreman packages installed. Looks like the problem packages were apache2 and apache2-mpm-worker. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: apache2 2.4.7-1ubuntu4.1

[Bug 1359227] Re: package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-20 Thread Andrew Reis
** Attachment added: /var/log/dist-upgrade/main.log https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1359227/+attachment/4182505/+files/main.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu.

[Bug 1359227] Re: package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-08-20 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/1359227 Title: package apache2 2.4.7-1-ubuntu4.1 failed to install/upgrade: ErrorMessage:

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
comment #9 was while running juju bootstrap -v -- 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/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Ondřej Surý
Wouldn't /usr/lib/php5/sapi/sapi be a better location for scripts? Yup... -- 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/1356113 Title: PHP5 session clean cron job causes OOM To

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Ondřej Surý
Either ``` for sapi in /usr/lib/php5/sapi/*; do . $sapi ``` and have the /usr/lib/php5/sapi/sapi contain shell snippet with definitions or ``` cat /usr/lib/php5/sapi/* | while IFS=: read -r VAR1 VAR2 VAR3 VAR4; do ``` and keep the current format... -- You received this bug notification

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Greg Lutostanski
Since it was hit while running juju I'm inclined to believe that it is because http://bazaar.launchpad.net/~juju/gomaasapi/trunk/view/head:/oauth.go is still using the old nonce generation method ([0-9]{8} rather than uuid) which is much more collision prone. -- You received this bug

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-20 Thread James Hunt
** Changed in: upstart Status: New = In Progress ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu.

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Steve Kamerman
Btw, if we go the route of separate sapi folders inside /usr/lib/php5/sapi/ we should also move php5-fpm-checkconf into /usr/lib/php5/sapi/fpm/ (I used fpm instead of php5-fpm here since that how it is in /etc/php5/). -- You received this bug notification because you are a member of Ubuntu

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-20 Thread Steve Kamerman
I prefer option #1 - sourcing the sessionclean scripts from /usr/lib/php5/sapi/* or perhaps /usr/lib/php5/sapi/sapi/sessionclean so we can make room for more sapi-specific scripts should the need arise. If we keep the logic in php-common, a con is that we can't use it for HHVM (not that HHVM

[Bug 1359285] [NEW] bug #43027, ipmi-locate only works on ia64

2014-08-20 Thread Narinder Gupta
Public bug reported: USE_EFI is only defined in ipmi-locate if the ARCH is ia64. A distro (RHEL7 for example) delivered version of freeipmi will need to run on UEFI and legacy systems. I've attached a patch that fixes this issue and another issue where the SMBIOS= line in

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-20 Thread James Hunt
** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: Upstart jobs specifying cgroup fail to start occasionally To manage

[Bug 1359285] Re: bug #43027, ipmi-locate only works on ia64

2014-08-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/freeipmi -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to freeipmi in Ubuntu. https://bugs.launchpad.net/bugs/1359285 Title: bug #43027, ipmi-locate only works on ia64 To manage

[Bug 1359285] Re: bug #43027, ipmi-locate only works on ia64

2014-08-20 Thread Michael F. Miller
Tested patch on DL380 Gen9. It works correctly. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to freeipmi in Ubuntu. https://bugs.launchpad.net/bugs/1359285 Title: bug #43027, ipmi-locate only works on ia64 To manage notifications

[Bug 1359285] Re: bug #43027, ipmi-locate only works on ia64

2014-08-20 Thread Michael F. Miller
Output from patched ipmi-locate: ubuntu@dl380g9-uefi:~/freeipmi-1.4.5/ipmi-locate$ sudo ./ipmi-locate Probing KCS device using DMIDECODE... done IPMI Version: 2.0 IPMI locate driver: DMIDECODE IPMI interface: KCS BMC driver device: BMC I/O base address: 0xCA2 Register spacing: 1 -- You

[Bug 1359349] [NEW] FFe: make mysql 5.6 default mysql-server

2014-08-20 Thread Scott Moser
Public bug reported: I'm filing a feature freeze exception for Robie Basak who is currently not available. Robie has done work under blueprint https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases to get mysql-5.6 into main and replace 5.5 as the default mysql-server. Robie

[Bug 1359349] Re: FFe: make mysql 5.6 default mysql-server

2014-08-20 Thread Adam Conrad
Approved, as per IRC, assuming discussion and upload happen next week. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1359349 Title: FFe: make mysql 5.6 default mysql-server To

[Bug 1359285] Re: bug #43027, ipmi-locate only works on ia64

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package freeipmi - 1.1.5-3ubuntu5 --- freeipmi (1.1.5-3ubuntu5) utopic; urgency=medium * debian/patches/freeipmi-uefi.patch: Fix ipmi-locate on non ia64 architectures. (LP: #1359285) -- Chuck Short zul...@ubuntu.com Wed, 20 Aug 2014 12:43:55 -0400

[Bug 1359409] [NEW] ipmi-locate only works on ia64

2014-08-20 Thread Narinder Gupta
Public bug reported: This is SRU request for Trusty. [Impact] * ipmi-locate on EFI system does not location the BMC information on new uefi system. * as Trusty LTS is supported OS for different OEM and ipmi-locate is requirement for MAAS and server certification. So all EFI system

[Bug 1359409] Re: ipmi-locate only works on ia64

2014-08-20 Thread Narinder Gupta
Bug has been fixed for utopic already. https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1359285 is the real bug fix for utopic. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to freeipmi in Ubuntu.

[Bug 1359421] [NEW] Update librtas for LE support

2014-08-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: ---Problem Description--- Updated package to support ppc64 little endian is available. This fixes various issues found with LE. Kindly update: librtas : v1.3.12 git://git.code.sf.net/p/librtas/code

[Bug 1359425] [NEW] ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-20 Thread Joni-Pekka Kurronen
Public bug reported: After installation + adding via webmin Client Users and Groups two users that work after installation. Booted computer and lapd did not work. Log: Aug 21 00:41:33 mpi1 slapd[13499]: ldif_read_file: checksum error on /etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif

[Bug 1359421] Re: Update librtas for LE support

2014-08-20 Thread Luciano Chavez
** Package changed: ubuntu = librtas (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to librtas in Ubuntu. https://bugs.launchpad.net/bugs/1359421 Title: Update librtas for LE support To manage notifications about this bug go

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
** Also affects: juju-core Importance: Undecided Status: New ** Also affects: juju (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1359425] Re: ldif_read_file: checksum error on - NO MNAUL EDITING

2014-08-20 Thread Ryan Tandy
Not an OpenLDAP bug. Aug 21 00:41:33 mpi1 slapd[13499]: ldif_read_file: checksum error on /etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif Webmin has modified it. File a bug against Webmin. (Reproduced with the latest version of Webmin.) Aug 21 00:41:33 mpi1 slapd[13499]: config error

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Andres Rodriguez
https://code.launchpad.net/~lutostag/gomaasapi/fix_nonce_generation/+merge/231638 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread Ian Booth
** Changed in: juju-core Milestone: None = 1.21-alpha1 ** Changed in: juju-core Milestone: 1.21-alpha1 = 1.20.6 ** Changed in: juju-core Importance: Undecided = High ** Changed in: juju-core Status: New = Triaged -- You received this bug notification because you are a member

[Bug 1359349] Re: FFe: make mysql 5.6 default mysql-server

2014-08-20 Thread Adam Conrad
** Changed in: mysql-5.6 (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1359349 Title: FFe: make mysql 5.6 default mysql-server To manage

[Bug 1261338] Re: lxc-stop and even lxc-stop -k can hang

2014-08-20 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1261338 Title: lxc-stop and even lxc-stop -k can hang To manage

[Bug 1338768] Re: [SRU] Update to 1.0.1 release

2014-08-20 Thread Steve Langasek
Hello Serge, or anyone else affected, Accepted golang-context-dev into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/golang- context-dev/0.0~git20140522.1.1f3e8a4-2~ubuntu0.14.04.1 in a few hours, and then in the -proposed repository. Please

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 1:2014.1.2-0ubuntu1 --- glance (1:2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (94383db) (LP: #1354159): - [5508653] Fix lazy translation UnicodeErrors - [94383db] Provide

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2014.1.2-0ubuntu1 --- ceilometer (2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (2b6454f) (LP: #1354159): - [e491837] Set python hash seed to 0 in tox.ini - [99b7ef8] Update

[Bug 1354602] Update Released

2014-08-20 Thread Scott Kitterman
The verification of the Stable Release Update for rpcbind has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 1354602] Re: package rpcbind 0.2.0-7ubuntu1.2 failed to install/upgrade: trying to overwrite '/usr/share/man/man8/rpcinfo.8.gz', which is also in package libc-bin 2.15-0ubuntu10.6

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package rpcbind - 0.2.1-2ubuntu2.1 --- rpcbind (0.2.1-2ubuntu2.1) trusty; urgency=medium * Declare Breaks/Replaces against libc-bin ( 2.16), to ensure a smooth upgrade from 12.04. LP: #1354602. -- Steve Langasek steve.langa...@ubuntu.com Mon, 11

[Bug 1354159] Update Released

2014-08-20 Thread Scott Kitterman
The verification of the Stable Release Update for glance has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.1.2-0ubuntu1 --- neutron (1:2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (5db494d) (LP: #1354159): - [1d4a3e3] Add dsvm-functional tox env to fix functional job -

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2014.1.2-0ubuntu1 --- horizon (1:2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (4a70f4c) (LP: #1354159): - [2b9c566] Import translations for Icehouse stable update - [015f24c]

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 1:2014.1.2-0ubuntu1 --- cinder (1:2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (00d456b) (LP: #1354159): - [a1135b7] Fix solidfire accept_transfer - [00b7574] Fixes HP LeftHand

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.2-0ubuntu1 --- nova (1:2014.1.2-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (c545075) (LP: #1354159): - [1408081] Mask block_device_info auth_password in virt driver debug logs -

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.1.2.1-0ubuntu1 --- keystone (1:2014.1.2.1-0ubuntu1) trusty; urgency=medium [ Corey Bryant ] * Resynchronize with stable/icehouse (935fd60) (LP: #1354159): - [6cbf835] Fix revocation event handling with MySQL - [c900a6e]

[Bug 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-updates/neutron -- 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/1354159 Title: [SRU] icehouse 2014.1.2 point release To manage notifications about

[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2014-08-20 Thread Richard Hansen
However I'd suggest that rather than patching dapper.py, it would be better to do modify the quantal.py subclass (if that's the first release which requires /proc to be mounted). Otherwise you're going to change the build behaviour for all previous releases too. Thanks for the patch; it

[Bug 1322538] Re: Pressing CTRL-A in byobu hangs the shell

2014-08-20 Thread MilkBoy
*** This bug is a duplicate of bug 1274720 *** https://bugs.launchpad.net/bugs/1274720 rm -rf .byobu sudo dpkg -P screen fixed it.. Only byoby sessions using screen has had this issue for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is