[Bug 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2011-10-17 Thread Povilas Balzaravičius aka Pawka
Same problem affects me too:

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20090626+lfs/sqlite.so' -
/usr/lib/php5/20090626+lfs/sqlite.so: cannot open shared object file: No
such file or directory in Unknown on line 0

-- 
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 876268] [NEW] Mysqld does not start: Bind on unix socket: Permission denied

2011-10-17 Thread Manolinux
Public bug reported:

I updated to oneiric and mysqld does not start. It seems it can't create
the socket /var/run/mysqld/mysqld.sock

What the log /var/log/mysql/error.log says:

===

11017  9:44:12 [Note] Plugin 'FEDERATED' is disabled.
111017  9:44:12  InnoDB: Initializing buffer pool, size = 8.0M
111017  9:44:12  InnoDB: Completed initialization of buffer pool
111017  9:44:12  InnoDB: Started; log sequence number 0 363147242
111017  9:44:12 [ERROR] Can't start server : Bind on unix socket: Permission 
denied
111017  9:44:12 [ERROR] Do you already have another mysqld server running on 
socket: /var/run/mysqld/mysqld.sock ?
111017  9:44:12 [ERROR] Aborting

===

But, I have the appropiate permisions:

===
$ ls -la /var/run/mysqld
total 0
drwxr-xr-x  2 mysql root   40 2011-10-17 09:29 .
drwxr-xr-x 31 root  root 1040 2011-10-17 09:17 ..

===

And I checked mysqld runs as the appropiate user:

===
mysql12938 1  2 09:33 ?00:00:00 /usr/sbin/mysqld
===

Trying mysql_safe:

===
$ sudo mysqld_safe 
[sudo] password for manolinux: 
111017 09:49:26 mysqld_safe Logging to syslog.
111017 09:49:26 mysqld_safe Starting mysqld daemon with databases from 
/var/lib/mysql
111017 09:49:32 mysqld_safe mysqld from pid file /var/lib/mysql/min.pid ended
===

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: mysql-server-5.1 5.1.58-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 09:38:02 2011
ProcEnviron:
 LANGUAGE=es_ES:en_US:en
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 LC_MESSAGES=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: mysql-5.1
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)
mtime.conffile..etc.apparmor.d.usr.sbin.mysqld: 2010-12-27T16:46:29

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Mysqld does not start: Bind on unix socket: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/876268/+subscriptions

-- 
Ubuntu-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 876268] Re: Mysqld does not start: Bind on unix socket: Permission denied

2011-10-17 Thread Manolinux
-- 
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/876268

Title:
  Mysqld does not start: Bind on unix socket: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/876268/+subscriptions

-- 
Ubuntu-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 876268] Re: Mysqld does not start: Bind on unix socket: Permission denied

2011-10-17 Thread Manolinux
I found the problem.

It was on /etc/apparmor.d/usr.sbin.mysqld , which clever unbuntu-bug
found it was modified.

During upgrade, I was asked whether to substitute this file with a new
version, but since I needed some of the current configuration and since
I thought the changes where cosmetic (but they were not!), I choosed to
keep my file.

I compared my file with the base version and applied the changes myself,
and it worked. The changes were:

