FS#48564 - [virtualbox-host-dkms]systemd-modules-load:Failed to find module 'vboxnetadp\nvboxnetflt\nvboxdrv\n'

Attached to Project: Community Packages
Opened by Zuyi Hu (hzy) - Sunday, 13 March 2016, 12:48 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 13 March 2016, 12:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

$cat /usr/lib/modules-load.d/virtualbox-host-dkms.conf
vboxnetadp\nvboxnetflt\nvboxdrv\n

I think you should change
echo "vboxnetadp\nvboxnetflt\nvboxdrv\n" > \
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
to
echo -e "vboxnetadp\nvboxnetflt\nvboxdrv\n" > \
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
,
and the same as virtualbox-guest-dkms.

thanks.

Additional info:
* package version(s) =5.0.16-1

This task depends upon

Closed by  Sébastien Luttringer (seblu)
Sunday, 13 March 2016, 12:57 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#48551 
Comment by Sébastien Luttringer (seblu) - Sunday, 13 March 2016, 12:57 GMT
yes I fuck up, but you too, it's already reported here:  FS#48551 

Loading...