#20518 closed defect (fixed)
kernel modules being rebuilt on each linux system startup => Fixed in SVN
回報者: | yury_t | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 6.1.26 |
關鍵字: | 副本: | ||
Guest type: | all | Host type: | Linux |
描述
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.
更動歷史 (2)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Should have been fixed in 6.1.x Test builds 146035 and later.