[Bug 203169] Re: status function for init scripts

2008-04-02 Thread Scott James Remnant
Thanks Mathias, udev should not have a status function since it will incline people to believe that running /etc/init.d/udev stop or /etc/init.d/udev start will do something useful when infact they can seriously break a system. -- status function for init scripts

[Bug 65230] Re: startup messages continue on screen after first login prompt appears

2008-04-10 Thread Scott James Remnant
Sounds reasonable -- startup messages continue on screen after first login prompt appears https://bugs.launchpad.net/bugs/65230 You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. -- Ubuntu-server-bugs mailing list

[Bug 65230] Re: startup messages continue on screen after first login prompt appears

2008-04-21 Thread Scott James Remnant
Something reloaded SSH? :) This will always pop up over your active console until we completely redo the way we do such messages. -- startup messages continue on screen after first login prompt appears https://bugs.launchpad.net/bugs/65230 You received this bug notification because you are a

[Bug 45842] Re: nfs shares not mounted at startup

2008-04-24 Thread Scott James Remnant
sysvinit is a source package that contains, as well as sysvinit itself, the sysv-rc script runner and initscripts that we still do use. -- nfs shares not mounted at startup https://bugs.launchpad.net/bugs/45842 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 292293] Re: udev rules for tun device have wrong permisisons

2008-11-04 Thread Scott James Remnant
Then that's a bug in OpenVPN, as you've reassigned it to. We're not shipping with default permissions to allow any user to create network tunnels. -- udev rules for tun device have wrong permisisons https://bugs.launchpad.net/bugs/292293 You received this bug notification because you are a

[Blueprint webmirrormanager] Web based repository mirror manager

2008-11-12 Thread Scott James Remnant
Blueprint changed by Scott James Remnant: Priority: Undefined = Low -- Web based repository mirror manager https://blueprints.edge.launchpad.net/ubuntu/+spec/webmirrormanager -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe

[Blueprint webmirrormanager] Web based repository mirror manager

2008-11-12 Thread Scott James Remnant
Blueprint changed by Scott James Remnant: Priority: Low = Undefined -- Web based repository mirror manager https://blueprints.edge.launchpad.net/ubuntu/+spec/webmirrormanager -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe

[Blueprint webmirrormanager] Web based repository mirror manager

2008-11-12 Thread Scott James Remnant
Blueprint changed by Scott James Remnant: Definition Status: Approved = Discussion -- Web based repository mirror manager https://blueprints.edge.launchpad.net/ubuntu/+spec/webmirrormanager -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings

[Bug 318781] Re: D-Bus Policy needs checking

2009-01-19 Thread Scott James Remnant
** Bug watch added: Debian Bug tracker #510649 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510649 ** Also affects: dnsmasq (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510649 Importance: Unknown Status: Unknown -- D-Bus Policy needs checking

