Re: Permission Denied error when I try to open the image file stored on the ZFS disk accessed through sshfs from another machine...

2023-11-29 Thread Peter Krempa
On Tue, Nov 28, 2023 at 21:32:39 -, marietto2...@gmail.com wrote: > Hello to everyone. > > I would like to boot the FreeBSD 13.2 image file using Libvirt + > virt-manager. I have stored the image on the external hard drive,"formatted" > with ZFS while I'm using Devuan 5 installed on my ARM (

Re: Permission Denied error when I try to open the image file stored on the ZFS disk accessed through sshfs from another machine...

2023-11-29 Thread Mario Marietto
> Another obvious but very insecure option is to instruct libvirt to run the VM as the root user. Is what I do,currently. Did you see my login prompt ? *root* @devuan-bunsen:/mnt/zroot2/zroot2/OS/Chromebook/FreeBSD-guestOS/freebsd-kvm# It means that I do launch libvirtd & and virtlogd & as r

Re: Permission Denied error when I try to open the image file stored on the ZFS disk accessed through sshfs from another machine...

2023-11-29 Thread Peter Krempa
On Wed, Nov 29, 2023 at 10:07:54 +0100, Mario Marietto wrote: > > Another obvious but very insecure option is to instruct libvirt to > run the VM as the root user. > > Is what I do,currently. Did you see my login prompt ? > > *root* > @devuan-bunsen:/mnt/zroot2/zroot2/OS/Chromebook/FreeBSD-gu

Re: Permission Denied error when I try to open the image file stored on the ZFS disk accessed through sshfs from another machine...

2023-11-29 Thread Mario Marietto
Fixed,adding to : /usr/local/etc/libvirt/qemu.conf the following parameters : user = "root" group = "root" I'd forgotten this step. Very thanks bro'. On Wed, Nov 29, 2023 at 10:15 AM Peter Krempa wrote: > On Wed, Nov 29, 2023 at 10:07:54 +0100, Mario Marietto wrote: > > > Another obvious

Internal Error: libxenlight failed to create new domain "FreeBSD-13.2"

2023-11-29 Thread marietto2008
Hello to everyone. I'm trying to use xen as a hypervisor instead of kvm to boot FreeBSD on my ARM Chromebook where I have installed Devuan 5. A developer said that it can work. In fact he said : "That might work. libvirt + virt-manager with the xen accelerator might work on the ARM Chromebook

Re: Internal Error: libxenlight failed to create new domain "FreeBSD-13.2"

2023-11-29 Thread marietto2008
The reason for that error maybe written inside this log messages : libxl: libxl_event.c:855:libxl__ev_xswatch_deregister: remove watch for path @releaseDomain: Descrittore di file errato libxl: libxl_event.c:855:libxl__ev_xswatch_deregister: remove watch for path @releaseDomain: Bad file descri

Re: Internal Error: libxenlight failed to create new domain "FreeBSD-13.2"

2023-11-29 Thread Michal Prívozník
On 11/29/23 14:04, marietto2...@gmail.com wrote: > The reason for that error maybe written inside this log messages : > > libxl: libxl_event.c:855:libxl__ev_xswatch_deregister: remove watch for path > @releaseDomain: Descrittore di file errato > > libxl: libxl_event.c:855:libxl__ev_xswatch_dereg

Re: Internal Error: libxenlight failed to create new domain "FreeBSD-13.2"

2023-11-29 Thread Mario Marietto
ok. I tried to fix the broken installation and now the error is changed : Traceback (most recent call last): File "/usr/lib/xen-4.17/bin/pygrub", line 884, in raise RuntimeError("Unable to find partition containing kernel") RuntimeError: Unable to find partition containing kernel On Wed, N

Libvirt/KVM/VLANs/teamed interfaces

2023-11-29 Thread Ken D'Ambrosio
Hey, all. So, we've got some OpenStack controllers that I'm virtualizing, and it's going really well... until the most recent host I was dooing, the fifth of eight. Everything looked like it largely should, except that there was zero traffic on the VLANs on the VM. Sniffing physical ports sh

Re: Internal Error: libxenlight failed to create new domain "FreeBSD-13.2"

2023-11-29 Thread Mario Marietto
I think I found the solution here : https://blog.roberthallam.org/2020/05/solving-unable-to-find-partition-containing-kernel/ I've created a file called menu.lst inside the boot directory of the image file called "debian.img",adding the following content inside : default 0 timeout 10 title Debia