[Bug 965022] Re: ssh crashed with SIGSEGV

2012-03-26 Thread ilyanix
** Visibility changed to: Public

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

Title:
  ssh crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965022/+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 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-26 Thread MaikL
I hope PHP 5.4 will make it in 12.04. My webhoster is going to upgrade from 5.2 
to 5.3 in Q2/2012. 
A support of PHP 5.4 would raise the pressure on such legacy webhoster.

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

Title:
  Include PHP 5.4 to Ubuntu 12.04  release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 858867] Re: XMLRPC allows unauthed users access to various methods (which it shouldn't)

2012-03-26 Thread Martin Pitt
** Changed in: cobbler (Ubuntu Precise)
Milestone: ubuntu-12.04-beta-2 = ubuntu-12.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/858867

Title:
  XMLRPC  allows unauthed users access to various methods (which it
  shouldn't)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/858867/+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 935516] Re: genshi version 0.6-2 FTBFS on i386 in precise

2012-03-26 Thread Martin Pitt
** Changed in: genshi (Ubuntu Precise)
Milestone: ubuntu-12.04-beta-2 = ubuntu-12.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/935516

Title:
  genshi version 0.6-2 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/935516/+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 944546] Re: StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

2012-03-26 Thread Martin Pitt
** Changed in: libcommons-cli-java (Ubuntu Precise)
Milestone: ubuntu-12.04-beta-2 = ubuntu-12.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/944546

Title:
  StringIndexOutOfBoundsException in HelpFormatter.findWrapPos

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server - Hadoop

2012-03-26 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Status 20120603
  
  Testing packages avaliable for hadoop, hbase, pig and hadoop-zookeeper
  in http://launchpad.net/~hadoop-ubuntu/+archive/testing
  
  sudo add-apt-repository ppa:hadoop-ubuntu/testing
  
  Juju charms avaliable for hadoop, hbase and zookeeper:
  
  lp:~charmers/charms/precise/zookeeper/trunk
  lp:~charmers/charms/precise/hadoop/trunk
  lp:~charmers/charms/precise/hbase/trunk
  
  Note that by default the zookeeper charm will use the zookeeper packages from 
the main archive not the PPA - see the charm config.yaml file for details on 
how to use the
  PPA's with these charms.
  
  Dev PPA also now hosting backports of all packages for Ubuntu 11.10.
  
  Status 20122501
  
  Dev packages avaliable for hadoop, hive, pig, hbase and hadoop-zookeeper
  in http://launchpad.net/~hadoop-ubuntu/+archive/dev
  
  sudo add-apt-repository ppa:hadoop-ubuntu/dev
  
  
  
  Target versions of Hadoop components:
  
  hadoop-1.0.1
  hcatalog-0.2.0
  pig-0.9.1
  hbase-0.92.0
  hive-0.8.1
  zookeeper-3.4.3
  
  Package naming:
  
  hadoop
  hcatalog
  pig
  hbase
  hive
  
  Packages that target partner CANNOT have the same name as packages in
  the main archive so zookeeper will be:
  
  hadoop-zookeeper
  
  This will prevent and conflicts with the zookeeper package in the main
  archive.
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): DONE
  [james-page] Package zookeeper for partner (2): DONE
  [james-page] Package hadoop for partner (2): DONE
  [james-page] Rebuild native component during package rebuild for hadoop (3): 
DONE
- Package hcatalog for partner (3): TODO
+ Package hcatalog for partner (3): POSTPONED
  [negronjl] Package pig for partner (2): DONE
  [james-page] Package hbase for partner (2): DONE
  [negronjl] Package hive for partner (2): DONE
  [james-page] Work out solution for JAVA_HOME detection/override (1): DONE
  Partner Archive upload and review: POSTPONED
  [james-page] Juju charm for zookeeper (will depend on the zookeeper package): 
DONE
- Juju charm for hcatalog (will depend on the hcatalog package): TODO
+ Juju charm for hcatalog (will depend on the hcatalog package): POSTPONED
  [negronjl] Update existing hadoop charm for HDP packaging (will add option to 
select between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): INPROGRESS
  Test deployment and packaging: INPROGRESS

-- 
Ubuntu Server - Hadoop

[Bug 965022]

2012-03-26 Thread Apport retracing service
StacktraceTop:
 _vpaes_decrypt_core () at vpaes-x86.s:221
 vpaes_cbc_encrypt () at vpaes-x86.s:641
 ?? ()

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

Title:
  ssh crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965022/+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 965022] Stacktrace.txt

2012-03-26 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/965022/+attachment/2939826/+files/Stacktrace.txt

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

Title:
  ssh crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965022/+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 948993] Re: [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

2012-03-26 Thread Colin Watson
2012-03-26 10:37:24 INFOCreating lockfile: 
/var/lock/launchpad-lp-remove-package.lock
2012-03-26 10:37:33 INFORemoving candidates:
2012-03-26 10:37:33 INFOrabbitmq-stomp 2.6.1+hg20110927-0ubuntu1 in 
precise
2012-03-26 10:37:33 INFORemoved-by: Colin Watson
2012-03-26 10:37:33 INFOComment: requested by james-page; superseded by 
rabbitmq-server; LP: #948993
2012-03-26 10:37:34 INFO1 package successfully removed.
Confirm this transaction? [yes, no] yes
2012-03-26 10:37:40 INFOTransaction committed.
2012-03-26 10:37:40 INFOThe archive will be updated in the next publishing 
cycle.

** Changed in: rabbitmq-stomp (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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 948993] Re: [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

2012-03-26 Thread Colin Watson
2012-03-26 10:37:45 INFOCreating lockfile: 
/var/lock/launchpad-lp-remove-package.lock
2012-03-26 10:37:55 INFORemoving candidates:
2012-03-26 10:37:55 INFOrabbitmq-erlang-client 
2.6.1+hg20110927-0ubuntu1 in precise
2012-03-26 10:37:55 INFORemoved-by: Colin Watson
2012-03-26 10:37:55 INFOComment: requested by james-page; superseded by 
rabbitmq-server; LP: #948993
2012-03-26 10:37:55 INFO1 package successfully removed.
Confirm this transaction? [yes, no] yes
2012-03-26 10:37:57 INFOTransaction committed.
2012-03-26 10:37:57 INFOThe archive will be updated in the next publishing 
cycle.

** Changed in: rabbitmq-erlang-client (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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 948993] Re: [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

2012-03-26 Thread Colin Watson
2012-03-26 10:38:00 INFOCreating lockfile: 
/var/lock/launchpad-lp-remove-package.lock
2012-03-26 10:38:09 INFORemoving candidates:
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise amd64
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise armel
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise armhf
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise i386
2012-03-26 10:38:09 INFOrabbitmq-plugins-common 0.0.1-0ubuntu5 in 
precise powerpc
2012-03-26 10:38:09 INFORemoved-by: Colin Watson
2012-03-26 10:38:09 INFOComment: requested by james-page; superseded by 
rabbitmq-server; LP: #948993
2012-03-26 10:38:09 INFO6 packages successfully removed.
Confirm this transaction? [yes, no] yes
2012-03-26 10:38:11 INFOTransaction committed.
2012-03-26 10:38:11 INFOThe archive will be updated in the next publishing 
cycle.

** Changed in: rabbitmq-plugins-common (Ubuntu Precise)
   Status: New = Fix Released

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

Title:
  [FFe] [MIR] rabbitmq-stomp, rabbitmq-erlang-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-erlang-client/+bug/948993/+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 965022] ThreadStacktrace.txt

2012-03-26 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/965022/+attachment/2939827/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/965022/+attachment/2938948/+files/CoreDump.gz

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

** Tags removed: need-i386-retrace

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

Title:
  ssh crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965022/+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 965138] Re: Juju concatenates the full API endpoint URL when it gets absolute paths from the MAAS api.

2012-03-26 Thread Dave Walker
** 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 juju in Ubuntu.
https://bugs.launchpad.net/bugs/965138

Title:
  Juju concatenates the full API endpoint URL when it gets absolute
  paths from the MAAS api.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965138/+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 956581] Re: Stack Buffer Overflow in HTTP Manager

