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

2011-12-20 Thread Clint Byrum
The best way to try and figure out what is causing this is to modify /etc/init.d/umountroot and right before the umount's, add /usr/bin/lsof -n /saved.root.lsof sync This will save a listing of all opened files and which processes have them open. Things marked as 'deleted' in this list are

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

2011-12-20 Thread NoOp
On 12/20/2011 09:47 AM, Clint Byrum wrote: The best way to try and figure out what is causing this is to modify /etc/init.d/umountroot and right before the umount's, add /usr/bin/lsof -n /saved.root.lsof sync This will save a listing of all opened files and which processes have them

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

2011-12-20 Thread NoOp
Clint, can you give me the exact location for /usr/bin/lsof -n /saved.root.lsof sync in /etc/init.d/umountroot? So far I not been successful in creating '/saved.root.lsof' Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the

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

2011-12-20 Thread NoOp
Nevermind. Got it working. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/672177 Title: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted To manage

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

2011-12-19 Thread NoOp
@Clint: it's back. On Natty 11.04 I am getting unclean inodes again. I notice a single inode in dmesg after every boot: $ cat /var/log/dmesg.0 | grep orphan [4.470372] EXT4-fs (sda1): orphan cleanup on readonly fs [4.470443] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced

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

2011-07-23 Thread Clint Byrum
Excerpts from chtnh's message of Sat Jul 23 04:41:01 UTC 2011: I'm new in Ubuntu (10.10) and in Lauchpad, and I have this bug. I don't understand how you fix it, as there is fix released. Can someone explain me, please? There are other bugs that sometimes cause an unclean shutdown, this one

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

2011-07-22 Thread chtnh
I'm new in Ubuntu (10.10) and in Lauchpad, and I have this bug. I don't understand how you fix it, as there is fix released. Can someone explain me, please? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

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

2011-04-19 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.87dsf-4ubuntu17.1 --- sysvinit (2.87dsf-4ubuntu17.1) lucid-proposed; urgency=low * debian/initscripts/etc/init.d/umountroot: Improve handling of respawn of init: we now wait for inits map file to change. If this doesn't happen

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

2011-04-19 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.87dsf-4ubuntu19.1 --- sysvinit (2.87dsf-4ubuntu19.1) maverick-proposed; urgency=low * debian/initscripts/etc/init.d/umountroot: Improve handling of respawn of init: we now wait for inits map file to change. If this doesn't

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

2011-04-14 Thread Martin Pitt
Any testers? This is blocking another SRU right now. -- 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

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

2011-04-14 Thread NoOp
Maverick: $ dmesg | grep orphan [7.716966] EXT4-fs (sda5): orphan cleanup on readonly fs [7.716978] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 5899558 [7.717070] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 5899556 [7.717087] EXT4-fs

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

2011-04-14 Thread NoOp
natty: $ dmesg | grep orphan $ apt-cache policy sysvinit-utils sysvinit-utils: Installed: 2.87dsf-4ubuntu23 Candidate: 2.87dsf-4ubuntu23 Version table: *** 2.87dsf-4ubuntu23 0 500 http://archive.ubuntu.com/ubuntu/ natty/main amd64 Packages 100 /var/lib/dpkg/status -- You

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

2011-04-14 Thread NoOp
lucid: $ dmesg | grep orphan $ apt-cache policy sysvinit-utils sysvinit-utils: Installed: 2.87dsf-4ubuntu17.1 Candidate: 2.87dsf-4ubuntu17.1 Version table: *** 2.87dsf-4ubuntu17.1 0 500 http://archive.ubuntu.com/ubuntu/ lucid-proposed/main Packages 100 /var/lib/dpkg/status

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

2011-04-14 Thread NoOp
@Martin: checking maverick on another system: $ dmesg | grep orphan [ 13.879321] EXT4-fs (sda1): orphan cleanup on readonly fs [ 13.879356] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 263685 [ 13.879661] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode

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

2011-04-14 Thread Clint Byrum
NoOp, thanks so much for doing these tests! There are a couple of other bugs that cause this to happen if you have some other services installed. Some of these are fixed in uploads waiting on this SRU, and some in yet to be SRU'd fixes (which is why natty seems to always work). Specifically,

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

2011-04-14 Thread NoOp
Clint, I did have portmap running stopped prior on this test: $ sudo service portmap stop $ sudo service portmap status portmap stop/waiting $ sudo -i # service portmap status portmap stop/waiting # apt-get install --reinstall libc6 shutdown -r now on reboot $ dmesg | grep orphan again EXT4-fs

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