===
diff -u /etc/apparmor.d/usr.sbin.mysqld.bak /etc/apparmor.d/usr.sbin.mysqld
--- /etc/apparmor.d/usr.sbin.mysqld.bak 2011-10-17 10:02:03.0 +0200
+++ /etc/apparmor.d/usr.sbin.mysqld 2011-10-17 10:02:33.0 +0200
@@ -33,8 +33,8 @@
   /var/lib/mysql/** rwk,
   /var/log/mysql/ r,
   /var/log/mysql/* rw,
-  /var/run/mysqld/mysqld.pid w,
-  /var/run/mysqld/mysqld.sock w,
+  /{,var/}run/mysqld/mysqld.pid w,
+  /{,var/}run/mysqld/mysqld.sock w,
 
   /sys/devices/system/cpu/ r,
   /home/manolinux/.opentpv/** rw,
===

Sorry to disturb you, Ubuntu develpers, but I hope at least this report
helps other people with similar problems.

Thanks.

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

Title:
  Mysqld does not start: Bind on unix socket: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/876268/+subscriptions

-- 
Ubuntu-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 876116] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Robie Basak
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876088] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Robie Basak
*** This bug is a duplicate of bug 862129 ***
https://bugs.launchpad.net/bugs/862129

** This bug has been marked a duplicate of bug 862129
   samba postrm depends on packages not guaranteed to be configured

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 598335] Re: gnome locks up with cgroup-bin installed

2011-10-17 Thread Douglas Bagnall
FWIW (i.e. not much), I replaced the originally troubled laptop when its
backlight died, and my intention to provide more info foundered on a
shortage of means and motivation.

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

Title:
  gnome locks up with cgroup-bin installed

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

-- 
Ubuntu-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 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-17 Thread Robie Basak
I discussed this bug at length with Adam on Friday afternoon. Adam is on
vacation now so I'll try and reproduce my memory and conclusions from
this conversation.

Some thoughts from that discussion:

1) perl-modules (which provides File::Temp) seems to spend a lot of time
unconfigured in the upgrade process. Adam pointed out that this is an
anomaly given how much packages depend on Perl in general, and that the
problem might be considered to be with the Perl transition and fixing
this may be one approach. Take a look at VarLogDistupgradeTermlog.gz in
bug 856309 for example - perl and perl-modules are unpacked but not
configured in the entire session. I understand that this still complies
with policy; the way I see the problem is that perl-modules and update-
inetd still need to export some kind of mechanism to make them usable
within maintainer scripts for them to be useful.

2) If update-inetd is supposed to be able to be used from within
maintainer scripts, what is the correct way of doing so? If it is
supposed to be used from a postrm and thus cannot rely on perl-modules
to be configured, then is the bug really that update-inetd is depending
on things that it cannot?

3) If we could change update-inetd to not depend on Perl modules that
may not be configured, then this particular bug wouldn't be an issue any
more. It looks like we may only need tempfile anyway, which is in
debianutils and Essential. The advantage of File::Temp seems to be
portability, which isn't an issue for us as we guarantee tempfile to
always be available. update-inetd also appears to need File::Copy so
I'll need to check this, but in any case would the approach of removing
dependencies by bringing minimal implementations into update-inetd be
acceptable?

** Also affects: update-inetd (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  samba postrm depends on packages not guaranteed to be configured

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

-- 
Ubuntu-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 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-17 Thread Jean-Baptiste Lallement
** Tags added: rls-mgr-p-tracking

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

Title:
  samba postrm depends on packages not guaranteed to be configured

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

-- 
Ubuntu-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 478827] Re: openldap database backend back_perl has undefined symbols (aka slapd-perl back-perl)

2011-10-17 Thread Howard Chu
Seems like exactly the same as bug #90812. And the workaround shown
there https://bugs.launchpad.net/openldap/+bug/90812/comments/31 still
works. If this is something we should be handling upstream, please
submit an ITS. For the moment it doesn't seem like it. The discussion of
libltdl implies there may be something we can do to avoid this, I just
haven't looked into it any further.

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

Title:
  openldap database backend back_perl has undefined symbols (aka slapd-
  perl back-perl)

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

-- 
Ubuntu-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 876339] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread job
-- 
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/876339

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876339] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread job
Public bug reported:

while upgrading my system to oneiric, this failed. I had the same issues
with the previous upgrade, upgrade proces has stopped.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 10:07:45 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 592610] Re: Shared folders (through Samba) when following instructions sometimes does not work correctly

2011-10-17 Thread William S Gregory
Yes sir, still seeing it.  Seems to be an issue when you've got at
least two servers on the same subnet.  Tell it to use 'bcast' before the
system default (usually the isp's dns), in each smb.conf; and it works.

There are several potential issues at work here.

My first experience with SAMBA was with 11.04.  After spending several
hours on the Samba website learning about it and smb.  It's clear that
the changes necessary to make it just work in a gui browser
necessitate a non-stock configuration for SAMBA.  That is to say,
knowing SAMBA as it was designed isn't enough to understand the Ubuntu
implementation.  This confuses the issue if one is trying to
troubleshoot but has no access to documentation of what they did to make
it work in Ubuntu.

Another issue is the same old tired monster.  The reason why so many
Ubuntu veterans scream the battle-cry: Do A Clean Install!. Human
error.  Every version upgrade I've done has carried some problem or
other that is most likely due to either a maintainer error in a previous
revision, an error in the update itself, or lack of proper communication
between maintainers (that documentation I mentioned earlier).  So,
somewhere along the development pipeline no one remembers that a smb-
native server uses bcast to get what it needs: name-address
resolution.

Funny thing is, I went over 30 years of my life knowing next to nothing
about tcp/ip.  Then my first stab at SAMBA fails.  Less then half-way
through Tcp/Ip for Dummies, and I figured out the problem.  It only took
$30 and 80 pagesLOL

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

Title:
  Shared folders (through Samba) when following instructions sometimes
  does not work correctly

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

-- 
Ubuntu-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 728017] Re: xwindows over ssh causes instability

2011-10-17 Thread Thomas Thurman
** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

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

Title:
  xwindows over ssh causes instability

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

-- 
Ubuntu-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 850154] Re: qemu cannot find ipxe roms

2011-10-17 Thread Dave Walker
Marking main task as Invalid, as it will not be relevant for the current
development release.  Opened an Oneiric task for SRU tracking.

Thanks.

** Also affects: ipxe (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: ipxe (Ubuntu Oneiric)
Milestone: None = oneiric-updates

** Changed in: ipxe (Ubuntu Oneiric)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

** Changed in: ipxe (Ubuntu Oneiric)
   Status: New = Confirmed

** Changed in: ipxe (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  qemu cannot find ipxe roms

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

-- 
Ubuntu-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 876378] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Rhubeni Lopes de Andrade
Public bug reported:

It's failed when upgrading from 11.04 to 11.10

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
Uname: Linux 3.0.0-0300-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Mon Oct 17 08:53:29 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876378] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Rhubeni Lopes de Andrade
-- 
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/876378

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876387] [NEW] fuser forking uncontrollably in cron job

2011-10-17 Thread mrhyde
Public bug reported:

php5 cron job creates several thousand fuser zombie processes which
consumes system resources and causes other applications to crash (due to
lack of system resources)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: php5-common 5.3.6-13ubuntu3.1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 13:10:50 2011
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: php5
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)
modified.conffile..etc.cron.d.php5: [modified]
mtime.conffile..etc.cron.d.php5: 2011-10-17T13:06:40.584452

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


** Tags: amd64 apport-bug oneiric

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

Title:
  fuser forking uncontrollably in cron job

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

-- 
Ubuntu-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 876387] Re: fuser forking uncontrollably in cron job

2011-10-17 Thread mrhyde
-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

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

-- 
Ubuntu-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 876425] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Kio
-- 
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/876425

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876425] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Kio
Public bug reported:

i done standard upgrade procedure and it says samba could not upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Mon Oct 17 13:42:08 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876458] [NEW] dnsmasq started before all interfaces are up

2011-10-17 Thread Thomas Schweikle
Public bug reported:

dnsmasq is started as soon a s network set up lo. since all other
interfaces are not up at that point in time, dnsmasq does not know
anythinmg about these interfaces. If your network is a bit more complex
you will have to restart dnsmasq manualy after all interfaces are up.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: dnsmasq 2.57-1ubuntu1
Uname: Linux 3.0.4 x86_64
NonfreeKernelModules: openafs
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 14:25:15 2011
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: dnsmasq
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)
modified.conffile..etc.resolvconf.update.d.dnsmasq: [deleted]
mtime.conffile..etc.default.dnsmasq: 2011-05-10T10:34:45.538035
mtime.conffile..etc.dnsmasq.conf: 2011-09-27T19:17:49.862539

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


** Tags: amd64 apport-bug oneiric

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

Title:
  dnsmasq started before all interfaces are up

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

-- 
Ubuntu-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 876458] Re: dnsmasq started before all interfaces are up

2011-10-17 Thread Thomas Schweikle
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/876458

Title:
  dnsmasq started before all interfaces are up

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

-- 
Ubuntu-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 860019] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 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/mysql-5.1/+bug/860019/+subscriptions

-- 
Ubuntu-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 872000] Re: /etc/apache2/mods-available/suexec.load has group read

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.21-2ubuntu1

---
apache2 (2.2.21-2ubuntu1) precise; urgency=low

  * Merge from debian unstable.  Remaining changes:
- debian/{control, rules}: Enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
- debian/control: Add bzr tag and point it to our tree
- debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
- debian/control, debian/ask-for-passphrase, 
debian/config-dir/mods-available/ssl.conf:
  Plymouth aware passphrase dialog program ask-for-passphrase.

apache2 (2.2.21-2) unstable; urgency=high

  * Fix CVE-2011-3368: Prevent unintended pattern expansion in some
reverse proxy configurations by strictly validating the request-URI.
  * Correctly set permissions of suexec.load even if umask is 0002 during
build. LP: #872000

apache2 (2.2.21-1) unstable; urgency=low

  * New upstream release.
- Fixes CVE-2011-3348: Possible denial of service in mod_proxy_ajp
  if combined with mod_proxy_balancer
 -- Chuck Short zul...@ubuntu.com   Fri, 14 Oct 2011 16:01:29 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3348

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3368

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

Title:
  /etc/apache2/mods-available/suexec.load has group read

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

-- 
Ubuntu-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 852349] Re: sqlite2 support

2011-10-17 Thread Philippe Rio
It's needed for roundcube as well!!!

Thanks
Philippe

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

Title:
  sqlite2 support

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

-- 
Ubuntu-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 828789] Re: [FFE] please enable spice support

2011-10-17 Thread Serge Hallyn
Quoting Fabien Lusseau (fabien26ubu...@gmail.com):
 Sorry, this repository should be better for Oneiric users:
 
 https://launchpad.net/~bderzhavets/+archive/spice-test

We can't take that approach for qemu-kvm, since the spice
libraries are in universe.  This week I will sync the latest
qemu-kvm into precise, and then add the qemu-kvm-spice package
as per the debdiff already attached to this bug.


** Changed in: qemu-kvm (Ubuntu Oneiric)
   Status: Incomplete = Won't Fix

** Changed in: qemu-kvm (Ubuntu Precise)
   Status: Confirmed = In Progress

** Changed in: qemu-kvm (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: qemu-kvm (Ubuntu Precise)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  [FFE] please enable spice support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/828789/+subscriptions

-- 
Ubuntu-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 875921] Re: Please merge python-stompy 0.2.9-1 from debian wheezy

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package python-stompy - 0.2.9-1ubuntu1

---
python-stompy (0.2.9-1ubuntu1) precise; urgency=low

  * Merge from debian unstable.  Remaining changes (LP: #875921):
- dh_python2 transition.

python-stompy (0.2.9-1) unstable; urgency=low

  * New upstream release
 -- Chuck Short zul...@ubuntu.com   Mon, 17 Oct 2011 21:55:37 +

** Changed in: python-stompy (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Please merge python-stompy 0.2.9-1 from debian wheezy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-stompy/+bug/875921/+subscriptions

-- 
Ubuntu-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 876579] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed') during

2011-10-17 Thread Stephan Samuel
Public bug reported:

Samba ran successfully in 11.04. During standard upgrade to 11.10,
upgrade process gave me an error, failed upgrade.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 09:07:26 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (2 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed') during upgrade from ubuntu
  11.04 to 11.10

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

-- 
Ubuntu-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 876579] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed') during u

2011-10-17 Thread Stephan Samuel
-- 
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/876579

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed') during upgrade from ubuntu
  11.04 to 11.10

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

-- 
Ubuntu-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 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Serge Hallyn
Quoting Marcus Bointon (874...@bugs.launchpad.net):
 That doesn't really work since it collects info only on libvert itself,
 which is a virtual package and returns nothing. I don't know quite which
 bit of libvert this should be attached to - maybe libvert-bin?

Did you get an actual error running that?  Can you show the output
of

   dpkg -l | grep libvirt

and

   uname -a

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

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875950] Re: /var/run/dnsmasq/resolv.conf empty on boot

2011-10-17 Thread Scott Moser
I suspect that this is related to bug 876458.

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

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 342655] Re: Confusing debconf message when upgrading

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package sysstat - 10.0.2-1

---
sysstat (10.0.2-1) unstable; urgency=low

  * New upstream (stable) release.
  * debian/control: Set architecture to linux-any (closes: #619949).
  * The debconf message has already been ixed in 8.1.8-2, (LP: #342655).
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Mon,  17 Oct 2011 15:37:20 
+

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

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

Title:
  Confusing debconf message when upgrading

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 875950] Re: /var/run/dnsmasq/resolv.conf empty on boot

2011-10-17 Thread Andrew Bayliss
I initially thought it might be boot order related, but I'm not
convinced. Restarting dnsmasq does not fix the problem, as
/var/run/dnsmasq/resolv.conf is still empty. Taking my ppp0 interface
down/up solves the problem as dnsmasq notices that the contents of
/var/run/dnsmasq/resolv.conf has changed.

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

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 876640] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread giafrata
Public bug reported:

Error after Upgrading to Ubuntu 11.10 from prevoius release.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Mon Oct 17 17:44:49 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
RelatedPackageVersions:
 nautilus 1:3.2.0-0ubuntu5
 gvfs 1.10.0-0ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876640] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread giafrata
-- 
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/876640

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 874981] Re: Please merge/sync mcollective from debian wheezy

2011-10-17 Thread Marc Cluet
This involves several steps

1. Testing that the activemq sync from debian wheezy works properly under 
precise
2. Evaluate debdiff and add merge (if necessary) with our package switching 
from rabbitmq to activemq while at it (up for discussion)

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

Title:
  Please merge/sync mcollective from debian wheezy

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

-- 
Ubuntu-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 852871] Re: PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

2011-10-17 Thread Steve Beattie
Thanks for reporting this issue. It has been addressed in Ubuntu 10.10
(maverick) and newer. For Ubuntu 10.04 LTS (lucid), I'll be applying the
upstream fix for it. For Ubuntu 8.04 LTS (hardy), upstream never fixed
this issue in the php 5.2 branch, and backporting the fix is non-trivial
and thus has a non-trivial amount of risk to it, while the issue in
question is of relatively low risk; it requires a malicious php script
in place on the server. Thus this will not be fixed for 8.04.

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

Title:
  PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

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

-- 
Ubuntu-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 854899] Re: [FFe] Update to puppet-2.7.3

2011-10-17 Thread Chuck Short
This wont happen in Oneiric, puppet will probably have 2.7.5 in oneiric.

** Changed in: puppet (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  [FFe] Update to puppet-2.7.3

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

-- 
Ubuntu-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 852871] Re: PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

2011-10-17 Thread Marc Deslauriers
** Also affects: php5 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

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

Title:
  PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

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

-- 
Ubuntu-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 852865] Re: strrchr() functions information leak

2011-10-17 Thread Steve Beattie
Thanks for reporting this issue. This issue only affects Ubuntu 8.04
LTS, despite what the securityfocus link above says. It will be
addressed in a forthcoming php update.

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

Title:
  strrchr() functions information leak

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

-- 
Ubuntu-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 852865] Re: strrchr() functions information leak

2011-10-17 Thread Marc Deslauriers
** Also affects: php5 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

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

Title:
  strrchr() functions information leak

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

-- 
Ubuntu-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 852871] Re: PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

2011-10-17 Thread Steve Beattie
** Changed in: php5 (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: php5 (Ubuntu Hardy)
   Status: New = Won't Fix

** Changed in: php5 (Ubuntu Hardy)
   Importance: Undecided = Low

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

** Changed in: php5 (Ubuntu Lucid)
   Importance: Undecided = Low

** Changed in: php5 (Ubuntu Lucid)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

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

Title:
  PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

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

-- 
Ubuntu-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 852865] Re: strrchr() functions information leak

2011-10-17 Thread Steve Beattie
** Changed in: php5 (Ubuntu)
   Status: Confirmed = Fix Released

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

** Changed in: php5 (Ubuntu Hardy)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

** Changed in: php5 (Ubuntu Hardy)
   Importance: Undecided = Low

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

Title:
  strrchr() functions information leak

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

-- 
Ubuntu-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 604998] Re: open-vm-tools (CLI tools) recommends gui tools

2011-10-17 Thread David Glover
You used to be able to work around this --no-install-recommends, but
as of 11.10 that no longer works. It's no longer possible to install
open-vm-tools without also installing x11.

I think this deserves to be upgraded to bug, rather than wishlist.

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

Title:
  open-vm-tools (CLI tools) recommends gui tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/604998/+subscriptions

-- 
Ubuntu-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 876387] Re: fuser forking uncontrollably in cron job

2011-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  fuser forking uncontrollably in cron job

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

-- 
Ubuntu-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 876387] Re: fuser forking uncontrollably in cron job

2011-10-17 Thread Fabio Alessandrelli
I can confirm this bug.
Workaround ( NOT for production server ) is to disable session cleaning cron 
job ( /etc/cron.d/php5 ) as reported here 
http://ubuntuforums.org/showthread.php?p=11355965 .

Ubuntu version: 11.10
Upgraded from: 11.04

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

Title:
  fuser forking uncontrollably in cron job

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

-- 
Ubuntu-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 604998] Re: open-vm-tools (CLI tools) recommends gui tools

2011-10-17 Thread Oliver Brakmann
Oh wow.  That's because the GUI package has been merged with the CLI-
only package as of Oneiric.  And again, this change is in Ubuntu only,
Debian still does The Right Thing(tm).  What the hell?

Can we pleased get this fixed for the next LTS?

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

Title:
  open-vm-tools (CLI tools) recommends gui tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/604998/+subscriptions

-- 
Ubuntu-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 488696] Re: syntax error in nsswitch config near [ syntax error ]

2011-10-17 Thread Ursula Junque
** Bug watch added: Debian Bug tracker #602090
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602090

** Also affects: autofs5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602090
   Importance: Unknown
   Status: Unknown

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

Title:
  syntax error in nsswitch config near [ syntax error ]

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

-- 
Ubuntu-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 870244] Re: mail-stack-delivery package install needs to restart dovecot

2011-10-17 Thread Dave Walker
** Changed in: dovecot (Ubuntu Oneiric)
Milestone: oneiric-updates = None

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

Title:
  mail-stack-delivery package install needs to restart dovecot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/870244/+subscriptions

-- 
Ubuntu-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 723796] Re: Enable spice in kvm

2011-10-17 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 828789 ***
https://bugs.launchpad.net/bugs/828789

This bug was fixed in the package qemu-kvm - 0.14.1+noroms-0ubuntu7

---
qemu-kvm (0.14.1+noroms-0ubuntu7) precise; urgency=low

  * Create new qemu-kvm-spice package (LP: #723796)
- debian/control: add libspice-protocol-dev and libspice-server-dev
  to build-depends, and define the qemu-kvm-spice package.
- debian/rules: add a new spice-build target (based on old -static rules):
  * add --enable-spice to its configure args
  * rename its wanted binaries to *-spice
- debian/qemu-kvm-spice.links and debian/qemu-kvm-spice.dirs: install
  kvm-spice and qemu-system-x86_64-spice
 -- Serge Hallyn serge.hal...@ubuntu.com   Mon, 17 Oct 2011 16:22:37 +

** Changed in: qemu-kvm (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Enable spice in kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/723796/+subscriptions

-- 
Ubuntu-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 828789] Re: [FFE] please enable spice support

2011-10-17 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  please enable spice support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/828789/+subscriptions

-- 
Ubuntu-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 828789] Re: please enable spice support

2011-10-17 Thread Dave Walker
** Summary changed:

- [FFE] please enable spice support
+ please enable spice support

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

Title:
  please enable spice support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/828789/+subscriptions

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread William Van Hevelingen
** Changed in: facter (Ubuntu)
   Status: New = Confirmed

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jean-Baptiste Lallement
setting importance to High as it breaks puppet deployments.

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

** Changed in: facter (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 488696] Re: syntax error in nsswitch config near [ syntax error ]

2011-10-17 Thread Bug Watch Updater
** Changed in: autofs5 (Debian)
   Status: Unknown = 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/488696

Title:
  syntax error in nsswitch config near [ syntax error ]

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

-- 
Ubuntu-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 876849] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread hani
Public bug reported:

Error reported during upgrade to 11.10.  No problems were noticed with
Samba prior to this operation

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 06:53:11 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876849] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread hani
-- 
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/876849

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Marcus Bointon
Apport says this:

Package libvirt not installed and no hook available, ignoring

*** Updating problem report

No additional information collected.

Press any key to continue... 
No pending crash reports. Try --help for more information.

What it's saying is technically correct because there is no package
called exactly 'libvirt' installed, however:

dpkg -l | grep libvirt
ii  libvirt-bin  0.7.5-5ubuntu27.16 
 the programs for the libvirt library
ii  libvirt0 0.7.5-5ubuntu27.16 
 library for interfacing with different virtu
ii  python-libvirt   0.7.5-5ubuntu27.16 
 libvirt Python bindings

The server is a Mac Mini quad-core i7 running a 64-bit 2.6.39 kernel:

uname -a
Linux s3.example.com 2.6.39.4-64-mb1 #7 SMP Wed Oct 12 15:14:04 BST 2011 x86_64 
GNU/Linux

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

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

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

-- 
Ubuntu-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 869411] Re: SRU tracking bug for postfix 2.8.2 - 2.8.5 for natty

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.8.5-2~build0.11.04

---
postfix (2.8.5-2~build0.11.04) natty-proposed; urgency=low

  [ LaMont Jones ]
  * Trial microversion update per TB 10/6/11 (LP: #869411)

  [Wietse Venema]

  * 2.8.5
- Workaround: report a {client_connections} Milter macro value of zero
  instead of garbage, when the remote SMTP client is not subject to any
  smtpd_client_* limits. Problem reported by Christian Roessner.
- Bugfix: allow for Milters that send an SMTP server reply without RFC 3463
  enhanced status code. Reported by Vladimir Vassiliev.
  * 2.8.4
- Performance: a high load of DSN success notification requests
  could slow down the queue manager.
- Bugfix (introduced Postfix 2.3 and Postfix 2.7): the Milter
  client reported some file too large errors as temporary
  errors.
- Bugfix (introduced in Postfix 1.1, duplicated in Postfix
  2.3, unrelated mistake in Postfix 2.7): the local(8) delivery
  agent ignored table lookup errors in mailbox_command_maps,
  mailbox_transport_maps, fallback_transport_maps and (while
  bouncing mail to alias) alias owner lookup.
- Bugfix (introduced Postfix 2.6 with master_service_disable)
  loop control error when parsing a malformed master.cf file.
- Bugfix (introduced: Postfix 2.7): sendmail -t reported
  protocol error after queue file write error.
- Linux kernel version 3 support.
- Workaround: some Spamhaus RHSBL rejects lookups with No
  IP queries even if the name has an alphanumerical prefix.
  We play safe, and skip both RHSBL and RHSWL queries for
  names ending in a numerical suffix.
  * 2.8.3
- Cleanup: postscreen(8) and verify(8) daemons now lock their respective
  cache file exclusively upon open, to avoid massive cache corruption
  by unsupported sharing.
- Bugfix (introduced with Postfix SASL patch 2314): don't reuse a
  server SASL handle after authentication failure.  CVE-2011-1720
 -- Scott Kitterman sc...@kitterman.com   Fri, 07 Oct 2011 00:59:20 -0500

** Changed in: postfix (Ubuntu Natty)
   Status: Fix Committed = Fix Released

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

Title:
  SRU tracking bug for postfix 2.8.2 - 2.8.5 for natty

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

-- 
Ubuntu-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 663455] Re: Incorrect text found in openssh-client/auth-file.c:542

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:5.9p1-1ubuntu1

---
openssh (1:5.9p1-1ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
- Add support for registering ConsoleKit sessions on login.
- Drop openssh-blacklist and openssh-blacklist-extra to Suggests.
- Convert to Upstart.  The init script is still here for the benefit of
  people running sshd in chroots.
- Install apport hook.
- Add mention of ssh-keygen in ssh connect warning.

openssh (1:5.9p1-1) unstable; urgency=low

  * New upstream release (http://www.openssh.org/txt/release-5.9).
- Introduce sandboxing of the pre-auth privsep child using an optional
  sshd_config(5) UsePrivilegeSeparation=sandbox mode that enables
  mandatory restrictions on the syscalls the privsep child can perform.
- Add new SHA256-based HMAC transport integrity modes from
  http://www.ietf.org/id/draft-dbider-sha2-mac-for-ssh-02.txt.
- The pre-authentication sshd(8) privilege separation slave process now
  logs via a socket shared with the master process, avoiding the need to
  maintain /dev/log inside the chroot (closes: #75043, #429243,
  #599240).
- ssh(1) now warns when a server refuses X11 forwarding (closes:
  #504757).
- sshd_config(5)'s AuthorizedKeysFile now accepts multiple paths,
  separated by whitespace (closes: #76312).  The authorized_keys2
  fallback is deprecated but documented (closes: #560156).
- ssh(1) and sshd(8): set IPv6 traffic class from IPQoS, as well as IPv4
  ToS/DSCP (closes: #498297).
- ssh-add(1) now accepts keys piped from standard input.  E.g. ssh-add
  -  /path/to/key (closes: #229124).
- Clean up lost-passphrase text in ssh-keygen(1) (closes: #444691).
- Say required rather than recommended in unprotected-private-key
  warning (LP: #663455).
  * Update OpenSSH FAQ to revision 1.112.
 -- Colin Watson cjwat...@ubuntu.com   Mon, 17 Oct 2011 16:04:47 +0100

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

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

Title:
  Incorrect text found in openssh-client/auth-file.c:542

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

-- 
Ubuntu-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 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Serge Hallyn
Do you get the same error with the stock lucid kernel?

Can you show the result of 'find /sys -name dmi'?

What was the source (git or d/l url) and the .config (please attach
/boot/config-2.6.39.4-64*) for your kernel?

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

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

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

-- 
Ubuntu-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 852871] Re: PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.10

---
php5 (5.3.2-1ubuntu4.10) lucid-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE: DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
  * SECURITY UPDATE: information leak via handler interrupt (LP: #852871)
- debian/patches/php5-CVE-2010-1914.patch: grab references before
  calling zendi_convert_to_long()
- CVE-2010-1914
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 14 Oct 2011 14:24:59 -0700

** Changed in: php5 (Ubuntu Lucid)
   Status: In Progress = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-1657

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-1938

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2202

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2483

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3182

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3267

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

Title:
  PHP ZEND_SL Opcode Interruption Address Information Leak Vulnerability

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

-- 
Ubuntu-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 813115] Re: CVE-2011-2202

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.5-1ubuntu7.3

---
php5 (5.3.5-1ubuntu7.3) natty-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE:  DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
  * 
debian/patches/fix_crash_in__php_mssql_get_column_content_without_type.patch:
refresh patch to make it cleanly apply.
 -- Steve Beattie sbeat...@ubuntu.com   Thu, 13 Oct 2011 13:49:23 -0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-1657

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-1938

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2483

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3182

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3267

** Changed in: php5 (Ubuntu Maverick)
   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/813115

Title:
  CVE-2011-2202

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

-- 
Ubuntu-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 813115] Re: CVE-2011-2202

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu9.6

---
php5 (5.3.3-1ubuntu9.6) maverick-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE:  DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
 -- Steve Beattie sbeat...@ubuntu.com   Thu, 13 Oct 2011 13:56:23 -0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1914

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

Title:
  CVE-2011-2202

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

-- 
Ubuntu-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 813115] Re: CVE-2011-2202

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.10

---
php5 (5.3.2-1ubuntu4.10) lucid-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE: DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
  * SECURITY UPDATE: information leak via handler interrupt (LP: #852871)
- debian/patches/php5-CVE-2010-1914.patch: grab references before
  calling zendi_convert_to_long()
- CVE-2010-1914
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 14 Oct 2011 14:24:59 -0700

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

Title:
  CVE-2011-2202

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

-- 
Ubuntu-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 813110] Re: CVE-2011-1938

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.5-1ubuntu7.3

---
php5 (5.3.5-1ubuntu7.3) natty-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE:  DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
  * 
debian/patches/fix_crash_in__php_mssql_get_column_content_without_type.patch:
refresh patch to make it cleanly apply.
 -- Steve Beattie sbeat...@ubuntu.com   Thu, 13 Oct 2011 13:49:23 -0700

** Changed in: php5 (Ubuntu Natty)
   Status: In Progress = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-1657

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2202

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2483

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3182

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3267

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

Title:
  CVE-2011-1938

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

-- 
Ubuntu-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 813110] Re: CVE-2011-1938

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu9.6

---
php5 (5.3.3-1ubuntu9.6) maverick-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE:  DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
 -- Steve Beattie sbeat...@ubuntu.com   Thu, 13 Oct 2011 13:56:23 -0700

** Changed in: php5 (Ubuntu Lucid)
   Status: In Progress = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-1914

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

Title:
  CVE-2011-1938

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

-- 
Ubuntu-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 813110] Re: CVE-2011-1938

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.10

---
php5 (5.3.2-1ubuntu4.10) lucid-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202
  * SECURITY UPDATE: Fixed stack buffer overflow in socket_connect()
(LP: #813110)
- debian/patches/php5-CVE-2011-1938.patch:
- CVE-2011-1938

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS in zip handling due to addGlob() crashing
on invalid flags
- debian/patches/php5-CVE-2011-1657.patch: check for valid flags
- CVE-2011-1657
  * SECURITY UPDATE: crypt_blowfish doesn't properly handle 8-bit
(non-ascii) passwords leading to a smaller collision space
- debian/patches/php5-CVE-2011-2483.patch: update crypt_blowfish
  to 1.2 to correct handling of passwords containing 8-bit
  (non-ascii) characters.
  CVE-2011-2483
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE: DoS in errorlog() when passed NULL
- debian/patches/php5-CVE-2011-3267.patch: fix NULL pointer crash in
  errorlog()
- CVE-2011-3267
  * SECURITY UPDATE: information leak via handler interrupt (LP: #852871)
- debian/patches/php5-CVE-2010-1914.patch: grab references before
  calling zendi_convert_to_long()
- CVE-2010-1914
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 14 Oct 2011 14:24:59 -0700

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

Title:
  CVE-2011-1938

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

-- 
Ubuntu-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 819044] Re: puppet in natty can't enable services

2011-10-17 Thread William Van Hevelingen
Oneiric not affected as it has puppet 2.7.1

** Bug watch added: Debian Bug tracker #573551
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573551

** Also affects: puppet (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573551
   Importance: Unknown
   Status: Unknown

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

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

Title:
  puppet in natty can't enable services

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

-- 
Ubuntu-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 874350] Re: Segfault: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'

2011-10-17 Thread Marcus Bointon
That search finds nothing.

The kernel is supplied and configured by my ISP - the stock kernel is
not stable - I've asked them to contribute to this report.

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

Title:
  Segfault: Failed to get udev device for syspath
  '/sys/devices/virtual/dmi/id'

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

-- 
Ubuntu-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 876910] [NEW] When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Jon
Public bug reported:

System Information
1) lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

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

Expected Behavior:
3) SSH should automatically create host keys when it detect the host keys are 
not present in /etc/ssh

Observed Behavior:
4) SSH did not generate host keys

Solution:
5) Created the attached patch to resolve the issue locally.  Presented as a 
solution to the problem.
-- Check for existence of /etc/ssh/*_host_*
-- create host keys unless exists

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: openssh-server 1:5.8p1-7ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
Uname: Linux 3.0.0-12-server x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 16:12:28 2011
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.d.ssh: 2011-10-17T15:57:55.578332

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


** Tags: amd64 apport-bug oneiric

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Jon
** Patch added: Added subroutine to check and create SSH Host keys if they are 
not present
   
https://bugs.launchpad.net/bugs/876910/+attachment/269/+files/ssh_init_fix.patch

** Description changed:

+ System Information
  1) lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  
+ SSH Version
  2) apt-cache policy openssh-server
  openssh-server:
-   Installed: 1:5.8p1-7ubuntu1
-   Candidate: 1:5.8p1-7ubuntu1
-   Version table:
-  *** 1:5.8p1-7ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:5.8p1-7ubuntu1
+   Candidate: 1:5.8p1-7ubuntu1
+   Version table:
+  *** 1:5.8p1-7ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
- 3) SSH should automatically create host keys when it detest there are
- host keys are not present in /etc/ssh
+ Expected Behavior:
+ 3) SSH should automatically create host keys when it detect the host keys are 
not present in /etc/ssh
  
+ Observed Behavior:
  4) SSH did not generate host keys
  
- 5) Created the attached patch to resolve the issue locally.  Presented
- as a solution to the problem.
+ Solution:
+ 5) Created the attached patch to resolve the issue locally.  Presented as a 
solution to the problem.
+ -- Check for existence of /etc/ssh/*_host_*
+ -- create host keys unless exists
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: openssh-server 1:5.8p1-7ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
  Uname: Linux 3.0.0-12-server x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 17 16:12:28 2011
  InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: openssh
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.init.d.ssh: 2011-10-17T15:57:55.578332

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 819044] Re: puppet in natty can't enable services

2011-10-17 Thread Bug Watch Updater
** Changed in: puppet (Debian)
   Status: Unknown = Fix Released

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

Title:
  puppet in natty can't enable services

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

-- 
Ubuntu-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 874135] Re: mail-stack-delivery does not install postfix-dovecot sasl authentication with dovecot 2.x

2011-10-17 Thread Clint Byrum
Hello James, or anyone else affected,

Accepted dovecot into oneiric-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

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

Title:
  mail-stack-delivery does not install postfix-dovecot sasl
  authentication with dovecot 2.x

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

-- 
Ubuntu-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 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Clint Byrum
Hi Jon, sshd is no longer started and/or stopped with /etc/init.d/ssh
unless you are running inside a chroot.

The host keys are typically generated in the postinstall script of
openssh-server. You can find the copy that should be used for this at
/var/lib/dpkg/info/openssh-server.postinst. So if you don't have keys,
its likely that something went wrong during that process. Try this to
remedy the situation.

sudo apt-get install openssh-server --reinstall

Marking Incomplete pending response.


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

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

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 813115] Re: CVE-2011-2202

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.4-2ubuntu5.18

---
php5 (5.2.4-2ubuntu5.18) hardy-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE: Information leak via strchr interrupt (LP: #852865)
- debian/patches/php5-CVE-2010-2484.patch: grab references before
  converting to string
- CVE-2010-2484
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 14 Oct 2011 20:10:17 -0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-2484

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

Title:
  CVE-2011-2202

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

-- 
Ubuntu-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 852865] Re: strrchr() functions information leak

2011-10-17 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.4-2ubuntu5.18

---
php5 (5.2.4-2ubuntu5.18) hardy-security; urgency=low

  [ Angel Abad ]
  * SECURITY UPDATE: File path injection vulnerability in RFC1867 File
upload filename (LP: #813115)
- debian/patches/php5-CVE-2011-2202.patch:
- CVE-2011-2202

  [ Steve Beattie ]
  * SECURITY UPDATE: DoS due to failure to check for memory allocation errors
- debian/patches/php5-CVE-2011-3182.patch: check the return values
  of the malloc, calloc, and realloc functions
- CVE-2011-3182
  * SECURITY UPDATE: Information leak via strchr interrupt (LP: #852865)
- debian/patches/php5-CVE-2010-2484.patch: grab references before
  converting to string
- CVE-2010-2484
 -- Steve Beattie sbeat...@ubuntu.com   Fri, 14 Oct 2011 20:10:17 -0700

** Changed in: php5 (Ubuntu Hardy)
   Status: In Progress = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-2202

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3182

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

Title:
  strrchr() functions information leak

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

-- 
Ubuntu-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 820540] Re: nmbd fails to start if smb.conf is missing due to testparm failure

2011-10-17 Thread Brian Murray
** Changed in: samba (Debian)
   Importance: Unknown = Undecided

** Changed in: samba (Debian)
   Status: Confirmed = New

** Changed in: samba (Debian)
 Remote watch: Debian Bug tracker #616075 = None

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

Title:
  nmbd fails to start if smb.conf is missing due to testparm failure

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

-- 
Ubuntu-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 876960] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Max67
Public bug reported:

failed to upgrade from 1104 to 11.10 mythbuntu

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8
Uname: Linux 2.6.38-11-generic-pae i686
NonfreeKernelModules: tbs62x0fe lirc_mceusb nvidia tbs6928fe tbs6922fe
ApportVersion: 1.23-0ubuntu3
Architecture: i386
BothFailedConnect: Yes
Date: Mon Oct 17 22:52:48 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Mythbuntu 11.04 Natty Narwhal - Release i386 (20110426)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

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


** Tags: apport-package i386 oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876960] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Max67
-- 
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/876960

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Jon
Hello Clint,

 sshd is no longer started and/or stopped with /etc/init.d/ssh unless you are 
 running inside a chroot.
I'm new to upstart, so forgive my ignorance, but I thought upstart still used 
the init scripts to start and/or stop the jobs.

 The host keys are typically generated in the postinstall script of 
 openssh-server.
I think this may be the issue.

 So if you don't have keys, its likely that something went wrong during that 
 process.
Well, I suppose this is true, but in this particular case, I intentionally 
remove them as a final step to prepare a base image for use with QEMU-KVM.  It 
is a security concern to have multiple guest VMs all running with the same SSH 
key. 

 Try this to remedy the situation.
 sudo apt-get install openssh-server --reinstall
Two things,

1) Why not: 
dpkg-reconfigure openssh-server
As this seems to be a more direct route?  Again, maybe I'm not seeing all of 
the pieces.

2) In the Development environment both of these solutions will work,
however, this is not scalable and is not a viable solution in a
production environment.

Thanks for your quick response.  As is my experience with other non-
upstart distros, SSH automatically creates these host keys if they don't
exist, it is my strong personal belief that Ubuntu should not deviate
from the norm for two reasons, first to remain consistent with 'Linux'
(other distros) , and second so I can present a viable solution to my
management using an Ubuntu platform. Please let me know if you think I'm
way off here, I really do appreciate the assistance.

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 876959] [NEW] no mysql-server-5.1-dbgsym for security/updates repositorires

2011-10-17 Thread goraxe
Public bug reported:

The server debug package will not install on an up to date lucid
install.

the most recent dbgsym package at ddebs.ubuntu.com is 
Version: 5.1.41-3ubuntu12

The most recent mysql server package is 
from updates : 5.1.41-3ubuntu12.10
from security:  5.1.41-3ubuntu12.7
from main:5.1.41-3ubuntu12

Do only main uploads generate debug packages?  Or should security and
update packages also generate debug packages?

Installed version is 5.1.41-3ubuntu12.10 
$ lsb_release -rd
Description:Ubuntu 10.04.3 LTS
Release:10.04

$ apt-get install mysql-server-5.1-dbgsym
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  mysql-server-5.1-dbgsym: Depends: mysql-server-5.1 (= 5.1.41-3ubuntu12) but 
5.1.41-3ubuntu12.10 is to be installed
E: Broken packages

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

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

Title:
  no  mysql-server-5.1-dbgsym for security/updates repositorires

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/876959/+subscriptions

-- 
Ubuntu-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 876968] [NEW] host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Clint Byrum
Public bug reported:

I had an old stale apparmor profile from mysql that did not allow
writing to /run/mysql/mysqld.sock on my 11.10 host system.  Upon trying
to install and run mysqld in an oneiric container, it was unable to
start because apparmor was denying it access:


[48692.230635] type=1400 audit(1318893995.329:62): apparmor=DENIED 
operation=mknod parent=9502 profile=/usr/sbin/mysqld 
name=/run/mysqld/mysqld.sock pid=14293 comm=mysqld requested_mask=c 
denied_mask=c fsuid=103 ouid=103

The rules inside the guest for apparmor were permissive of this, but the
host rules were not.

It seems to me that apparmor should be encapsulated at the same level as
LXC containers, otherwise guests will not be able to define their own
rules for their own filesystems.

TEST CASE:

create an apparmor rule in /etc/apparmor.d/usr.bin.faketouch

Contents:
#include tunables/global

/usr/bin/faketouch {
#include abstractions/base
/lib/* r,
/var/run/* w,
}


sudo cp /usr/bin/touch /usr/bin/faketouch

Run /lib/init/apparmor-profile-load usr.bin.faketouch

Create an oneiric container

lxc-create -t ubuntu -n test-apparmor -- -r oneiric

Login to the container and try to touch /run/foo

sudo /usr/bin/faketouch /run/foo

should be denied..

Then create /etc/apparmor.d/usr.bin.faketouch

#include tunables/global

/usr/bin/faketouch {
#include abstractions/base
/lib/* r,
/run/* w,
}


inside the container run

sudo /lib/init/apparmor-profile-load usr.bin.faketouch

This should enable it, but

sudo /usr/bin/faketouch /run/foo

Will fail and on the host kernel a DENIED message will be shown.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: lxc 0.7.5-0ubuntu8
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 16:30:25 2011
InstallationMedia: Xubuntu 10.10 Maverick Meerkat - Release amd64 (20101008.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: Upgraded to oneiric on 2011-07-14 (95 days ago)
mtime.conffile..etc.default.lxc: 2011-10-12T10:35:05.438801

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


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

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

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

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

-- 
Ubuntu-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 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Clint Byrum
-- 
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/876968

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

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

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~gandelman-a/ubuntu/oneiric/facter/lp876130

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 325109] Re: bacula-director-pgsql fails postinst because of missing check for running psql daemon

2011-10-17 Thread Connor Imes
** Changed in: serverguide
   Status: Fix Committed = Fix Released

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

Title:
  bacula-director-pgsql fails postinst because of missing check for
  running psql daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/325109/+subscriptions

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Adam Gandelman
Jacob-  Thanks for taking the time to report this.  I've pushed a patch
[1] to the linked branch which should cleanly apply to all versions back
to lucid (facter 1.5.6).   I've also just uploaded a test package for
oneiric to ppa:gandelman-a/build-tests (facter_1.5.9-1ubuntu2).  If
someone can test and confirm this fix, we can move to SRU.

I'm curious to know how critical this bug is as it seems to exist back
to lucid but this is the first report.

Thanks

[1]
http://bazaar.launchpad.net/~gandelman-a/ubuntu/oneiric/facter/lp876130/view/head:/debian/patches/reload_all_facts.patch

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

** Changed in: facter (Ubuntu)
 Assignee: (unassigned) = Adam Gandelman (gandelman-a)

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Jon
** Patch removed: Added subroutine to check and create SSH Host keys if they 
are not present
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/876910/+attachment/269/+files/ssh_init_fix.patch

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 876910] Re: When starting open ssh server without host keys in /etc/ssh/, the keys are not automatically generated.

2011-10-17 Thread Jon
After further testing, determined that my patch did not actually resolve
the issue.

Seems to be an issue with triggering the following sub:

check_rsa_keys () {
#Checks for the existance of RSA keys and generates them if necessary
RSA1_KEY=/etc/ssh/ssh_host_key
RSA_KEY=/etc/ssh/ssh_host_rsa_key
DSA_KEY=/etc/ssh/ssh_host_dsa_key

if [ ! -s $RSA_KEY ] || [! -s $RSA1_KEY] || [! -s $DSA_KEY]; then
exec /usr/sbin/dpkg-reconfigure openssh-server
fi
}

Initially, I had added the above if/then statement to my /etc/init.d/ssh
script towards the beginning (starting at line 13 to be exact) before I
created the subroutine and the patch.

Pardon my blonde moment.

That being said, -where- can we add a check for the existence of the
host keys?

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

Title:
  When starting open ssh server without host keys in /etc/ssh/, the keys
  are not automatically generated.

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

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Adam,

I'm having trouble getting your PPA to work with the AMI images I've
been using for testing (specifically the official ami-5936fa30).
After adding the PPA using sudo apt-add-repository ppa:gandelman-a
/build-tests, facter_1.5.9-1ubuntu1 is still reported as the latest
available.

However, as one of the original authors of the patch you pulled over, I
can confirm that it is the correct fix for this problem.

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Adam Gandelman
@Jacob, sorry. Should have noted it'll probably be a while for the
packages to make it through the queue and be available for install

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 876130] Re: Incorrect operatingsystem reported in puppet run

2011-10-17 Thread Jacob Helwig
Scratch that.  Got it working.  Dunno what I was doing wrong, but it's
working with a fresh instance.

Confirmed that facter_1.5.9-1ubuntu2 from Adam's PPA fixes the issue for
me on 11.10 using ami-5936fa30.

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

Title:
  Incorrect operatingsystem reported in puppet run

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

-- 
Ubuntu-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 877031] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Ken
Public bug reported:

upgrading to  11.10 and I know nothing about samba

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 22:25:32 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 877031] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-17 Thread Ken
-- 
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/877031

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

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

-- 
Ubuntu-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 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Serge Hallyn
Assigning to jjohansen just to toss him a warning that I'm looking to
talk to him at UDS :)

Setting to medium priority because while 'a guest loading new rules' is
invalid, host apparmor rules for daemons in the guest should not be
applied.

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

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

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

-- 
Ubuntu-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 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-17 Thread Serge Hallyn
Apparmor is MAC - in my opinion it's not valid to have a container guest
specify its own policy.

However, the container should be entering a domain which protects the
host from the container, and in which executing any programs do not
cause more domain transitions (unless specified by the container's
policy).

This is something I want to discuss at UDS and implement during the
precise cycle.


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

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

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

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

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

-- 
Ubuntu-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] [NEW] Can't login to 11.10 if autofs is used to mount network directories

2011-10-17 Thread Alex Cochrane
Public bug reported:

After entering a password at the login screen I get a black screen and
then dumped back to the login screen. If I comment out the mounts in
/etc/auto.foo I can log in fine. I can then also uncomment out the
mounts and have autofs mount them. It only fails when trying to login
with autofs setup to mount something. The mounts are via NFS and this
setup worked on 11.04 prior to upgrading. Can reproduce across multiple
computers. Let me know what logs you want.

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

-- 
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/autofs/+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 877040] Re: Can't login to 11.10 if autofs is used to mount network directories

2011-10-17 Thread Alex Cochrane
Description:Ubuntu 11.10
Release:11.10
autofs:
Installed: 5.0.6-0ubuntu2

-- 
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/autofs/+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 823046] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-17 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bind9 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.2 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/bind9/+bug/823046/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   3   4   5   6   7   8   9   10   >