2012-03-26 Thread Jamie Strandboge
Unsubscribing ubuntu-security-sponsors for now. Please resubscribe once
there is something to review. Thanks!

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

Title:
  Stack Buffer Overflow in HTTP Manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/956581/+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 965188] Re: Mcollective is launched more than once

2012-03-26 Thread Marc Cluet
** Changed in: mcollective (Ubuntu)
   Status: New = Invalid

** Changed in: mcollective (Ubuntu)
 Assignee: (unassigned) = Marc Cluet (lynxman)

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

Title:
  Mcollective is launched more than once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/965188/+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 965188] Re: Mcollective is launched more than once

2012-03-26 Thread Marc Cluet
Hi Raphael,

This is due to a misconfiguration in mcollective's server.cfg

The way upstart behaves with scripts that fork themselves (as is the
case with mcollective) makes it very difficult for upstart to track the
process once it has been forked.

This is why the default configuration in mcollective server.cfg on the
package specifies daemonize=0 so upstart can track the process properly.

This behaviour shown on the bug means that the user has set daemonize=1
on server.cfg, which is not supported by the upstart script.

Marking as invalid.

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

Title:
  Mcollective is launched more than once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/965188/+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 912508] Re: test suite can wipe out existing zookeeper on local box: should Configure zk server as part of test fixture

2012-03-26 Thread Kapil Thangavelu
Excerpts from Jamie Strandboge's message of 2012-03-13 15:19:05 UTC:
 What is the status of this? It would be great to have this enabled in
 our builds.
 

The relevant code now exists in txzookeeper but not all tests utilize
it.

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

Title:
  test suite can wipe out existing zookeeper on local box: should
  Configure zk server as part of test fixture

To manage notifications about this bug go to:
https://bugs.launchpad.net/txzookeeper/+bug/912508/+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 965188] [NEW] Mcollective is launched more than once

2012-03-26 Thread Raphaël Pinson
Public bug reported:

Using mcollective 1.2.1+dfsg-2ubuntu1 in Ubuntu Precise:


root@wrk4 (staging) (wrk-c2c):~# ps axuww | grep mco
root  9753  0.0  0.0  11380   928 pts/0S+   13:42   0:00 grep mco
root@wrk4 (staging) (wrk-c2c):~# service mcollective start
mcollective start/running, process 9759
root@wrk4 (staging) (wrk-c2c):~# ps axuww | grep mco
root  9762  4.4  0.7 109916 29528 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9766  4.8  0.7 109920 29532 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9771  5.0  0.7 109960 29532 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9789  4.8  0.7 109916 29524 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9812  4.8  0.7 109960 29532 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9837  4.6  0.7 109960 29528 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9859  6.2  0.7 109956 29528 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9878  5.5  0.7 109920 29536 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9890  6.5  0.7 109964 29532 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9913  6.0  0.7 109924 29540 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9921  5.2  0.7 109960 29532 ?Sl   13:42   0:00 ruby 
/usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg
root  9969  0.0  0.0  11380   928 pts/0S+   13:42   0:00 grep mco


The init script comes from the package:

root@wrk4 (staging) (wrk-c2c):~# cat /etc/init/mcollective.conf 
description mcollective daemon
author Marc Cluet marc.cl...@ubuntu.com

start on runlevel [2345]
stop on runlevel [!2345]
respawn

env RUBYLIB=/usr/local/lib/site_ruby/1.8:$RUBYLIB
exec /usr/sbin/mcollectived --pid=/var/run/mcollectived.pid 
--config=/etc/mcollective/server.cfg


Launching the exec line manually only starts one instance of mcollective.

Upstart is version 1.5-0ubuntu1.

** Affects: mcollective (Ubuntu)
 Importance: Medium
 Assignee: Marc Cluet (lynxman)
 Status: Invalid

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

Title:
  Mcollective is launched more than once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/965188/+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 965188] Re: Mcollective is launched more than once

2012-03-26 Thread Raphaël Pinson
Thank you.

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

Title:
  Mcollective is launched more than once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/965188/+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 956581] Re: Stack Buffer Overflow in HTTP Manager

2012-03-26 Thread Jamie Strandboge
(also unsubscribed ubuntu-sponsors; feel free to add it again too, when
ready)

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

Title:
  Stack Buffer Overflow in HTTP Manager

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


[Blueprint servercloud-p-lxc] LXC development for Precise

2012-03-26 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to container : DONE
  [serge-hallyn] Change userspace lxc to not need to watch utmp for reboot: DONE
  [serge-hallyn] queue ubuntu package delta for upstream on github: DONE
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): DONE
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
  [stgraber] make mountall not mount certain things when inside a container: 
DONE
  [stgraber] Move lxc-is-container (as generic is-container) into upstart: DONE
  [stgraber] Move lxc consoles into upstart: DONE
  [serge-hallyn] Add apparmor profile: DONE
- [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile: TODO
+ [serge-hallyn] When mount controls are in kernel, use them in apparmor 
profile (thanks, stgraber): DONE
  [serge-hallyn] Submit merge proposal to add lxc section to the Ubuntu Server 
Guide: DONE
  [serge-hallyn] Update simple templates to work: DONE
  [serge-hallyn] Update fedora template to work: DONE
  [serge-hallyn] Update lxc-create/etc manpages: DONE
  
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches: POSTPONED
  [serge-hallyn] Update opensuse template to work (requires zypper packaged): 
POSTPONED
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  See wiki.ubuntu.com/LxcSecurity.  Please let me know if more is needed.
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

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


[Blueprint servercloud-p-libvirt] Libvirt plans for p

2012-03-26 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  NOTE: jdstrand reviewed the svirt for lxc implementation and the code
  is already there. The main question is policy. Once it is upstream and
  the apparmor containers work is done, we can examine the driver in more
  detail and develop appropriate policy.
  
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] MIR netcf: DONE
  [jdstrand] look at svirt for lxc: DONE
  [serge-hallyn] Add needed apparmor lines to support spice: DONE
  [serge-hallyn] Find way to have libvirt call qemu-kvm-spice if installed: DONE
  [serge-hallyn] Complete bash completion for virsh and send upstream: DONE
  [serge-hallyn] enable netcf: BLOCKED
- [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
+ [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: POSTPONED
  [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: DONE
  
  Notes:
  suspend-on-shutdown was removed in debian.
  openvswitch patches are still being discussed for libvirt.

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
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 956019] Re: keystone doesn't install the copyright file

2012-03-26 Thread Chuck Short
Which version is this with?

Regards
chuck

** Changed in: keystone (Ubuntu)
   Status: New = Incomplete

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

Title:
  keystone doesn't install the copyright file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/956019/+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 960761] Re: Typo in template files for mysql pgsql director packages

2012-03-26 Thread Colin Watson
Uploaded, probably for after the Beta 2 freeze.  Thanks!

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

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

Title:
  Typo in template files for mysql  pgsql director packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/960761/+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 956019] Re: keystone doesn't install the copyright file

2012-03-26 Thread Felix Geyer
Still present in the latest version (2012.1~rc1~20120316.2145-0ubuntu1).
See also http://lintian.ubuntuwire.org/tags/no-copyright-file.html

** Changed in: keystone (Ubuntu)
   Status: Incomplete = New

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

Title:
  keystone doesn't install the copyright file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/956019/+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 964304] Re: Please merge new upstream rrdtool version 1.4.7-1 from Debian Unstable into Precise

2012-03-26 Thread Colin Watson
You can drop that one as well (it was my change), as libdbi-dev provides
libdbi0-dev and there's no libdbi0-dev package in the archive these days
so no risk of confusion.

Based on http://oss.oetiker.ch/rrdtool/pub/CHANGES, I agree that we
should take this.  I've sponsored a sync for you, although it may sit in
the queue until after the Beta 2 freeze.

** Changed in: rrdtool (Ubuntu)
   Status: New = Fix Committed

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

Title:
  Please merge new upstream rrdtool version 1.4.7-1 from Debian Unstable
  into Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/964304/+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 965283] [NEW] include openvswitch documentation / package openvswitch-docs

