[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