[Bug 1353944] Re: Typo in package description

2014-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/txamqp/utopic-
proposed

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

Title:
  Typo in package description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/txamqp/+bug/1353944/+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 1358586] Re: fails to deploy machines when eth0 does not exist

2014-08-18 Thread Julian Edwards
When you say deploying, do you mean a "juju deploy" ?

If so this is a juju bug I think as it tries to set up a container
bridge IIRC.

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

Title:
  fails to deploy machines when eth0 does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1358586/+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 1358586] Re: fails to deploy machines when eth0 does not exist

2014-08-18 Thread LaMont Jones
FWIW, the machine in question has this:

cat /proc/net/dev
Inter-|   Receive|  Transmit
 face |bytespackets errs drop fifo frame compressed multicast|bytes
packets errs drop fifo colls carrier compressed
lo:   0   0000 0  0 00  
 0000 0   0  0
rename5:   0   0000 0  0 00 
  0000 0   0  0
lxcbr0:   0   0000 0  0 0 4192  
30000 0   0  0
   em3:   0   0000 0  0 00  
 0000 0   0  0
   em1: 35183692564000 0  0 0   124134
1389000 0   0  0
   em2:   0   0000 0  0 00  
 0000 0   0  0

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

Title:
  fails to deploy machines when eth0 does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1358586/+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 1321405] Re: unable to locate agent notification,alarm

2014-08-18 Thread Launchpad Bug Tracker
[Expired for ceilometer (Ubuntu) because there has been no activity for
60 days.]

** Changed in: ceilometer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  unable to locate agent notification,alarm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1321405/+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 1358586] [NEW] fails to deploy machines when eth0 does not exist

2014-08-18 Thread LaMont Jones
Public bug reported:

Trying to use MAAS to deploy a machine, it would go offline early in the
deployment.  It turns out that the networking was being overwritten to
use br0 with eth0 as the underlying interface.

The only problem is, there is no eth0 on the machine: 'em1' is the
interface that has the network configured.  This makes deploying the
hardware with MAAS problematic, at best.

** Affects: maas (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.
https://bugs.launchpad.net/bugs/1358586

Title:
  fails to deploy machines when eth0 does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1358586/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Steve Kamerman
I noticed that you changed the default session.save_path to
/var/lib/php5/sessions, which I think is a great idea (I have no idea
what the modules/ dir is for).

In order to align the HHVM packaging with the Debian PHP packaging I
have some questions:

1. Will PHP 5.6 be the default in Ubuntu 14.10?
2. Will these updated be present in 14.04.x?
3. Will these changes be present in PHP 5.5.x?
4. Are you going to be the Debian-side maintainer for the Debian-repo HHVM 
package?

The note to "see /usr/lib/php5/maxlifetime" is no longer needed as it doesn't 
exist
http://anonscm.debian.org/cgit/pkg-php/php.git/tree/debian/php5-common.php5.cron.d?h=master-5.6

I was able to get php-cgi working, and it uses the binary named php5
(assuming the user follows the example in "/etc/apache2/conf-available
/serve-cgi-bin.conf").  Since the name php5 is ambiguous with
/usr/bin/php5, we can pass the full path to the executable, "/usr/lib
/cgi-bin/php5", to pidof.

This latest script builds on the last one, but is over 2x faster by
avoiding multiple calls to PHP per SAPI.  Instead, it uses
foreach(ini_get_all("session")) to get all the session config options,
then uses simple commands to parse config options out.  It seems like
this is a little overkill, but I think it makes the code a bit more
readable, and it's a lot less expensive since PHP doesn't need to start
up with all of its modules 3 times for each SAPI.

** Attachment added: "sessionclean"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+attachment/4181227/+files/sessionclean

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1358350] Re: search for eatmydata only searches root , not in target

2014-08-18 Thread Scott Moser
** Changed in: curtin (Ubuntu)
   Status: New => Confirmed

** Changed in: curtin (Ubuntu)
   Importance: Undecided => Medium

** Changed in: curtin
   Importance: Undecided => Medium

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

Title:
  search for eatmydata only searches root , not in target

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358350/+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 505278] Re: ssh-add -D deleting all identities does not work. Also, why are all identities auto-added?

2014-08-18 Thread Seth Arnold
Derek, what is 14.04.4? 12.04.4 or 14.04.1? Thanks

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

