*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455
** Branch linked: lp:ubuntu/lucid-updates/eglibc
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: upstart (Ubuntu Maverick)
Status: New => Confirmed
--
You received this bug notification because you are a member
*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: upstart (Ubuntu Lucid)
Status: New => Confirmed
--
You received this bug notification because you are a member of
*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: upstart (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
*** This bug is a duplicate of bug 348455 ***
https://bugs.launchpad.net/bugs/348455
** This bug has been marked a duplicate of bug 348455
init: transfer state across re-exec
* You can subscribe to bug 348455 by following this link:
https://bugs.launchpad.net/upstart/+bug/348455/+subscrib
** Changed in: ubuntustudio
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
I believe there's a bug open for the lack of state transfer? If not,
we could repurpose this one?
That being said, we should remember that state transfer should *not*
be invoked by SIGTERM - so maybe it's worth keeping this one open to
remind us of that.
Scott
On Fri, Feb 4, 2011 at 4:42 PM, Cl
I'm failing to see where the "bug" in upstart is for this. telinit u
sends SIGTERM to pid 1 blindly, which probably isn't the safest thing,
but we can avoid doing that fairly easily.
So, since the way forward to allow upstart to re-execute itself without
losing state is not clear, I think this one
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
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
Verification for Lucid.
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 adde
Oops! Ignore comment #22 as it applies to bug 672177.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Attached is a patch to sysvinit (from which the initscripts binary
package is generated) which appears to fix the problem for maverick. The
patch waits for up to 5 seconds for init to re-exec. If after this time
init has not re-execed, we continue to unmount forcibly. This isn't
ideal, but we canno
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!
** Tags added: verification-needed
--
Y
** Changed in: ubuntustudio
Status: New => Confirmed
** Changed in: ubuntustudio
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboo
** Also affects: ubuntustudio
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing
** Changed in: eglibc (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ubuntu-
Confirming -- I no longer experience a reboot during ISO install.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ub
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 read-onl
I tested the no-telinit version by rebooting a couple of times after
installation of an updated libc6, and didn't get any umount or fsck
error that I could see, nor any reboot but that was not expected on a
regular install anyway.
--
You received this bug notification because you are a member of
Here is a debdiff that comes from the eglibc portion of bug #672177
This would solve this bug as well.
** Patch added: "lp672177.debdiff"
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/694772/+attachment/1783507/+files/lp672177.debdiff
--
You received this bug notification because yo
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
A D-Bus interface to re-exec is the plan here.
Scott
On Tue, Jan 4, 2011 at 2:37 PM, Loïc Minier wrote:
> Hey Scott!
>
> We'd love your input on the best way for upstart's telinit to not
> SIGTERM what could possibly be a non-upstart init (this is particularly
> an issue with busybox as it reboo
I've tested the eglibc debdiff I have attached here, and it didn't cause
any upgrade issue on my system; I didn't try it in a d-i context though.
I'll test Clint's proposal and upload that soon if that doesn't cause
any regression on upgrade here.
--
You received this bug notification because yo
I find the touch /var/run/init.upgraded approach much less intrusive; I
discussed various approaches with Debian, and none is entirely
satisfactory. Apparently some filesystems wont be able to restore the
new versions of the files if they aren't closed properly, and an unclean
shutdown would cause
** Changed in: upstart (Ubuntu)
Assignee: (unassigned) => James Hunt (jamesodhunt)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubunt
** Changed in: eglibc (Ubuntu)
Assignee: (unassigned) => Canonical Foundations Team
(canonical-foundations)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during ser
I'm also working on a change to libc6's postinst in bug #672177 to not
call telinit u at all, because upstart will lose all of its state if it
is restarted. Instead, we need to touch /var/run/init.upgraded to force
the restart of upstart just before unmounting the root filesystem.
So, in the case
Hey Scott!
We'd love your input on the best way for upstart's telinit to not
SIGTERM what could possibly be a non-upstart init (this is particularly
an issue with busybox as it reboots on SIGTERM). I attached a patch
doing basically an is_chrooted test; Colin proposes using the DBus
interface ins
I'm fine with the eglibc diff; thanks! I'm much less convinced about
the Upstart diff and I think that needs specialist review. Perhaps
'telinit u' needs to use a D-Bus-ish way to ask Upstart to restart,
rather than a signal, and silently do nothing if it can't talk to
Upstart. However, I'm not
** Bug watch added: Debian Bug tracker #608903
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608903
** Also affects: eglibc (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608903
Importance: Unknown
Status: Unknown
--
You received this bug notification because yo
This is the proposed debdiff for upstart; I'm sure style could be
improved, and maybe it would be preferable to not exit(1) when /proc
isn't mounted; happy to get early comments though.
(Untested yet; apparently upstart FTBFS under my sbuild for some
reason.)
** Also affects: upstart (Ubuntu)
I don't think it's a good idea to call "telinit u" if we're installing
libc in a chroot, so I am considering this debdiff to revert eglibc to
its older behavior of checking whether for a chroot before running
telinit. I will send it to Debian as well, albeit I suspect the Linux
specific test was a
sysvinit's telinit only ever sends SIGHUP, no matter what the argument.
Upstart's 'telinit u' sends SIGTERM. busybox init interprets that as a
reboot request.
This regression happened because libc6.postinst was simplified in line
with Debian. We need to be more careful somehow, to avoid sending
Charlie: Yeap. Based on yours log I think we are dealing with the same
problem.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs m
Andrzej: Is that bug 695220 filed by you a duplicate of this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ubuntu
'telinit u' makes init send SIGTERM to all processes. 'telinit u'
executes from libc6.postinst script. I think there is similar issue that
talks about it - 695220
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
Screenshot just before the machine rebooted itself. This was the server
image dated 2010-12-30, showing messages as printed on Alt+F4
** Attachment added: "Screenshot - 12302010 - 01:31:47 PM.png"
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/694772/+attachment/1779930/+files
** Description changed:
Binary package hint: debian-installer
I am not sure which package is the affected one, but since it affects
the install of the server, I am opening against d-i. I started
experiencing this last week at around Dec 23/24th.
Repeated with ISOs from Dec 24th to
same issue here for the PPC netboot image from Dec 22.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694772
Title:
Sudden reboot during server ISO install
--
ubuntu-bugs mailing list
ubuntu-bugs@l
** Description changed:
Binary package hint: debian-installer
I am not sure which package is the affected one, but since it affects
the install of the server, I am opening against d-i. I started
experiencing this last week at around Dec 23/24th.
Repeated with ISOs from Dec 24th to
I can conirm this issue using both the Ubuntu and Xubuntu Alternate i386
and amd64 images for Natty. The reboot on those happens as a full
reboot, leaving me at the startup screeen, "choose a language".
** Tags added: debian-installer natty
** Changed in: debian-installer (Ubuntu)
Status:
42 matches
Mail list logo