2012-03-26 Thread Ralf Heiringhoff
Public bug reported:

Hi,

please add the INSTALL.* README.* openvswitch upstream documentation to
one of the existing openvswitch packages or create a new openvswitch-
docs package so users are able to find the upstream documentation under
/usr/share/doc without downloading and extracting the source package.

Regards,
Ralf

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openvswitch-switch 1.4.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Mon Mar 26 15:42:29 2012
SourcePackage: openvswitch
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  include openvswitch documentation / package openvswitch-docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/965283/+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 965283] Re: include openvswitch documentation / package openvswitch-docs

2012-03-26 Thread Ralf Heiringhoff
-- 
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/965283

Title:
  include openvswitch documentation / package openvswitch-docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/965283/+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 933656] Re: euca-describe-instances --ipv4 does not include public ip address

2012-03-26 Thread Andrew Glen-Young
On Thu 22-03-2012 16:33 ›, Scott Moser wrote:
 @Andrew,
   Could you please verify if this is still present.  There is no longer a 
 '--ipv4' flag in Ubuntu's euca2ools, but rather we output the public and 
 private IP addresses in the 13 and 14 (from memory) tab delimited fields.
 
   So, if you still get wrong data in those fields, please say so.
 
   Note, I think I saw this yesterday.  I associated an IP with:
  
 euca-associate-addr --instance-id instance addr
 
   Then, describe-instances did not show it, even though the system was 
 reachable.
I asked Adam Gandalman about it, and he suggested running the above 
 command again (even though it would fail).  I did that, and then subsequently 
 the addresses showed up.
   Adam also noted that he believed this is now fixed upstream by a process 
 that runs on the nodes and updates the data every so often.  So it is 
 basically eventually consistent.
 
   If I'm right above, then this is a nova bug at this point, and it is
 probably fixed.
 
   Could you confirm?
 

I can confirm that the public address is now available in the
'euca-describe-instances' output (and --ipv4 is no longer needed). I did the
same as you have suggested in order to see the IP address.

-- 
Regards.
Andrew Glen-Young

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

Title:
  euca-describe-instances --ipv4 does not include public ip address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/933656/+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 959426] Re: nova + glance services die if started before db is reachable

2012-03-26 Thread David Kranz
Yes. It could also happen that even after startup the connection is
temporarily unavailable and the nova processes should not crash
immediately. It should be noted that this problem did not happen ever
(for me) in oneiric/diablo-stable and I was/am using a complicated
system bring-up. Right now I cannot reboot the machine running mysql
and nova-scheduler because nova-scheduler crashes every time.

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 965356] [NEW] unnecessary dep: nova-api - nova-cert

2012-03-26 Thread Soren Hansen
Public bug reported:

nova-cert and nova-api don't need to run on the same machine.

In fact, doing so means you keep certificates on a publically exposed
system, which is never a good idea.

Furthermore, there's no guarantee at all that reqeusts from nova-api to
nova-cert will reach the cert server on the same host as it goes through
the message queue, so if you have N nova-api servers, only one in every
N requests to the cert service from nova-api will work.

If there's some reason these need to reside on the same system, that's a
bug that should be filed against Nova. I know of no such bug.

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

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

Title:
  unnecessary dep: nova-api - nova-cert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/965356/+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 965138] Re: Juju concatenates the full API endpoint URL when it gets absolute paths from the MAAS api.

2012-03-26 Thread Gavin Panella
** Changed in: juju
   Status: New = In Progress

** Changed in: juju
 Assignee: (unassigned) = Gavin Panella (allenap)

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

Title:
  Juju concatenates the full API endpoint URL when it gets absolute
  paths from the MAAS api.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965138/+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 237164] Re: kvm needs to correctly simulate a proper monitor

2012-03-26 Thread Michal Suchanek
Isn't the issue here that the emulated card has too low video memory
forcing 800x600 when the driver selects the default 24bpp depth?

This is an issue with some very old real hardware too.

I guess X could account for that but due to its architecture every
driver would likely have a separate check for this condition (S3,
cirrus, and any other driver that could be possibly used with such low-
mem card).

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

Title:
  kvm needs to correctly simulate a proper monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/237164/+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 965138] Re: Juju concatenates the full API endpoint URL when it gets absolute paths from the MAAS api.

2012-03-26 Thread Gavin Panella
** Branch linked: lp:~allenap/juju/maas-endpoint-url-with-resource-uris

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

Title:
  Juju concatenates the full API endpoint URL when it gets absolute
  paths from the MAAS api.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965138/+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 965441] [NEW] package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build

2012-03-26 Thread sergio
Public bug reported:

Problemas con kernel 3.12 y virtualbox 4.18

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: open-vm-dkms 2010.02.23-236320-1+ubuntu1
Uname: Linux 3.2.12-030212-generic-pae i686
Architecture: i386
Date: Mon Mar 26 12:49:49 2012
ErrorMessage: open-vm-tools kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
PackageVersion: 2010.02.23-236320-1+ubuntu1
SourcePackage: open-vm-tools
Title: package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to 
install/upgrade: open-vm-tools kernel module failed to build

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/965441/+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 965441] Re: package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build

2012-03-26 Thread sergio
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/965441

Title:
  package open-vm-dkms 2010.02.23-236320-1+ubuntu1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/965441/+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 963388] Re: Unable to start containers without proc entry in fstab

2012-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu45

---
lxc (0.7.5-3ubuntu45) precise; urgency=low

  * 0064-apparmor-mount-proc: mount /proc if we need to before changing
apparmor profile (LP: #963388).  (Also fixes two bad error paths)
  * lxc.postinst: use the right filename for loading profile
 -- Serge Hallyn serge.hal...@ubuntu.com   Sun, 25 Mar 2012 21:45:03 -0500

** Changed in: lxc (Ubuntu Precise)
   Status: Triaged = Fix Released

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

Title:
  Unable to start containers without proc entry in fstab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/963388/+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 965478] [NEW] Depends: eucalyptus-common but it is not installable

2012-03-26 Thread David Britton
Public bug reported:

Latest precise update:

root@ubuntu:~# apt-get install python-image-store-proxy
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-image-store-proxy : Depends: eucalyptus-common but it is not installable
E: Unable to correct problems, you have held broken packages.


root@ubuntu:~# apt-cache policy python-image-store-proxy eucalyptus-common
python-image-store-proxy:
  Installed: (none)
  Candidate: 1.0.4-0ubuntu6
  Version table:
 1.0.4-0ubuntu6 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
eucalyptus-common:
  Installed: (none)
  Candidate: (none)
  Version table:


