[OpenIndiana-discuss] DKIM violationRe: DKIM violation INFO: Virtualbox 7.1.8 USB related error message
Carsten Grzemba
grzemba at contac-dt.de
Tue May 6 09:30:57 UTC 2025
Am 06.05.25 11:16 schrieb Stephan Althaus <Stephan.Althaus at Duedinghausen.eu>:
>
> On 5/6/25 09:45, Carsten Grzemba via openindiana-discuss wrote:
> >
> > Am 03.05.25 09:25 schrieb Stephan Althaus <Stephan.Althaus at Duedinghausen.eu>:
> >> Hello!
> >>
> >> FYI, with the new version 7.1.8 i get an error message:
> >>
> >> Failed to enumerate host USB devices.
> >> Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The
> >> service might not be installed on the host computer.
> >> Result Code:
> >> NS_ERROR_FAILURE (0x00004005)
> >> Component:
> >> HostWrap
> >> Interface:
> >> IHost {d5dcece0-b202-4416-a138-03502784cc07}
> >>
> >>
> >> $ pkg info virtualbox
> >>
> >> Name: system/virtualbox
> >> Summary: VirtualBox - general-purpose full virtualizer
> >> Category: System/Virtualization
> >> State: Installed
> >> Publisher: openindiana.org
> >> Version: 7.1.8
> >> Branch: 2025.0.0.0
> >> Packaging Date: April 24, 2025 at 09:18:36 PM
> >> Last Install Time: September 7, 2019 at 07:43:17 PM
> >> Last Update Time: May 2, 2025 at 05:02:25 AM
> >> Size: 151.62 MB
> >> FMRI:
> >> pkg://openindiana.org/system/virtualbox@7.1.8-2025.0.0.0:20250424T211836Z
> >> Project URL: https://www.virtualbox.org/
> >> Source URL:
> >> https://download.virtualbox.org/virtualbox/7.1.8/VirtualBox-7.1.8.tar.bz2
> >>
> >> $ uname -a
> >> SunOS dell7720 5.11 illumos-7366ca9eaa i86pc i386 i86pc
> >>
> >>
> >> I use only one Win vm with head without any USB devices, so no problem here.
> >>
> > Can anyone check the log /var/svc/log/application-virtualbox-run-once:default.log
> > for the time of update Virtualbox and send the output if there is some extra.
> >
> > Thanks!
> >
> > Carsten
> > _______________________________________________
> > openindiana-discuss mailing list
> > openindiana-discuss at openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
>
> Hello!
>
> Here you go:
>
>
> --UPDATE virtualbox/run-once
> [ May 2 07:13:08 Method "start" exited with status 0. ]
> [ May 2 07:13:08 Rereading configuration. ]
> [ May 2 07:13:08 Executing refresh method
> ("/opt/VirtualBox/run-once.sh"). ]
> --PKGINSTALL virtualbox/run-once
> Checking for older & partially installed bits...
> - Disabled: Zone access service
> - Unloaded: USB module
> - Removed: USB driver
> - Unloaded: USBMonitor module
> - Removed: USBMonitor driver
> invalid to specify both module id and name
> usage: modunload [-e <exec_file>] -i <id> | <name>
> - Unloading: NetFilter (STREAMS) module ...FAILED!
> ## ERROR!! Failed to remove older/partially installed bits.
> --DONE virtualbox/run-once
>
>
> Regards,
>
> Stephan
>
The problem is that the 'modinfo | grep vboxflt' delivers two lines of output and the script vboxconfig.sh is not prepared for that situation. As a consequence vboxconfig.sh stops with a partial deinstalled configuration.
The simple fix would be to make vboxconfig.sh script more robust. But why reports modinfo the module vboxflt with two lines?
root at notebookcg2:~# modinfo | grep vboxflt
262 fffffffff529a000 7bd8 309 1 vboxflt (VirtualBox NetDrv 7.1.8r168469)
262 fffffffff529a000 7bd8 - 1 vboxflt (VirtualBox NetMod 7.1.8r168469)
Carsten
More information about the openindiana-discuss
mailing list