Title:
  ssh-add -D deleting all identities does not work. Also, why are all
  identities auto-added?

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/505278/+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 505278] Re: ssh-add -D deleting all identities does not work. Also, why are all identities auto-added?

2014-08-18 Thread Derek Simkowiak
Confirmed in 14.04.4

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

Title:
  ssh-add -D deleting all identities does not work. Also, why are all
  identities auto-added?

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/505278/+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 1358424] Re: must run apt-get update prior to apt-search

2014-08-18 Thread Scott Moser
fixed in revno 150

** Changed in: curtin
   Status: New => Fix Committed

** Changed in: curtin
   Importance: Undecided => Medium

** Changed in: curtin (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  must run apt-get update prior to apt-search

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358424/+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: [Bug 1357103] Re: apparmor denied a golang build inside a container

2014-08-18 Thread Serge Hallyn
@Andreas,

yes that's definately what it sounds like.

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

Title:
  apparmor denied a golang build inside a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1357103/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Steve Kamerman
I have a feeling the CGI-mode process name is php5-cgi.  I've installed
it, but I haven't been able to get Apache 2.4 and mod_actions to play
nice with it yet, so I haven't confirmed it.

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1357720] Re: when unlocking (with password) I have a black screen

2014-08-18 Thread Seth Arnold
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 1357720

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to "Change Non-Private" data as it will be adding information to your
bug report.  Thanks in advance!


** Package changed: openssh (Ubuntu) => unity (Ubuntu)

** Changed in: unity (Ubuntu)
   Status: New => Incomplete

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

Title:
  when unlocking (with password) I have a black screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1357720/+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 1354159] Re: [SRU] icehouse 2014.1.2 point release

2014-08-18 Thread Corey Bryant
Hi Chris,

Testing of 2014.1.2 from the trusty-proposed repository has completed
successfully.

Thanks,
Corey

-- 
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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1354159/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Steve Kamerman
It seems likely that HHVM will find its way into the Debian repo, so I'm
going to see if they will set the session.save_path to /var/lib/php5:
https://github.com/hhvm/packaging/pull/67

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1358475] Re: apr/apu-1-config default libdir breaks compilation against custom GSS-API

2014-08-18 Thread Michael Osipov
$ uname -a
Linux mikamobil 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 
i686 i686 i686 GNU/Linux

Linux Mint 17

** Also affects: apr (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  apr/apu-1-config default libdir breaks compilation against custom GSS-
  API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apr/+bug/1358475/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Steve Kamerman
I've added HHVM support and discovered another issue along the way:
session.save_path can be empty and empty string.  This is actually the
default in stock PHP and HHVM.  The PHP docs imply that an empty string
is equal to "/tmp"
(http://php.net/manual/en/session.configuration.php#ini.session.save-
path), although that doesn't make much sense in Windows.  Anyway, I am
now checking for that as well, so if session.save_path=="", we use
"/tmp".

** Attachment added: "sessionclean"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+attachment/4181081/+files/sessionclean

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1318366] Re: jujud on state server panic misses transaction in queue

2014-08-18 Thread Curtis Hovey
** Changed in: juju-core/1.20
   Status: Fix Committed => Fix Released

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

Title:
  jujud on state server panic misses transaction in queue

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1318366/+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 1358284] Re: apache 2.4.7 does not respect valid-user

2014-08-18 Thread Brian Murray
** Tags added: trusty

** Package changed: ubuntu => apache (Ubuntu)

** Package changed: apache (Ubuntu) => apache2 (Ubuntu)

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

Title:
  apache 2.4.7 does not respect valid-user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1358284/+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 1358284] [NEW] apache 2.4.7 does not respect valid-user

2014-08-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Using apache 2.4.7 on Ubuntu 14.04
Description:Ubuntu 14.04.1 LTS
Release:14.04
Server version: Apache/2.4.7 (Ubuntu)
Server built:   Jul 22 2014 14:36:38


using 
require valid-user 

produces  [authz_core:error] [pid 22057] [client 132.xx] AH01629: 
authorization failure (no authenticated user)
for every user in htpasswd

but 
require user a b c d

with users a or b or c or d in htpasswd is OK