2011-04-14 Thread NoOp
Booted to lucid (the one from comment #110 that showed no errors. Install portmap repeated the test on that machine: $ dmesg | grep orphan [3.676128] EXT4-fs (sdb1): orphan cleanup on readonly fs [3.676159] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 193222 [

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

2011-03-30 Thread Martin Pitt
Some nitpicks about the patch: - patch ordering in series - target is {lucid,maverick}-proposed - changelog missing bug references. - version 2.87dsf-4ubuntu18 already exists in maverick, can't be used for lucid-updates - maverick debdiff doesn't apply, as it wasn't done against -updates.

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

2011-03-30 Thread Martin Pitt
Accepted sysvinit into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: sysvinit (Ubuntu Lucid)

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

2011-03-30 Thread Martin Pitt
Accepted sysvinit into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: sysvinit (Ubuntu

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

2011-03-04 Thread Colin Watson
James' patch appears to have been applied in natty now, so I'm closing this bug task. Please reopen if this was incorrect. sysvinit (2.87dsf-4ubuntu20) natty; urgency=low [ Michael Vogt ] * debian/patches/100_fix_ftbfs_enoioctlcmd.patch: - cherry pick upstream fix for missing

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

2011-03-01 Thread Martin Pitt
This is a bug fix, can happen after FF, and isn't an a3 release blocker. ** Changed in: sysvinit (Ubuntu Natty) Milestone: natty-alpha-3 = None -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

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

2011-02-17 Thread Kate Stewart
** Changed in: sysvinit (Ubuntu Natty) Importance: Undecided = High ** Changed in: sysvinit (Ubuntu Natty) Milestone: None = natty-alpha-3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

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

2011-02-16 Thread ingo
On 16.02.2011 00:25, Clint Byrum wrote: There are also a couple more bugs covering daemons that need to be shutdown, namely, sshd and portmap. Clint, the portmap Bug #711425 you filed has not got any attention yet, it's still undecided and unassigned - does nobody care? -- You received this

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

2011-02-15 Thread Paul Crawford
Well it is not yet fixed for 10.04 with the 'proposed' updates. Tonight just rebooted after updates to kernal 2.6.32-29 and guess what? Yes, my syslog contained the following sort of message: Feb 15 21:45:24 paul-ubuntu kernel: [2.341704] EXT4-fs (sda5): 4 orphan inodes deleted So is

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

2011-02-15 Thread Clint Byrum
On Tue, 2011-02-15 at 21:51 +, Paul Crawford wrote: Well it is not yet fixed for 10.04 with the 'proposed' updates. Tonight just rebooted after updates to kernal 2.6.32-29 and guess what? Yes, my syslog contained the following sort of message: Feb 15 21:45:24 paul-ubuntu kernel: [

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

2011-02-15 Thread Clint Byrum
I'm targetting the sysvinit bug task for lucid to 10.04.3, but it should be done well before then. ** Changed in: sysvinit (Ubuntu Lucid) Importance: Undecided = Critical ** Changed in: sysvinit (Ubuntu Lucid) Milestone: None = ubuntu-10.04.3 -- You received this bug notification

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

2011-02-10 Thread Zippo
Will this bug also be fixed for lucid the LTS version? -- 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

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

2011-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package upstart - 0.6.7-7 --- upstart (0.6.7-7) natty; 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

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

2011-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.12.1-0ubuntu10.2 --- eglibc (2.12.1-0ubuntu10.2) maverick-proposed; urgency=low [ 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

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

2011-02-02 Thread Tero Tilus
Would bug #711601 be caused by the Breaks: field mentioned by Clint? -- 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

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

2011-02-02 Thread Paul van Berlo
I'm glad to see this is moving forward! Thanks Clint, Ingo and the rest of course. -- 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

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

2011-02-02 Thread ingo
Hi Clint, me just came up an idea how we could make this bug hunting more systematic and thoroughly. Up to now we just found some conditions in which shutdown process fails (sshd and portmap). Who tells us that there aren't more daemons which get hardly killed upon shutdown/reboot? So, if for

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

2011-02-02 Thread James Hunt
Attached is a patch to sysvinit (from which the initscripts binary package is generated) which appears to fix the immediate problem. The patch waits for up to 5 seconds for init (upstart) to re-exec. If after this time init has not re-execed, we continue to unmount as before. (In testing, init

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

2011-02-02 Thread James Hunt
Equivalent sysvinit patch for Maverick. ** Patch added: maverick-sysvinit_2.87dsf-4ubuntu18_to_sysvinit_2.87dsf-4ubuntu19.diff

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

2011-02-02 Thread James Hunt
Equivalent sysvinit patch for Natty. ** Patch added: natty_sysvinit_2.87dsf-4ubuntu19_to_sysvinit_2.87dsf-4ubuntu20.diff https://bugs.launchpad.net/ubuntu/natty/+source/sysvinit/+bug/672177/+attachment/1824656/+files/natty_sysvinit_2.87dsf-4ubuntu19_to_sysvinit_2.87dsf-4ubuntu20.diff --

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

2011-02-02 Thread Jimmy Merrild Krag
First: Many great thanks to you all for your work. Now, the updates just got released to Maverick. How do I verify that it 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:

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

2011-02-02 Thread ingo
James, did you already upload to proposed (so we'll get binaries tomorrow)? If not, could you be so kind and compile a 'Lucid-amd64 binary' for testing here? -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

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

2011-02-02 Thread ingo
I just saw it is a addition to 'umountroot', so I could copy+past form your diff - right? -- 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

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

2011-02-02 Thread ingo
@ Jimmy How do I verify that it works? when system is up and running, issue following command as root and confirm the install when requested: 'apt-get install --reinstall libc6 shutdown -r now' after system has rebooted, check for orphaned inodes with this command (works as user):

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

2011-02-02 Thread ingo
@ James, I verified your patch in Lucid-amd64 (by manually inserting your lines of code) and can confirm: *it works*! (apart from the portmap and rpc.statd issue, whuich still persists of course). I used Clints proposal inserting these 2 lines after the mount commands: /usr/bin/lsof -n |

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

2011-02-02 Thread ingo
Additional remark: I did not observe any noticeble delay of shutdown with the patch. -- 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

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

2011-02-02 Thread ingo
Addition (works for me): /usr/bin/lsof -n | grep DEL /lsof.out 21 sleep 15 greps all the open files/libs - if there are any - and writes the information to disk. If there are none one just gets an error message that could not write to ro filesystem. -- You received this bug

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

2011-02-02 Thread ingo
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

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

2011-02-02 Thread Colin Watson
Bad news there: I'm afraid that we've already had to entirely freeze updates for 10.04.2 in order that we can get certification done in time; unfortunately that's a rather time-consuming process and needs a couple of weeks of clearance. I expect that 10.04.3 won't be a problem, though. -- You

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

2011-02-02 Thread ingo
... freeze updates for 10.04.2 in order that we can get certification done That means we get certified BUGS - and that 10 months after release! -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

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

2011-02-02 Thread Colin Watson
I'm afraid there's no point railing about it here - we're already committed to the date and it would be a colossal rearrangement of many people's schedules to change it at this point. As I say, sorry, and we should be able to get this nailed down for .3. -- You received this bug notification

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

2011-02-02 Thread Scott James Remnant
At least certified bugs can be documented, with certified workarounds. On Wed, Feb 2, 2011 at 2:05 PM, ingo 672...@bugs.launchpad.net wrote: ... freeze updates for 10.04.2 in order that we can get certification done That means we get certified BUGS - and that 10 months after release! --

[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

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

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

[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

[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

[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

[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,

[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

[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

[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

[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

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

[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

[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:

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,

[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.

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

[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

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

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

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

2011-01-28 Thread James Hunt
** Changed in: sysvinit (Ubuntu Maverick) Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: sysvinit (Ubuntu Maverick) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

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

2011-01-24 Thread Zippo
I don't understand anything of the shutdown procedure. I found this bug report because I recognized orphaned inodes in my / home partition after shutdown. (Ubuntu 10.04 on 32 and 64bit hardware) My question is: When this bug (orphaned inodes) will be fixed for the /-partition, will it also

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

2011-01-24 Thread ingo
@Zippo, it is really a sad story with LTS-Lucid. I really don't understand how such a buggy release could pass QC (if there is any?). I.e. today there came in an update of openSSH in Lucid, and still the old bug in the upstart-script '/etc/init/ssh.conf' (stop on runlevel S) is not fixed. Set it

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

2011-01-24 Thread Scott James Remnant
ingo: that's the way the Ubuntu release process works, I'm sorry that this is a surprise to you On Mon, Jan 24, 2011 at 1:00 PM, ingo 672...@bugs.launchpad.net wrote: @Zippo, it is really a sad story with LTS-Lucid. I really don't understand how such a buggy release could pass QC (if there is

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

2011-01-24 Thread Alf Gaida
@56: I dont think so. The release process is a Canonical special feature. These processes are not written in stone and can be changed by the people working for Canonical. Maybe i should write: Must be redefined by the people working for Canonical. -- You received this bug notification because

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

2011-01-23 Thread ingo
Clint, seems you are doing an excellent job and I am confident it gets fixed finally! Your proposal works, however only if I modify /etc/init.d/umountroot this way: [ -f /var/run/init.upgraded ] telinit u sleep 1 || : it does *not* work, if I place the sleep in a separate line like

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

2011-01-23 Thread ingo
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? -- 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:

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

2011-01-23 Thread ingo
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

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

2011-01-22 Thread ingo
Thanks for Lucid-fix. I did immediately test with new 'libc6' and 'upstart' from Lucid-proposed: 1. just new 'libc6' - does not change anything (8 orphaned inodes after reboot). 2. + new 'upstart' - gives 1 orphaned inode after reboot. 3. new ('libc6' + 'upstart'), 'apt-get install --reinstall

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

2011-01-22 Thread Clint Byrum
On Sat, 2011-01-22 at 11:50 +, ingo wrote: Thanks for Lucid-fix. I did immediately test with new 'libc6' and 'upstart' from Lucid-proposed: 1. just new 'libc6' - does not change anything (8 orphaned inodes after reboot). 2. + new 'upstart' - gives 1 orphaned inode after reboot. 3.

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

2011-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/lucid/upstart/restore-re-exec -- 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

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

2011-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/upstart/restore-re- exec -- 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

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

2011-01-21 Thread Colin Watson
Accepted eglibc into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: eglibc (Ubuntu Lucid)

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

2011-01-21 Thread Colin Watson
Accepted upstart into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: upstart (Ubuntu Lucid)

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

2011-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/upstart ** Branch linked: lp:ubuntu/maverick-proposed/upstart -- 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

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

2011-01-21 Thread Kate Stewart
** Also affects: eglibc (Ubuntu Natty) Importance: Critical Status: Fix Released ** Also affects: sysvinit (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: upstart (Ubuntu Natty) Importance: Critical Assignee: Clint Byrum (clint-fewbar) Status:

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

2011-01-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/lucid/upstart/re-exec-plus- ptrace -- 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

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

2011-01-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/lucid/upstart/wait-for-re- exec-semaphores -- 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

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

2011-01-20 Thread Clint Byrum
Added sysvinit, as umountroot needs to wait for the upstart re-exec to actually happen before moving forward (can do this in telinit as well, but given the design to use SIGTERM and have no way to signal back to telinit that the re-exec is done, its much simpler to have umountroot just watch for a

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

2011-01-19 Thread Brian Murray
** Changed in: upstart (Ubuntu Lucid) Status: New = Triaged ** Changed in: upstart (Ubuntu Maverick) Status: New = Triaged -- 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

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

2011-01-19 Thread ingo
Today again after security update for 'udev' and reboot: 1 orphaned inode. -- 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

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

2011-01-18 Thread Matthias Klose
** Also affects: eglibc (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: upstart (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: eglibc (Ubuntu Maverick) Importance: Undecided Status: New ** Also affects: upstart (Ubuntu Maverick)

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

2011-01-12 Thread ingo
Today another libc6 upgrade (security) came in. This is Lucid's file system just after shutdown: # fsck -f /dev/sda6 fsck 1.40.8 (13-Mar-2008) e2fsck 1.40.8 (13-Mar-2008) Lucid: stelle das Journal wieder her Bereinige verwaist Inode 310667 (uid=0, gid=0, mode=0100644, size=51712) Bereinige

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

2011-01-12 Thread DeJe
I can confirm that on Ubuntu Lucid 64bit. Bug still in place... -- 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

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

2011-01-10 Thread nerdistmonk
This is funny because I reported this bug in the ubuntu forums in 2007 but i was ignored and it was blamed on the user (not surprised) http://ohioloco.ubuntuforums.org/showthread.php?t=645429 (this is my original post from December 2007 same bug) -- You received this bug notification because

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

2011-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.12.1-0ubuntu12 --- eglibc (2.12.1-0ubuntu12) natty; urgency=low * 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

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

2011-01-05 Thread Clint Byrum
** Changed in: eglibc (Ubuntu) Assignee: Clint Byrum (clint-fewbar) = (unassigned) -- 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

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

2011-01-05 Thread ingo
Hi Clint, thanks for fast fix - but unfortunately only in Natty which is still in development. This bug was reported for *Lucid*, which in terms of service will even survive Natty. When will that be fixed and who cares? -- You received this bug notification because you are a member of Ubuntu

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

2011-01-05 Thread Clint Byrum
On Wed, 2011-01-05 at 21:31 +, ingo wrote: Hi Clint, thanks for fast fix - but unfortunately only in Natty which is still in development. This bug was reported for *Lucid*, which in terms of service will even survive Natty. When will that be fixed and who cares? Hi Ingo. This is the

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

2011-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/natty/eglibc/no-telinit-u -- 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

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

2011-01-03 Thread Clint Byrum
The test failures that I saw were caused by running the build step as root. I didn't think sbuild did that, but apparently it does. When I build inside a clean chroot as non-root the build seems to work fine. I will file the merge proposal then and also do the glibc change. ** Changed in:

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

2010-12-29 Thread Scott James Remnant
Yes, I know how to drive bzr and dpkg ;-) My point is that if you do that diff, the only occurrence of SIGTERM is in the code for the upstart/udev bridge, that patch doesn't add any handling to upstart itself. Scott On Wed, Dec 29, 2010 at 6:54 AM, Clint Byrum cl...@fewbar.com wrote: On Wed,

  1   2   >