Re: [Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2010-12-13 Thread Scott James Remnant (Canonical)
Not using expect fork of course would mean that ssh would be reported as running before it was actually listening for connections. On Mon, Dec 13, 2010 at 10:13 PM, Clint Byrum cl...@fewbar.com wrote: In looking at the code in OpenSSH, the -D flag only affects this portion of sshd.c, around

Re: [Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2010-12-14 Thread Scott James Remnant (Canonical)
Ah, then ssh already had that race. In which case -D seems like a good choice On Mon, Dec 13, 2010 at 11:05 PM, Clint Byrum cl...@fewbar.com wrote: The code looks something like this: [ option parsing, config check, etc ] sshd.c, line 1744: daemon() [ reinit logs, start random number

Re: [Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown

2010-12-27 Thread Scott James Remnant
On Mon, Dec 27, 2010 at 10:17 PM, Clint Byrum cl...@fewbar.com wrote: So this does in fact seem to be caused completely by init holding libraries open. I patched /etc/init.d/umountfs to save the output of lsof just before unmounting root: Yes, now go read /etc/init.d/umountroot ** Changed

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

2010-12-28 Thread Scott James Remnant
On Tue, Dec 28, 2010 at 6:47 AM, Clint Byrum cl...@fewbar.com wrote: This makes sense, because telinit u just sends SIGTERM to upstart, which has no handler, as it was removed by revision 977, and doesn't seem to have been added back. Since SIG_DFL signals are not delivered to init, I'm not

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

2010-12-28 Thread Scott James Remnant
Are you sure? I can't find that code at all - it looks like it's been lost somehow On Tue, Dec 28, 2010 at 6:19 PM, Clint Byrum cl...@fewbar.com wrote: On Tue, 2010-12-28 at 14:22 +, Scott James Remnant wrote: On Tue, Dec 28, 2010 at 6:47 AM, Clint Byrum cl...@fewbar.com wrote

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

2010-12-29 Thread Scott James Remnant
, 2010-12-29 at 00:06 +, Scott James Remnant wrote: Are you sure?  I can't find that code at all - it looks like it's been lost somehow quite certain.. its a bit tricky to find it in bzr, but this will give it to you for, say, maverick: $ bzr branch lp:ubuntu/maverick/upstart maverick $ cd

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

2010-12-29 Thread Scott James Remnant
I've no idea why that revision got dropped from the Ubuntu package, I did a bit of investigation and it seems to vanish about the point we switched to the auto-importer based packages. My only guess is that bzr undid the cherry-pick as part of a merge. Right, eglibc's postinst should definitely

Re: [Bug 104525] Re: default ntp.conf should use pool.ntp.org servers

2011-01-23 Thread Scott James Remnant
Thanks for subscribing the Technical Board to this bug. Please add discussion of the default NTP Servers to the agenda for the next Technical Board meeting that you are able to attend, and we will discuss it with you there. Scott On Sun, Jan 23, 2011 at 2:21 AM, Xavier Robin

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

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

Re: [Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-02-07 Thread Scott James Remnant
They definitely should be allowed, ssh is actually a canon example of why. Upstart should supervise the sshd daemon, not the login sub-process associated with a particular connection, and certainly not any processes being run inside the login session. Otherwise stop ssh would kill all user

Re: [Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-02-07 Thread Scott James Remnant
, 2011 at 04:14:59AM -, Scott James Remnant wrote: They definitely should be allowed, ssh is actually a canon example of why. Upstart should supervise the sshd daemon, not the login sub-process associated with a particular connection, and certainly not any processes being run inside the login

[Bug 711635] Re: init: post-start can cause respawn to hang

2011-03-11 Thread Scott James Remnant
** Summary changed: - mysql update fails waiting for upstart job to respawn + init: post-start can cause respawn to hang ** Changed in: upstart Status: New = Triaged ** Changed in: upstart Importance: Undecided = Medium -- You received this bug notification because you are a member

[Blueprint swapfile-in-the-installer] Support Swapfiles at Installation

2009-04-17 Thread Scott James Remnant
Blueprint changed by Scott James Remnant: Assignee: Scott James Remnant = Dustin Kirkland Whiteboard changed to: One common item is a multiboot setup. If this were implemented, and it would do a mkswap for official swapfiles when activating them, I could share large, contiguous files (e.g

[Bug 399954] Re: Karmic Boot hangs at Configuring network interfaces

2009-07-16 Thread Scott James Remnant
Thanks Tim. The bug is in the dhcp3-client script, specifically this bit: # Wait for apparmor to load while [ ! -e $AAPROFILES ]; do # If apparmor is not loaded by the time we leave rcS, we go into S from # another runlevel, or are in a non-S runlevel, just exit runlevel | grep -E -q

[Bug 399954] Re: Karmic Boot hangs at Configuring network interfaces

2009-07-16 Thread Scott James Remnant
And from an Upstream POV, there's an even more brittle case. Ubuntu happens to have /var/run on a tmpfs, so /var/run/utmp either doesn't exist, is empty, or contains a runlevel (after rcS.d has finished). But that's fairly unique to Ubuntu; other distros like Debian and Fedora probably don't do

[Bug 412972] Re: bad signal mask of ssh sessions

2009-09-02 Thread Scott James Remnant
Thanks, this confirms what we expected. The TERM signal is being delivered to the process, it's just that the process's mask is set to block that signal and it's still pending. We're not entirely sure yet what causes this bug; it's certainly not a procps or kernel bug, so I'm reassigning to

Re: [Bug 429443] Re: /usr/bin/kvm-ok should be disassociated from kvm

2009-09-14 Thread Scott James Remnant
. Scott -- Scott James Remnant sc...@canonical.com -- /usr/bin/kvm-ok should be disassociated from kvm https://bugs.launchpad.net/bugs/429443 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 430075] Re: eucalyptus-nc fail to upgrade to 1.6~bzr746-0ubuntu1

2009-09-15 Thread Scott James Remnant
The actual error: EUCALYPTUS not configured! invoke-rc.d: initscript eucalyptus-nc, action start failed. This comes from the eucalyptus-nc init script ** Package changed: ubuntu = eucalyptus (Ubuntu) -- eucalyptus-nc fail to upgrade to 1.6~bzr746-0ubuntu1

[Bug 438602] Re: Autoregistration of eucalyptus-cc sometimes fails

2009-10-02 Thread Scott James Remnant
The dbus-reconnect fix that I assume the Upstart task refers to has been uploaded ** Changed in: upstart (Ubuntu Karmic) Status: Incomplete = Fix Released -- Autoregistration of eucalyptus-cc sometimes fails https://bugs.launchpad.net/bugs/438602 You received this bug notification

[Bug 599342] Re: Temporary failure in name resolution

2010-08-18 Thread Scott James Remnant
I'm pretty sure mixing and/or like that will have disastrous consequences (bug #447654) - please don't ** Changed in: libvirt (Ubuntu Maverick) Assignee: Scott James Remnant (scott) = Serge Hallyn (serge-hallyn) -- Temporary failure in name resolution https://bugs.launchpad.net/bugs/599342

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Scott James Remnant
You can use a pre-stop script/exec to send the proper command to stop mysql and to wait for it to shut down. -- MySQL upstart stop job does not cleanly shutdown mysql https://bugs.launchpad.net/bugs/620441 You received this bug notification because you are a member of Ubuntu Server Team, which

Re: [Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Scott James Remnant
On Tue, 2010-08-24 at 16:23 +, Clint Byrum wrote: Can we abort the stop from pre-stop somehow? Otherwise I'm afraid users will either be left waiting forever, or still sending SIGKILL. You can call start from the pre-stop script, which will return the job to a running state. That being

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-02 Thread Scott James Remnant
** Changed in: upstart Status: New = Invalid -- MySQL upstart stop job does not cleanly shutdown mysql https://bugs.launchpad.net/bugs/620441 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. --

[Bug 604185] Re: Unable to start vsftpd with upstart if private key

2010-09-07 Thread Scott James Remnant
*** This bug is a duplicate of bug 327823 *** https://bugs.launchpad.net/bugs/327823 ** This bug has been marked a duplicate of bug 565890 init: support output of starting tasks to console * You can subscribe to bug 565890 by following this link:

[Bug 626723] Re: init script resets isig flag in an incorrect manner

2010-09-08 Thread Scott James Remnant
Robbie just pointed me as this bug, so I'm glad to see it's got a fix. Just wanted to confirm that while some of our issues in Lucid *were* plymouth/X interaction issues, we discovered that many of them were - as debugged above - caused by the isig flag being reapplied to /dev/console. We had to

[Bug 449326] Re: Network services don't start automatically at boot time

2009-10-14 Thread Scott James Remnant
upstart should only receive bugs if you can prove they are with the init daemon, remember that just like in sysvinit, it's other packages that ship the configuration files - please don't use it as a dumping ground though original reporter says this is now fixed ** Package changed: upstart

[Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-10-25 Thread Scott James Remnant
The fix introduced other regressions, Johan had a better fix ** Changed in: mountall (Ubuntu Karmic) Status: In Progress = Fix Committed -- mountall vomits a shell onto virtual console when you run vi https://bugs.launchpad.net/bugs/456806 You received this bug notification because you

[Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-10-28 Thread Scott James Remnant
Oh , I see the problem: change stop on rcS in /etc/init/mountall.conf to: stop on starting rcS Scott -- Scott James Remnant sc...@ubuntu.com ** Changed in: mountall (Ubuntu Karmic) Status: Confirmed = Fix Committed -- mountall vomits a shell onto virtual console when you run

[Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-11-09 Thread Scott James Remnant
** Changed in: mountall (Ubuntu Karmic) Status: Fix Committed = Triaged ** Changed in: mountall (Ubuntu) Status: Fix Committed = Triaged -- mountall vomits a shell onto virtual console when you run vi https://bugs.launchpad.net/bugs/456806 You received this bug notification

[Bug 156085] Re: Could not open /proc/bus/usb/devices

2009-11-09 Thread Scott James Remnant
** Changed in: usbview (Ubuntu Jaunty) Assignee: Scott James Remnant (scott) = (unassigned) ** Changed in: usbview (Ubuntu) Assignee: Scott James Remnant (scott) = (unassigned) -- Could not open /proc/bus/usb/devices https://bugs.launchpad.net/bugs/156085 You received this bug

Re: [Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-12-07 Thread Scott James Remnant
branch for karmic Scott -- Scott James Remnant sc...@ubuntu.com -- mountall vomits a shell onto virtual console when you run vi https://bugs.launchpad.net/bugs/456806 You received this bug notification because you are a member of Ubuntu Server Team, which is a subscriber of a duplicate bug

Re: [Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2010-03-15 Thread Scott James Remnant
On Thu, 2010-03-11 at 21:58 +, mrmookie wrote: This is still happening in MARCH! Any way to fix this permanently yet? The fix was NAK'd by artlogic on 2010-01-02; our Stable Release Updates procedure does not allow us to continue with the backport AFAIK Scott -- Scott James Remnant sc

[Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2010-04-13 Thread Scott James Remnant
Have given up with this SRU. Anyone affected can upgrade to Lucid soon enough. ** Changed in: mountall (Ubuntu Karmic) Status: Triaged = Won't Fix ** Changed in: mountall (Ubuntu Karmic) Assignee: Scott James Remnant (scott) = (unassigned) ** Changed in: mountall (Ubuntu Karmic

[Bug 520273] Re: cron doesn't send mail

2010-04-16 Thread Scott James Remnant
Since cron is clearly invoking sendmail and that invokes postfix, I'm guessing it goes missing inside postfix somewhere ** Package changed: cron (Ubuntu) = postfix (Ubuntu) -- cron doesn't send mail https://bugs.launchpad.net/bugs/520273 You received this bug notification because you are a

[Bug 566736] Re: mysqld does not start reliably...

2010-04-19 Thread Scott James Remnant
** Package changed: upstart (Ubuntu) = mysql-dfsg-5.1 (Ubuntu) -- mysqld does not start reliably... https://bugs.launchpad.net/bugs/566736 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-bugs

[Bug 19797] Re: services restarted from anacron have nice level of 10

2010-04-21 Thread Scott James Remnant
The correct fix for this is to migrate to Upstart, which always starts services with the nice level defined in their conf file, not one inherited from the environment ** Summary changed: - apache is restarted with nice level of 10 + services restarted from anacron have nice level of 10 **

[Bug 253895] Re: upgrading to 8.10

2010-04-21 Thread Scott James Remnant
I've no idea why this has been reassigned to hostname - dnshostname can fail, it's a bug in the krb5-config package's postinst for not dealing with that ** Package changed: hostname (Ubuntu) = kerberos-configs (Ubuntu) -- upgrading to 8.10 https://bugs.launchpad.net/bugs/253895 You received

[Bug 561475] Re: when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4 and IPv6 on same port

2010-04-21 Thread Scott James Remnant
** Changed in: xinetd (Ubuntu) Status: New = Confirmed -- when sysctl net.ipv6.bindv6only=1, xinetd can not bind to both IPv4 and IPv6 on same port https://bugs.launchpad.net/bugs/561475 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 43574] Re: Needs Ubuntu-style init script

2010-04-21 Thread Scott James Remnant
Strictly speaking, converting it to an Upstart job would be better ** Changed in: xinetd (Ubuntu) Status: Confirmed = Triaged -- Needs Ubuntu-style init script https://bugs.launchpad.net/bugs/43574 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 573853] Re: Cannot control squid Unknown instance

2010-05-08 Thread Scott James Remnant
This will be an issue with the squid config ** Package changed: upstart (Ubuntu) = squid (Ubuntu) -- Cannot control squid Unknown instance https://bugs.launchpad.net/bugs/573853 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in

[Bug 494141] Re: CUPS starts after SAMBA; printers are not available

2010-05-08 Thread Scott James Remnant
Not it must not. If you want to depend on a service using Upstart, you MUST convert your init script to an Upstart job. ** Changed in: upstart (Ubuntu) Status: New = Invalid ** Changed in: upstart (Ubuntu Lucid) Status: New = Invalid ** Changed in: cups (Ubuntu) Status:

[Bug 494141] Re: CUPS starts after SAMBA; printers are not available

2010-05-08 Thread Scott James Remnant
re-opening CUPS task, the bug here is that CUPS is still using an init script when it should be converted to an Upstart job -- CUPS starts after SAMBA; printers are not available https://bugs.launchpad.net/bugs/494141 You received this bug notification because you are a member of Ubuntu Server

[Bug 582376] Re: Samba (nmbd) fails to start at boot

2010-05-19 Thread Scott James Remnant
** Project changed: upstart = null ** Changed in: null Status: New = Invalid ** Also affects: samba (Ubuntu) Importance: Undecided Status: New -- Samba (nmbd) fails to start at boot https://bugs.launchpad.net/bugs/582376 You received this bug notification because you are a

[Bug 551097] Re: start stop hang on mysql-server (10.0.4 upgrade from 8.04)

2010-05-20 Thread Scott James Remnant
** Project changed: upstart = null ** Also affects: mysql-dfsg-5.1 (Ubuntu) Importance: Undecided Status: New -- start stop hang on mysql-server (10.0.4 upgrade from 8.04) https://bugs.launchpad.net/bugs/551097 You received this bug notification because you are a member of Ubuntu

[Bug 494141] Re: CUPS starts after SAMBA; printers are not available

2010-05-20 Thread Scott James Remnant
PryGuy: please don't mess with the bug status, it's as it should be - there is an open task on CUPS ** Changed in: upstart (Ubuntu Lucid) Status: Confirmed = Invalid -- CUPS starts after SAMBA; printers are not available https://bugs.launchpad.net/bugs/494141 You received this bug