Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via virtualization
I decided to jump down the rabbit hole, and it lead me to something even easier. I can create a memory disk from the ISO and pass the whole thing to Bhyve as a virtio-blk device. I can then mount the partition of the block device inside the guest to access its contents: file -sL

Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists
Those are all very good suggestions, and things I already implement into my upgrade strategy. I like being in the second wave of upgraders. Turns out I missed that wave awhile back this time, though. D: zfs datasets and snapshots make the life of a sysadmin so easy, it almost feels like cheating

[Bug 260148] passthru stopped working

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148 --- Comment #4 from Bjoern A. Zeeb --- okay, here's a fix:@@ -487,6 +487,7 @@ cfginitbar(struct vmctx *ctx, struct passthru_softc *sc) struct pci_bar_io bar; enum pcibar_type bartype; uint64_t base, size; + uin

[Bug 260148] passthru stopped working

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148 --- Comment #3 from Bjoern A. Zeeb --- (In reply to Mark Johnston from comment #2) we do on the host; we should also do this on a bhyve restart; order of events as I understand them currently: host boot bhyve boot driver load driver unlo

[Bug 260148] passthru stopped working

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #2 f

Re: Bhyve CD-ROM

2021-11-30 Thread Mario Marietto
it seems that you have been able to install debian under bhyve and normally this is not possible to achieve. Which kind of tutorial did you follow ? you know that bhyve is missing the uefi variables and you need to apply a trick. I'm not sure if your problem is related to that bhyve's behavior. Il

[Bug 260148] passthru stopped working

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148 Bjoern A. Zeeb changed: What|Removed |Added CC||b...@freebsd.org Stat

[Bug 260148] passthru stopped working

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148 Bug ID: 260148 Summary: passthru stopped working Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Keywords: bhyve

Re: Bhyve CD-ROM

2021-11-30 Thread Bakul Shah
On Nov 30, 2021, at 2:14 PM, Sysadmin Lists wrote: > > Yeah, all you cool kids are running 13.0-* already while I'm waiting for > 12.3-RELEASE to get out of beta. :P > I have to decide if fixing Bhyve by jumping to 13.0-RELEASE is worth the time > required to fix whatever else breaks from the

Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
Yeah, all you cool kids are running 13.0-* already while I'm waiting for 12.3-RELEASE to get out of beta. :P I have to decide if fixing Bhyve by jumping to 13.0-RELEASE is worth the time required to fix whatever else breaks from the upgrade. > > From: Bak

[Bug 260081] bhyve: capsicum preventing blockif hole-punching detection

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260081 --- Comment #5 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d8c1d7b6526c7063304cd1e938d12dec137454e2 commit d8c1d7b6526c7063304cd1e938d12dec137454e2 Author:

Re: Bhyve CD-ROM

2021-11-30 Thread Bakul Shah
FWIW, I had no trouble installing Debian 5.10.something in a VM. I am using 13.0-STABLE but this should also work on 13.0-RELEASE. When booting from a disk, I just remove the cdrom line from bhyve command line (as shown below). # cat debian/run bhyve -c 2 \ -s 0,hostbridge \ -s 5,n

Re: Bhyve CD-ROM

2021-11-30 Thread Mario Marietto
you are using a very old version of bhyve. U are losing a lot of new features. Update it to 13R. Il giorno mar 30 nov 2021 alle ore 22:01 Sysadmin Lists < sysadmin.li...@mailfence.com> ha scritto: > That's a mighty-tempting looking rabbit hole you've got there > > > -

Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via virtualization
That's a mighty-tempting looking rabbit hole you've got there > > From: Miroslav Lachman <000.f...@quip.cz> > Sent: Tue Nov 30 13:27:32 CET 2021 > To: , Mario Marietto > Cc: Corvin Köhne > Subject: Re: Bhyve CD-ROM > > > On 29/11/2021 22:46, Mario

Re: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
~:$ freebsd-version -ru 12.2-RELEASE-p7 12.2-RELEASE-p11 Which one supports virtio-9p, 13.0 or 12.3? > > From: Mario Marietto > Sent: Tue Nov 30 08:14:13 CET 2021 > To: Corvin Köhne > Cc: Sysadmin Lists , Freebsd Virtualization > > Subject: Re: Bhyve C

RE: Bhyve CD-ROM

2021-11-30 Thread Sysadmin Lists via freebsd-virtualization
It boots fine without the ISO. The commands you listed were part of the installation guide I followed. If the expectation is that the device number sets the boot order, any idea why it doesn't work for me? > > From: Corvin Köhne > Sent: Tue Nov 30 07:25:

[Bug 260081] bhyve: capsicum preventing blockif hole-punching detection

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260081 --- Comment #4 from Chuck Tuffli --- In the past, the bhyve process has strongly recommend code reviews. In that spirit https://reviews.freebsd.org/D33203 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 259983] Bhyve snapshots/amd64/13.0-STABLE 2021-Nov-18 04:26

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259983 Mark Johnston changed: What|Removed |Added Resolution|--- |Feedback Timeout Statu

Re: Bhyve CD-ROM

2021-11-30 Thread Miroslav Lachman
On 29/11/2021 22:46, Mario Marietto wrote: So,the time to try my ideas has come. You can try to remove the first sector of the iso image,so that it won't boot or you can pass through a virtual or a physical disk or you can create a new iso file from scratch, with your files inside...there are a l

[Bug 260133] Latest 14.0-CURRENT Vagrant boxes failed to boot

2021-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260133 --- Comment #1 from Guangyuan Yang --- The issue appears to be the vboxguest kernel module step. Removing vboxguest_enable="YES" makes the issue disappear. -- You are receiving this mail because: You are on the CC list for the bug.