Changes between Initial Version and Version 1 of Ticket #8407
- Timestamp:
- Oct 10, 2011 1:06:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8407 – Description
initial v1 1 1 Running linux guest (voyage-linux 0.7) on linux-host (ubuntu 8.04 amd64). I compiled the module with headers installed locally on a headless linux guest (no X). Attempting to mount a shared folder and vboxsf, however, I get kern.log output as follows; 2 2 {{{ 3 3 Feb 23 00:33:52 mgc2 kernel: [ 129.922248] WARNING: at fs/inode.c:1277 generic_detach_inode+0x145/0x177() 4 4 Feb 23 00:33:52 mgc2 kernel: [ 129.924141] Hardware name: VirtualBox 5 Feb 23 00:33:52 mgc2 kernel: [ 129.924276] Modules linked in: ipv6 vboxsf hostap_pci hostap lib80211 natsemi i2c_piix4 pcspkr i2c_core vboxguest evdev usbhid sg sr_mod cdrom ata_generic ohci_hcd ata_piix ehci_hcd ahci ide_pci_generic 5 Feb 23 00:33:52 mgc2 kernel: [ 129.924276] Modules linked in: ipv6 vboxsf hostap_pci hostap lib80211 6 natsemi i2c_piix4 pcspkr i2c_core vboxguest evdev usbhid sg sr_mod cdrom ata_generic 7 ohci_hcd ata_piix ehci_hcd ahci ide_pci_generic 6 8 Feb 23 00:33:52 mgc2 kernel: [ 129.925278] Pid: 2011, comm: mount.vboxsf Tainted: G W 2.6.32-voyage #1 7 9 Feb 23 00:33:52 mgc2 kernel: [ 129.932278] Call Trace: … … 22 24 Feb 23 00:33:52 mgc2 kernel: [ 129.947168] [<c10029b5>] syscall_call+0x7/0xb 23 25 Feb 23 00:33:52 mgc2 kernel: [ 129.949151] ---[ end trace 7e9ee5a593e40603 ]--- 26 }}}