You are not logged in.

#1 2012-08-29 13:20:08

Sulman
Member
Registered: 2010-02-15
Posts: 9

/proc/bus/usb Annoyance (Virtualbox and fstab)

Hi all,

Not a drama, as everything appears to be working, I just want to learn something on my Arch journey. Since the most recent update (as of this morning) this mount item is failing according to /var/log/boot, naturally because as of this morning, /proc/bus/usb is not there anymore. Okay...

There is a mount command in my fstab:

none  /proc/bus/usb  usbfs  auto,busgid=108,busmode=0775,devgid=108,devmode=664  0  0

It is there because I had a problem in Virtualbox with my USB bus; this is known and documented here. I know I can comment out the fstab entry, just curious what is going on here and what has changed with USB?

James

Last edited by Sulman (2012-08-29 13:22:10)

Offline

#2 2012-08-30 02:41:13

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

Did you update the virtualbox-archlinux-modules?


LENOVO Y 580 IVYBRIDGE 660M NVIDIA
Unix is user-friendly. It just isn't promiscuous about which users it's friendly with. - Steven King

Offline

#3 2012-08-30 12:51:11

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 421

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

I have the same issue in the same situation after upgrading initscripts

[2012-08-28 15:26] upgraded initscripts (2012.08.2-1 -> 2012.08.3-1)

Why virtualbox-archlinux-modules would cause such an issue? It's for arch linux guests.

Offline

#4 2012-08-30 14:23:27

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

Sulman wrote:

what has changed with USB?

/proc/bus/usb/ has been deprecated for years.

The VirtualBox 4.1.18 code refers to /sys/bus/usb/, which seems to be the replacement for /proc/bus/usb/.

But in practice, it's more complicated - there's also /dev/vboxusb/ - created in /etc/init.d/vboxdrv

Offline

#5 2012-08-30 22:45:41

theodore
Member
Registered: 2008-09-09
Posts: 151

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

i have the same issue as well, and i have the latest version of virtualbox-archlinux-modules....

but @brebs i did not understand what you want to say with your last two sentences...

can you be more clear on what we should do. Should we just comment the entry in the fstab?

Thanks :-)

Last edited by theodore (2012-08-30 22:46:46)

Offline

#6 2012-08-30 23:21:37

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

theodore wrote:

Should we just comment the entry in the fstab?

Yes. No other choice - it's not going to mount, support for it has been *removed* in kernel 3.5.

Offline

#7 2012-08-31 06:53:40

theodore
Member
Registered: 2008-09-09
Posts: 151

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

brebs wrote:
theodore wrote:

Should we just comment the entry in the fstab?

Yes. No other choice - it's not going to mount, support for it has been *removed* in kernel 3.5.

thanks wink

Offline

#8 2012-08-31 06:54:29

rEnr3n
Member
Registered: 2012-07-25
Posts: 39

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

I also got this problem. I tried to install virtualbox-ext-oracle from AUR, which is supposed to give support for USB. I still get the error. I'm already a member of 'vboxusers'. Anyone tried the package with success?

Last edited by rEnr3n (2012-08-31 06:55:03)

Offline

#9 2012-09-02 14:59:57

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

Then this breaks usbview which is in [extra]. It explicitly requires /proc/bus/usb/devices which is only present if usbfs is mounted on /proc/bus/usb.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#10 2012-09-05 12:34:35

blackguester
Member
Registered: 2012-09-05
Posts: 4

Re: /proc/bus/usb Annoyance (Virtualbox and fstab)

Anyone who has this problem should encounter an error message box when try to open the setting dialogue of virtual system. So the following will be helpful.
Could not load the Host USB Proxy service

Offline

Board footer

Powered by FluxBB