[Bug 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.4.7~dfsg-1ubuntu3.3

---
samba (2:3.4.7~dfsg-1ubuntu3.3) lucid-proposed; urgency=low

  * debian/patches/spnego-auth-win7.patch: SPNEGO auth fails when contacting 
Win7
system using Microsoft Live Sign-in Assistant. (LP: #458637). Patch taken
from upstream (https://bugzilla.samba.org/show_bug.cgi?id=7577)
 -- PhobosK phob...@kbfx.net   Fri, 16 Jan 2010 07:52:30 +0300

** Changed in: samba (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7
  shares

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Jean-Baptiste Lallement
Verification for Lucid for eglibc and upstart.

I've verified that the package upgrades correctly from a default Lucid
installation and that after the installation the system reboots, that X
and the network are working. If there are specific verifications to do,
let me known.

Marking as verification-done.


** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-01 Thread Stas Verberkt
** Branch linked: lp:~legolas/ubuntu/natty/php5/5.3.5

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Sun, 2011-01-23 at 12:39 +, ingo wrote:
 Observed just another oddity, probably a separate bug in mountall?
 
 I tried to mount the / filesystem (ext3) in journal mode to see if this 
 improves the situation by adding the option to /etc/fstab:
 data=journal,erros=remount-ro
 But that results in boot process stalling with / filesystem mounted ro and 
 just a console. dmesg | grep -i ext3 tells me:
 
 EXT3-fs: mounted filesystem with ordered data mode
 EXT3-fs (device sda1): Cannot change data mode on remount. The filesystem is 
 mounted in data=ordered mode and you try to remount it in data=journal mode.
 
 The only way out and to continue boot-up is to manually remount the fs rw by:
 mount -o remount,rw /dev/sda1 /
 and remove the data=journal option from fstab.
 

Ingo, I believe changing the journalling of the root fs in this way is a
long standing issue with ext3/ext4, and has nothing to do with the libc6
issue. IIRC, it is only changeable by unmounting the fs, setting it, and
then mounting/unmounting again.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-01 Thread Stas Verberkt
I've created a branch based on the Ubuntu natty branch:
lp:~legolas/ubuntu/natty/php5/5.3.5

I'm actually also a Debian user, but I don't know how I would create
such a branch for Debian. Altough I suspect that porting this is not
that much work, and the actual work will be in the testing phases.

Shortly after this comment, I will push:
lp:~legolas/ubuntu/natty/php-mcrypt/5.3.5

** Branch linked: lp:~legolas/ubuntu/natty/php-mcrypt/5.3.5

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Sun, 2011-01-23 at 11:50 +, ingo wrote:
 Sorry, but I can't reproduce it now, getting still 4 orphaned inodes.
 Can I insert some lines to log which libs are still in use?
 

Yes, you can put this just after the remounts:

lsof -n | grep DEL
sleep 10

Which will give you 10 seconds to view anything that still has deleted
files open.

I recently found that sshd also may interfere w/ the remounting of root
in lucid (not as likely in maverick as it is stopped on runlevel [!
2345]) because it is not properly restarted on libc6 upgrade.

See bug #531912 for more info on that.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 708504] Re: [needs-packaging] PHP 5.3.5 is available.

2011-02-01 Thread Ondřej Surý
http://wiki.debian.org/PHP/GitUsage

And yet again I am going to repeat myself - pushing new upstream
versions to repository is not that important as triaging and fixing
existing reported bugs on php5.

f.e. it would be great if you could search for a solution of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602812, which is caused
by one (or maybe more) of our Debian patches. That would be a great
help.

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

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

Title:
  [needs-packaging] PHP 5.3.5 is available.

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


[Bug 711173] [NEW] package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется в пакете mysql-server-core-5.1 5.1.49-1ubu

2011-02-01 Thread Define
Public bug reported:

1) Description: Ubuntu natty (development branch)
Release:11.04
2) mysql-client-5.1:
  Установлен: 5.1.54-1ubuntu2
  Кандидат:   5.1.54-1ubuntu2
  Таблица версий:
 *** 5.1.54-1ubuntu2 0
500 http://ftp.byfly.by/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status
3) Updated the system through the update-manager

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-client-5.1 5.1.54-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Mon Jan 31 09:57:36 2011
ErrorMessage: попытка перезаписать «/usr/bin/my_print_defaults», который уже 
имеется в пакете mysql-server-core-5.1 5.1.49-1ubuntu9
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101202)
SourcePackage: mysql-5.1
Title: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: 
попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется в пакете 
mysql-server-core-5.1 5.1.49-1ubuntu9

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


** Tags: apport-package i386 natty

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется
  в пакете mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711173] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется в пакете mysql-server-core-5.1 5.1.49-1ubunt

2011-02-01 Thread Define


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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется
  в пакете mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711173] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется в пакете mysql-server-core-5.1 5.1.49-1ubunt

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710976 ***
https://bugs.launchpad.net/bugs/710976

** This bug has been marked a duplicate of bug 710976
   package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710976 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710976/+subscribe

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется
  в пакете mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711089] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711043] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 710946] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: intentando sobreescribir `/usr/bin/my_print_defaults', que está también en el paquete mysql-server-core-5.1 5.1.49-

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

** This bug is no longer a duplicate of bug 710904
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: Versuch, 
»/usr/share/man/man1/my_print_defaults.1.gz« zu überschreiben, welches auch in 
Paket mysql-server-core-5.1 5.1.49-1ubuntu9 ist
** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  intentando sobreescribir `/usr/bin/my_print_defaults', que está
  también en el paquete mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 710904] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: Versuch, »/usr/share/man/man1/my_print_defaults.1.gz« zu überschreiben, welches auch in Paket mysql-server-core-5.1

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  Versuch, »/usr/share/man/man1/my_print_defaults.1.gz« zu
  überschreiben, welches auch in Paket mysql-server-core-5.1
  5.1.49-1ubuntu9 ist

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.11.1-0ubuntu7.8

---
eglibc (2.11.1-0ubuntu7.8) lucid-proposed; urgency=low

  [ Matthias Klose ]
  * Fix issue #12077, __strncmp_ssse3 can segfault when it over-reads