The change came from the last apt-get dist-upgrade on 14.8.2014;
The upgrade before was on 6.8.2014

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


** Tags: bot-comment trusty
-- 
apache 2.4.7 does not respect valid-user
https://bugs.launchpad.net/bugs/1358284
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to apache2 in Ubuntu.

-- 
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 1358424] Re: must run apt-get update prior to apt-search

2014-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/curtin/kernel-apt-update

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

Title:
  must run apt-get update prior to apt-search

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358424/+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 1358424] [NEW] must run apt-get update prior to apt-search

2014-08-18 Thread Scott Moser
Public bug reported:

when installing an hwe kernel based on kernel mapping, curtin searches
to see if hte kernel is available using apt-cache search.

That assumes the cache is up to date.  We need to run apt-get update to
ensure that.

** Affects: curtin
 Importance: Undecided
 Status: New

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

** Also affects: curtin
   Importance: Undecided
   Status: New

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

Title:
  must run apt-get update prior to apt-search

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358424/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package openssl - 0.9.8k-7ubuntu8.21

---
openssl (0.9.8k-7ubuntu8.21) lucid-security; urgency=medium

  * SECURITY UPDATE: Properly fix stateless session support (LP: #1356843)
- fixes regression introduced with fix_renegotiation.patch.
- debian/patches/fix_stateless_session.patch: added two commits from
  git to properly handle stateless sessions in ssl/s3_srvr.c,
  ssl/ssl_asn1.c, ssl/t1_lib.c.
 -- Marc DeslauriersMon, 18 Aug 2014 11:17:08 
-0400

** Changed in: openssl (Ubuntu Lucid)
   Status: Confirmed => Fix Released

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1356843/+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 1358096] Re: repository doesn't get updated

2014-08-18 Thread Chuck Short
Not a nova bug

** Package changed: nova (Ubuntu) => ubuntu

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

Title:
  repository doesn't get updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1358096/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Steve Kamerman
Thanks, this is looking better now.  Here are some notes:

1. PROC_NAMES should be defined as proc_names or used as PROC_NAMES 
(inconsistent case)
2. printf "%s:%s:%s\n" "$save_path" "$gc_maxlifetime" has 2 arguments but the 
definition takes 3, I would simplify it to this:
echo "$save_path:$gc_maxlifetime"
3. If apache2filter is installed, $proc_names will contains "apache2 apache2", 
which, when passed to pidof, will return all the PIDs twice, so I've uniq'd 
them by delimiting them with \n and using "sort -u | xargs pidof".
4.  I'm not entirely sure how "cgi" method would work, but I suppose it means 
the php command is running on the system by itself, so I've used the following 
bit to discover that pidof requires "php", not "php5" since that is the real 
name of the process:
php -r 'sleep(60);echo "Done";' &
5. We've been using HHVM for a few years for one of our products, and I could 
easily add support for that ("hhvm --php -r"...), but things seem a bit out of 
order there, mainly, the php.ini is in /etc/hhvm instead of /etc/php5/hhvm

I've attached an updated script.

** Attachment added: "sessionclean"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+attachment/4180769/+files/sessionclean

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1347684] Re: icmp response flapping during CPU load

2014-08-18 Thread AlexanderYT
** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete => 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/1347684

Title:
  icmp response flapping during CPU load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1347684/+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 1358350] Re: search for eatmydata only searches root , not in target

2014-08-18 Thread Scott Moser
fixed in trunk at revno 148.

** Changed in: curtin
   Status: New => Fix Committed

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

Title:
  search for eatmydata only searches root , not in target

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358350/+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 1358350] Re: search for eatmydata only searches root , not in target

2014-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:curtin

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

Title:
  search for eatmydata only searches root , not in target

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358350/+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 1358405] [NEW] cannot execute binary /usr/bin/kvm-img: No such file or directory

2014-08-18 Thread Jamie Strandboge
Public bug reported:

On utopic with up to date qemu, if I try to snapshot a VM, it doesn't
work because /usr/bin/kvm-img does not exist.

$ virsh snapshot-create-as sec-utopic-amd64 pristine test
error: internal error: Child process (/usr/bin/kvm-img snapshot -c pristine 
/home/jamie/vms/machines/sec-utopic-amd64.qcow2) unexpected exit status 127: 
libvirt:  error : cannot execute binary /usr/bin/kvm-img: No such file or 
directory

