Re: How to unload the vmm.ko module while FreeBSD is running...

2024-07-02 Thread Mario Marietto
ok. I've been able to unload vmm : [root@marietto /dev/vmm]==> bhyvectl --vm=vm0:12 --destroy [root@marietto /dev/vmm]==> cd /dev/vmm cd: no such file or directory: /dev/vmm [root@marietto /dev/vmm]==> kldunload vmm OK. but now I would like to load it again : [root@marietto /dev/vmm]==> kldloa

Re: How to unload the vmm.ko module while FreeBSD is running...

2024-07-02 Thread Denis Kirjanov
вторник, 2 июля 2024 г. пользователь Mario Marietto написал: > Hello. > > I'm trying to unload the vmm kernel module,but it fails : > > [root@marietto /bhyve]==> kldunload -fv vmm > Unloading vmm.ko, id=13 > kldunload: can't unload file: Device busy > > I don't understand why it fails,since I don

Re: How to unload the vmm.ko module while FreeBSD is running...

2024-07-02 Thread Rob Wing
Do you have any vm's that have been created but not destroyed? check if there any device files living under /dev/vmm On Tuesday, July 2, 2024, Mario Marietto wrote: > Hello. > > I'm trying to unload the vmm kernel module,but it fails : > > [root@marietto /bhyve]==> kldunload -fv vmm > Unloading