its buffer.  LP: #702190.

  [ Clint Byrum ]
  * do not run 'telinit u' on upgrade, as this will break upstart.
touch /var/run/init.upgraded instead, which will force a re-exec just
before remounting root read-only. LP: #672177, LP: #694772.
 -- Matthias Klose d...@ubuntu.com   Wed, 19 Jan 2011 03:06:52 +0100

** Changed in: eglibc (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

** Changed in: upstart (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package upstart - 0.6.5-8

---
upstart (0.6.5-8) lucid-proposed; urgency=low

  * Re-add upstream r977 to allow proper re-exec on shutdown (LP: #672177)
  * debian/control: adding Breaks on eglibc version that disables
telinit u to avoid accidentally installing a version of libc6 that
will cause upstart to re-exec and lose its state.
 -- Clint Byrum cl...@ubuntu.com   Fri, 21 Jan 2011 08:21:18 -0800

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-01 Thread Brian J. Murrell
3 months ago this bug was filed and triaged and yet nothing has been
done about it.  You do realize that this prevents us from being able to
configure networks in virt-manager, right?  You know that this means
that nothing except basic virtual guests can be created right?

Fixing this is simply a matter of building virt-manger 0.8.5 and putting
it into maverick-updates.  Can we please have that?

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

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


[Bug 343870] Re: php-cli segmentation fault with mysql extension

2011-02-01 Thread Martin Pitt
See previous comment.

** Changed in: mysql-dfsg-5.1 (Ubuntu Karmic)
   Status: Confirmed = Won't Fix

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

Title:
  php-cli segmentation fault with mysql extension

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


[Bug 708172] Re: service libvirt-bin start does not set KRB5_KTNAME as required

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.8.5-0ubuntu5

---
libvirt (0.8.5-0ubuntu5) natty; urgency=low

  * Have upstart job source /etc/default/libvirt-bin.  This is only a
temporary fix until upstart provides proper default override support
through /etc/init/libvirt-bin.override (or any other mechanism).
(LP: #708172)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 01 Feb 2011 13:30:02 +0100

** Branch linked: lp:ubuntu/libvirt

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

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

Title:
  service libvirt-bin start does not set KRB5_KTNAME as required

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


[Bug 709188] Re: Samba in Lucid upgrade killed Envelope Feeder on HP LJ4000 printer

2011-02-01 Thread Dave Walker
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Samba in Lucid upgrade killed Envelope Feeder on HP LJ4000 printer

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


[Bug 709071] Re: package samba 2:3.5.6~dfsg-4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread Dave Walker
*** This bug is a duplicate of bug 707563 ***
https://bugs.launchpad.net/bugs/707563

** This bug has been marked a duplicate of bug 707563
   package samba 2:3.5.6~dfsg-4ubuntu2 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
 * You can subscribe to bug 707563 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/707563/+subscribe

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

Title:
  package samba 2:3.5.6~dfsg-4ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 573853] Re: Cannot control squid Unknown instance

2011-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid/squid

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

Title:
  Cannot control squid Unknown instance

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


[Bug 709194] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread Dave Walker
Setting up vsftpd (2.2.2-3ubuntu6) ...
vsftpd user (ftp) already exists, doing nothing.
chown: invalid group: `root:ftp'
dpkg: error processing vsftpd (--configure):
 subprocess installed post-installation script returned error exit status 1

. Fixed in Maverick and Natty, SRU candidate.

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

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

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

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu11.1

---
euca2ools (1.2-0ubuntu11.1) maverick-proposed; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Fri, 14 Jan 2011 01:12:33 -0500

** Changed in: euca2ools (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

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


[Bug 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu11.1

---
euca2ools (1.2-0ubuntu11.1) maverick-proposed; urgency=low

  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott Moser smo...@ubuntu.com   Fri, 14 Jan 2011 01:12:33 -0500

** Changed in: euca2ools (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

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

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package upstart - 0.6.6-4

---
upstart (0.6.6-4) maverick-proposed; urgency=low

  * Re-add upstream r977 to allow proper re-exec on shutdown (LP: #672177)
  * debian/control: adding Breaks on eglibc version that disables
telinit u to avoid accidentally installing a version of libc6 that
will cause upstart to re-exec and lose its state.
 -- Clint Byrum cl...@ubuntu.com   Wed, 29 Dec 2010 12:08:36 -0800

** Changed in: upstart (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 387189] Re: /dev/null corrupted (/dev/null.1)

2011-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~davewalker/ubuntu/lucid/logrotate/lp387189

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

Title:
  logrotate incorrectly rotates /dev/null to /dev/null.1

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


[Bug 387189] Re: logrotate incorrectly rotates /dev/null to /dev/null.1

2011-02-01 Thread Dave Walker
** Summary changed:

- /dev/null corrupted (/dev/null.1)
+ logrotate incorrectly rotates /dev/null to /dev/null.1

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

Title:
  logrotate incorrectly rotates /dev/null to /dev/null.1

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


[Bug 710894] Re: package ssh-askpass-gnome 1:5.3p1-3ubuntu4 failed to install/upgrade: sistema de ficheros del archivo tar dañado - archivo de paquete dañado

2011-02-01 Thread Dave Walker
Looks like some packages failed to download correctly, can i suggest:
$ sudo apt-get clean
$ sudo apt-get dist-upgrade

Please can you report back with the results, thanks.


dpkg: error al procesar 
/var/cache/apt/archives/ssh-askpass-gnome_1%3a5.3p1-3ubuntu5_i386.deb 
(--unpack):
 sistema de ficheros del archivo tar dañado - archivo de paquete dañado

filesystem tar file corrupted - corrupted package archive



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

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

Title:
  package ssh-askpass-gnome 1:5.3p1-3ubuntu4 failed to install/upgrade:
  sistema de ficheros del archivo tar dañado - archivo de paquete dañado

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


[Bug 710976] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Andres Rodriguez
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

Hi there!

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Could you please confirm that sudo apt-get -f install indeed fixes
this bug?

Now, according to the information I see, could you please confirm which
Ubuntu version were you trying to update from and to? Or if you were
just trying to update this in Natty. Because the information shows that
your installation media is Ubuntu 10.04 while DistroRelease is Ubuntu
11.04.

For this reason I'm marking this bug as incomplete.

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

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711173] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется в пакете mysql-server-core-5.1 5.1.49-1ubunt

2011-02-01 Thread Andres Rodriguez
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

** This bug is no longer a duplicate of bug 710976
   package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  попытка перезаписать «/usr/bin/my_print_defaults», который уже имеется
  в пакете mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 710976] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Andres Rodriguez
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

This also seems to be a duplicate of bug #710505. I'm marking this as
duplicate. Please, if you want to provide further information please do
so in such bug.

Thank you!.

** This bug has been marked a duplicate of bug 710505
   package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in 
package mysql-server-core-5.1 5.1.49-1ubuntu9
 * You can subscribe to bug 710505 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/710505/+subscribe

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 710976] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

This bug was fixed in the package mysql-5.1 - 5.1.54-1ubuntu3

---
mysql-5.1 (5.1.54-1ubuntu3) natty; urgency=low

  * debian/mysql-server-core-5.1.files, debian/mysql-client-5.1.files:
Fix upgrade from 5.1.49. (LP: #710976)
 -- Chuck Short zul...@ubuntu.com   Tue, 01 Feb 2011 09:45:41 -0500

** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 710505] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Andres Rodriguez
Hi!

I'm marking this bug as Fix Released as this bug has been fixed in [1],
closing bug #710976, which is a duplicate of this report.

[1]: https://launchpad.net/ubuntu/+source/mysql-5.1/5.1.54-1ubuntu3

** Changed in: mysql-5.1 (Ubuntu Natty)
   Status: Triaged = Fix Released

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711293] [NEW] [natty] apache2 FTBFS on amd64

2011-02-01 Thread Jamie Strandboge
Public bug reported:

Binary package hint: apache2

See:
http://launchpadlibrarian.net/62777645/buildlog_ubuntu-natty-amd64.apache2_2.2.16-6ubuntu2_FAILEDTOBUILD.txt.gz

** Affects: apache2 (Ubuntu)
 Importance: High
 Assignee: Chuck Short (zulcss)
 Status: Fix Released

** Affects: apache2 (Ubuntu Natty)
 Importance: High
 Assignee: Chuck Short (zulcss)
 Status: Fix Released

** Description changed:

  Binary package hint: apache2
  
- From the buildlog:
- 
- + ./apache2 -l
- + grep -v worker
- touch mpm-worker
- dpkg-buildpackage: error: debian/rules build gave error exit status 2
- **
- Build finished at 20110125-1626
- FAILED [dpkg-buildpackage died]
- Purging chroot-autobuild/build/buildd/apache2-2.2.16
+ See:
+ 
http://launchpadlibrarian.net/62777645/buildlog_ubuntu-natty-amd64.apache2_2.2.16-6ubuntu2_FAILEDTOBUILD.txt.gz

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

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

** Changed in: apache2 (Ubuntu Natty)
Milestone: None = natty-alpha-2

** Changed in: apache2 (Ubuntu Natty)
 Assignee: (unassigned) = Chuck Short (zulcss)

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

Title:
  [natty] apache2 FTBFS on amd64

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


[Bug 711293] Re: [natty] apache2 FTBFS on amd64

2011-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.16-6ubuntu3

---
apache2 (2.2.16-6ubuntu3) natty; urgency=low

  * debian/rules: Don't use -fno-strict-aliasing since it causes
apache FTBFS on amd64. (LP: #711293)
 -- Chuck Short zul...@ubuntu.com   Tue, 01 Feb 2011 10:19:55 -0500

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

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

Title:
  [natty] apache2 FTBFS on amd64

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


[Bug 710976] Re: package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz', which is also in package mysql-server-core-5.1 5.

2011-02-01 Thread Starbetrayer
*** This bug is a duplicate of bug 710505 ***
https://bugs.launchpad.net/bugs/710505

Andres,

yes I confirm that sudo apt-get -f install seems to fix it.
I was upgrading from mysql-client-5.1 5.1.49-1ubuntu9 to mysql-client-5.1 
5.1.54-1ubuntu2
The package installs fine after that manipulation, and I agree with you that it 
is linked to bug 710505.

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu2 failed to install/upgrade:
  trying to overwrite '/usr/share/man/man1/my_print_defaults.1.gz',
  which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 488285] Re: multipathd segfault

2011-02-01 Thread dann frazier
Here's a debdiff against natty.

** Patch added: multipath-tools-fix-shutdown-segv.patch
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/488285/+attachment/181/+files/multipath-tools-fix-shutdown-segv.patch

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

Title:
  multipathd segfault

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


[Bug 711321] [NEW] multipathd expecting wrong paths in uevents

2011-02-01 Thread Serge Hallyn
Public bug reported:

Binary package hint: multipath-tools

multipathd is looking for the wrong paths in uevents, causing it to miss
when paths go down.  This has been fixed upstream for awhile, and is
fixed in Natty.  The fix needs to be backported to Lucid and Maverick.


SRU Justification:
1. Impact: multipath fail-over events are not handled by multipathd. The system 
therefore does not cleanly survive FOFB.
2. How addressed: a bug from upstream is cherry-picked which fixes multipathd 
to look for the correct device pathnames in uevents it sees.
3. Patch: see debdiff attached
4. To reproduce: Start multipathd with -v4 argument. Reset an SCM to initiate 
FOFB. Watch /var/log/daemon.log for uevents relating to drives. Without the 
patch they don't show up. Additionally, upon failback, new block device names 
will be used (i.e. /dev/sdo instead of /dev/sda).
5. Regression potential: the patch is to multipathd, so non-multipath users 
will not be affected. Multipathd users with an older kernel which uses the old 
pathanames could get the same behavior which uptodate users now have without 
this patch.

** Affects: multipath-tools (Ubuntu)
 Importance: High
 Assignee: Serge Hallyn (serge-hallyn)
 Status: Fix Released

** Changed in: multipath-tools (Ubuntu)
   Status: New = Fix Released

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided = High

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

Title:
  multipathd expecting wrong paths in uevents

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
 you can put this just after the remounts:
 lsof -n | grep DEL
 sleep 10

*Lucid-amd64*
I did so (with new libc6 and upstart from Lucid-proposed installed) and found 
something new:
it's the NFS which makes trouble. Portmap and statd are still running!

(I just list the essential information here, as I took a screenshot, but
could upload the *.png as well.)

init: Re-executing /sbin/init
mount: / is busy
portmap445   daemon  DEL  REG   8,1   /lib/libnsl-2.11.1.so
 
/lib/libc-2.11.1.so
 
/lib/ld-2.11.1.so
rpc.statd   602statdDEL  REG   8,1   /lib/libnss_files-2.11.1.so
 
/lib/libnsl-2.11.1.so
 
/lib/libc-2.11.1.so
 
/lib/ld-2.11.1.so

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
BTW: just some minutes ago nwe 'libc6' and 'upstart' was offered as an
official update for Lucid.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 711321] Re: multipathd expecting wrong paths in uevents

2011-02-01 Thread Serge Hallyn
The fix for this bug and bug 686832 (also SRU'd) is in -r34..35 of
lp:ubuntu/natty/multipath-tools.

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

Title:
  multipathd expecting wrong paths in uevents

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


[Bug 711321] Re: multipathd expecting wrong paths in uevents

2011-02-01 Thread Serge Hallyn
This was created as a duplicate of bug 660597, because that one is
private, which is a barrier to SRU.

** Tags added: verification-done

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

Title:
  multipathd expecting wrong paths in uevents

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


[Bug 711321] Re: multipathd expecting wrong paths in uevents

2011-02-01 Thread Serge Hallyn
Cmagina (subscribed) had verified the fix for bug 660597, so I added
verification-done to this bug.

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

Title:
  multipathd expecting wrong paths in uevents

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
I now stopped portmap by '/etc/init.d/portmap stop' prior to executing 
'apt-get install --reinstall libc6  shutdown -r now'
and got just the messages
  init: Re-executing /sbin/init
  mount: / is busy

but no more output from 'lsof'

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-01 Thread Clint Byrum
Brian, I'm sorry that you haven't received any direct response on this
issue. This bug actually wasn't triaged fully, it was just set to medium
importance. Since there are multiple users showing as affected, I'll
mark the issue as Confirmed.

Can you please clarify something, is the git link from the description
the problem, as in, did it cause this issue, or the solution to this
bug? If its the solution, we can definitely mark this bug as Triaged and
just need to apply the patch.

Generally we won't update to a new upstream version in a stable release,
unless this one is just horribly broken, or all of next version are
already cherry-picked into this one.

Anyway, marking Confirmed, and nominating for Maverick.


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

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Bobby A. Callender
** Changed in: eglibc (Ubuntu Lucid)
 Assignee: (unassigned) = Bobby A. Callender (bcallender)

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
 and no more any orphaned inodes (with portmap stopped before)!

Congratulations, you are approaching the solution!

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 711354] [NEW] package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

2011-02-01 Thread bolek
Public bug reported:

Just apt-get update and upgrade

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-client-5.1 5.1.49-1ubuntu9
ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3
Uname: Linux 2.6.37-7-generic i686
Architecture: i386
Date: Tue Feb  1 10:15:41 2011
ErrorMessage: trying to overwrite '/usr/bin/my_print_defaults', which is also 
in package mysql-server-core-5.1 5.1.49-1ubuntu9
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: mysql-5.1
Title: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: 
trying to overwrite '/usr/bin/my_print_defaults', which is also in package 
mysql-server-core-5.1 5.1.49-1ubuntu9

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


** Tags: apport-package i386 natty

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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  trying to overwrite '/usr/bin/my_print_defaults', which is also in
  package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 711354] Re: package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mysql-server-core-5.1 5.1.49-1ubuntu9

2011-02-01 Thread bolek


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

Title:
  package mysql-client-5.1 5.1.49-1ubuntu9 failed to install/upgrade:
  trying to overwrite '/usr/bin/my_print_defaults', which is also in
  package mysql-server-core-5.1 5.1.49-1ubuntu9

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-01 Thread Brian J. Murrell
This patch fixes the problem.

** Patch added: the fix
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/668043/+attachment/1822422/+files/9030-Only-attempt-removal-of-the-rule-allowing-tftp-if-it-was-added.patch

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

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


[Bug 623342] Re: ntlm_auth returns invalid NT_KEY

2011-02-01 Thread TMX
This is fixed in the 3.5.9 packages from Natty.

It's a complete show stopper for any sort of RADIUS installation
authenticating against AD, so the severity should be a bit higher I
think.

The patch is available so could this get packaged?

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

Title:
  ntlm_auth returns invalid NT_KEY

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


[Bug 321091] Re: Bacula fails to install correctly if mysql wasn't installed before

2011-02-01 Thread Thomas Schweikle
Same for other databases (postgresql). If not installed bacula is installed 
first, failing to initialize the database, because the server isn't there.
This is for maverick, lucid. A fix is afaik not available.

The quick fix, dpkg --configure -a given just doesn't work. Not with
postgres, not with mysql.

The commands to create the database by hand are missing. For mysql and
postgres.

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

Title:
  Bacula fails to install correctly if mysql wasn't installed before

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


[Bug 321091] Re: Bacula fails to install correctly if mysql wasn't installed before

2011-02-01 Thread Thomas Schweikle
PS: this bug is for natty too

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

Title:
  Bacula fails to install correctly if mysql wasn't installed before

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-01 Thread Brian Murray
** Tags added: patch

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

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


[Bug 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2011-02-01 Thread Serge Hallyn
packages created by https://code.launchpad.net/~serge-
hallyn/ubuntu/lucid/qemu-kvm/virtio-corrupt.


** Attachment added: qemu-virtio-tst1.tgz
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/574665/+attachment/1822480/+files/qemu-virtio-tst1.tgz

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

Title:
  kvm + virtio disk corrupts large volumes (1TB).

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


[Bug 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2011-02-01 Thread Serge Hallyn
My first few tests appear to verify that (a) stock lucid qemu-kvm
succeeds with 1.1T virtio disk (on a raw LVM partition), fails with 1.3T
virtio disk, and that the qemu-kvm from the attached qemu-virtio-
tst1.tgz tarball (which is compiled from lp:~serge-hallyn/ubuntu/lucid
/qemu-kvm/virtio-corrupt) succeeds with 1.3T virtio disk.

Continuing to test.

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

Title:
  kvm + virtio disk corrupts large volumes (1TB).

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


[Bug 667762] Re: tkmib problem.

2011-02-01 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Low

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

Title:
  tkmib problem.

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


[Bug 244994] Re: missing python-vte recommends/depends

2011-02-01 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

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

Title:
  missing python-vte recommends/depends

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


[Bug 657972] Re: Panic or segfault in Samba

2011-02-01 Thread Chuck Short
Can you install the samba-dbg package and try to reproduce this?

Thanks
chuck

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

Title:
  Panic or segfault in Samba

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


[Bug 387189] Re: logrotate incorrectly rotates /dev/null to /dev/null.1

2011-02-01 Thread Brian Murray
** Also affects: apache2 (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: logrotate (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: apache2 (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: logrotate (Ubuntu Karmic)
   Importance: Undecided
   Status: New

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

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

** Changed in: logrotate (Ubuntu Hardy)
   Importance: Undecided = High

** Changed in: logrotate (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: logrotate (Ubuntu Karmic)
   Importance: Undecided = High

** Changed in: logrotate (Ubuntu Karmic)
   Status: New = Confirmed

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

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

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

Title:
  logrotate incorrectly rotates /dev/null to /dev/null.1

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


[Bug 676304] Re: Samba fails with files having colon in file name

2011-02-01 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Samba fails with files having colon in file name

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


[Bug 668310] Re: Corruption on mdbs with multiple clients

2011-02-01 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

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

Title:
  Corruption on mdbs with multiple clients

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-01 Thread Brian Murray
** Also affects: libvirt (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Maverick)
   Status: New = Triaged

** Changed in: libvirt (Ubuntu Maverick)
   Importance: Undecided = Medium

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

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


[Bug 672523] Re: package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2011-02-01 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: unixodbc (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  package odbcinst1debian1 2.2.11-21 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

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


[Bug 672328] Re: vsftpd: discloses whether usernames are valid or not

2011-02-01 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: vsftpd (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  vsftpd: discloses whether usernames are valid or not

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Tue, 2011-02-01 at 16:17 +, ingo wrote:
  you can put this just after the remounts:
  lsof -n | grep DEL
  sleep 10
 
 *Lucid-amd64*
 I did so (with new libc6 and upstart from Lucid-proposed installed) and found 
 something new:
 it's the NFS which makes trouble. Portmap and statd are still running!
 
 (I just list the essential information here, as I took a screenshot, but
 could upload the *.png as well.)
 
 init: Re-executing /sbin/init
 mount: / is busy
 portmap445   daemon  DEL  REG   8,1   /lib/libnsl-2.11.1.so
  
 /lib/libc-2.11.1.so
  
 /lib/ld-2.11.1.so
 rpc.statd   602statdDEL  REG   8,1   /lib/libnss_files-2.11.1.so
  
 /lib/libnsl-2.11.1.so
  
 /lib/libc-2.11.1.so
  
 /lib/ld-2.11.1.so
 

Ingo, thanks for the rapid feedback!

I think this is actually a new bug against portmap caused by its
migration to upstart.

/etc/init.d/umountnfs.sh defines

# Should-Stop:   $network $portmap nfs-common

And portmap actually does tell dh_installinit to stop after umountnfs:

dh_installinit --name portmap -- start 43 S 2 3 4 5 . start 32 0 6 .
stop 81 1 .

But there is no way to codify that point in the shutdown into the
upstart job, which I suspect is why it has no stop on. I believe the
proper way to handle this is to have a matching event to
remote-filesystems , unmounted-remote-filesystems, with which to stop
on, and then have umountnfs.sh emit that. A more succinct method would
be to simply add

stop portmap 2/dev/null || :

to umountnfs.sh

Either way, portmap should be responsible for shutting down at the right
moment, and so I've opened bug #711425 against portmap.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 660105] Re: when deflate is enabled, please also compress CSS and JS by default?

2011-02-01 Thread Daniel Richard G.
I think this would need an explicit decision to de-support IE6, as far
as compressed JS is concerned. (I can't remember offhand which clients
couldn't handle compressed CSS; was it anything newer than Netscape 4?)

http://www.cforcoding.com/2009/05/supercharging-javascript-part-6.html
(Supercharging Javascript, Part 6: The Internet Explorer Problem)

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

Title:
  when deflate is enabled, please also compress CSS and JS by default?

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


[Bug 711465] [NEW] mod_rewrite directives in Location section confusingly disable rewrites in .htaccess

2011-02-01 Thread Daniel Richard G.
Public bug reported:

Binary package hint: apache2.2-bin

Reporting this against version 2.2.16-1ubuntu3.1 in Maverick.

I have apache2 configured in the following way:

1. mod_rewrite is enabled;

2. AllowOverride All is set (on /var/www) to enable the use of
.htaccess files;

3. RewriteEngine On plus some basic rewrite rules are placed in
/var/www/.htaccess .


This works. URLs are rewritten without issue. But then, if I add the following 
to the server config, say in /etc/apache2/httpd.conf ...

Location /
RewriteEngine On
/Location

...then the rewrites stop working. There is no indication of why, no
error or warning message given even with logging/debugging turned up to
maximum---just .htaccess rewrite rules that refuse to work despite
everything else seemingly in order. You get the same result if you have
a RewriteRule directive in the Location section; it appears that any
reference to a mod_rewrite directive therein leads to this situation.

This led to a lot of frustration on my part, because before I figured
out that I had to change AllowOverride to get .htaccess files working, I
tried adding mod_rewrite directives in a Location setting, and left
them in, figuring they would be harmless at most.

After figuring out what was going on, I noticed that the mod_rewrite
documentation states the following: Although rewrite rules are
syntactically permitted in Location and Files sections, this should
never be necessary and is unsupported.

I think it would be helpful if mod_rewrite were to give a prominent
warning or error if it is invoked in a Location (or Files) section,
rather than behaving in the above-described confusing and undocumented
manner.

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

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

Title:
  mod_rewrite directives in Location section confusingly disable
  rewrites in .htaccess

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
 But there is no way to codify that point in the shutdown into the
 upstart job, which I suspect is why it has no stop on. I believe the
 proper way to handle this is to have a matching event to
 remote-filesystems , unmounted-remote-filesystems, with which to stop
 on, and then have umountnfs.sh emit that.

Thanks for opening the new bug, Clint.
On my machine portmap is started/running anyhow, also if no nfs share has been 
mounted ever. In Lucid I have just installed 'nfs-common' (not the kernel 
server!). It is only used when I temporarely mount some nfs3-exports from 
guests in VBox, or nfs4-exports from my nas (running Lenny-armel).

You need to install nfs-common also if you only want just the client - and that 
brings portmap and rpc.statd.
Amaizingly; stopping portmap also stops rpc.statd?

Another observation:
sshd cannot be stopped manually:

# /etc/init.d/ssh stop
 * Stopping OpenBSD Secure Shell server sshd [ OK ]

but 'daemon.log' tells me it is restarting immediately (and appears with
new PID in process list):

Feb  1 21:20:20 localhost init: ssh main process (1882) terminated with status 
255
Feb  1 21:20:20 localhost init: ssh main process ended, respawning

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 711480] [NEW] user-data scripts do not run

2011-02-01 Thread Scott Moser
Public bug reported:

Binary package hint: cloud-init

user data scripts (those beginning with '#!') do not run in cloud-init
0.6.0.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: cloud-init 0.6.0-0ubuntu3
ProcVersionSignature: User Name 2.6.38-1.28-virtual 2.6.38-rc2
Uname: Linux 2.6.38-1-virtual x86_64
Architecture: amd64
Date: Tue Feb  1 20:17:08 2011
Ec2AMI: ami-c02bdba9
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: t1.micro
Ec2Kernel: aki-427d952b
Ec2Ramdisk: unavailable
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: cloud-init

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images natty

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

Title:
  user-data scripts do not run

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


[Bug 711480] Re: user-data scripts do not run

2011-02-01 Thread Scott Moser


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

Title:
  user-data scripts do not run

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


[Bug 711480] Re: user-data scripts do not run

2011-02-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu)
   Status: New = Confirmed

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

Title:
  user-data scripts do not run

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


[Bug 711465] Re: mod_rewrite directives in Location section confusingly disable rewrites in .htaccess

2011-02-01 Thread Stefan Fritsch
I think you were only missing RewriteOptions inherit. Without that,
only the last set of RewriteRules are executed, and Location comes
after .htaccess. Can you try that?

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

Title:
  mod_rewrite directives in Location section confusingly disable
  rewrites in .htaccess

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


[Bug 711480] Re: user-data scripts do not run

2011-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  user-data scripts do not run

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


[Bug 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2011-02-01 Thread Serge Hallyn
Several more tests have been 100% successful.

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

Title:
  kvm + virtio disk corrupts large volumes (1TB).

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
I just checked:

portmap is not included in nfs-common, it's a separate package. But it
is refereced by nfs-common as required!

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2011-02-01 Thread Serge Hallyn
** Description changed:

  Binary package hint: qemu-kvm
  
  See this bug:
  
  
http://sourceforge.net/tracker/index.php?func=detailaid=2933400group_id=180599atid=893831
  
  I have confirmed that this happens with 10.04 host and guest. Giving kvm
  a logical virtio volume of 1024 GB works; a logical volume of 1048 GB
  fails to install and produces disk errors on the guest (but not on the
  host). Changing the kvm configuration to use an IDE volume instead works
  fine even with a 1.7TB volume.
  
- Note that, because this can introduce disk corruption, this *really*
- needs to go into the release notes.
+ SRU Justification:
+ 
+ 1. Impact: Use of  1Tb virtio disk in kvm will almost certainly cause data 
corruption
+ 2. How bug addressed: A minimal patch was cherry-picked from upstream, which 
addresses the fact that the difference between the start addresses of two 
requests can be  sizeof(int).
+ 3. Patch: See lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/virtio-corrupt, in 
particular the patch block-fix-sector-comparison.patch. 
+ 4. To reproduce: Create a 1.3Tb qemu disk or LVM partition.  Run kvm with 
this as the virtio hard drive and a natty installer as cdrom.  Select the 
default drive configurations (use whole disk with LVM).  The installer will 
hang at this step.
+   qemu-img create -f raw test.img 1300G
+   kvm -cdrom natty-server-amd64.iso -drive 
file=test.img,if=virtio,index=0 -boot d -m 2G
+ 5. Regression potential: The patch is taken from upstream.  If there is a 
regression, it can only impact qemu-kvm itself.

** Tags added: verification-needed

** Description changed:

  Binary package hint: qemu-kvm
  
  See this bug:
  
  
http://sourceforge.net/tracker/index.php?func=detailaid=2933400group_id=180599atid=893831
  
  I have confirmed that this happens with 10.04 host and guest. Giving kvm
  a logical virtio volume of 1024 GB works; a logical volume of 1048 GB
  fails to install and produces disk errors on the guest (but not on the
  host). Changing the kvm configuration to use an IDE volume instead works
  fine even with a 1.7TB volume.
  
  SRU Justification:
  
  1. Impact: Use of  1Tb virtio disk in kvm will almost certainly cause data 
corruption
  2. How bug addressed: A minimal patch was cherry-picked from upstream, which 
addresses the fact that the difference between the start addresses of two 
requests can be  sizeof(int).
- 3. Patch: See lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/virtio-corrupt, in 
particular the patch block-fix-sector-comparison.patch. 
+ 3. Patch: See lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/virtio-corrupt, in 
particular the patch block-fix-sector-comparison.patch.
  4. To reproduce: Create a 1.3Tb qemu disk or LVM partition.  Run kvm with 
this as the virtio hard drive and a natty installer as cdrom.  Select the 
default drive configurations (use whole disk with LVM).  The installer will 
hang at this step.
-   qemu-img create -f raw test.img 1300G
-   kvm -cdrom natty-server-amd64.iso -drive 
file=test.img,if=virtio,index=0 -boot d -m 2G
+  qemu-img create -f raw test.img 1300G
+  kvm -cdrom natty-server-amd64.iso -drive file=test.img,if=virtio,index=0 
-boot d -m 2G
+  Re-test with the packages from the attached qemu-virtio-tst1.tgz tarball.  
The VM should now successfully install and be fully, reliably useful.
  5. Regression potential: The patch is taken from upstream.  If there is a 
regression, it can only impact qemu-kvm itself.

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

Title:
  kvm + virtio disk corrupts large volumes (1TB).

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


[Bug 531912] Re: /etc/init.d/ssh seems to work, but actually upstart is used.

2011-02-01 Thread Clint Byrum
** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

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

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

Title:
  /etc/init.d/ssh seems to work, but actually upstart is used.

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Tue, 2011-02-01 at 20:23 +, ingo wrote:
  But there is no way to codify that point in the shutdown into the
  upstart job, which I suspect is why it has no stop on. I believe the
  proper way to handle this is to have a matching event to
  remote-filesystems , unmounted-remote-filesystems, with which to stop
  on, and then have umountnfs.sh emit that.
 
 Thanks for opening the new bug, Clint.
 On my machine portmap is started/running anyhow, also if no nfs share has 
 been mounted ever. In Lucid I have just installed 'nfs-common' (not the 
 kernel server!). It is only used when I temporarely mount some nfs3-exports 
 from guests in VBox, or nfs4-exports from my nas (running Lenny-armel).
 
 You need to install nfs-common also if you only want just the client - and 
 that brings portmap and rpc.statd.
 Amaizingly; stopping portmap also stops rpc.statd?
 

Yes, statd stops and starts with portmap...

from statd.conf:

start on (started portmap ON_BOOT=
  or (local-filesystems and started portmap ON_BOOT=y))
stop on stopping portmap

 Another observation:
 sshd cannot be stopped manually:
 
 # /etc/init.d/ssh stop
  * Stopping OpenBSD Secure Shell server sshd [ OK 
 ]
 

This is bug #531912, which is awaiting review. The init.d script is only
retained for chroots. Use 'service ssh stop' until that bug is fixed.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 488285] Re: multipathd segfault

2011-02-01 Thread Serge Hallyn
** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Changed in: multipath-tools (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  multipathd segfault

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread ingo
Puh, by and by I understand why Ubutu is blamed for use on servers.
Do you see any chance to get that mess cleaned up in Lucid?
(Squeeze is beeuing released soon)

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 683640] Re: status_of_proc is returning incorrect error code

2011-02-01 Thread C de-Avillez
@Psi-Jack: they are affected by the error on status_of_proc, but there
is nothing to fix for them.

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

Title:
  status_of_proc is returning incorrect error code

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Tue, 2011-02-01 at 21:32 +, ingo wrote:
 Puh, by and by I understand why Ubutu is blamed for use on servers.
 Do you see any chance to get that mess cleaned up in Lucid?
 (Squeeze is beeuing released soon)
 

I don't know if I'd call it a mess at this point. The shutdown will
certainly be better in 10.04.2 (not quite released but quite frozen)
than it was in 10.04 and 10.04.1. I expect it will continue to improve
over the next couple of months. Its just an area that didn't receive
much testing during the development cycle.

The platform as a whole wouldn't be nearly as stable without testers
like yourself Ingo, so for that, I thank you. I hope you'll continue to
be patient with us and provide feedback as we move forward with more
fixes and some re-factoring.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 488285] Re: multipathd segfault

2011-02-01 Thread Serge Hallyn
** Branch linked: lp:~serge-hallyn/ubuntu/natty/multipath-tools/fix-segv

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

Title:
  multipathd segfault

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


[Bug 350936] Re: Should shut down domains on system shutdown

2011-02-01 Thread Clint Byrum
Wow this one has been around a while.

The simplest way to run a script before stopping, only on shutdown, but not on 
restarts, is to use the UPSTART_EVENTS.
 environment variable.

pre-stop script
  if [ x$UPSTART_EVENTS = xrunlevel ] ; then
shutdown_guests
  fi
end script

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

Title:
  Should shut down domains on system shutdown

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


[Bug 683640] Re: status_of_proc is returning incorrect error code

2011-02-01 Thread C de-Avillez
Raising to Medium importance.

@Psi-Jack: can you please add your patch as an attachment?

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

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

Title:
  status_of_proc is returning incorrect error code

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


[Bug 488285] Re: multipathd segfault

2011-02-01 Thread Serge Hallyn
Reminder: after being applied to natty, this fix will need to be SRU'd
to lucid and maverick.

** Changed in: multipath-tools (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  multipathd segfault

-- 
Ubuntu-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 657972] Re: Panic or segfault in Samba

2011-02-01 Thread DuffManOhYeah
I am not getting this anymore.  I think if I remember correctly I opened
another port but it's been a while since I looked into this problem.

On Tue, Feb 1, 2011 at 10:27 AM, Chuck Short
chuck.sh...@canonical.comwrote:

 Can you install the samba-dbg package and try to reproduce this?

 Thanks
 chuck

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/657972

 Title:
  Panic or segfault in Samba



-- 
Matt Southcott

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

Title:
  Panic or segfault in Samba

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


[Bug 316441] Re: PHP session garbage collection

2011-02-01 Thread Jim Rorie
I don't think anyone cares about the fastest or most efficient.  But it
needs to be correct.  That means that it should match the PHP
documentation at php.net.  Currently, gc_maxlifetime is listed as
PHP_IN_ALL which means that a PHP file can modify the setting.  This is
not true, above 1440.

I've spent about 3 weeks on this problem because the cron job supercedes
the documentation.

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

Title:
  PHP session garbage collection

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Jimmy Merrild Krag
Now (after a while) I've gotten through reading this bug.

I have just updated my server, it now runs 10.04.2. Does this mean it
has no issues? It's a non-critical server I access remotely. should I
care at all, or just wait for things to get even better?

On my laptop I see upstart as upgradeable, but the required version of
libc6 for that package is not available. Again, should I just wait and
see, or do you recommend that I upgrade from proposed?

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Jimmy Merrild Krag
Forgot: My laptop runs Maverick

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 711465] Re: mod_rewrite directives in Location section confusingly disable rewrites in .htaccess

2011-02-01 Thread Daniel Richard G.
Adding RewriteOptions inherit doesn't seem to have any effect, whether
in the Location section or the .htaccess file.

Besides, looking at the documentation... inherit - This forces the
current configuration to inherit the configuration of the parent. In
per-virtual-server context, this means that the maps, conditions and
rules of the main server are inherited. In per-directory context this
means that conditions and rules of the parent directory's .htaccess
configuration are inherited.

Doesn't that mean that the inheritance goes from main server to virtual
server, and parent directory to subdirectory? (In other words, I don't
see why it would be the .htaccess rewrite rules that would be discarded,
if any...)

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

Title:
  mod_rewrite directives in Location section confusingly disable
  rewrites in .htaccess

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


[Bug 316441] Re: PHP session garbage collection

2011-02-01 Thread Phil Bayfield
The irony of the situation is that the latest Ubuntu PHP packages, in
Maverick and also Lucid I believe (but don't have a running version to
hand to verify) actually do contain the original php.net defaults for
garbage collection. So in fact BOTH the default PHP garbage collector
and the Debian cron job are running.

So now not only does this supposed security flaw (according to Ondřej)
now exist in the package, but also the half-assed Debian cron job that
doesn't even prevent multiple versions of itself running and causes
extremely high IO. Replacing one flawed system with another flawed
system is not a solution.

The reality is that Debian are the real package maintainers and Ubuntu
just make a few small modifications and run the auto build scripts,
hence we're probably wasting our breath raising the issue here.

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

Title:
  PHP session garbage collection

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


[Bug 711587] [NEW] powernap and Eucalyptus seem unable to reach an understanding

2011-02-01 Thread C de-Avillez
Public bug reported:

installed the Cloud on cempedak, and two nodes (mabolo and marula). Due
to other problems the nodes ended up idle, and powernap grabbed them.

Eucalyptus now has 'euca-describe-availability-zones' as:

AVAILABILITYZONEUEC-TEST1   10.55.55.2
AVAILABILITYZONE|- vm types free / max   cpu   ram  disk
AVAILABILITYZONE|- m1.small  /    1192 2
AVAILABILITYZONE|- c1.medium /    1256 5
AVAILABILITYZONE|- m1.large  /    251210
AVAILABILITYZONE|- m1.xlarge /    2   102420
AVAILABILITYZONE|- c1.xlarge /    4   204820

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-cloud 2.0+bzr1241-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-1.28-server 2.6.38-rc2
Uname: Linux 2.6.38-1-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=UEC-TEST1
Architecture: amd64
Date: Tue Feb  1 19:00:36 2011
ProcEnviron:
 LC_TIME=en_DK.utf8
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: eucalyptus

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  powernap and Eucalyptus seem unable to reach an understanding

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


[Bug 711587] Re: powernap and Eucalyptus seem unable to reach an understanding

2011-02-01 Thread C de-Avillez


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

Title:
  powernap and Eucalyptus seem unable to reach an understanding

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


[Bug 711587] Re: powernap and Eucalyptus seem unable to reach an understanding

2011-02-01 Thread C de-Avillez
Marking High, this can really mess up with usage.

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

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

Title:
  powernap and Eucalyptus seem unable to reach an understanding

-- 
Ubuntu-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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-01 Thread Clint Byrum
On Tue, 2011-02-01 at 23:06 +, Jimmy Merrild Krag wrote:
 Now (after a while) I've gotten through reading this bug.
 
 I have just updated my server, it now runs 10.04.2. Does this mean it
 has no issues? It's a non-critical server I access remotely. should I
 care at all, or just wait for things to get even better?
 

So the good news about 10.04.2's shutdown/reboot is that now that
upstart can re-exec itself again, further issues should be solvable
without rebooting.

The bad news is there's quite a few updates that need to be done to
protect filesystems on shutdown/reboot:

* umountroot needs to wait for init to re-exec itself - addressed in
this bug itself, James Hunt is working on that at the moment.
* portmap needs to stop after umountnfs - bug #711425
* ssh needs to be restarted on libc6 upgrades - bug #531912
* umountfs needs to wait for all stopping services to stop. bug #616287

 On my laptop I see upstart as upgradeable, but the required version of
 libc6 for that package is not available. Again, should I just wait and
 see, or do you recommend that I upgrade from proposed?
 

Looks like eglibc went into maverick-proposed on 1/21 but has not been
verified yet. See comment #46 from Colin Watson. Looks like the Breaks:
field that was added is actually working to keep peoples' systems from..
well.. breaking. :)

Jimmy it would be great if you could enable proposed for your laptop and
verify that the upgrade works.

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


[Bug 711590] [NEW] Eucalyptus depends on /usr/sbin/dhcpd3, not installed

2011-02-01 Thread C de-Avillez
Public bug reported:

Eucalyptus-cc rootwraps /usr/sbin/dhcpd3, probably setting up the
environment to answer instances. Unfortunately, we are missing a Depends
on it. Even more, I am not sure if we should be using dhcpd3 anymore.

From the cc.log:

cc.log:[Tue Feb  1 16:52:10 2011][001909][EUCAINFO  ] vnetInit(): VNET 
Configuration: eucahome=//, path=//var/run/eucalyptus/net, 
dhcpdaemon=/usr/sbin/dhcpd3, dhcpuser=dhcpd, pubInterface=eth0, 
privInterface=eth0, bridgedev=, networkMode=MANAGED-NOVLAN
cc.log:[Tue Feb  1 17:57:29 2011][004137][EUCAINFO  ] vnetKickDHCP(): 
executing: ///usr/lib/eucalyptus/euca_rootwrap /usr/sbin/dhcpd3 -cf 
//var/run/eucalyptus/net/euca-dhcp.conf -lf 
//var/run/eucalyptus/net/euca-dhcp.leases -pf 
//var/run/eucalyptus/net/euca-dhcp.pid -tf 
//var/run/eucalyptus/net/euca-dhcp.trace  eth0


The last line is repeated many times; other errors are also logged, probably 
consequences. No instances succeed on start.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-cc 2.0+bzr1241-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-1.28-server 2.6.38-rc2
Uname: Linux 2.6.38-1-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=UEC-TEST1
Architecture: amd64
Date: Tue Feb  1 19:10:28 2011
ProcEnviron:
 LC_TIME=en_DK.utf8
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: eucalyptus

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  Eucalyptus depends on /usr/sbin/dhcpd3, not installed

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


[Bug 711590] Re: Eucalyptus depends on /usr/sbin/dhcpd3, not installed

2011-02-01 Thread C de-Avillez

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

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

Title:
  Eucalyptus depends on /usr/sbin/dhcpd3, not installed

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