root@ubuntu:~# apt-cache show  python-image-store-proxy eucalyptus-common
Package: python-image-store-proxy
Priority: extra
Section: universe/python
Installed-Size: 549
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Mathias Gug math...@ubuntu.com
Architecture: all
Source: image-store-proxy
Version: 1.0.4-0ubuntu6
Depends: python2.7, python (= 2.7.1-0ubuntu2), python ( 2.8), 
python-twisted-web, python-gobject, python-pycurl, eucalyptus-common, 
euca2ools, gnupg
Filename: 
pool/universe/i/image-store-proxy/python-image-store-proxy_1.0.4-0ubuntu6_all.deb
Size: 91482
MD5sum: fa7329088dc4a8fd5d2197fd83cdd3b3
SHA1: f7dcef8a06836bb8e9b725b77c693728886f9171
SHA256: 54bfca0d7d52ba33c7cf147083f7c0da0c281adad3984673af425eb4a924a18f
Description-en: Image Store Proxy for the Canonical Image Store
 The Image Store Proxy sits in the middle of three entities: the
 Eucalyptus Image Store UI, the Eucalyptus S3 and EC2 APIs, and
 the upstream Canonical Image Store API. It performs searches, queries and
 emits commands for image downloading from the Canonical Image Store and
 installation in the local Eucalyptus installation.
Homepage: https://launchpad.net/image-store-proxy/
Description-md5: fb7e20d6a6286a9eb59918da46389053
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

N: Can't select versions from package 'eucalyptus-common' as it is
purely virtual

** Affects: image-store-proxy (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Depends: eucalyptus-common but it is not installable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/965478/+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 965476] Re: Can't install Precise guest on Oneiric host

2012-03-26 Thread Māris Fogels
-- 
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/965476

Title:
  Can't install Precise guest on Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965476] [NEW] Can't install Precise guest on Oneiric host

2012-03-26 Thread Māris Fogels
Public bug reported:

The lxc-create command fails when using the ubuntu template to install a
Precise guest on an Oneiric host.  This is because the template tries to
install the lxcguest package in the Precise container, but that package
is no longer present in Precise.

Steps to reproduce:

On an Oneiric host, run:

 1.  sudo lxc-create -t ubuntu -n myguest -f myguest.conf -- -r precise
-a i386

What is supposed to happen:

 * The container should be successfully created.

What actually happens:

 * Container creation fails with the following console output:

{{{
...
Building dependency tree...
Package lxcguest is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'lxcguest' has no installation candidate
failed to execute template 'ubuntu'
 $
}}}

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: lxc 0.7.5-0ubuntu8.5
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Mar 26 12:20:27 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110915.1)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Can't install Precise guest on Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 962560] Re: pam-auth-update Account-Type should be Additional

2012-03-26 Thread Russ Allbery
This analysis looks right to me, and I think may run deeper than just
this one module.  If every account module should be additional and not
primary, I think that points to an error in the data model or
interpretation of the data model, rather than in individual PAM
configurations.  And viewing the account stack as a guantlet of denials
where one should therefore not skip modules makes sense to me.

Modules doing account checks for which the auth check never ran and
which therefore cannot do anything meaningful (not the case for
pam_ldap, where the auth and account checks are unrelated, but the case
for things like pam-krb5) should return PAM_IGNORE on account if they're
not meaningful.  And indeed pam-krb5 already does.

Adding libpam-runtime to get the opinion of the pam-auth-update author.

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

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

Title:
  pam-auth-update Account-Type should be Additional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ldap/+bug/962560/+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 962560] Re: pam-auth-update Account-Type should be Additional

2012-03-26 Thread Russ Allbery
Ah, in fact, I see comment #20 mentioned above is from Steve.

Steve, when would you ever want to have an account type of Primary given
those semantics?  Shouldn't Primary just be treated the same as
Additional for the account stack?

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

Title:
  pam-auth-update Account-Type should be Additional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ldap/+bug/962560/+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 965476] Re: Can't install Precise guest on Oneiric host

2012-03-26 Thread Māris Fogels
cjwatson suggested the following workaround on IRC:

cjwatson maybe you can apply 0039-no-lxcguest-in-p-template from
http://launchpadlibrarian.net/92357679/lxc_0.7.5-3ubuntu19_0.7.5-3ubuntu20.diff.gz


** Attachment added: 0039-no-lxcguest-in-p-template
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+attachment/2942120/+files/0039-no-lxcguest-in-p-template

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

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965476] Re: Can't install Precise guest on Oneiric host

2012-03-26 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu)
   Status: New = Fix Released

** Also affects: lxc (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Oneiric)
   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/965476

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965476] Re: lxc-create fails creating a Precise container on an Oneiric host

2012-03-26 Thread Māris Fogels
** Summary changed:

- Can't install Precise guest on Oneiric host
+ lxc-create fails creating a Precise container on an Oneiric host

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

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965356] Re: unnecessary dep: nova-api - nova-cert

2012-03-26 Thread Adam Gandelman
** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  unnecessary dep: nova-api - nova-cert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/965356/+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 965476] Re: lxc-create fails creating a Precise container on an Oneiric host

2012-03-26 Thread Serge Hallyn
** Changed in: lxc (Ubuntu Natty)
   Status: New = Invalid

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

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965507] [NEW] Juju uses http to contact uec-images.ubuntu.com

2012-03-26 Thread Clint Byrum
*** This bug is a security vulnerability ***

Public security bug reported:

The AMI to use for spawning machines is determined by querying
uec-images.ubuntu.com. A malicious attacker could use a DNS spoof attack
to cause the 'bootstrap' to spawn their compromised AMI instead of the
official Ubuntu AMI's. Also the URL has been chagned from 'uec-images'
to 'cloud-images' upstream, as the UEC product is now just 'Ubuntu Cloud'.

** Affects: juju
 Importance: High
 Assignee: Clint Byrum (clint-fewbar)
 Status: In Progress

** Affects: juju (Ubuntu)
 Importance: High
 Status: Triaged

** Branch linked: lp:~clint-fewbar/juju/fix-cloud-images-url

** Changed in: juju
   Status: New = In Progress

** Changed in: juju
Milestone: None = honolulu

** Changed in: juju
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** This bug has been flagged as a security vulnerability

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

** Changed in: juju (Ubuntu)
   Status: New = Triaged

** Changed in: juju
   Importance: Undecided = High

** Changed in: juju (Ubuntu)
   Importance: Undecided = High

** Changed in: juju
Milestone: honolulu = florence

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

Title:
  Juju uses http to contact uec-images.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965507/+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 965476] Re: lxc-create fails creating a Precise container on an Oneiric host

2012-03-26 Thread Serge Hallyn
** Description changed:

- The lxc-create command fails when using the ubuntu template to install a
- Precise guest on an Oneiric host.  This is because the template tries to
- install the lxcguest package in the Precise container, but that package
- is no longer present in Precise.
+ 
+ SRU Justification:
+ 1. Impact: creating precise containers fails
+ 2. Development fix: don't install lxcguest when creating precise containers
+ 3. Stable fix: same as development fix
+ 4. Test case: create a precise container on an oneiric host
+ 5. Regression potential: none
+ 
+ The lxc-create command fails when using the ubuntu template to install a 
Precise guest on an Oneiric host.  This is because the template tries to 
install the lxcguest package in the Precise container, but that package is no 
longer present in Precise.
  
  Steps to reproduce:
  
  On an Oneiric host, run:
  
-  1.  sudo lxc-create -t ubuntu -n myguest -f myguest.conf -- -r precise
+  1.  sudo lxc-create -t ubuntu -n myguest -f myguest.conf -- -r precise
  -a i386
  
  What is supposed to happen:
  
-  * The container should be successfully created.
+  * The container should be successfully created.
  
  What actually happens:
  
-  * Container creation fails with the following console output:
+  * Container creation fails with the following console output:
  
  {{{
  ...
  Building dependency tree...
  Package lxcguest is not available, but is referred to by another package.
  This may mean that the package is missing, has been obsoleted, or
  is only available from another source
  
  E: Package 'lxcguest' has no installation candidate
  failed to execute template 'ubuntu'
-  $
+  $
  }}}
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lxc 0.7.5-0ubuntu8.5
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Mar 26 12:20:27 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110915.1)
  ProcEnviron:
