Re: Trying to add SystemD to Linux installed on the Linuxulator...

2024-04-03 Thread Tomek CEDRO
systemd is considered rootkit by some folks and they left linux world because of that or use distro with no systemd. lots of linux centric software depends on it though. what would be the benefit of adding systemd to linuxlator and what problems would it solve? -- CeDeROM, SQ7MHZ, http://www.tome

Re: [RFC] virtio testing framework

2024-05-30 Thread Tomek CEDRO
Awesome!! Congrats :-) Here is some example of running NuttX RTOS on RV in a web browser using TinyEMU + VirtIO :-) https://github.com/lupyuen/nuttx-tinyemu -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Thu, May 30, 2024, 22:16 Emil Tsalapatis wrote: > Hi everyone, > > while developi

Re: [RFC] virtio testing framework

2024-05-31 Thread Tomek CEDRO
FreeBSD can act as host for other (RT)OS under VM sharing peripherals over VirtIO which is quite convenient for testing, CI, etc :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: OS Images(Linux/etc) in ports tree

2024-06-29 Thread Tomek CEDRO
On Fri, Jun 28, 2024 at 5:10 PM Connor Cooper wrote: > Hello, I am presenting you all with an idea for the bhyve project that > involves the ports tree. I've noticed that a lot of VPS providers have their > own images available for various operating systems and it's relatively easy > to use com

Re: 13.1-STABLE vritualbox-ose-kmod panic

2023-01-24 Thread Tomek CEDRO
On Wed, Jan 25, 2023 at 12:14 AM Graham Perrin wrote: > On 24/01/2023 22:06, Tomek CEDRO wrote: > > … The first time I noticed that problem was beginning of January 2023. Before > I was able to use virtualbox-ose(-kmod) on STABLE with no problem. > > How can I make things wo

Re: 13.1-STABLE vritualbox-ose-kmod panic

2023-01-25 Thread Tomek CEDRO
On Wed, Jan 25, 2023 at 4:19 AM Ka Ho Ng wrote: > virtualbox-ose-kmod uses non-public kernel interfaces, thus requires rebuild > after kernel buildkernel (in this case -STABLE). It is simply irrelevant > whether it works on -RELEASE / -CURRENT. > > Further triage is needed only if the virtualbox-

Re: 13.1-STABLE vritualbox-ose-kmod panic

2023-01-25 Thread Tomek CEDRO
Well, maybe its time to give bhyve a try after alll these vbox problems for years ;-) Is it possible to run macOS with graphics on bhyve? :-P -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: 13.1-STABLE vritualbox-ose-kmod panic

2023-01-31 Thread Tomek CEDRO
On Tue, Jan 24, 2023 at 11:06 PM Tomek CEDRO wrote: > I did upgrade world and kernel today.. still I cannot kldload > virtualbox modules (modules are built from ports, vbox from package).. > that renders VirtualBox useless because it cannot start any virtual > machine due to missing

Re: BHYVE_SNAPSHOT

2023-04-30 Thread Tomek CEDRO
o_O -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Sun, Apr 30, 2023, 23:42 Matthew Grooms wrote: > On 4/29/23 06:17, void wrote: > > Hi, > > > > Where can I read up about the recently introduced BHYVE_SNAPSHOT ? > > > > I can only find terse information about what it does (in man 5 src.con

Re: BHYVE_SNAPSHOT

2023-04-30 Thread Tomek CEDRO
On Mon, May 1, 2023 at 2:46 AM Mario Marietto wrote: > whats the meaning of o_O ? surprise / shock.. can't believe what i see.. in the context of "code is out there but never used" :-P -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: BHYVE SNAPSHOT image format proposal

2023-05-23 Thread Tomek CEDRO
On Tue, May 23, 2023 at 6:06 PM Vitaliy Gusev wrote: > Hi, > Here is a proposal for bhyve snapshot/checkpoint image format improvements. > It implies moving snapshot code to nvlist engine. Hey there Vitaliy :-) bhyve getting more and more traction, I am new user of bhyve and no expert, but new and

Re: BHYVE SNAPSHOT image format proposal

2023-05-24 Thread Tomek CEDRO
On Wed, May 24, 2023 at 5:11 PM Vitaliy Gusev wrote: > Protecting requires more efforts and it should be clearly defined: what is > purpose. If > purpose is having checksum with 99.9% reliability, NVLIST HEADER can be widen > to have “checksum” key/value for a Section. Well, this could be optiona

(vm-)bhyve stopped working recently on 13.2

2024-01-12 Thread Tomek CEDRO
Hello world :-) Aftere recent 13.2-RELEASE freebsd-update and pkg bhyve stopped working. It starts a machine that stops right after start. I am using vm-bhyve (1.5.0) frontend and enabling debug="yes" does not really reveal anything more except error code and its cause. Does anyone know what can

Re: (vm-)bhyve stopped working recently on 13.2

2024-01-12 Thread Tomek CEDRO
On Fri, Jan 12, 2024 at 10:54 PM Michael Gmelin wrote: > What are you running inside bhyve (OS and version)? Could you maybe share > vm-bhyve‘s config file? I was running Debian 11 and since it stopped working I tried Debian 12. debug="yes" #loader="bhyveload" loader="uefi" uefi_vars="yes" graph

Re: (vm-)bhyve stopped working recently on 13.2

2024-01-12 Thread Tomek CEDRO
On Fri, Jan 12, 2024 at 11:45 PM Michael Gmelin wrote: > Does it work when you disable passthrough? Tried that no change :-( > Not sure if the author would like that. It’s a great tool for sure. Indeed! It deserves more attention / support :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: (vm-)bhyve stopped working recently on 13.2

2024-01-12 Thread Tomek CEDRO
On Sat, Jan 13, 2024 at 2:07 AM Michael Gmelin wrote: > Actually, this looks like it might be related: > https://github.com/churchers/vm-bhyve/pull/525 > Found the link in here: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273560 Thank you Michael!! +1 there and will follow :-) By the way

Re: bhyve without UEFI questions

2024-01-22 Thread Tomek CEDRO
well current vnc part of the bhyve kinda sux.. vbox experience is far better here.. i hope bhyve gets a good graphics too :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info