[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-09-11 Thread Jakob Unterwurzacher
*** This bug is a duplicate of bug 571444 ***
https://bugs.launchpad.net/bugs/571444

** This bug has been marked a duplicate of bug 571444
   Boot hangs and unable to continue when automount disk in fstab is not 
available (Off or Disconnected)
 * You can subscribe to bug 571444 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/571444/+subscribe

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-09-10 Thread Gerald Villemure
Even if you set your entry in /etc/fstab to NOT run fsck, the current
mountall will HANG your system if there is a problem.

BTW, I wrote a small script to make booting a system a little less
scary.  You can find it here, https://bugs.launchpad.net/bugs/614662

Gérald

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-09-09 Thread moli
oh god. i had this bug right now, i had to get my server from colocation
as sshd didnt start because the boot stopped at mount/fsck (i stupidly
added an automount for a -missing- pendrive with fsck option then made
system to force fsck at boot. Not that hard mistake to make as it sounds
at first.)

please make mount and/or fsck AUTOMATICALLY SKIP missing devices.

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-08-05 Thread Gerald Villemure
You know what I would REALY love to see since I am always concerned
about mountall giving me grief is and new option for the sixth field in
fstab.

If would be great if mountall could be updated such that the sixth field in 
fstab is:
0 Don't check and **DON'T PAUSE**, filesystem does not need to be checked, if 
mount fails keep booting.
1 ROOT Filesystem
2 Other Filesystems, checked sequentially
3 Filesystem is checked/mounted in the background ideally in a screen 
session, most importantly it will NOT PAUSE the boot and the admin can check 
the progress with SSH and screen.

Another route is to NOT mention any data Filesystems in the fstab at all
and have them mounted with a custom script.

Gérald

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-08-04 Thread Gerald Villemure
The reason you don't see anything is that you disabled the Ubuntu splash
screen.

If you remove the kernel options quite splash and you have entries in your 
fstab that the system has a problem mounting.
 **Your in trouble!**

I use a serial console to manage all my servers and this upstart bug is
a major concern for me.

I may have to forgot upgrading my servers to Lucid because of this.

Gérald

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-08-04 Thread Charles Auer
Does the default install of Server even have the splash screen
installed?

I am running a plain install of Lucid Server x64. I know the desktop
version has the splash screen - plymouth, isn't it? I don't recall if
it's installed and enabled by default on the server install.

I checked what the kernel boot options look like on a VM copy of my
physical server and they are attached.

Here's what the grub options look like:

recordfail
insmod ext23
set root='(hd0,1)'
search --no-floppy --fs-uuid --set ea9998bb-6052-4a29-b588-525a7693f1bf
linux /boot/vmluinuz-2.6.32-24-server 
root=UUID=ea9998bb-6052-4a29-b588-525a7693f1bf ro  quiet
initrd /boot/initrd.img-2.6.32-24-server

I removed the quiet part and it still got stuck after running fsck and
sat there without displaying an error message.

Is there a way to force it to auto-skip devices that are not ready?

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-08-04 Thread Charles Auer
I see what you meant now, you need to enable the splash screen by
adding splash after quiet in the boot options.

With that enabled, it displayed the error message. It would be nice to
not have to rely on a splash screen to display error messages when it is
not turned on by default.

I would much rather have it display the error on the terminal instead.

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-08-04 Thread Gerald Villemure
 I would much rather have it display the error on the terminal instead.

Tell me about it.  I don't have monitors attached to the servers I admin
so this is a real prob for me.

I can no longer admin the servers strictly from the serial console.

Gérald

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-27 Thread Charles Auer
** Tags removed: needs-upstream-testing

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-26 Thread Jeremy Foshee
Hi Charles,

If you could also please test the latest upstream kernel available that would 
be great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-26 Thread Charles Auer
Installed /~kernel-ppa/mainline/v2.6.33.5-lucid
2.6.33-02063305-generic x86_64

Same thing - no error message displayed.

Installed /~kernel-ppa/mainline/v2.6.34-lucid
2.6.34-020634-generic x86_64

Same thing - no error message displayed.

Installed /~kernel-ppa/mainline/v2.6.35-rc1-lucid
2.6.35-020635rc1-generic x86_64

Same thing - no error message displayed.

I did notice that the problem didn't appear to happen in Ubuntu Server
9.10 x64, with any kernel, it appeared to just skip the problem device.

Andreas mentioned something about Plymouth here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/576001/comments/34

Not sure how that affects not being able to display an error message
without having the splash screen.

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-25 Thread Charles Auer

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/52503567/BootDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52503568/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/52503569/Lspci.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/52503570/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/52503571/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/52503572/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/52503573/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/52503574/UdevLog.txt

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-25 Thread Charles Auer
After hitting s the OS boots normally.

** Attachment added: No error message is displayed, you have to know to press 
s to skip the problem mount
   http://launchpadlibrarian.net/52503951/Ubuntu%20Lucid%20Hit%20s.jpg

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609864] Re: No error message displayed when device fails to mount on Ubuntu Server 10.04

2010-07-25 Thread Charles Auer
Having no error message like the one displayed in Ubuntu Desktop causes
confusion as to what is wrong.

See attached screenshots for what happens if the OS is unable to mount a
device listed in fstab on boot.

** Attachment added: OS is hung when booting after a device listed in fstab 
is not found.
   http://launchpadlibrarian.net/52503925/Ubuntu%20Lucid%20Hung.jpg

-- 
No error message displayed when device fails to mount on Ubuntu Server 10.04
https://bugs.launchpad.net/bugs/609864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs