Opened 3 years ago
Closed 23 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 , 3 years ago
| Summary: | kernel modules being rebuilt on each linux system startup → kernel modules being rebuilt on each linux system startup => Fixed in SVN |
|---|
comment:2 by , 23 months ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


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