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

ingo 672177 at bugs.launchpad.net
Wed Feb 2 19:51:29 UTC 2011


I now de-installed portmap+nfs-common and did install openssh-server:

*Only when* I replace the line in /etc/init/ssh.conf by:
   stop on runlevel [!2345]
all is fine with James' patch included!

With the original line
   stop on runlevel S
I get a lot of open files, like this:

sshd      1385 root  DEL       REG                8,1          185304 /lib/libnss_files-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185306 /lib/libnss_nis-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185162 /lib/libnss_compat-2.11.1.so.dpkg-new
sshd      1385 root  DEL       REG                8,1          185310 /lib/libpthread-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185369 /lib/libresolv-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185138 /lib/libdl-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185156 /lib/libnsl-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185083 /lib/libc-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185087 /lib/libcrypt-2.11.1.so
sshd      1385 root  DEL       REG                8,1          185373 /lib/libutil-2.11.1.so
sshd      1385 root  DEL       REG                8,1          184782 /lib/ld-2.11.1.so

Insn't that a fast interim fix which can be done by "100 papercuts" so it comes in 10.04.2?
(sshd is one of the most widely used daemons) would be great!

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors 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

Status in Upstart:
  Invalid
Status in “eglibc” package in Ubuntu:
  Fix Released
Status in “sysvinit” package in Ubuntu:
  In Progress
Status in “upstart” package in Ubuntu:
  In Progress
Status in “eglibc” source package in Lucid:
  Fix Released
Status in “sysvinit” source package in Lucid:
  In Progress
Status in “upstart” source package in Lucid:
  Fix Released
Status in “eglibc” source package in Maverick:
  Fix Released
Status in “sysvinit” source package in Maverick:
  In Progress
Status in “upstart” source package in Maverick:
  Fix Released
Status in “eglibc” source package in Natty:
  Fix Released
Status in “sysvinit” source package in Natty:
  In Progress
Status in “upstart” source package in Natty:
  In Progress

Bug description:
  On a clean install of Ubuntu 10.04.1, after upgrading the offer libc6
  upgrade, on the next reboot the root fs can't be properly unmounted
  (mount: / is busy). This causes fsck to run on boot and of course some
  minor issues with the filesystem. This might not be a problem with
  libc6 itself, but a side effect of upgrading in combination with some
  other package (I suspect the init process, so I guess upstart).

  The fsck run, and the orphaned inodes it finds are holding me back
  from installing this on a new server - especially since this already
  happens on a clean install of 10.04.1!

  paul at ubuntu:~$ lsb_release -rd
  Description:    Ubuntu 10.04.1 LTS
  Release:        10.04

  ii  libc6                           2.11.1-0ubuntu7.2
  Embedded GNU C Library: Shared libraries

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: libc6 2.11.1-0ubuntu7.2
  ProcVersionSignature: Ubuntu 2.6.32-24.39-server 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-server x86_64
  Architecture: amd64
  Date: Sun Nov  7 16:17:07 2010
  InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eglibc





More information about the Ubuntu-sponsors mailing list