-  LANGUAGE=en_CA:en
-  PATH=(custom, user)
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_CA:en
+  PATH=(custom, user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  lxc-create fails creating a Precise container on an Oneiric host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/965476/+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 965523] [NEW] mysql 5.5.22, 5.1.62, 5.0.96 security update tracking bug

2012-03-26 Thread Marc Deslauriers
*** This bug is a security vulnerability ***

Public security bug reported:

5.5.22:
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html

yaSSL was upgraded from version 1.7.2 to 2.2.0

5.1.62:
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-62.html
yaSSL was upgraded from version 1.7.2 to 2.2.0. 
Security Fix: Bug #13510739 and Bug #63775 were fixed.

5.0.96:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-96.html
yaSSL was upgraded from version 1.7.2 to 2.2.0.

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

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Assignee: Clint Byrum (clint-fewbar)
 Status: Confirmed

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-5.1 (Ubuntu Lucid)
 Importance: Undecided
 Status: Invalid

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

** Affects: mysql-dfsg-5.0 (Ubuntu Lucid)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu Lucid)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

** Affects: mysql-5.1 (Ubuntu Maverick)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

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

** Affects: mysql-dfsg-5.0 (Ubuntu Maverick)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu Maverick)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-5.1 (Ubuntu Natty)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

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

** Affects: mysql-dfsg-5.0 (Ubuntu Natty)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu Natty)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-5.1 (Ubuntu Oneiric)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

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

** Affects: mysql-dfsg-5.0 (Ubuntu Oneiric)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu Oneiric)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-5.1 (Ubuntu Precise)
 Importance: Undecided
 Status: Won't Fix

** Affects: mysql-5.5 (Ubuntu Precise)
 Importance: Undecided
 Assignee: Clint Byrum (clint-fewbar)
 Status: Confirmed

** Affects: mysql-dfsg-5.0 (Ubuntu Precise)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-dfsg-5.1 (Ubuntu Precise)
 Importance: Undecided
 Status: Invalid

** Affects: mysql-5.1 (Ubuntu Hardy)
 Importance: Undecided
 Status: Invalid

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

** Affects: mysql-dfsg-5.0 (Ubuntu Hardy)
 Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
 Status: Confirmed

** Affects: mysql-dfsg-5.1 (Ubuntu Hardy)
 Importance: Undecided
 Status: Invalid

** Visibility changed to: Public

