ssh server doesn't start when irrelevant filesystems are not available
Bug #583542 reported by
Jeffrey Baker
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openssh (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
Bug Description
In Lucid, the SSH daemon won't start at boot unless all filesystems listed in fstab can be mounted. This is annoying to the administrator because some fstab entries are irrelevant and/or could be expected to have transient failures. When SSH doesn't start, it's impossible for the admin to do an in-band fix of these filesystems.
Examples of when filesystems might not mount:
Underlying device not attached
NFS server unavailable
iSCSI target unavailable
RAID without a quorum of member devices
Kernel package upgrade disabled certain filesystem modules
And so forth. The line "start on filesystem" should probably be edited to something a bit more robust.
Changed in openssh (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
This is especially important for remotely controlled servers which have no console access (e.g., Amazon EC2).