[Bug 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2013-05-16 Thread Tokuko
This issue has hit me multiple times now. I'm usually working on Solaris, HP-UX 
and AIX. All of these simply issue a big loud warning on the console, but try 
to continue to boot, which I guess is what most administrators (at least I) 
expect.
As the last entry was 3 years ago - has any decision been reached?

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

Title:
  ssh server doesn't start when irrelevant filesystems are not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/583542/+subscriptions

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-27 Thread Scott Moser
** Changed in: openssh (Ubuntu)
   Status: New = Triaged

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

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Colin Watson
I don't believe mountall emits any event that would be suitable for
this.  The only other plausible one is local-filesystems, whose manual
page notes that it may well not cover /usr so it's not suitable for use
by the ssh job.

'filesystem' is documented as being appropriate for most normal
services, so surely many other services have the same problem?  Most
notably, rc-sysinit starts on filesystem, so you'll never reach runlevel
2 if that event is never emitted.  It seems to me that any change I
might make in ssh would tend to make matters worse, not better.

Can't you use the nobootwait option in /etc/fstab to avoid holding up
boot for filesystems that aren't needed to get up and running?  This is
documented in fstab(5).

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Jeffrey Baker
This may be out of scope for a bug report, but why not change the way an
upstart job describes its start conditions?  ssh, for example, could
supply a script which checks if /usr is mounted.  The script(s) can be
run after every upstart job completes, and when all conditions are met
the new jobs are started.

In the meantime, I'll check out the nobootwait workaround.

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Scott Moser
hm... now that i'm reading the man page you directed me at, the 
nobootwait and optional flags do seem to solve this issue.

at very least, though, there is an educational problem here.  I was
unaware of these options as I'm sure several sysadmins or users are.

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-20 Thread Eric Hammond
This is especially important for remotely controlled servers which have
no console access (e.g., Amazon EC2).

-- 
ssh server doesn't start when irrelevant filesystems are not available
https://bugs.launchpad.net/bugs/583542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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