[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-19 Thread Scott James Remnant
** Package changed: mountall (Ubuntu) = plymouth (Ubuntu) ** Changed in: plymouth (Ubuntu) Status: Incomplete = Triaged ** Summary changed: - Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab + Plymouth doesn't show messages sent before the splash screen is

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Philip Muškovac
Affecting mountall as that's the service responsible for mounting it. (and stops the boot process if it fails) ** Package changed: ubuntu = mountall (Ubuntu) -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Tom Wright
Couldn't this simply be solved by adding the following bit of shell-fu (or similar) to the upgrade scripts: sed 's/\(none \/proc\/bus\/usb usbfs.*\)/#\1/g' /etc/fstab -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Tom Wright
btw. this would implement up-whatever's more general solution sed 's/\(.*usbfs.*\)/#\1/g' /etc/fstab -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Tom Wright
Edit: Added backup, exclusion of comments and inline editing: sed -i.old 's/^\([^#].*usbfs.*\)/#\1/g' /etc/fstab -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread João Pinto
Tom, that would work on an upgrade but that is not a real fix, mountall should not hang, there maybe other non usbfs hanging cases. Thanks -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Scott James Remnant
Thanks for the report. In this situation (an unknown mount in /etc/fstab), mountall should display an error message on the Plymouth splash screen and prompt allowing you to skip this fileystem or drop to a maintenance shell. Apparently this isn't working for you. I need some debugging

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Scott James Remnant
For the record, this is what you're *supposed* to see ;-) ** Attachment added: Screenshot of error screen http://launchpadlibrarian.net/44707171/2010-04-18%2009.46.53.jpg ** Changed in: mountall (Ubuntu) Importance: Medium = High -- Lucid alpha 2 fails to start up unless you remove

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread Scott James Remnant
Also does the following fix this: echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash sudo update-initramfs -u -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-18 Thread DouglasPhillips
Here's what's on my system (Karmic = Lucid): dphill...@goliath:~$ ls -l /lib/plymouth/themes/ total 4 lrwxrwxrwx 1 root root 34 2010-04-15 11:36 default.plymouth - /etc/alternatives/default.plymouth drwxr-xr-x 2 root root 29 2010-04-15 09:52 details lrwxrwxrwx 1 root root 31 2010-04-15

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-12 Thread up-whatever
I updated from Karmic to Lucid about 12 hours ago and searching the cause for Lucid not booting took a lot of time. It turned out the problem was this very usbfs which I put into fstab to get USB working in VirtualBox. And unlike the description of this bug there was no error message hinting to

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-11 Thread Jeremy Nickurak
I rebooted with init=/bin/bash on the kernel parameters and commented out the relevant fstab from there. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-10 Thread david.barbion
Same here, commented out that line permits normal boot... -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-04-10 Thread david.barbion
Note that calling magic sysrq K (CTRL+ALT+SysRq+K) brings you a root shell prompt. No need to boot from a live cd. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-25 Thread Ernst Eeldert
Same here. Had to boot from livecd to comment out this specific usb fs line: #none /proc/bus/usb usbfs devgid=121,devmode=664 0 0 -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-21 Thread Sonny Parlin
I had the same issue and I had to boot from a CD, mount the filesystem and edit the fstab and comment out the usb entry. After that I was able to boot. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-20 Thread mono81
does it work when you delete the line from the fstab via boot cd? -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-20 Thread mono81
yeah, it does! -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-19 Thread RadekB
I am affected too. Any illegal mounting point blocked me from booting. This is a very serious issue. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-15 Thread joopbraak
Let's not make this fix about solving USB and Virtualbox, it's about Lucid not booting when none /proc/bus/usb usbfs is in fstab which could cause problems with upgrades. Concerning Virtualbox, I had the same error message, but now it works, maybe the Lucid updates fixed it. No need for putting

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-06 Thread Chih Ho
Alexey, this is the tip from the Virtualbox user forum. You can run the following command in terminal before launching Virtualbox: sudo hald --daemon=no Virtualbox should then be able to recognize your USB devices. It works for me. -- Lucid alpha 2 fails to start up unless you remove

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-06 Thread jiehanzheng
No, I did that, removed the last line from /etc/fstab, and ran `sudo hald --daemon=no`, and USB still not working for me. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-06 Thread jiehanzheng
That's the error info. I got when opening the Settings window. Could not access USB on the host system, because neither the USB file system (usbfs) nor the DBus and hal services are currently available. If you wish to use host USB devices inside guest systems, you must correct this and restart

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-04 Thread Alexey Maximov
also, I need to get USB in the VirtualBox worked well, please advice -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-04 Thread Mark Lila
My Virtualbox 3.14 USB just kept working with no action after removing the fstab entry. If your Virtualbox USB broke after removing the fstab entry, check your Virtualbox version. My fstab entry was from an old Virtualbox version maybe a year or two ago prior to an upgrade. -- Lucid alpha 2

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-03-04 Thread JohnnyCbad
Have the same problem, forgot I added this line to fstab -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-02-26 Thread Christoph Schmidt-Hieber
Same problem here. Annoyingly, I wasn't even able to get into a recovery console because of that error, so I had to boot from another device to correct fstab. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-02-22 Thread Mark Lila
Virtualbox for me too. Lucid boots and Virtualbox USB now works without the fstab entry. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-02-07 Thread Jayson Reis
That problem happend to me too. In my case that line was added because of VirtualBox. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-02-04 Thread Hew McLachlan
I had this problem with kernels 2.6.32-9-generic, and trying today after a bunch of updates my older kernels failed as well. After finding this bug report I removed the line in /etc/fstab and that fixed the issue. I never entered that line manually, I'm not sure what added it. ** Changed in:

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-01-31 Thread Jannis
Same here: I also added said line to /etc/fstab in order to get VirtualBox working with USB devices. Removing the line lets me boot Lucid just fine, although there are some other issues yet to be solved. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-01-23 Thread dbosen
I have the same problem, but in my case this line was added by me. I need it to get Virtualbox (closed version) running with usb support. This does not work anymore, since I had to remove this fstab entry as well. What would be the correct entry for lucid? -- Lucid alpha 2 fails to start up

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-01-23 Thread Delan Azabani
Finally, someone with the same problem! :) I have the same problem, but in my case this line was added by me. I need it to get Virtualbox (closed version) running with usb support. Maybe some underlying device system in Ubuntu was changed so for USB support, that line in the fstab is no longer

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-01-20 Thread Javier Cabezas
Removing the line in fstab does not work for me. ** Changed in: ubuntu Status: New = Confirmed -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu

[Bug 507881] Re: Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab

2010-01-15 Thread Delan Azabani
Don't know if it happens to others, but if it does, it's an important upgrade bug. -- Lucid alpha 2 fails to start up unless you remove /proc/bus/usb from the fstab https://bugs.launchpad.net/bugs/507881 You received this bug notification because you are a member of Ubuntu Bugs, which is