Attached is the domain XML.

Workaround: $ sudo ln -s /usr/bin/qemu-img /usr/bin/kvm-img

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

** Attachment added: "xml"
   https://bugs.launchpad.net/bugs/1358405/+attachment/4180760/+files/xml

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

Title:
  cannot execute binary /usr/bin/kvm-img: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1358405/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Marc Deslauriers
There also is an issue with the openssl package in Lucid, which was worked 
around with the postfix fix.
Adding openssl to this bug since it's better if we fix both.

** Also affects: openssl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: openssl (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: postfix (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: openssl (Ubuntu Precise)
   Status: New => Invalid

** Changed in: openssl (Ubuntu)
   Status: New => Invalid

** Changed in: openssl (Ubuntu Lucid)
   Status: New => Confirmed

** Changed in: openssl (Ubuntu Lucid)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: postfix (Ubuntu Lucid)
   Status: New => Invalid

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1356843/+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 1358350] [NEW] search for eatmydata only searches root , not in target

2014-08-18 Thread Scott Moser
Public bug reported:

util.install_packages tries to determine if 'eatmydata' is available in the 
target, but inadvertently only checks in the host.
this results in:

chroot: failed to run command 'eatmydata': No such file or directory
Unexpected error while running command.
Command: ['chroot', '/tmp/tmp75AQEC/target', 'eatmydata', 'apt-get', 'install', 
'--quiet', '--assume-yes', '--option=Dpkg::options::=--force-uns
afe-io', 'linux-generic-lts-trusty']
Exit code: 127

The issue is use of os.path.join():

$ python -c 'import os.path; print(os.path.join("/target", "/usr/sbin", 
"foo"));'
/usr/sbin/foo

** Affects: curtin
 Importance: Undecided
 Status: New

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

** Also affects: curtin
   Importance: Undecided
   Status: New

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

Title:
  search for eatmydata only searches root , not in target

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1358350/+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 1347322] Re: juju ssh results in a panic: runtime error

2014-08-18 Thread Curtis Hovey
** Tags added: panic

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

Title:
  juju ssh results in a panic: runtime error

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1347322/+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 1357103] Re: apparmor denied a golang build inside a container

2014-08-18 Thread Andreas Hasenack
It's not happening anymore. I tried the same dpkg build command just a
bit later and it just worked... :( Do you think a race is involved and I
was "lucky"?

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

Title:
  apparmor denied a golang build inside a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1357103/+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 1358306] [NEW] lxc postinst incorrectly chooses network address to use

2014-08-18 Thread LaMont Jones
Public bug reported:

The lxc postinst assumes that only /24 networks are used in 10.0.0.0/8.
If the host has a route for 10.0.0.2/23 (or 10.0.0.0/22, or any other
block that includes 10.0.3.0/24 or whatever other block it is checking)
then the postinst chooses a chunk of the existing network block,
breaking connectivity.

Preparing to unpack .../lxc_1.0.5-0ubuntu0.1_amd64.deb ...
Unpacking lxc (1.0.5-0ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db (2.6.7.1-1) ...
Setting up lxc (1.0.5-0ubuntu0.1) ...
lxc start/running
Setting up lxc dnsmasq configuration.
Processing triggers for ureadahead (0.100.0-16) ...
On branch master
nothing to commit, working directory clean
-soko(root) 308 : netstat -rn | grep ^10.0..\.
10.0.2.010.172.64.1 255.255.254.0   UG0 0  0 tun0
10.0.3.00.0.0.0 255.255.255.0   U 0 0  0 lxcbr0

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: 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/1358306

Title:
  lxc postinst incorrectly chooses network address to use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1358306/+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 1357103] Re: apparmor denied a golang build inside a container

2014-08-18 Thread Tim Gardner
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => John Johansen (jjohansen)

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

Title:
  apparmor denied a golang build inside a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1357103/+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 1358305] [NEW] harden default ssl settings

2014-08-18 Thread Christoph_vW
Public bug reported:

Apache 2 default ssl configuration should be hardened to get better
overall ssl security

my proposal:

/etc/apache2/mods-available/ssl.conf

SSLHonorCipherOrder on
SSLCipherSuite 
ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA256:DHE-RSA-DES-CBC3-SHA:DHE-RSA-AES128-SHA:DES-CBC3-SHA

