[Bug 901638] Re: Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

2012-03-09 Thread Steve Langasek
I've uploaded a version of soprano to ppa:vorlon/ppa that should fix
this to not need iodbc.  I've run the upstream test suite, but I have no
good way to confirm that the package still works after upgrade.  Is
anyone able to test this before upload?

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

Title:
  Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/soprano/+bug/901638/+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 901638] Re: Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/soprano

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

Title:
  Remove iodbc2 (causes upgrade failure from Oneiric to Precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/soprano/+bug/901638/+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-09 Thread Ondřej Surý
Updated.

It would be nice if somebody could try to recompile all reverse Build-
depends in Ubuntu (and start pulling fixes from Debian + upstream).

I will not have a time for that in next week or two.

-- 
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 950664] [NEW] Wrong FQDN after disconnected CD Install of precise beta1 - package postfix 2.8.7-1ubuntu2 failed to install/upgrade

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

Summary: postfix fails to install due to wrong FQDN set during
disconnect CD installation of precise beta1

Hi all,

last night I've reinstalled my laptop using the ubuntu-12.04-beta1
-alternate-amd64.iso, during the installation I've chosen to configure
my network later (laptop; no wireless at the time) and it seems that
this caused the installer to generate a myhostname.(null) entry for
/etc/hosts.


