VirtualBox

Opened 3 years ago

Closed 18 months ago

Last modified 11 months ago

#20518 closed defect (fixed)

kernel modules being rebuilt on each linux system startup => Fixed in SVN

Reported by: yury_t Owned by:
Component: other Version: VirtualBox 6.1.26
Keywords: Cc:
Guest type: all Host type: Linux

Description

Possibly known issue already. Happens on 'other' linux system installation, as made from VirtualBox-6.1.26-145957-Linux_amd64.run. System is slackware-CURRENT.

The root of the problem seems to be vboxdrv.sh, which is copied to /etc/rc.d/init.d, and sourced from there, and contains this stuff at line 330:

[ "$mod_dir" != "misc" ] || return

...which breaks program's logic. It needs to be:

[ "$mod_dir" = "misc" ] || return

I made this change in my installation, issue's gone.

Change History (2)

comment:1 by janitor, 3 years ago

Summary: kernel modules being rebuilt on each linux system startupkernel modules being rebuilt on each linux system startup => Fixed in SVN

Should have been fixed in 6.1.x Test builds 146035 and later.

comment:2 by aeichner, 18 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use