SSLProtocol all -SSLv2 -SSLv3


SSLUseStapling on
SSLStaplingResponderTimeout 5
SSLStaplingReturnResponderErrors off
SSLStaplingCache shmcb:/var/run/ocsp(128000)

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

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

Title:
  harden default ssl settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1358305/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.9.6-1~12.04.2

---
postfix (2.9.6-1~12.04.2) precise; urgency=medium

  * src/tls/tls_server.c: disable session tickets to fix a compatibility
issue with the openssl version in Ubuntu 12.04. (LP: #1356843)
 -- Marc DeslauriersFri, 15 Aug 2014 14:48:13 
-0400

** Changed in: postfix (Ubuntu Precise)
   Status: In Progress => Fix Released

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Scott Kitterman
The verification of the Stable Release Update for postfix 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 regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

** 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 postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1356843

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1347684] Re: icmp response flapping during CPU load

2014-08-18 Thread AlexanderYT
I have trouble with run apport-collect from shell

# dpkg -l | grep qemu 
ii  ipxe-qemu   1.0.0+git-2013.c3d1e78-2ubuntu1 all 
 PXE boot firmware - ROM images for qemu
ii  qemu-common 2.0.0+dfsg-2ubuntu1.1   all 
 dummy transitional package from qemu-common to qemu-keymaps
ii  qemu-keymaps2.0.0+dfsg-2ubuntu1.1   all 
 QEMU keyboard maps
ii  qemu-kvm2.0.0+dfsg-2ubuntu1.1   
amd64QEMU Full virtualization on x86 hardware (transitional package)
ii  qemu-system-common  2.0.0+dfsg-2ubuntu1.1   
amd64QEMU full system emulation binaries (common files)
ii  qemu-system-x86 2.0.0+dfsg-2ubuntu1.1   
amd64QEMU full system emulation binaries (x86)
ii  qemu-utils  2.0.0+dfsg-2ubuntu1.1   
amd64QEMU utilities

# uname -a
Linux g8-4 3.13.0-31-generic #55-Ubuntu SMP Tue Jul 1 15:51:53 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

# cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
NAME="Ubuntu"
VERSION="14.04, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/";
SUPPORT_URL="http://help.ubuntu.com/";
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/";


** Attachment added: "dmidecode"
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1347684/+attachment/4180577/+files/dmidecode

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

Title:
  icmp response flapping during CPU load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1347684/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Tim Ritberg
Precise

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Scott Kitterman
This issue should not affect trusty as it has the fix from upstream.
Did you have the problem/test the fix on trusty or precise?

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1357326] Re: Make default VCS git

2014-08-18 Thread Jonathan Davies
Right, but the default on Ubuntu currently is bzr, and this seems to be
the sole difference in the Debian packaging taken from Debian.

** Changed in: etckeeper (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Make default VCS git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1357326/+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 1358268] Re: ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

2014-08-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "patch for ppc64le magic + qemu-ppcle" seems to be a
patch.  If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1358268/+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 1358268] [NEW] ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

2014-08-18 Thread jaejunh
Public bug reported:

1. binfmt-update-in doesn't have definition for ppc64le_{magic,mask}.

I temporarily created one using hexdump output:

hexdump -C /bin/bash | head -n 2
  7f 45 4c 46 02 01 01 00  00 00 00 00 00 00 00 00  |.ELF|
0010  02 00 15 00 01 00 00 00  70 14 02 10 00 00 00 00  |p...|


hexdump -C /bin/sh | head -n 2
  7f 45 4c 46 02 01 01 00  00 00 00 00 00 00 00 00  |.ELF|
0010  03 00 15 00 01 00 00 00  ac 4e 00 00 00 00 00 00  |.N..|


2. I added a small patch of 32-bit usermode "qemu-ppcle" (being subarch of 
ppc64le)

I am in the porting powerpcel (32bit ppc LE) ubuntu 14.04, and 
got successfully chroot with this qemu-ppcle patch and it looks very promising 
(i.e.
build perl looks ok)

3.  I am attaching patch for above two.  You can  ignore/reject if
necessary.

Thanks.

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

** Patch added: "patch for ppc64le magic + qemu-ppcle"
   
