Re: [discuss] How to bhyve

2025-07-16 Thread Marcel Telka
On Tue, Jul 15, 2025 at 09:35:02AM +0200, Hans Rosenfeld wrote: > On Tue, Jul 15, 2025 at 08:06:29AM +0200, Marcel Telka wrote: > > > Your error message may be raising because youve left the 'old' test > > > running, > > > be shure to destroy it  with bhavectl. > > > > I've no bhyve process runni

Re: [discuss] How to bhyve

2025-07-15 Thread Hans Rosenfeld
On Tue, Jul 15, 2025 at 08:06:29AM +0200, Marcel Telka wrote: > > Your error message may be raising because youve left the 'old' test running, > > be shure to destroy it  with bhavectl. > > I've no bhyve process running. I'll post some more info shortly... The kernel VM state may still be around

Re: [discuss] How to bhyve

2025-07-15 Thread Till Wegmüller
Hi Marcel I Usually use the zone brand or zadm to start bhyve VM's but I can send you some working cli's The illumos-gate builder VM is launched like this here. 619472: /usr/sbin/bhyve -U a03828d6-aaf6-6dec-e075-d3bbc67a737f -H -B 1,manufacturer=Op argv[0]: /usr/sbin/bhyve argv[1]: -U argv[

Re: [discuss] How to bhyve

2025-07-14 Thread Marcel Telka
Hi, I gathered more info, please see below. The observation is that bhyve allocate kernel memory on the 2nd failing run. It looks like this memory is lost until the next reboot because the attempt to unload the vmm module fails (more details below). BTW, I'm testing this on an up-to-date OpenIn

Re: [discuss] How to bhyve

2025-07-14 Thread Marcel Telka
On Tue, Jul 15, 2025 at 07:31:19AM +0200, Stephan Althaus via illumos-discuss wrote: > On 7/15/25 03:02, Dan McDonald wrote: > > On Jul 14, 2025, at 5:22 PM, Marcel Telka wrote: > > > Hi, > > > > > > I'm trying to explore bhyve for the first time and so I tried some basic > > > example from the

Re: [discuss] How to bhyve

2025-07-14 Thread Marcel Telka
On Tue, Jul 15, 2025 at 01:02:24AM +, Dan McDonald wrote: > On Jul 14, 2025, at 5:22 PM, Marcel Telka wrote: > > > > Hi, > > > > I'm trying to explore bhyve for the first time and so I tried some basic > > example from the bhyve(8) man page. Surprisingly, it does not work. > > > > # mkfile

Re: [discuss] How to bhyve

2025-07-14 Thread Stephan Althaus via illumos-discuss
On 7/15/25 03:02, Dan McDonald wrote: On Jul 14, 2025, at 5:22 PM, Marcel Telka wrote: Hi, I'm trying to explore bhyve for the first time and so I tried some basic example from the bhyve(8) man page. Surprisingly, it does not work. # mkfile -n 1g image # bhyve -c 2 -s 0,hostbridge -s 1,lpc -

Re: [discuss] How to bhyve

2025-07-14 Thread Dan McDonald
On Jul 14, 2025, at 5:22 PM, Marcel Telka wrote: > > Hi, > > I'm trying to explore bhyve for the first time and so I tried some basic > example from the bhyve(8) man page. Surprisingly, it does not work. > > # mkfile -n 1g image > # bhyve -c 2 -s 0,hostbridge -s 1,lpc -s 2,virtio-blk,image \ >

[discuss] How to bhyve

2025-07-14 Thread Marcel Telka
Hi, I'm trying to explore bhyve for the first time and so I tried some basic example from the bhyve(8) man page. Surprisingly, it does not work. # mkfile -n 1g image # bhyve -c 2 -s 0,hostbridge -s 1,lpc -s 2,virtio-blk,image \ -l com1,stdio -H -P -m 1G vm virtual machine cannot be booted # bhyv