** Also affects: mysql-5.1 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.1 (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.1 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.1 (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.1 (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.1 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: mysql-5.1 (Ubuntu Hardy)
   Status: New = Invalid

** Changed in: mysql-5.1 (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: mysql-5.1 (Ubuntu Precise)
   Status: New = Won't Fix

** Changed in: mysql-5.1 (Ubuntu Maverick)
   Status: New = Confirmed

** Changed in: mysql-5.1 (Ubuntu Maverick)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: mysql-5.1 (Ubuntu Natty)
   Status: New = Confirmed

** Changed in: mysql-5.1 (Ubuntu Natty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: mysql-5.1 (Ubuntu Oneiric)
   Status: New = Confirmed

** Changed in: mysql-5.1 (Ubuntu Oneiric)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: mysql-5.5 (Ubuntu Hardy)
   Status: New = Invalid

[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2012-03-26 Thread Clint Byrum
Blueprint changed by Clint Byrum:

Whiteboard changed:
- Status: After some discussions with our release team and security team,
- there is a strong desire to ship 5.4.0 rather than 5.3.10. I am in
- agreement with this, and I will rally some testers.  Here is a list of
- bugs already found in Debian as part of their 5.4 transition:
- http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=php54;users=pkg-php-
- ma...@lists.alioth.debian.org. First big blocker is that suhosin is
- still not available for php 5.4 ..will try to find out where development
- is on that next.
+ Status: This has been a hard, back and forth process, and I am not
+ entirely happy with the result, but I don't feel there was anything more
+ we could do. With Suhosin unavailable for 5.4.0, we have decided to ship
+ 5.3.10 with the full protections of Suhosin and its known working state
+ rather than 5.4.0 without Suhosin. With beta2 all but released
+ (undergoing final testing) with 5.3.10, there isn't much more we can do.
+ Thanks to everyone who put their time and input into this. -Clint
  
  There is a PPA with up-to-date version of PHP 5.4.0 for lucid - oneiric:
  https://launchpad.net/~ondrej/+archive/php5 and people are already using
  it. (I already had some user base).
  
  Work items:
  [ubuntu-server] In january, assess situation based on Debian status and 
decide 5.4 or 5.3 then: DONE
  [clint-fewbar] maintain a merged 5.4 in a PPA  ( ppa:clint-fewbar/php5 ) : 
DONE
- [clint-fewbar] setup rebuilds for extensions that build-dep on php5-dev: 
INPROGRESS
+ [clint-fewbar] setup rebuilds for extensions that build-dep on php5-dev: 
POSTPONED
  [ondrej] setup backport for lucid to allow wider PHP 5.4 testing before the 
upgrade: DONE
  
  Question:
  Does this require discussion or just rubber stamping? -- Daviey
  
  Answer:
  It is not entirely clear whether 5.4.0 will be sufficiently similar to 5.3.x 
to include in this release. The more conservative approach is just to ship 
5.3.9 or 5.3.10 and leave 5.4.0 for 12.10, but the PHP community is interested 
in weighing in on the issue and I'd also like to hear the security team's take 
on the matter.
  
   * provide packages for both precise and lucid in the ppa (or 
lucid-backports) so people can test before upgrade
   * provide rebuilt extensions against the new ABI
  
  Question:
  With both PHP 5.4.0 final and Ubuntu 12.04 Beta 1 released today, is it 
correct to assume that the chances of PHP 5.4 being shipped with Ubuntu 12.04 
are basically non existant? -Clemens

-- 
PHP 5.4 for Ubuntu 12.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54

-- 
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 959426] Re: nova + glance services die if started before db is reachable

2012-03-26 Thread Thierry Carrez
** Tags added: essex-rc-potential

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

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+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 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-26 Thread Clint Byrum
Sorry everyone, the lack of an available Suhosin patch for 5.4 has kept
this out of 12.04.

** Changed in: php5 (Ubuntu)
   Status: In Progress = Triaged

** Changed in: php5 (Ubuntu)
Milestone: ubuntu-12.04-beta-2 = None

** Summary changed:

- Include PHP 5.4 to Ubuntu 12.04  release
+ Please merge PHP 5.4 from Debian

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

Title:
  Please merge PHP 5.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 963696] Re: ubuntu template should enable security pocket

2012-03-26 Thread Clint Byrum
Bug is Fix Released in precise


lxc (0.7.5-3ubuntu4) precise; urgency=low

  * add a default bridge for lxc to use.  (LP: #801002)
  * Add debian/lxc.conf, which gets installed as /etc/lxc/lxc.conf as a
sample, usable, default config.  (LP: #823862)
  * Add precise to the list of distros
  * Add -updates and -security to /etc/apt/sources.list after debootstrap
for container creation (LP: #820715)

 -- Serge Hallyn serge.hal...@ubuntu.com  Thu, 10 Nov 2011 16:00:44
-0600

This should be SRU'd to at the very least lucid, yes.

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

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu Lucid)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: lxc (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: lxc (Ubuntu Oneiric)
   Status: New = Triaged

** Also affects: lxc (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: lxc (Ubuntu Maverick)
   Status: New = Won't Fix

** Changed in: lxc (Ubuntu Natty)
   Status: New = Triaged

** Changed in: lxc (Ubuntu Natty)
   Importance: Undecided = High

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

Title:
  ubuntu template should enable security pocket

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/963696/+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 965654] [NEW] /var/log/auth spam every 2 mins: sshd[*]: Connection closed by 127.0.0.1 [preauth]

2012-03-26 Thread JP Vossen
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04

openssh-server-1:5.9p1-4ubuntu1

Not really sure that OpenSSH is the real culprit, but it's what has been
reporting the log spam since I upgraded from 10.10 to 12.04 a day or two
ago:

$ sudo grep 'Connection closed by 127.0.0.1' /var/log/auth.log | tail
Mar 26 14:27:19 perry2 sshd[16380]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:29:19 perry2 sshd[16383]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:31:19 perry2 sshd[26767]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:33:19 perry2 sshd[7300]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:35:19 perry2 sshd[19270]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:37:19 perry2 sshd[31926]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:39:19 perry2 sshd[1696]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:41:19 perry2 sshd[1700]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:43:19 perry2 sshd[1703]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:45:19 perry2 sshd[1709]: Connection closed by 127.0.0.1 [preauth]

$ sudo zgrep -c 'Connection closed by 127.0.0.1' /var/log/auth.log*
/var/log/auth.log:934
/var/log/auth.log.1:595
/var/log/auth.log.2.gz:0
/var/log/auth.log.3.gz:0
/var/log/auth.log.4.gz:0

$ ll /var/log/auth.log*
-rw-r- 1 syslog adm 128K Mar 26 14:52 /var/log/auth.log
-rw-r- 1 syslog adm 132K Mar 25 07:52 /var/log/auth.log.1
-rw-r- 1 syslog adm 2.1K Mar 23 16:25 /var/log/auth.log.2.gz
-rw-r- 1 syslog adm  18K Feb 26 07:45 /var/log/auth.log.3.gz
-rw-r- 1 syslog adm  19K Feb 19 07:45 /var/log/auth.log.4.gz

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

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

Title:
  /var/log/auth spam every 2 mins: sshd[*]: Connection closed by
  127.0.0.1 [preauth]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965654/+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 948461] Re: apt-get hashsum/size mismatch because s3 mirrors don't support http pipelining correctly

2012-03-26 Thread Ben Howard
** 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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/948461

Title:
  apt-get hashsum/size mismatch because s3 mirrors don't support http
  pipelining correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/948461/+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 965663] [NEW] ssh-copy-id doesn't call restorecon on SELinux enabled destination hosts

2012-03-26 Thread Simon Déziel
Public bug reported:

When using ssh-copy-id to copy a public key to a SELinux enabled
destination host (like a CentOS 6 default install) the resulting
~/.ssh/authorized_keys file on the SELinux box does not have the right
labelling :

# ll -Z .ssh/authorized_keys 
-rw---. root root unconfined_u:object_r:admin_home_t:s0 .ssh/authorized_keys

While it should be :

# ll -Z .ssh/authorized_keys 
-rw---. root root unconfined_u:object_r:ssh_home_t:s0 .ssh/authorized_keys

Comparing the CentOS version of ssh-copy-id with the one from Ubuntu shows that 
the CentOS version appends the new key(s) and calls restorecon if the binary is 
present (test -x /sbin/restorecon  /sbin/restorecon .ssh 
.ssh/authorized_keys).
 


Ubuntu (where ssh-copy-id was called) information :

$ lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

$ apt-cache policy openssh-client
openssh-client:
  Installed: 1:5.8p1-7ubuntu1
  Candidate: 1:5.8p1-7ubuntu1
  Version table:
 *** 1:5.8p1-7ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status


CentOS (destination server) information :

# cat /etc/issue
CentOS release 6.2 (Final)
Kernel \r on an \m

# rpm -qf /usr/bin/ssh-copy-id
openssh-clients-5.3p1-70.el6_2.2.x86_64

# rpm -qi openssh-clients
Name: openssh-clients  Relocations: (not relocatable)
Version : 5.3p1 Vendor: CentOS
Release : 70.el6_2.2Build Date: Wed 25 Jan 2012 
10:56:24 AM EST
Install Date: Mon 26 Mar 2012 03:04:35 PM EDT  Build Host: 
c6b18n1.dev.centos.org
Group   : Applications/Internet Source RPM: 
openssh-5.3p1-70.el6_2.2.src.rpm
Size: 1070245  License: BSD
Signature   : RSA/SHA1, Mon 30 Jan 2012 02:11:24 PM EST, Key ID 0946fca2c105b9de
Packager: CentOS BuildSystem http://bugs.centos.org
URL : http://www.openssh.com/portable.html
Summary : An open source SSH client applications
Description :
OpenSSH is a free version of SSH (Secure SHell), a program for logging
into and executing commands on a remote machine. This package includes
the clients necessary to make encrypted connections to SSH servers.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: openssh-client 1:5.8p1-7ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Mar 26 16:01:43 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:5.8p1-7ubuntu1
SSHClientVersion: OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  ssh-copy-id doesn't call restorecon on SELinux enabled destination
  hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965663/+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 965663] Re: ssh-copy-id doesn't call restorecon on SELinux enabled destination hosts

2012-03-26 Thread Simon Déziel
-- 
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/965663

Title:
  ssh-copy-id doesn't call restorecon on SELinux enabled destination
  hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965663/+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 959610] Re: keystone is not logging

2012-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2012.1~rc1-0ubuntu1

---
keystone (2012.1~rc1-0ubuntu1) precise; urgency=low

  [Chuck Short]
  * New usptream version.
  * debian/control: Add python-iso8601 as a depends.
  * debian/patches/fix-ubuntu-tests.patch: Disable git checkout on some
of the tests.
  * dropped swift as a depends.

  [Adam Gandelman]
  * debian/patches/sql_connection.patch: Refresh
  * debian/logging.conf: Update and enable file logging (LP: #959610)
  * debian/keystone.prerm: Only attempt to cleanup database if it was
configured during installation. (LP: #948719)
  * debian/rules: Fix doc builds + clean (LP: #956019)
  * debian/control: Add python-{nova, swift} as Build-Depends, required
for doc building
  * debian/rules, debian/tests/test_overrides.conf: Setup a proper environment
for unit testing
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Mar 2012 13:41:45 -0400

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

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

Title:
  keystone is not logging

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959610/+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 956019] Re: keystone doesn't install the copyright file

2012-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2012.1~rc1-0ubuntu1

---
keystone (2012.1~rc1-0ubuntu1) precise; urgency=low

  [Chuck Short]
  * New usptream version.
  * debian/control: Add python-iso8601 as a depends.
  * debian/patches/fix-ubuntu-tests.patch: Disable git checkout on some
of the tests.
  * dropped swift as a depends.

  [Adam Gandelman]
  * debian/patches/sql_connection.patch: Refresh
  * debian/logging.conf: Update and enable file logging (LP: #959610)
  * debian/keystone.prerm: Only attempt to cleanup database if it was
configured during installation. (LP: #948719)
  * debian/rules: Fix doc builds + clean (LP: #956019)
  * debian/control: Add python-{nova, swift} as Build-Depends, required
for doc building
  * debian/rules, debian/tests/test_overrides.conf: Setup a proper environment
for unit testing
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Mar 2012 13:41:45 -0400

** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

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

Title:
  keystone doesn't install the copyright file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/956019/+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 948719] Re: uninstall keystone error

2012-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2012.1~rc1-0ubuntu1

---
keystone (2012.1~rc1-0ubuntu1) precise; urgency=low

  [Chuck Short]
  * New usptream version.
  * debian/control: Add python-iso8601 as a depends.
  * debian/patches/fix-ubuntu-tests.patch: Disable git checkout on some
of the tests.
  * dropped swift as a depends.

  [Adam Gandelman]
  * debian/patches/sql_connection.patch: Refresh
  * debian/logging.conf: Update and enable file logging (LP: #959610)
  * debian/keystone.prerm: Only attempt to cleanup database if it was
configured during installation. (LP: #948719)
  * debian/rules: Fix doc builds + clean (LP: #956019)
  * debian/control: Add python-{nova, swift} as Build-Depends, required
for doc building
  * debian/rules, debian/tests/test_overrides.conf: Setup a proper environment
for unit testing
 -- Chuck Short zul...@ubuntu.com   Mon, 26 Mar 2012 13:41:45 -0400

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

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

Title:
  uninstall  keystone error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/948719/+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 965507] Re: Juju uses http to contact uec-images.ubuntu.com

2012-03-26 Thread Clint Byrum
So, changing to an https url only solves the problem halfway. It turns
out twisted's web client does not verify certs. That is also a problem
for the backend charm store (https://store.juju.ubuntu.com). I am
expanding this bug then, to include that url as well and clarifying the
title to represent the true nature of the problem.

txaws includes twisted code to verify the certs on Ubuntu systems, so I
will add that. This may mean that the client breaks on other systems
such as OS X since OS X will not have its CA certificates in /etc/ssl.

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

Title:
  Juju uses http to contact uec-images.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965507/+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 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-26 Thread Yaron
I'm not so sure about this but when running Android X86 on KVM with
virt-manager the VM got hanged although the meter shows that there is an
activity, after two hours I realized it's not going to happen.

The only problem is... I never managed to run the LiveCD either so I'm
not so sure about it.

I did manage to run TinyCore Plus as a VM both Live and installed, no
hanging there...

Anything I can check?

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

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+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 912861] Re: [MIR] juju, txaws, txzookeeper

2012-03-26 Thread Jamie Strandboge
FYI, review is mostly complete. Discussing some things with the server
team before posting here.

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

Title:
  [MIR] juju, txaws, txzookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/912861/+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 802950] Re: no gui visible in unity

2012-03-26 Thread Clint Byrum
Excerpts from Duncan McGreggor's message of Fri Mar 23 04:04:39 UTC 2012:
 Kate, Clint -- would you guys be interested in a new release of txAWS
 for Precise?
 
 If so, when should we create one? (seems like, at the earliest, when
 Client's branch gets merged...)
 

Hi Duncan. I just now noticed that we don't have SSL endpoint certificate
verification in the current release of txaws (0.2). I see that it landed
in trunk a few months ago.

That makes any use of txaws fairly suspect, since you could be talking
to a MITM ec2 proxy that is intercepting your credentials, userdata,
etc. etc.

So yes, I think it would be quite important for us to have that available
for juju. In fact I may just isolate that as a patch for precise if we
can't get all of 0.3 in.

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

Title:
  no gui visible in unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/txaws/+bug/802950/+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 952397] Re: Juju is forcing *ALL* charms in a repo to be perfect to be able to deploy *any*

2012-03-26 Thread Clint Byrum
** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju (Ubuntu)
   Status: New = Triaged

** Changed in: juju (Ubuntu)
   Importance: Undecided = High

** Also affects: juju (Ubuntu Precise)
   Importance: High
   Status: Triaged

** Changed in: juju (Ubuntu Precise)
Milestone: None = ubuntu-12.04

** Changed in: juju (Ubuntu Precise)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

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

Title:
  Juju is forcing *ALL* charms in a repo to be perfect to be able to
  deploy *any*

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/952397/+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 912861] Re: [MIR] juju, txaws, txzookeeper

2012-03-26 Thread Jamie Strandboge
txaws looks good. Thanks! Please feel free to seed.

** Changed in: txaws (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: txaws (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

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

Title:
  [MIR] juju, txaws, txzookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/912861/+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 965507] Re: Juju uses http to contact uec-images.ubuntu.com

2012-03-26 Thread Kapil Thangavelu
** Changed in: juju
   Status: In Progress = Fix Released

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

Title:
  Juju uses http to contact uec-images.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965507/+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 959262] [NEW] [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've just installed dashboard on a Ubuntu 12.04 B1 server:
openstack-dashboard   2012.1~rc1~20120315.1545-0ubuntu1

# apt-get install openstack-dashboard

and just pointed my browser to the installation.
On logging on I get a stack trace.

Environment:


Request Method: GET
Request URL: http://172.15.0.1/syspanel/

Django Version: 1.3.1
Python Version: 2.7.3
Installed Applications:
['openstack_dashboard',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'django_nose',
 'horizon',
 'horizon.dashboards.nova',
 'horizon.dashboards.syspanel',
 'horizon.dashboards.settings']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'openstack_dashboard.middleware.DashboardLogUnhandledExceptionsMiddleware',
 'horizon.middleware.HorizonMiddleware',
 'django.middleware.doc.XViewMiddleware',
 'django.middleware.locale.LocaleMiddleware')


Traceback:
File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py in 
get_response
  111. response = callback(request, *callback_args, 
**callback_kwargs)
File /usr/lib/python2.7/dist-packages/horizon/decorators.py in dec
  40. return view_func(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/horizon/decorators.py in dec
  91. return view_func(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/horizon/decorators.py in dec
  57. return view_func(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/horizon/decorators.py in dec
  40. return view_func(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/horizon/decorators.py in dec
  91. return view_func(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/django/views/generic/base.py in view
  47. return self.dispatch(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/django/views/generic/base.py in dispatch
  68. return handler(request, *args, **kwargs)
File /usr/lib/python2.7/dist-packages/horizon/tables/views.py in get
  100. handled = self.construct_tables()
File /usr/lib/python2.7/dist-packages/horizon/tables/views.py in 
construct_tables
  87. data = self._get_data_dict()
File /usr/lib/python2.7/dist-packages/horizon/tables/views.py in 
_get_data_dict
  127. self._data = {self.table_class._meta.name: self.get_data()}
File /usr/lib/python2.7/dist-packages/horizon/usage/views.py in get_data
  33. self.usage.summarize(*self.usage.get_date_range())
File /usr/lib/python2.7/dist-packages/horizon/usage/base.py in summarize
  94.   _('Unable to retrieve usage 
information.'))
File /usr/lib/python2.7/dist-packages/horizon/usage/base.py in summarize
  91. self.usage_list = self.get_usage_list(start, end)
File /usr/lib/python2.7/dist-packages/horizon/usage/base.py in get_usage_list
  114. return api.usage_list(self.request, start, end)
File /usr/lib/python2.7/dist-packages/horizon/api/nova.py in usage_list
  394. return [Usage(u) for u in novaclient(request).usage.list(start, end, 
True)]
File /usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py in list
  35. tenant_usages)
File /usr/lib/python2.7/dist-packages/novaclient/base.py in _list
  85. with self.completion_cache('human_id', obj_class, mode=w):
File /usr/lib/python2.7/contextlib.py in __enter__
  17. return self.gen.next()
File /usr/lib/python2.7/dist-packages/novaclient/base.py in completion_cache
  115. os.makedirs(cache_dir, 0755)
File /usr/lib/python2.7/os.py in makedirs
  150. makedirs(head, mode)
File /usr/lib/python2.7/os.py in makedirs
  157. mkdir(name, mode)

Exception Type: OSError at /syspanel/
Exception Value: [Errno 13] Permission denied: '/var/www/.novaclient'


/var/www is quite rightly owned by root:root on an out of the box install of 
Apache.

** Affects: python-novaclient (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
[Errno 13] Permission denied: '/var/www/.novaclient'
https://bugs.launchpad.net/bugs/959262
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to python-novaclient 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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-26 Thread Adam Gandelman
** Package changed: openstack-dashboard (Ubuntu) = python-novaclient
(Ubuntu)

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/959262/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-26 Thread Adam Gandelman
** Also affects: nova
   Importance: Undecided
   Status: New

** Tags added: essex-rc-potential

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 965836] [NEW] `ssh-add -x` does not prevent key use

2012-03-26 Thread Martin Chase
Public bug reported:

I add my key:

$ ssh-add -t $((60*60*2)) /media/secret/secret/id_dsa

After which I physically remove the USB stick with that key and I lock
my agent:

$ ssh-add -x
Enter lock password: 
Again: 
Agent locked.

Then I ssh someplace I shouldn't be able to get to:

$ ssh -v 10.13.37.6
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 10.13.37.6 [10.13.37.6] port 22.
debug1: Connection established.
debug1: identity file /home/martin/.ssh/id_rsa type -1
debug1: identity file /home/martin/.ssh/id_rsa-cert type -1
debug1: identity file /home/martin/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/martin/.ssh/id_dsa-cert type -1
debug1: identity file /home/martin/.ssh/id_ecdsa type -1
debug1: identity file /home/martin/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 
Debian-4ubuntu5
debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA b9:b0:f8:f0:6c:36:5b:b1:55:7f:d3:e3:b6:4c:32:5d
debug1: Host '10.13.37.6' is known and matches the RSA host key.
debug1: Found key in /home/martin/.ssh/known_hosts:30
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering DSA public key: /home/martin/.ssh/id_dsa
debug1: Server accepts key: pkalg ssh-dss blen 435
debug1: Authentication succeeded (publickey).
Authenticated to 10.13.37.6 ([10.13.37.6]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
Linux bh-live-02 2.6.35-28-virtual #50-Ubuntu SMP Fri Mar 18 19:16:26 UTC 2011 
x86_64 GNU/Linux
Ubuntu 10.10

Notably, it says, debug1: Offering DSA public key:
/home/martin/.ssh/id_dsa, but:

$ ls -l /home/martin/.ssh/id_dsa
ls: cannot access /home/martin/.ssh/id_dsa: No such file or directory

Also, -l shows a key when it should show none:

$ ssh-add -l
1024 a5:51:2f:98:70:97:97:bb:54:0f:12:cf:72:f7:be:64 
/media/secret/secret/id_dsa (DSA)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: openssh-client 1:5.8p1-7ubuntu1
Uname: Linux 3.3.0-030300rc7-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Mar 26 17:52:37 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:5.8p1-7ubuntu1
SSHClientVersion: OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  `ssh-add -x` does not prevent key use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965836/+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 965836] Re: `ssh-add -x` does not prevent key use

2012-03-26 Thread Martin Chase
-- 
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/965836

Title:
  `ssh-add -x` does not prevent key use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965836/+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 959262] Re: [Errno 13] Permission denied: '/var/www/.novaclient'

2012-03-26 Thread Adam Gandelman
** Changed in: python-novaclient (Ubuntu)
   Importance: Undecided = High

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

Title:
  [Errno 13] Permission denied: '/var/www/.novaclient'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/959262/+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 965356] Re: unnecessary dep: nova-api - nova-cert

2012-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

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

Title:
  unnecessary dep: nova-api - nova-cert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/965356/+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 948156] Re: Please merge PHP 5.4 from Debian

2012-03-26 Thread bakytn
sad

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

Title:
  Please merge PHP 5.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 875950] Re: /var/run/dnsmasq/resolv.conf empty on boot

2012-03-26 Thread Chad Kidder
I can verify this on my 11.10 server using two ethernet networks.
Network manager is not installed.  Please see the attached configuration
files.

** Attachment added: dnsmasq.conf.old
   
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875950/+attachment/2945657/+files/dnsmasq.conf.old

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

Title:
  /var/run/dnsmasq/resolv.conf empty on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875950/+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 952397] Re: Juju is forcing *ALL* charms in a repo to be perfect to be able to deploy *any*

2012-03-26 Thread Kate Stewart
** Tags added: rls-mgr-p-tracking

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

Title:
  Juju is forcing *ALL* charms in a repo to be perfect to be able to
  deploy *any*

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/952397/+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 920956] Re: Kpartx interferes with automount behaviour

2012-03-26 Thread Launchpad Bug Tracker
[Expired for multipath-tools (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Kpartx interferes with automount behaviour

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/920956/+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 875950] Re: /var/run/dnsmasq/resolv.conf empty on boot

2012-03-26 Thread Chad Kidder
A short term hack seems to be to change the location of the resolv.conf
pointed to in the daemon script, /etc/init.d/dnsmasq.

I changed it to point to /etc/resolvconf/resolv.conf.d/original instead
of /var/run/dnsmasq/resolv.conf and that seems to have worked around the
problem.

From what I can tell, until the interface with DHCP is brought down then
up, the resolvconf update script for dnsmasq is not getting the DNS
servers given by DHCP.

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

Title:
  /var/run/dnsmasq/resolv.conf empty on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/875950/+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 964999] Re: unity-greeter crashed with SIGSEGV in g_type_interfaces()

2012-03-26 Thread Apport retracing service
*** This bug is a duplicate of bug 964455 ***
https://bugs.launchpad.net/bugs/964455

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 #964455, 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.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/964999/+attachment/2938684/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938686/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938687/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938688/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938689/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938691/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/964999/+attachment/2938693/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 964455

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  unity-greeter crashed with SIGSEGV in g_type_interfaces()

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

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


[Bug 964984] Re: BUG: unable to handle kernel paging request at 0000006d81826b80

2012-03-26 Thread Багатый Роман
apport information

** Tags added: apport-collected

** Description changed:

  BUG: unable to handle kernel paging request at 006d81826b80
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.3.0-030300-generic
  Uname: Linux 3.2.0-20-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: amd64
  Date: Mon Mar 26 08:08:03 2012
  Failure: oops
  SourcePackage: linux
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.95-0ubuntu1
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=d69257cc-becf-4678-979d-be2f355ebaac
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120201.2)
+ MachineType: LENOVO 20081
+ NonfreeKernelModules: wl fglrx
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=ru_UA:ru
+  TERM=xterm
+  LANG=ru_UA.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=5382eed7-8ba6-467e-9c0c-d7ca2ca993bd ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
+ Tags:  precise
+ Uname: Linux 3.2.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ dmi.bios.date: 09/14/2011
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 41CN26WW(V2.02)
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Inagua
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Base Board Version
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnLENOVO:bvr41CN26WW(V2.02):bd09/14/2011:svnLENOVO:pn20081:pvrLenovoG575:rvnLENOVO:rnInagua:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
+ dmi.product.name: 20081
+ dmi.product.version: Lenovo G575
+ dmi.sys.vendor: LENOVO

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938694/+files/AcpiTables.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] AlsaDevices.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938695/+files/AlsaDevices.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] AplayDevices.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938696/+files/AplayDevices.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] ArecordDevices.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938697/+files/ArecordDevices.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] AudioDevicesInUse.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: AudioDevicesInUse.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938698/+files/AudioDevicesInUse.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] BootDmesg.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938699/+files/BootDmesg.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] CRDA.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/964984/+attachment/2938700/+files/CRDA.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Card0.Amixer.info.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Card0.Amixer.info.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938701/+files/Card0.Amixer.info.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Card0.Amixer.values.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938702/+files/Card0.Amixer.values.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Card0.Codecs.codec.0.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938703/+files/Card0.Codecs.codec.0.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Card1.Amixer.info.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Card1.Amixer.info.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938704/+files/Card1.Amixer.info.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Card1.Amixer.values.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938705/+files/Card1.Amixer.values.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] CurrentDmesg.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938706/+files/CurrentDmesg.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] IwConfig.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938707/+files/IwConfig.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] Lspci.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/964984/+attachment/2938708/+files/Lspci.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] PciMultimedia.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938710/+files/PciMultimedia.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] ProcCpuinfo.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938711/+files/ProcCpuinfo.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] ProcInterrupts.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938712/+files/ProcInterrupts.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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

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


[Bug 964984] ProcModules.txt

2012-03-26 Thread Багатый Роман
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/964984/+attachment/2938713/+files/ProcModules.txt

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

Title:
  BUG: unable to handle kernel paging request at 006d81826b80

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