https://bugs.launchpad.net/bugs/1358268/+attachment/4180535/+files/qemu-2.1.0-ppcle.diff

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

Title:
  ppc64le (+ ppcle) magic is missing in debian/binfmt-update-in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1358268/+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 1358147] Re: ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
What kind of data do you need? That installation is still running, I can
gather it.

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

Title:
  ProgrammingError: You have an error in your SQL syntax 'INSERT INTO
  meteringlabels'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1358147/+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 1358147] Re: ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread Eugene Nikanorov
>From the trace it still looks like malformed user request was handled
and led to such trace.

I think more data needed to investigate this further, hence marking as
incomplete for neutron

** Tags added: api metering

** Changed in: neutron
   Importance: Undecided => Low

** Changed in: neutron
   Status: New => Incomplete

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

Title:
  ProgrammingError: You have an error in your SQL syntax 'INSERT INTO
  meteringlabels'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1358147/+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 1358242] [NEW] libxen-4.4 has no corresponding debug package

2014-08-18 Thread Alex Bligh
Public bug reported:

libxen-4.4 has no corresponding debug package with debugging symbols in.

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

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

Title:
  libxen-4.4 has no corresponding debug package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1358242/+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 1358222] Re: package squid3 3.3.8-1ubuntu6 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2014-08-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 squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1358222

Title:
  package squid3 3.3.8-1ubuntu6 failed to install/upgrade: ErrorMessage:
  podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1358222/+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 1358222] [NEW] package squid3 3.3.8-1ubuntu6 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2014-08-18 Thread Jakub
Public bug reported:

This error happened during upgrade of ubunbtu to 14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: squid3 3.3.8-1ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-67.101-generic-pae 3.2.60
Uname: Linux 3.2.0-67-generic-pae i686
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: i386
Date: Mon Aug 18 10:45:49 2014
DuplicateSignature: package:squid3:3.3.8-1ubuntu6:ErrorMessage: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
ErrorMessage: ErrorMessage: podproces zainstalowany skrypt post-installation 
zwrócił kod błędu 1
InstallationDate: Installed on 2011-01-23 (1302 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
SourcePackage: squid3
Title: package squid3 3.3.8-1ubuntu6 failed to install/upgrade: ErrorMessage: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
UpgradeStatus: Upgraded to trusty on 2014-08-18 (0 days ago)
mtime.conffile..etc.squid3.squid.conf: 2012-05-08T16:45:49.093255

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


** Tags: apport-package i386 trusty

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

Title:
  package squid3 3.3.8-1ubuntu6 failed to install/upgrade: ErrorMessage:
  podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1358222/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Sven
That worked and "lost connection after STARTTLS" does not appear any
more.

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1357252] Re: "Application failed to start." during autopilot tests after the newest ubuntu-app-launch landing

2014-08-18 Thread James Hunt
** Also affects: cgmanager (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.
https://bugs.launchpad.net/bugs/1357252

Title:
  "Application failed to start." during autopilot tests after the newest
  ubuntu-app-launch landing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-launch/+bug/1357252/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-08-18 Thread Ondřej Surý
> One problem with the solution you linked to is that it is extracting
the gx_maxlifetime in seconds, then putting that in find's -cmin which
expects minutes.

Good catch. The code was there, but it got deleted accidentally.

> What do you think about running this for each SAPI?

I am still not sure whether we are not breaking something with this
change, but it's very good idea.

I have incorporated the idea, but kept the one run per directory and
improved it that it just takes the highest gc_maxlifetime value. There's
also an optimization to run pidof only once, since iterating through
/proc/ on servers with many processes would also take it's toll
(although I doubt the common setups include more than one SAPI on the
server...)

Updated script is located in the git: http://anonscm.debian.org/cgit
/pkg-php/php.git/tree/debian/sessionclean

Could you please proofread it and test it on your servers?

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Tim Ritberg
Try this, it works for me:

apt-get install postfix/precise-proposed

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1356843] Re: ccs received early errors after openssl security update

2014-08-18 Thread Sven
Postfix does not show up in trusty-proposed.

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

Title:
  ccs received early errors after openssl security update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1356843/+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 1347147] Re: krb5 database operations enter infinite loop