--cut--
Setting up postfix (2.8.7-1ubuntu2) ...
Adding group `postfix' (GID 125) ...
Done.
Adding system user `postfix' (UID 115) ...
Adding new user `postfix' (UID 115) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 126) ...
Done.
setting myhostname: think.(null)
setting alias maps
setting alias database
changing /etc/mailname to think.frosty-geek.net
setting myorigin
setting destinations: think.frosty-geek.net, think.(null), localhost.(null), 
localhost
setting relayhost: 
setting mynetworks: 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
setting mailbox_size_limit: 0
setting recipient_delimiter: +
setting inet_interfaces: loopback-only
setting default_transport: error
setting relay_transport: error
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.

Postfix is now set up with a default configuration.  If you need to make 
changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: invalid character 40(decimal): think.(null)
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: think.(null)
dpkg: error processing postfix (--configure):
 subprocess installed post-installation script returned error exit status 75
--cut--

--cut--
ralf@think:~$ cat /etc/hosts
127.0.0.1   localhost
127.0.1.1   think.(null)think

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

ralf@think:~$ hostname 
think
ralf@think:~$ hostname -f
think.(null)

ralf@think:~$ cat /etc/mailname 
think.frosty-geek.net
--cut--

--cut--
ralf@think:~$ cat /etc/postfix/main.cf 
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate delayed mail warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = think.(null)
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = think.frosty-geek.net, think.(null), localhost.(null), localhost
relayhost = 
mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = loopback-only
default_transport = error
relay_transport = error
--cut--

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: postfix 2.8.7-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
Date: Fri Mar  9 10:11:50 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 75
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
SourcePackage: postfix
Title: package postfix 2.8.7-1ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 75
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package beta1 need-duplicate-check precise
-- 
Wrong FQDN after disconnected CD Install of precise beta1 - package postfix 
2.8.7-1ubuntu2 failed to install/upgrade
https://bugs.launchpad.net/bugs/950664
You received this bug 

[Bug 950664] Re: Wrong FQDN after disconnected CD Install of precise beta1 - package postfix 2.8.7-1ubuntu2 failed to install/upgrade

2012-03-09 Thread Apport retracing service
** Package changed: ubuntu = postfix (Ubuntu)

** Tags removed: need-duplicate-check

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

Title:
  Wrong FQDN after disconnected CD Install of precise beta1 - package
  postfix 2.8.7-1ubuntu2 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/950664/+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 896818] Re: smbd crashed with SIGABRT in dump_core()

2012-03-09 Thread dino99
** Changed in: samba (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  smbd crashed with SIGABRT in dump_core()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/896818/+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 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-09 Thread Marc Cluet
** Changed in: puppet (Ubuntu)
 Assignee: (unassigned) = Marc Cluet (lynxman)

** Changed in: puppet (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  puppetmaster-passenger postinst creates wrong certificate files and
  puppetmaster vhost if puppet config print has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+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 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked:
lp:~lynxman/ubuntu/precise/puppet/puppetlabsfixbug12844

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

Title:
  puppetmaster-passenger postinst creates wrong certificate files and
  puppetmaster vhost if puppet config print has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+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 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-09 Thread Marc Cluet
debdiff from 2.7.11-1 to 2.7.11-1ubuntu2

** Patch added: puppet_2.7.11-1ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+attachment/2839127/+files/puppet_2.7.11-1ubuntu2.debdiff

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

Title:
  puppetmaster-passenger postinst creates wrong certificate files and
  puppetmaster vhost if puppet config print has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+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 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-09 Thread Marc Cluet
This is the proper one, apologies

** Patch removed: puppet_2.7.11-1ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+attachment/2839127/+files/puppet_2.7.11-1ubuntu2.debdiff

** Patch added: puppet_2.7.11-1ubuntu2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+attachment/2839193/+files/puppet_2.7.11-1ubuntu2.debdiff

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

Title:
  puppetmaster-passenger postinst creates wrong certificate files and
  puppetmaster vhost if puppet config print has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+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 948481] Re: adjust Build-Depends to include dh-apparmor

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/akonadi

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

Title:
  adjust Build-Depends to include dh-apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/948481/+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 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/linux-lowlatency

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

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925028/+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 950711] [NEW] autofs needs nis started first when using maps in nis

2012-03-09 Thread Indie
Public bug reported:

Description:Ubuntu 11.10
Release:11.10
Linux release 3.0.0-16-server #29-Ubuntu SMP Tue Feb 14 13:08:12 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

ii  autofs5 5.0.6-0ubuntu2  kernel-based 
automounter for Linux, version 5
ii  nis 3.17-32ubuntu1  clients and daemons 
for the Network Information Service (NIS)

When using autofs with maps stored in NIS you need to restart the autofs
service to get it to work correctly.

The NIS init script is a sysv style one which is started after autofs,
NIS needs to be started first.

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

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

Title:
  autofs needs nis started first when using maps in nis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/950711/+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 950711] Re: autofs needs nis started first when using maps in nis

2012-03-09 Thread Indie
Mar  8 16:06:27 ubuntu automount[676]: lookup_init:136: lookup(yp): map 
auto.master: Local domain name not set
Mar  8 16:06:27 ubuntu automount[676]: lookup_init:136: lookup(yp): map 
auto.home: Local domain name not set

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

Title:
  autofs needs nis started first when using maps in nis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/950711/+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 950183] Re: puppetmaster-passenger postinst creates wrong certificate files and puppetmaster vhost if puppet config print has an error

2012-03-09 Thread Ubuntu Foundation's Bug Bot
The attachment puppet_2.7.11-1ubuntu2.debdiff of this bug report has
been identified as being a patch in the form of a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
sponsors team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  puppetmaster-passenger postinst creates wrong certificate files and
  puppetmaster vhost if puppet config print has an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/950183/+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 950664] Re: Wrong FQDN after disconnected CD Install of precise beta1 - package postfix 2.8.7-1ubuntu2 failed to install/upgrade

2012-03-09 Thread Scott Kitterman
Postfix failing to configure without a valid hostname is by design and
not a bug. The installer is where this needs to be addressed.

** Package changed: postfix (Ubuntu) = debian-installer (Ubuntu)

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

Title:
  Wrong FQDN after disconnected CD Install of precise beta1 - package
  postfix 2.8.7-1ubuntu2 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/950664/+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 947617] Re: After update, lxc does not start

2012-03-09 Thread Jamie Strandboge
** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor (Ubuntu)
   Status: New = In Progress

** Changed in: apparmor (Ubuntu)
 Assignee: (unassigned) = John Johansen (jjohansen)

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

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

Title:
  After update, lxc does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/947617/+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 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing

2012-03-09 Thread Colin Watson
*** This bug is a duplicate of bug 198421 ***
https://bugs.launchpad.net/bugs/198421

** This bug has been marked a duplicate of bug 198421
   DPKG_MAINTSCRIPT_PACKAGE not set by dpkg-reconfigure causing dpkg-trigger to 
fail

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

Title:
  dpkg-maintscript-helper: warning: environment variable
  DPKG_MAINTSCRIPT_PACKAGE missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/706354/+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 871278] Re: Cannot attach volumes to instances if tgt is used

2012-03-09 Thread Tom Ellis
This is still occurring in oneiric with diablo, could someone spin a new
pkg that isn't superseded by the 2011.3-0ubuntu6.2 security update?

Thanks!

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

Title:
  Cannot attach volumes to instances if tgt is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/871278/+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 871278] Re: Cannot attach volumes to instances if tgt is used

2012-03-09 Thread Tom Ellis
I had to modify the original patch a little to to get it to work (set it to 1 
instead of 0 for tgt):
http://paste.ubuntu.com/876094/

For essex, I see driver.py has changed anyway and now has that fix in
the iscsi.py helper script.

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

Title:
  Cannot attach volumes to instances if tgt is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/871278/+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 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing

2012-03-09 Thread Colin Watson
*** This bug is a duplicate of bug 198421 ***
https://bugs.launchpad.net/bugs/198421

I should say, before this becomes widespread, that the workaround in
comment 14 is entirely wrong: those aren't appropriate values for either
DPKG_MAINTSCRIPT_NAME or DPKG_MAINTSCRIPT_PACKAGE, and there is no way
to set those variables correctly in /etc/environment.

I've followed up to the Debian bug for this with a fresh set of patches
to try to move this along.

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

Title:
  dpkg-maintscript-helper: warning: environment variable
  DPKG_MAINTSCRIPT_PACKAGE missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/706354/+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 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-03-09 Thread Leonardo Borda
Hi Chris,

I left a test case running since yesterday and so far it looks promising no 
segfaults at all.
I'll get back to you by the end of the day. 
Tks

Leo

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+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 941955] Re: util.islxc() method is broken without is-lxc-container

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init

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

Title:
  util.islxc() method is broken without is-lxc-container

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/941955/+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 855030] Re: Encountering sporadic AMQPChannelException

2012-03-09 Thread Tom Ellis
Could this be pushed to oneiric too Chuck?

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

Title:
  Encountering sporadic AMQPChannelException

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/855030/+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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2012-03-09 Thread Joni-Pekka Kurronen
hi,


Same here 11.10 to 12.4 upgrade,... SQL version nalso must change in this 
transition,..
 dose not help dumping and reloading,...

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+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 944235] Re: python-django-horizon has a missing dep on python-django-nose

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon -
2012.1~rc1~20120308.1479-0ubuntu1

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

  * New upstream version.
  * debian/rules: Fix symlink when installing horizon.
(LP: #947118)
  * debian/control: Add python-django-nose as a dep. (LP: #944235)
  * debian/control: Fix broken depends.
 -- Chuck Short zul...@ubuntu.com   Fri, 09 Mar 2012 11:50:22 -0500

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

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

Title:
  python-django-horizon has a missing dep on python-django-nose

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/944235/+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 928378] Re: glance client should be separate from server

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package glance -
2012.1~rc1~20120309.1315-0ubuntu1

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

  * New upstream version.
  * debian/control, debian/glance-client.install,
glance-common.install: Add glance-client package. (LP: #928378)
  * debian/watch: Fix watch file.
  * Fix lintian warnings.
 -- Chuck Short zul...@ubuntu.com   Fri, 09 Mar 2012 11:33:12 -0500

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

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

Title:
  glance client should be separate from server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/928378/+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 908112] Re: #110992 still happens (modules are not loaded)

2012-03-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  #110992 still happens (modules are not loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/908112/+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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2012-03-09 Thread Kern Sibbald
It looks like the Bacula version has changed between LTS versions, and in the 
change, the Bacula catalog
database changed format, so it has a new version number.  Updating the Bacula 
catalog is done automatically
in rpms, but probably not in .debs.  You must apply an update script that you 
can find in the bacula/src/cats directory
or in the bacula/updatedb directory.  Sometimes the updatedb is package 
separately.

Actually, it looks like you need to apply two update scripts.  One goes from 10 
to 11 and the second from 11 to 12.
Of course, that all depends on the Bacula version you are starting from and the 
one you are going to.  Normally,
if one upgrades each major bacula version (change in second digit of version), 
you will move only one database
version at a time.

You might ask packagers to include the update procedure automatically when 
installing new packages.
It is a lot more user friendly.

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+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 580590] Re: Squid no longer uses $SQUID_MAXFD

2012-03-09 Thread DiegoWoitasen
The bug still exists in 11.10

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

Title:
  Squid no longer uses $SQUID_MAXFD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/580590/+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 947617] Re: After update, lxc does not start

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.7.100-0ubuntu1

---
apparmor (2.7.100-0ubuntu1) precise; urgency=low

  * New upstream bug fix release which fixes (in addition to other bugs):
- LP: #940362
- LP: #947617
- LP: #949891
  * Drop the following patches, included upstream:
- 0004-lp918879.patch
- 0007-lp941506.patch
- 0008-lp941503.patch
- 0009-lp943161.patch
  * Drop the following patch, no longer required:
- 0005-disable-minimization.patch
  * Rename 0006-lp941808.patch 0004-lp941808.patch
  * debian/patches/0001-add-chromium-browser.patch: update for additional
denials with newer chromium-browser. (LP: #937723)
  * debian/put-all-profiles-in-complain-mode.sh: deal with existing flags
 -- Jamie Strandboge ja...@ubuntu.com   Fri, 09 Mar 2012 06:56:48 -0600

** Changed in: apparmor (Ubuntu)
   Status: In Progress = 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/947617

Title:
  After update, lxc does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/947617/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-03-09 Thread Kaarle Ritvanen
This looks like the upstream bug report on the problem:

http://gnats.netbsd.org/42363

There are two patches changing a single line in handler.c. I haven't yet
verified if these patches really solve the problem, though.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2012-03-09 Thread Joni-Pekka Kurronen
hi,

Ubuntu 11.10 to 12.4, MySQL 5.0.0 changed to 5.2

My solution was to:
To dump old bacula db's to text file
mysqldump -u bacula -p --database bacula  bacula.txt
mysql -u bacula -p   bacula.txt

Then update version:
cd /usr/share/bacula-director

gedit update_mysql_tables
and chaged line to db_name=bacula

Then save and start upgrade scrip:
./update_mysql_tables  -u bacula -p

Boot computer or re-start bacula.

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-03-09 Thread Robie Basak
Looks like this corresponds to upstream CVS 1.31 and 1.32 in handler.c:
http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/dist/ipsec-
tools/src/racoon/handler.c?only_with_tag=MAIN

This change is still present in the current version in precise
(1:0.8.0-9ubuntu1).

Kaarle: if I can arrange getting an upload sponsored, would you be
willing to help this through the SRU procedure? The procedure is here:
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure. We'll need
detailed instructions to reproduce the bug, and for you to test test a
-proposed package for lucid and report back.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 951087] Re: Samba non-functional on boot.

2012-03-09 Thread darkphader
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/951087

Title:
  Samba non-functional on boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/951087/+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 951087] [NEW] Samba non-functional on boot.

2012-03-09 Thread darkphader
Public bug reported:

Even though nmbd and smbd are running after boot, Samba service is unavailable.
===
ps axf |grep mbd
2467 ?Ss 0:00 smbd -F
2469 ?S  0:00  \_ smbd -F
2478 ?Ss 0:00 nmbd -D
===

Samba does not allow connections from other systems and nmap from
another system does not list ports 139 and 445 as open.

Restarting both nmbd and smbd after boot makes Samba service available and nmap 
now shows ports open:
===
PORT STATE SERVICE
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
===

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Fri Mar  9 14:35:50 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
ProcEnviron:
 TERM=screen
 SHELL=/bin/bash
 PATH=(custom, no user)
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba (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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/951087

Title:
  Samba non-functional on boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/951087/+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 924375] Re: cloud-init should allow pre-seeding of ec2 datasource:Ec2:metadata_urls

2012-03-09 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New = In Progress

** Changed in: cloud-init (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  cloud-init should allow pre-seeding of ec2
  datasource:Ec2:metadata_urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/924375/+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 947118] [NEW] Horizon package on Precise throws warning during installation

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

Installing  openstack-dashboard (horizon) on 12.04 ubuntu precise throws
warning


W: pycompile:161: dangling symlink skipped: 
/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py 
(/etc/openstack-dashboard/settings.py)
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

$ dpkg -l openstack-dashboard

ii  openstack-dashbo 2012.1~e4-0ubunt django web interface to Openstack

** Affects: horizon (Ubuntu)
 Importance: High
 Assignee: Chuck Short (zulcss)
 Status: Confirmed


** Tags: essex4 horizon openstack precise
-- 
Horizon package on Precise throws warning during installation
https://bugs.launchpad.net/bugs/947118
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to horizon 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 947118] Re: Horizon package on Precise throws warning during installation

2012-03-09 Thread Chuck Short
This should be fixed in the last upload.

** Project changed: horizon = ubuntu

** Changed in: ubuntu
Milestone: essex-rc1 = None

** Package changed: ubuntu = horizon (Ubuntu)

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

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

Title:
  Horizon package on Precise throws warning during installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/947118/+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 951150] [NEW] lxc-start-ephemeral is not all ephemeral

2012-03-09 Thread Gary Poster
Public bug reported:

The directories mounted both using the ephemeral's fstab and using -b
are not ephemeral.  Changes to them persist on the filesystem, and are
thus shared across other ephemeral instances that mount the same
directories.

We have a branch that addresses this concern.  We took the approach that
-b should bind ephemeral directories; *and* if the destination directory
is in the ephemeral's inherited fstab, we disable that mount from the
fstab.

Thus, if a base container's fstab mounts proc, sys, and /home/gary, and
you pass -b /home/gary to lxc-start-ephemeral, /home/gary will be
mounted as an ephemeral, local copy; otherwise, without the -b, the
fstab entry will be mounted as usual, and /home/gary will be persisted
and shared.

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

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

Title:
  lxc-start-ephemeral is not all ephemeral

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951150/+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 942061] Re: need support for maas

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3~bzr539-0ubuntu1

---
cloud-init (0.6.3~bzr539-0ubuntu1) precise; urgency=low

  * New upstream snapshot.
* add ability to configure Acquire::http::Pipeline-Depth via
  cloud-config setting 'apt_pipelining' (LP: #942061)
* if cloud-config settings removed default certificats
  (remove-defaults), then seed package ca-certificates to not
  install new ones on upgrade.
* run-parts now uses internal implementation rather than
  separate command.
* add MaaS datasource (LP: #942061)
  * debian/cloud-init.postinst: address population of apt_pipeline
setting on installation.
  * debian/cloud-init.postinst: support configuring cloud-init
maas datasource via preseed values cloud-init/maas-metadata-url and
cloud-init/maas-credentials. (LP: #942061)
  * debian/cloud-init.postinst: support for (LP: #924375)
 -- Scott Moser smo...@ubuntu.com   Fri, 09 Mar 2012 16:37:01 -0500

** Branch linked: lp:ubuntu/cloud-init

** Changed in: cloud-init (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  need support for maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/942061/+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 924375] Re: cloud-init should allow pre-seeding of ec2 datasource:Ec2:metadata_urls

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3~bzr539-0ubuntu1

---
cloud-init (0.6.3~bzr539-0ubuntu1) precise; urgency=low

  * New upstream snapshot.
* add ability to configure Acquire::http::Pipeline-Depth via
  cloud-config setting 'apt_pipelining' (LP: #942061)
* if cloud-config settings removed default certificats
  (remove-defaults), then seed package ca-certificates to not
  install new ones on upgrade.
* run-parts now uses internal implementation rather than
  separate command.
* add MaaS datasource (LP: #942061)
  * debian/cloud-init.postinst: address population of apt_pipeline
setting on installation.
  * debian/cloud-init.postinst: support configuring cloud-init
maas datasource via preseed values cloud-init/maas-metadata-url and
cloud-init/maas-credentials. (LP: #942061)
  * debian/cloud-init.postinst: support for (LP: #924375)
 -- Scott Moser smo...@ubuntu.com   Fri, 09 Mar 2012 16:37:01 -0500

** Branch linked: lp:ubuntu/cloud-init

** Changed in: cloud-init (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  cloud-init should allow pre-seeding of ec2
  datasource:Ec2:metadata_urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/924375/+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 942061] Re: need support for maas

2012-03-09 Thread Scott Moser
** Changed in: cloud-init
   Status: Triaged = Fix Committed

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

Title:
  need support for maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/942061/+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 939212] Re: AMI created from latest i386 Lucid image fails to boot

2012-03-09 Thread Scott Moser
*** This bug is a duplicate of bug 667793 ***
https://bugs.launchpad.net/bugs/667793

** This bug has been marked a duplicate of bug 667793
   euca-bundle-vol/ec2-bundle-vol should copy filesystem label

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

Title:
  AMI created from latest i386 Lucid image fails to boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-ami-tools/+bug/939212/+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 951181] [NEW] lxc-wait: bind : Address already in use.

2012-03-09 Thread Gary Poster
Public bug reported:

If multiple lxc-waits are run simultaneously, all after the first will
fail with bind : Address already in use.

This is apparently a known issue.

http://comments.gmane.org/gmane.linux.kernel.containers.lxc.general/962

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

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

Title:
  lxc-wait: bind : Address already in use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951181/+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 950450] Re: Short options mislabeled

2012-03-09 Thread Scott Moser
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
   Status: New = Confirmed

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

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

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

Title:
  Short options mislabeled

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/950450/+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 951087] Re: Samba non-functional on boot.

2012-03-09 Thread darkphader
On Fri, Mar 9, 2012 at 3:16 PM, Jelmer Vernooij
951...@bugs.launchpad.net wrote:
 What does 'netstat -l' say, does it list anything for smbd and nmbd?

Yes.
=
# netstat -lp |grep mbd
tcp0  0 localhost:netbios-ssn   *:*
LISTEN  751/smbd
tcp0  0 localhost:microsoft-ds  *:*
LISTEN  751/smbd
udp0  0 172.26.63.25:netbios-ns *:*
 1045/nmbd
udp0  0 nicedog.kwla:netbios-ns *:*
 1045/nmbd
udp0  0 *:netbios-ns*:*
 1045/nmbd
udp0  0 172.26.63.2:netbios-dgm *:*
 1045/nmbd
udp0  0 nicedog.kwl:netbios-dgm *:*
 1045/nmbd
udp0  0 *:netbios-dgm   *:*
 1045/nmbd
unix  2  [ ACC ] STREAM LISTENING 8679 1045/nmbd
/var/run/samba/unexpected
=

Nmap from another system:
=
Nmap scan reportsnip
Not shown: 996 closed ports
PORT STATE SERVICE
21/tcp   open  ftp
631/tcp  open  ipp
=

After restarting nmbd and smbd:
=
# netstat -lp |grep mbd
tcp0  0 localhost:netbios-ssn   *:*
LISTEN  2058/smbd
tcp0  0 nicedog.kwl:netbios-ssn *:*
LISTEN  2058/smbd
tcp0  0 localhost:microsoft-ds  *:*
LISTEN  2058/smbd
tcp0  0 nicedog.kw:microsoft-ds *:*
LISTEN  2058/smbd
udp0  0 172.26.63.25:netbios-ns *:*
 2050/nmbd
udp0  0 nicedog.kwla:netbios-ns *:*
 2050/nmbd
udp0  0 *:netbios-ns*:*
 2050/nmbd
udp0  0 172.26.63.2:netbios-dgm *:*
 2050/nmbd
udp0  0 nicedog.kwl:netbios-dgm *:*
 2050/nmbd
udp0  0 *:netbios-dgm   *:*
 2050/nmbd
unix  2  [ ACC ] STREAM LISTENING 120712050/nmbd
/var/run/samba/unexpected
=

=
Nmap scan reportsnip
Not shown: 994 closed ports
PORT STATE SERVICE
21/tcp   open  ftp
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
631/tcp  open  ipp
=

However the problem only occurs when I use the following (valid syntax
and configuration) in smb.conf:
=
interfaces = 127.0.0.1 172.26.62.112
bind interfaces only = Yes
=
If I comment the above out and reboot Samba is live but it's not the
desired configuration.

Also even the more general syntax (again not the desired configuration) fails:
=
interfaces = lo eth0
bind interfaces only = Yes
=

Seems like a timing issue with Samba being brought up to early. Had a
similar issue with an earlier Ubuntu release that was never resolved.

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

Title:
  Samba non-functional on boot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/951087/+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 360975] Re: Please add nf_conntrack_netbios_ns to IPT_MODULES

2012-03-09 Thread Jamie Strandboge
This should be fixed in 0.31.

** Changed in: ufw
   Status: Fix Committed = Fix Released

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

Title:
  Please add nf_conntrack_netbios_ns to IPT_MODULES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/360975/+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 950357] Re: package php5-cgi 5.3.5-1ubuntu7.7 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2012-03-09 Thread Clint Byrum
Your post installation scripts are returning errno==10, across multiple
packages. This suggests that you may have a deep seeded problem! 10 is
ECHILD, which usually only would happen if you call the syscall
'fork()' and then 'wait()' and there is no child process to wait for.
Since it happened so many times, it seems like possibly you have a real
problem with your system, and not one we can reproduce here.

I'm closing the bug as Invalid. I would suggest examining your system
for data corruption and considering backing up and re-installing.

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

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

Title:
  package php5-cgi 5.3.5-1ubuntu7.7 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/950357/+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 950711] Re: autofs needs nis started first when using maps in nis

2012-03-09 Thread Clint Byrum
*** This bug is a duplicate of bug 573919 ***
https://bugs.launchpad.net/bugs/573919

Hi Indie thanks for running Ubuntu and reporting this bug!

I believe this is a duplicate of bug #573919, marking it as such. If you
feel that this is not a duplicate of that bug, please comment here.

** This bug has been marked a duplicate of bug 573919
   autofs doesn't work with lucid

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

Title:
  autofs needs nis started first when using maps in nis

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/950711/+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 573919] Re: NIS-based autofs maps don't load on startup

2012-03-09 Thread Clint Byrum
** Summary changed:

- autofs doesn't work with lucid
+ NIS-based autofs maps don't load on startup

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/573919/+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 570513] Re: NIS-based autofs maps don't load on startup

2012-03-09 Thread Clint Byrum
*** This bug is a duplicate of bug 573919 ***
https://bugs.launchpad.net/bugs/573919

** This bug has been marked a duplicate of bug 573919
   NIS-based autofs maps don't load on startup

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/570513/+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 950485] Re: package samba 2:3.6.3-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-09 Thread Clint Byrum
Tyler, thanks for beta testing precise, and thanks for the bug report!

Did you also purge 'samba-common' ? If you removed /etc/samba manually
without purging samba-common (the package that owns and guarantees the
existence of /etc/samba) then dpkg might consider that a conffile
removal, and preserve it.

Try purging samba-common and then reinstalling it as well.

If you already did that, then please run

ls -ld /etc /etc/samba
dpkg -S /etc/samba
dpkg -L samba-common

And report back here the results of those.

Marking Invalid pending a response.

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

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

Title:
  package samba 2:3.6.3-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/950485/+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 950485] Re: package samba 2:3.6.3-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-03-09 Thread Clint Byrum
Oops, I meant Incomplete, not Invalid.

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

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

Title:
  package samba 2:3.6.3-1ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/950485/+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 877040] Re: Can't login to 11.10 if autofs is used to mount network directories

2012-03-09 Thread Clint Byrum
Alex, can you please do 'apport-collect 877040' on the affected system
so we get more information about what software you have installed and
what conffiles may have been modified?

Also if you can look through /var/log/syslog and include any relevant
entries that will help debug this. Thanks!

** Package changed: autofs (Ubuntu) = autofs5 (Ubuntu)

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

Title:
  Can't login to 11.10 if autofs is used to mount network directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/877040/+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 663672] Re: won't mount NFS mounts with space in the name

2012-03-09 Thread Clint Byrum
** Changed in: autofs5 (Ubuntu)
   Status: In Progress = Triaged

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

Title:
  won't mount NFS mounts with space in the name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/663672/+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 573919] Re: NIS-based autofs maps don't load on startup

2012-03-09 Thread Clint Byrum
** Changed in: autofs (Ubuntu)
   Status: Triaged = In Progress

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

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/573919/+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 573919] Re: NIS-based autofs maps don't load on startup

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/autofs5

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

Title:
  NIS-based autofs maps don't load on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/573919/+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 951181] Re: lxc-wait: bind : Address already in use.

2012-03-09 Thread Clint Byrum
Thanks for the link/reference Gary. We'll have to keep an eye on that
but for now it looks like people will have to work around it. :-/

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

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

** Tags added: upstream

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

Title:
  lxc-wait: bind : Address already in use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951181/+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 951150] Re: lxc-start-ephemeral is not all ephemeral

2012-03-09 Thread Clint Byrum
** Changed in: lxc (Ubuntu)
   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/951150

Title:
  lxc-start-ephemeral is not all ephemeral

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951150/+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 393430] Re: kvm: use PulseAudio instead of ALSA

2012-03-09 Thread Clint Byrum
Bump, fairly old issue here. I wonder if anybody is still affected on
recent releases of Ubuntu (including 10.04 but also 11.10 and precise.)

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

Title:
  kvm: use PulseAudio instead of ALSA

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/393430/+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 948623] Re: Can't start more than 35 containers on my machine

2012-03-09 Thread David Ward
Note that you can increase the number of inotify instances allowed per user.  
See the /proc interfaces section of:
http://www.kernel.org/doc/man-pages/online/pages/man7/inotify.7.html

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

Title:
  Can't start more than 35 containers on my machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/948623/+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 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-09 Thread Steve Langasek
This was fixed in 5.3.10-1ubuntu2.  Changelog:

php5 (5.3.10-1ubuntu2) precise; urgency=low

  * Pre-Depend on a new enough version of dpkg for dpkg-maintscript-helper
rather than checking whether it exists at run-time, leading to more
predictable behaviour on upgrades.

The preinst should be cleaned up to drop the '[ -x /usr/bin/dpkg-
maintscript-helper ]  ' check as well, but that's not critical, as
with the pre-dep it should always be present and executable.

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

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

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+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 913935] Re: racoon segfaults when flusing SPD

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

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

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

Title:
  racoon segfaults when flusing SPD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/913935/+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 913010] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2012-03-09 Thread Launchpad Bug Tracker
[Expired for tftp-hpa (Ubuntu) because there has been no activity for 60
days.]

** Changed in: tftp-hpa (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/913010/+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 906878] Re: package tftpd-hpa 5.0-21ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2012-03-09 Thread Launchpad Bug Tracker
[Expired for tftp-hpa (Ubuntu) because there has been no activity for 60
days.]

** Changed in: tftp-hpa (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package tftpd-hpa 5.0-21ubuntu2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/906878/+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 569757] Re: NIS upstart dependency broken for lucid

2012-03-09 Thread Steve Langasek
** Changed in: nis (Ubuntu Lucid)
   Status: Triaged = In Progress

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

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

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

Title:
  NIS upstart dependency broken for lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/569757/+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 950602] [NEW] package libqtcore4 4:4.8.0-1ubuntu8 failed to install/upgrade: ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync with other instances of the same package

2012-03-09 Thread Nick Breen
Public bug reported:

This started occurring after upgrading from oneiric to precise (amd64)
and then trying to follow the instructions here
https://help.ubuntu.com/community/CitrixICAClientHowTo#A64-bit

something went horribly wrong with the i386 dependancies.

apt-get install -f fails
aptitude tried to apply some fixes, and removed a pile of i386 packages

now just this error and a similar one for libatk

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libqtcore4 4:4.8.0-1ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
Date: Thu Mar  8 16:38:44 2012
ErrorMessage: ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync 
with other instances of the same package
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: qt4-x11
Title: package libqtcore4 4:4.8.0-1ubuntu8 failed to install/upgrade: 
ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync with other 
instances of the same package
UpgradeStatus: Upgraded to precise on 2012-03-08 (1 days ago)

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package libqtcore4 4:4.8.0-1ubuntu8 failed to install/upgrade:
  ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync with
  other instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/950602/+subscriptions

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


[Bug 950602] Re: package libqtcore4 4:4.8.0-1ubuntu8 failed to install/upgrade: ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync with other instances of the same package

2012-03-09 Thread Nick Breen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950602

Title:
  package libqtcore4 4:4.8.0-1ubuntu8 failed to install/upgrade:
  ErrorMessage: conffile './etc/xdg/Trolltech.conf' is not in sync with
  other instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/950602/+subscriptions

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


[Bug 950601] [NEW] package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade: libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because libatk1.0-0

2012-03-09 Thread Nick Breen
Public bug reported:

This started occurring after upgrading from oneiric to precise (amd64)
and then trying to follow the instructions here
https://help.ubuntu.com/community/CitrixICAClientHowTo#A64-bit

something went horribly wrong with the i386 dependancies.

apt-get install -f fails
aptitude tried to apply some fixes, and removed a pile of i386 packages

now just this error and a similar one for libqtcore4

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libatk1.0-0 2.3.91-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
Date: Thu Mar  8 11:50:16 2012
DuplicateSignature:
 Setting up libatk1.0-data (2.3.91-0ubuntu2) ...
 dpkg: error processing libatk1.0-0:i386 (--configure):
  libatk1.0-0:i386 2.3.91-0ubuntu1 cannot be configured because 
libatk1.0-0:amd64 is in a different version (2.3.91-0ubuntu2)
ErrorMessage: libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because 
libatk1.0-0
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: atk1.0
Title: package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade: 
libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because libatk1.0-0
UpgradeStatus: Upgraded to precise on 2012-03-08 (1 days ago)

** Affects: atk1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade:
  libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because
  libatk1.0-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atk1.0/+bug/950601/+subscriptions

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


[Bug 950601] Re: package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade: libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because libatk1.0-0

2012-03-09 Thread Nick Breen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950601

Title:
  package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade:
  libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because
  libatk1.0-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atk1.0/+bug/950601/+subscriptions

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


[Bug 950600] [NEW] control panel of remmina not pops up

2012-03-09 Thread arruah
Public bug reported:

root@naiman:/home/kamrenov# lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04

Description:Ubuntu precise (development branch)
Release:12.04
root@naiman:/home/kamrenov# apt-cache policy remmina
remmina:
  Установлен: 1.0.0-1ubuntu3
  Кандидат:   1.0.0-1ubuntu3
  Таблица версий:
 *** 1.0.0-1ubuntu3 0
500 http://mirror-kt.neolabs.kz/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

With full-screen mode is not the control panel pops up, it is necessary
to kill the process switch Ctrl+Alt+F1 and type killall remmina on
console to return to the desktop.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: remmina 1.0.0-1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
Date: Fri Mar  9 13:48:37 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: remmina
UpgradeStatus: Upgraded to precise on 2012-03-06 (3 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  control panel of remmina not pops up

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

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

[Bug 950600] Re: control panel of remmina not pops up

2012-03-09 Thread arruah
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/950600

Title:
  control panel of remmina not pops up

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

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


[Bug 751453] Re: External monitor doesn't work on Toshiba Portege R600

2012-03-09 Thread Leo Liberti
This bug (and its BIOS workaround) also applies to Ubuntu 11.04 on
Toshiba Portege R500.

Leo

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

Title:
  External monitor doesn't work on Toshiba Portege R600

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

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


[Bug 950601] Re: package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade: libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because libatk1.0-0

2012-03-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libatk1.0-0 2.3.91-0ubuntu2 failed to install/upgrade:
  libatk1.0-0:amd64 2.3.91-0ubuntu2 cannot be configured because
  libatk1.0-0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atk1.0/+bug/950601/+subscriptions

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


[Bug 950599] Re: package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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 #940632, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 940632
   package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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

Title:
  package zoneminder 1.25.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 802626] Re: vgchange may deadlock in initramfs when VG present that's not used for rootfs

2012-03-09 Thread Davide
** Changed in: udev (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

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

Title:
  vgchange may deadlock in initramfs when VG present that's not used for
  rootfs

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

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


[Bug 740957] Re: Tasque passes bad url to connect to Remember the Milk

2012-03-09 Thread mlissner
This is a terrible bug as it affects users immediately upon their FIRST
use of Tasque. I encountered it within about 30 seconds (literally) of
installation.

It says to me, Woah, the devs REALLY aren't paying any attention.
Coming here and seeing that it has been open for almost a year doesn't
install much faith.

I looked at the code a bit - looks like a fundamental failure to get the
right URL. Shouldn't be too hard to fix for somebody with a dev
environment.

Is there a plan for getting this fixed?

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

Title:
  Tasque passes bad url to connect to Remember the Milk

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

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


[Bug 950614] Re: gnome-fallback-mount-helper crashed with SIGABRT in raise()

2012-03-09 Thread Rahitchler
** Visibility changed to: Public

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

Title:
  gnome-fallback-mount-helper crashed with SIGABRT in
  __assert_fail_base()

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

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


[Bug 936045] Re: [armhf] gnome-language-selector crashed with SIGSEGV

2012-03-09 Thread Chris B
I still get a Segmentation Fault when running gnome-language-selector on an 
AC100 armhf, with updates applied as of 8 March 2012.
Remove/reinstall of language-selector-gnome does not fix the issue, and also 
pulls in several large packages of Thai, Khmer, Lao and Korean fonts that 
perhaps should not be part of the default install?

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

Title:
  [armhf] gnome-language-selector crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/936045/+subscriptions

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


[Bug 950620] [NEW] no grub install

2012-03-09 Thread asux
Public bug reported:

.on reboot no grub .test beta 20120301.
can recover by installing oem .on reboot every thing is good .
if you are useing usb modem you may need to install package hwinfo.

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

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

Title:
  no grub install

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

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


[Bug 950614]

2012-03-09 Thread Apport retracing service
StacktraceTop:
 __assert_fail_base (fmt=optimized out, assertion=0x7f90dda7fb78 
!xcb_xlib_threads_sequence_lost, file=0x7f90dda7fe32 ../../src/xcb_io.c, 
line=optimized out, function=optimized out) at assert.c:94
 __GI___assert_fail (assertion=0x7f90dda7fb78 
!xcb_xlib_threads_sequence_lost, file=0x7f90dda7fe32 ../../src/xcb_io.c, 
line=273, function=0x7f90dda7ff58 poll_for_event) at assert.c:103
 poll_for_event (dpy=optimized out) at ../../src/xcb_io.c:270
 poll_for_response (dpy=0x127b430) at ../../src/xcb_io.c:288
 _XEventsQueued (dpy=0x127b430, mode=optimized out) at ../../src/xcb_io.c:362

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

Title:
  gnome-fallback-mount-helper crashed with SIGABRT in
  __assert_fail_base()

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

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


[Bug 950614] Stacktrace.txt

2012-03-09 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/950614/+attachment/2838810/+files/Stacktrace.txt

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

Title:
  gnome-fallback-mount-helper crashed with SIGABRT in
  __assert_fail_base()

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

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


[Bug 950614] ThreadStacktrace.txt

2012-03-09 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/950614/+attachment/2838811/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/950614/+attachment/2838790/+files/CoreDump.gz

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- gnome-fallback-mount-helper crashed with SIGABRT in raise()
+ gnome-fallback-mount-helper crashed with SIGABRT in __assert_fail_base()

** 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/950614

Title:
  gnome-fallback-mount-helper crashed with SIGABRT in
  __assert_fail_base()

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

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


[Bug 846309] Re: Maximise Button breaks window controls

2012-03-09 Thread Chhatoi Pritam Baral
Fixed in Ubuntu 12.04. Haven't checked in 11.10 myself.

** Changed in: compiz (Ubuntu)
   Status: Incomplete = Fix Committed

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

Title:
  Maximise Button breaks window controls

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

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


[Bug 771372] Re: procps runs too early in the boot process

2012-03-09 Thread Clint Byrum
Peter, thanks for the bump. This just needed the verification-done flag
for our process to catch it. I'll take a look at doing the sru-release
tomorrow morning.

** Tags added: verification-done

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

Title:
  procps runs too early in the boot process

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

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


[Bug 950607] Re: gnome-panel crashed with SIGSEGV in g_signal_emit_valist()

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

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 #948667, 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/950607/+attachment/2838781/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838783/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838784/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838785/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838786/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838787/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/950607/+attachment/2838788/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** 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/950607

Title:
  gnome-panel crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Bug 947908] Re: Default Locale-Based Chinese Mode Setting is Inconvenient to Hong Kong Users

2012-03-09 Thread Ubuntu Foundation's Bug Bot
The attachment quickfix.patch of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Default Locale-Based Chinese Mode Setting is Inconvenient to Hong Kong
  Users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-table/+bug/947908/+subscriptions

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


[Bug 944875] Re: software-center crashed with AttributeError in show_installed_view_spinner(): 'InstalledPane' object has no attribute 'installed_spinner_notebook'

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.1.12

---
software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
(split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
- support the SOFTWARE_CENTER_NET_CONNECTED environment value to
  force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
- adds a general make_string_from_list() helper to build (somewhat)
  i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
- merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
- better (less scary) string for updates from third-party
  venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
- fix missing refresh of the what's new content on a database
  reopen so that new content from the agent appears as soon
  as it finishes the update
  * lp:~mvo/software-center/review-fixes:
- ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
- add a small helper to simulate a slow network connection to
  see if we have hidden latencies in the UI when the network
  is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
- ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
- fix 'load_range errors when navigating the installed view
  (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
- consolidate Ubunty SSO logins to use Ubuntu Software Center, fixes
  inconsistent UI and storing of two keys in they keyring, as well as
  being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
lp:~elachuni/software-center/pep8-test-part2,
lp:~elachuni/software-center/pep8-test-part3,
lp:~elachuni/software-center/pep8-test-part4:
- add a unit test to check code statically for pep8 compliance and update
  more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
- Fix an intermittent crash that can happen if the installed view pane
  has not been built yet when a call to show the spinner is made as a
  result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
- This branch adds support for providing the correct icon size and
  on-screen coordinates values in the Unity launcher integration dbus
  call when an installation is initiated via the list view
  (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
- unit test change only, enable the published-date unit test that was
  disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
- use consistently the same app name for every Ubuntu SSO call to
  ensure SSO tokens are handled properly
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 09 Mar 2012 08:55:46 +0100

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  software-center crashed with AttributeError in
  show_installed_view_spinner(): 'InstalledPane' object has no attribute
  'installed_spinner_notebook'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/944875/+subscriptions

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


[Bug 941361] Re: 3 small typo issues in the translation template (#162, #261 and #447)

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.1.12

---
software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
(split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
- support the SOFTWARE_CENTER_NET_CONNECTED environment value to
  force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
- adds a general make_string_from_list() helper to build (somewhat)
  i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
- merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
- better (less scary) string for updates from third-party
  venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
- fix missing refresh of the what's new content on a database
  reopen so that new content from the agent appears as soon
  as it finishes the update
  * lp:~mvo/software-center/review-fixes:
- ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
- add a small helper to simulate a slow network connection to
  see if we have hidden latencies in the UI when the network
  is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
- ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
- fix 'load_range errors when navigating the installed view
  (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
- consolidate Ubunty SSO logins to use Ubuntu Software Center, fixes
  inconsistent UI and storing of two keys in they keyring, as well as
  being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
lp:~elachuni/software-center/pep8-test-part2,
lp:~elachuni/software-center/pep8-test-part3,
lp:~elachuni/software-center/pep8-test-part4:
- add a unit test to check code statically for pep8 compliance and update
  more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
- Fix an intermittent crash that can happen if the installed view pane
  has not been built yet when a call to show the spinner is made as a
  result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
- This branch adds support for providing the correct icon size and
  on-screen coordinates values in the Unity launcher integration dbus
  call when an installation is initiated via the list view
  (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
- unit test change only, enable the published-date unit test that was
  disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
- use consistently the same app name for every Ubuntu SSO call to
  ensure SSO tokens are handled properly
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 09 Mar 2012 08:55:46 +0100

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  3 small typo issues in the translation template (#162, #261 and #447)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/941361/+subscriptions

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


[Bug 947624] Re: Icon coordinates are not correct for Unity launcher integration dbus call from the list view

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.1.12

---
software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
(split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
- support the SOFTWARE_CENTER_NET_CONNECTED environment value to
  force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
- adds a general make_string_from_list() helper to build (somewhat)
  i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
- merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
- better (less scary) string for updates from third-party
  venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
- fix missing refresh of the what's new content on a database
  reopen so that new content from the agent appears as soon
  as it finishes the update
  * lp:~mvo/software-center/review-fixes:
- ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
- add a small helper to simulate a slow network connection to
  see if we have hidden latencies in the UI when the network
  is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
- ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
- fix 'load_range errors when navigating the installed view
  (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
- consolidate Ubunty SSO logins to use Ubuntu Software Center, fixes
  inconsistent UI and storing of two keys in they keyring, as well as
  being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
lp:~elachuni/software-center/pep8-test-part2,
lp:~elachuni/software-center/pep8-test-part3,
lp:~elachuni/software-center/pep8-test-part4:
- add a unit test to check code statically for pep8 compliance and update
  more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
- Fix an intermittent crash that can happen if the installed view pane
  has not been built yet when a call to show the spinner is made as a
  result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
- This branch adds support for providing the correct icon size and
  on-screen coordinates values in the Unity launcher integration dbus
  call when an installation is initiated via the list view
  (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
- unit test change only, enable the published-date unit test that was
  disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
- use consistently the same app name for every Ubuntu SSO call to
  ensure SSO tokens are handled properly
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 09 Mar 2012 08:55:46 +0100

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Icon coordinates are not correct for Unity launcher integration dbus
  call from the list view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/947624/+subscriptions

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


[Bug 913675] Re: software-center crashed with AttributeError in _cell_data_func_cb(): 'TreeModelFilter' object has no attribute 'load_range'

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.1.12

---
software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
(split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
- support the SOFTWARE_CENTER_NET_CONNECTED environment value to
  force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
- adds a general make_string_from_list() helper to build (somewhat)
  i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
- merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
- better (less scary) string for updates from third-party
  venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
- fix missing refresh of the what's new content on a database
  reopen so that new content from the agent appears as soon
  as it finishes the update
  * lp:~mvo/software-center/review-fixes:
- ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
- add a small helper to simulate a slow network connection to
  see if we have hidden latencies in the UI when the network
  is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
- ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
- fix 'load_range errors when navigating the installed view
  (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
- consolidate Ubunty SSO logins to use Ubuntu Software Center, fixes
  inconsistent UI and storing of two keys in they keyring, as well as
  being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
lp:~elachuni/software-center/pep8-test-part2,
lp:~elachuni/software-center/pep8-test-part3,
lp:~elachuni/software-center/pep8-test-part4:
- add a unit test to check code statically for pep8 compliance and update
  more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
- Fix an intermittent crash that can happen if the installed view pane
  has not been built yet when a call to show the spinner is made as a
  result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
- This branch adds support for providing the correct icon size and
  on-screen coordinates values in the Unity launcher integration dbus
  call when an installation is initiated via the list view
  (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
- unit test change only, enable the published-date unit test that was
  disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
- use consistently the same app name for every Ubuntu SSO call to
  ensure SSO tokens are handled properly
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 09 Mar 2012 08:55:46 +0100

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  software-center crashed with AttributeError in _cell_data_func_cb():
  'TreeModelFilter' object has no attribute 'load_range'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/913675/+subscriptions

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


[Bug 802626] Re: vgchange may deadlock in initramfs when VG present that's not used for rootfs

2012-03-09 Thread Steve Langasek
** Changed in: udev (Ubuntu Oneiric)
   Status: Fix Released = Fix Committed

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

Title:
  vgchange may deadlock in initramfs when VG present that's not used for
  rootfs

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

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


[Bug 789596] Re: String-freeze exception for scary third party vendor string

2012-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.1.12

---
software-center (5.1.12) precise; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/webcam-string-fix:
  - small fix to support the debtagshw updated tags for hardware::camera
(split into webcam,digicam now)
  * lp:~mvo/software-center/trivial-nm-state-override:
- support the SOFTWARE_CENTER_NET_CONNECTED environment value to
  force the connected state as a stopgap workaround for bug 911706
  * lp:~mvo/software-center/lp941361:
- adds a general make_string_from_list() helper to build (somewhat)
  i18n friendly human readable strings easily (LP: #941361)
  * lp:~mvo/software-center/expunge-cache:
- merge os.nice() addition
  * lp:~mvo/software-center/lp789596:
- better (less scary) string for updates from third-party
  venders (LP: #789596)
  * lp:~mvo/software-center/fix-refresh-of-whats-new:
- fix missing refresh of the what's new content on a database
  reopen so that new content from the agent appears as soon
  as it finishes the update
  * lp:~mvo/software-center/review-fixes:
- ensure ui is correctly updated after submitting/modifying review
  * lp:~mvo/software-center/simulate-slow-network:
- add a small helper to simulate a slow network connection to
  see if we have hidden latencies in the UI when the network
  is (really) slow
  * lp:~mvo/software-center/top-rated-refresh:
- ensure that the top-rated apps are refreshed when we have new data
  * lp:~mvo/software-center/apptreeview-tweaks:
- fix 'load_range errors when navigating the installed view
  (LP: #913675), and do some nice needed refactoring/cleanup

  [ Anthony Lenton ]
  * lp:~elachuni/software-center/dont-store:
- consolidate Ubunty SSO logins to use Ubuntu Software Center, fixes
  inconsistent UI and storing of two keys in they keyring, as well as
  being prompted to log in twice the first time that you review an app
  * lp:~elachuni/software-center/pep8-test,
lp:~elachuni/software-center/pep8-test-part2,
lp:~elachuni/software-center/pep8-test-part3,
lp:~elachuni/software-center/pep8-test-part4:
- add a unit test to check code statically for pep8 compliance and update
  more and more of the code to meet it

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-crash-lp944875:
- Fix an intermittent crash that can happen if the installed view pane
  has not been built yet when a call to show the spinner is made as a
  result of a refresh (LP: #944875)
  * lp:~gary-lasker/software-center/list-view-icon-coordinates-lp947624:
- This branch adds support for providing the correct icon size and
  on-screen coordinates values in the Unity launcher integration dbus
  call when an installation is initiated via the list view
  (LP: #947624)
  * lp:~gary-lasker/software-center/enable-published-date-unit-test:
- unit test change only, enable the published-date unit test that was
  disabled pending deployment of support on the staging server

  [ Natalia Bidart ]
  * lp:~nataliabidart/software-center/one-auth:
- use consistently the same app name for every Ubuntu SSO call to
  ensure SSO tokens are handled properly
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 09 Mar 2012 08:55:46 +0100

** Changed in: software-center (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  String-freeze exception for scary third party vendor string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/789596/+subscriptions

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


[Bug 942782] Re: FFE: Add unity-quickly-lens-template package to Universe

2012-03-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quickly-lens-templates

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

Title:
  FFE: Add unity-quickly-lens-template package to Universe

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

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


[Bug 950529] Re: 10.04 kvm vm upgrade to 12.04 - boot fail on 3.2.0-18-generic, but will boot 2.6.32-39-server

2012-03-09 Thread Nicholas Lee
apport information

** Tags added: apport-collected precise

** Description changed:

  Upgrade of a kvm based virtio vm from 10.04 to 12.04 (beta).
  
  Note: slightly broken do-release-upgrade -d as some library keep
  causing screen to crash. apt-get update and apt-get dist-upgrade
  completed the upgrade.
  
  
  Seems the Linux kernel server package for 10.04 - which is  2.6.32-39-server 
- defaults to upgrading to 3.2.0-18-GENERIC.  I think - have not confirmed - 
that this kernel does not contain drivers for virtio blockio. So boot fails 
with Unable to mount root fs on unknown-block boot errors. 
  
  I was able to boot into the 10.04 kernel, and after some investigation
  replace the -GENERIC kernel with the -VIRTUAL kernel. The system now
  boots correctly.
  
  nic@shell:~$ lsb_release -rd
  Description:Ubuntu precise (development branch)
  Release:12.04
  
  
  nic@shell:~$ cat /proc/version_signature
  Ubuntu 3.2.0-18.28-virtual 3.2.9
  
  nic@shell:~$  sudo lspci -vnvn | grep Virt
  00:03.0 Ethernet controller [0200]: Red Hat, Inc Virtio network device 
[1af4:1000]
  00:04.0 Ethernet controller [0200]: Red Hat, Inc Virtio network device 
[1af4:1000]
  00:05.0 SCSI storage controller [0100]: Red Hat, Inc Virtio block device 
[1af4:1001]
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw---T 1 root audio 116,  1 Mar  9 17:25 seq
+  crw-rw---T 1 root audio 116, 33 Mar  9 17:25 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 1.94.1-0ubuntu1
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ CurrentDmesg: [11424.931185] sched: RT throttling activated
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=/dev/mapper/shell-swap_1
+ IwConfig:
+  lono wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  eth0  no wireless extensions.
+ Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: Bochs Bochs
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm
+  LANG=en_NZ.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: root=/dev/mapper/hostname-root ro quiet splash
+ ProcVersionSignature: Ubuntu 3.2.0-18.28-virtual 3.2.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-18-virtual N/A
+  linux-backports-modules-3.2.0-18-virtual  N/A
+  linux-firmware1.71
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise
+ Uname: Linux 3.2.0-18-virtual x86_64
+ UpgradeStatus: Upgraded to precise on 2012-03-08 (0 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 01/01/2007
+ dmi.bios.vendor: Bochs
+ dmi.bios.version: Bochs
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Bochs
+ dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr:
+ dmi.product.name: Bochs
+ dmi.sys.vendor: Bochs

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/950529/+attachment/2838812/+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/950529

Title:
  10.04 kvm vm upgrade to 12.04 - boot fail on 3.2.0-18-generic, but
  will boot 2.6.32-39-server

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

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


[Bug 950529] BootDmesg.txt

2012-03-09 Thread Nicholas Lee
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/950529/+attachment/2838813/+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/950529

Title:
  10.04 kvm vm upgrade to 12.04 - boot fail on 3.2.0-18-generic, but
  will boot 2.6.32-39-server

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

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


[Bug 950571]

2012-03-09 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/950571/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Brightness hotkeys not working in Samsung 300V

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

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


[Bug 885730] Re: keyboard layout indicator reacts incorrectly

2012-03-09 Thread Dmitry Shachnev
It doesn't affect upstream g-s-d because the keyboard indicator is
provided by Ubuntu patch.

** Changed in: gnome-settings-daemon
   Status: New = Invalid

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

Title:
  keyboard layout indicator reacts incorrectly

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

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


[Bug 950529] Lspci.txt

2012-03-09 Thread Nicholas Lee
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/950529/+attachment/2838814/+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/950529

Title:
  10.04 kvm vm upgrade to 12.04 - boot fail on 3.2.0-18-generic, but
  will boot 2.6.32-39-server

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