Changes between Initial Version and Version 1 of Ticket #11747, comment 7
- Timestamp:
- Aug 26, 2013 9:23:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11747, comment 7
initial v1 6 6 7 7 With an Ubuntu 12.10 guest, the guest's syslog contains the complaint (vbox logs will also be attached, hostname is ub1204, not to be confusing): 8 8 {{{ 9 9 Aug 25 23:50:11 ub1204 kernel: [ 97.864265] usb 1-1: new high-speed USB device number 2 using ehci_hcd 10 10 Aug 25 23:50:11 ub1204 mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:0b.0/usb1/1-1" … … 25 25 Aug 25 23:51:10 ub1204 kernel: [ 157.444224] usb 1-1: reset high-speed USB device number 2 using ehci_hcd 26 26 Aug 25 23:51:10 ub1204 kernel: [ 157.669277] scsi 6:0:0:0: Device offlined - not ready after error recovery 27 27 }}} 28 28 29 29 On a Solaris 11.1 guest, similar results. Here is the output from /var/adm/messages, and I don't know if this is all related to the USB problem. No obvious error, but the device didn't mount: 30 30 {{{ 31 31 Aug 26 00:00:05 s11-1 usba: [ID 912658 kern.info] USB 2.0 device (usb781,5406) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@1, scsa2usb0 at bus address 2 32 32 Aug 26 00:00:05 s11-1 usba: [ID 349649 kern.info] SanDisk Corporation U3 Cruzer Micro 0000184CF4736ABE … … 75 75 Aug 26 00:02:11 s11-1 pseudo: [ID 129642 kern.info] pseudo-device: winlock0 76 76 Aug 26 00:02:11 s11-1 genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlock@0 77 77 }}} 78 78 And then when I removed it from the guest: 79 79 {{{ 80 80 Aug 26 00:05:57 s11-1 genunix: [ID 408114 kern.info] /pci@0,0/pci8086,265c@1f,5/storage@1/disk@0,0 (sd2) removed 81 81 Aug 26 00:05:57 s11-1 genunix: [ID 408114 kern.info] /pci@0,0/pci8086,265c@1f,5/storage@1 (scsa2usb0) removed 82 82 }}} 83 83 84 84 And finally on a Windows 8 Pro guest, I couldn't find the right log entry in the Event Viewer. This guest continually froze & unfroze while it was trying to attach the USB device. The other guests paused only once & recovered.