2014-08-18 Thread Anders Kaseorg
A second patch was committed a few days ago for another case of the GCC
bug (https://gcc.gnu.org/PR62004).

trunk: https://gcc.gnu.org/r213970
4.9: https://gcc.gnu.org/r214044
4.8: https://gcc.gnu.org/r214067

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

Title:
  krb5 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+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 1320587] Re: Intermittent 403 Issues

2014-08-18 Thread Chris Glass
The linked branch should help with the problem, at the cost of an extra
round-trip to the upstream archive.

** Branch linked: lp:~tribaal/squid-deb-proxy/refresh-ims

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

Title:
  Intermittent 403 Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1320587/+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 1358147] [NEW] ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
Public bug reported:

Installation works about few months, got this message in logstash.
Happens once, there is no surrounding activity (no requests to API).

Havanna, ubuntu-cloud-archive, 2013.2.3-0ubuntu1.1

Aug 17 21:48:59 api1 neutron.openstack.common.db.sqlalchemy.session[12400]:
ERROR DB exception wrapped.
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/dist-packages/neutron/openstack/common/db/sqlalchemy/session.py",
 line 524, in _wrap
return f(*args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/neutron/openstack/common/db/sqlalchemy/session.py",
 line 718, in flush
return super(Session, self).flush(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 1818, 
in flush
self._flush(objects)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 1936, 
in _flush
transaction.rollback(_capture_exception=True)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/util/langhelpers.py", line 
58, in __exit__
compat.reraise(exc_type, exc_value, exc_tb)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 1900, 
in _flush
flush_context.execute()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/unitofwork.py", line 
372, in execute
rec.execute(self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/unitofwork.py", line 
525, in execute
uow
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/persistence.py", line 
64, in save_obj
table, insert)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/persistence.py", line 
541, in _emit_insert_statements
execute(statement, multiparams)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 662, 
in execute
params)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 761, 
in _execute_clauseelement
compiled_sql, distilled_params
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 874, 
in _execute_context
context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1024, 
in _handle_dbapi_exception
exc_info
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py", line 195, 
in raise_from_cause
reraise(type(exception), exception, tb=exc_tb)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 867, 
in _execute_context

context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 
324, in do_execute
cursor.execute(statement, parameters)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in 
execute
self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in 
defaulterrorhandler
raise errorclass, errorvalue

ProgrammingError: (ProgrammingError) (1064, 'You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near \':
"\'eaa6e8e248ce4f3784282b0c3f51384a\'", u\'created_at\':
"\'2014-08-05T06:34:28+00:\' at line 1') 'INSERT INTO meteringlabels
(tenant_id, id, name, description) VALUES (%s, %s, %s, %s)'
({u'keystone_tenant_id': u'eaa6e8e248ce4f3784282b0c3f51384a',
u'created_at': u'2014-08-05T06:34:28+00:00', u'updated_at':
u'2014-08-05T06:34:28+00:00', u'admin_blocked': False, u'id': 817,
u'blocked': False}, '81070432-d514-4606-b564-e7f76138d985', 'billable',
'')

** Affects: cloud-archive
 Importance: Undecided
 Status: New

** Affects: neutron
 Importance: Undecided
 Status: New

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

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

** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Installation works about few months, got this message in logstash.
  Happens once, there is no surrounding activity (no requests to API).
  
+ Havanna, ubuntu-cloud-archive, 2013.2.3-0ubuntu1.1
+ 
  Aug 17 21:48:59 api1 neutron.openstack.common.db.sqlalchemy.session[12400]:   
 ERROR DB exception wrapped.
  Traceback (most recent call last):
-   File 
"/usr/lib/python2.7/dist-packages/neutron/openstack/common/db/sqlalchemy/session.py",
 line 524, in _wrap
- return f(*args, **kwargs)
-   File 
"/usr/lib/python2.7/dist-packages/neutron/openstack/common/db/sqlalchemy/session.py",
 line 718, in flush
- return super(Session, self).flush(*args, **kwargs)
-   File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 
1818, in flush
- self._flush(objects)
-   File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 
1936, in _flush
- transaction.rollback(_capture_exception=True)
-   File "/usr/lib/python2.7/dist-packages/sqlalchemy/util/langhelpers.py", 
line 58, in __exit__
- compat.reraise(exc_type, exc_value, exc_tb)
-   File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/session.py", line 
1900,