t; eg. ufs:/dev/da0s1a
>> zfs:tank
>> cd9660:/dev/cd0 ro
>> (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)
>>
>> ? List valid disk boot devices
>> . Yield 1 second (for background tasks)
>> Abort manual input
>>
>> mountroot>
>
> Then, if I just type "ufs:/dev/vtbd0a" it will start correctly.
>
>
> Can anyone explain why this happens and how to avoid it?
>
>
> bye & Thanks
> av.
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
Do you happen to have a ZFS partition?
I think some changes to some of the bootstrap (pre-loader) code that is
shared with bhyve-load, means it always prefers ZFS over UFS (normally
for booting a real machine, you use a different bootstrap for UFS than
for ZFS, but bhyve-load is a special case.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
e the compression setting.
If you want to recompress the entire volume:
1) stop the bhyve
2) snapshot the volume
3) create a new volume, with compression enabled
4) zfs send -e oldvolume@snapshot | zfs recv -F newvolume
5) start the bhyve using the new volume
6) (optional) destroy t
mands, and you will see
the space become free in your zvol.
There is a separate patch to teach the FreeBSD virtio-blk driver to send
TRIM commands, it is still in review (needs testing on hypervisors other
than bhyve):
https://reviews.freebsd.org/D21708
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ve updated my patch to add TRIM support to the bhyve block interface
here:
https://reviews.freebsd.org/D21707
I am working on an update to the virtio driver, to make FreeBSD guests
able to TRIM if the hypervisor supports it as well:
https://reviews.freebsd.org/D21708
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2019-09-29 09:54, The Doctor via freebsd-virtualization wrote:
> Are we able to solve those 3 problems?
>
If you boot using UEFI or UEFI-CSM you don't need bhyve-grub to support
the newer filesystem stuff, as it will use CentOS's verion of grub
installed inside the image.
e
> that is around 500MB.
>
> Thanks in advance!
> -pete
>
I would expect the answer is `poudriere image` with a src.conf with many
WITHOUT_* knobs to disable things you don't need to get the image down
in size. There is likely a list of such knobs you could borrow from nanobsd.
w block storage.
There isn't really any difference between a zvol and a thin-provisioned
zvol, unless you run out of space (if you over-provision).
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ps://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
What is the 'volblocksize' of your zvol? What block size are you using
for the bhyve virtual device? is it virtio-blk or ahci?
Can you tell if the problem is related to disk IO?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2018-08-26 01:54, Paul Vixie wrote:
> On Sunday, August 26, 2018 2:46:42 AM UTC Allan Jude wrote:
>> On 2018-08-25 13:45, Paul Vixie wrote:
>>> ... i remain
>>> mystified by the behaviour of grub-bhyve, which usually fails (no
>>> meaningful error message
mmunity benefit more of an example of 2012 (which is much
>> lighter)?
>>
>> Or perhaps something entirely different, any replies would be more than
>> welcome :)
>
> because of the internal container boundaries of windows 10 and server 2016, i
> won't run anything older. so if you're doing a windows server on bhyve video,
> i would want it to be 2016.
>
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ething else.
>
>I looked at the code for bhyvectl, bhyveload and
>byhve. They do not actually try to decide if vmm
>is supported or not, they simply process the error
>from a vm_create() or vm_open() call and exit
>with an error code if they can not handle it
>(some of the cod
and line flag, -p, to let you pin a vCPU to a physical
CPU. This might avoid some of the issues with the threads hopping around
all the time.
If you were anyone else, I'd also ask if you ensured your
vfs.zfs.arc_max was low enough to actually leave some ram for the VM to use.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
t;freebsd-virtualization-unsubscr...@freebsd.org"
What does your bhyve command line invocation look like?
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
alization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
The MAC address is likely not changing. That sounds more like an IP
conflict.
--
Al
ebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Is this grub-bhyve? It does not (yet) support the newer version of XFS
with checksums.
--
Allan Jude
___
freebsd-virtu
reating VMs in FreeNAS.
>>
>> I'm not sure what your purpose is behind the posting, but if its simply a
>> "why this behavior" you can find more detail here as well as some
>> calculation leg work:
>>
>> https://www.delphix.com/blog/delph
at fits into one 4k sector, etc.
Also consider that 'zfs' commands show size after its calculations of
what the expected raid-z parity space consumption will be, but does not
consider losses to padding. Whereas numbers given by the 'zpool'
command, are raw actual storage.
--
A
On 2017-12-02 20:21, K. Macy wrote:
> On Sat, Dec 2, 2017 at 5:16 PM, Allan Jude wrote:
>> On 12/02/2017 00:23, Dustin Wenz wrote:
>>> I have noticed significant storage amplification for my zvols; that could
>>> very well be the reason. I would like to kno
909a8b56
>>>
>>>
>>> I've also tried using different bhyve_disk_types, with no improvement. How
>>> is it that bhyve can use far more memory that I'm specifying?
>>>
>>>- .Dustin
> __
ing different bhyve_disk_types, with no improvement. How
>> is it that bhyve can use far more memory that I'm specifying?
>>
>> - .Dustin
>
'Wired' memory, specifically means that it cannot be paged out. It is
not bhyve, it is ZFS.
Please lower your vfs.zfs.arc_max to about 10-12 GB instead of 60+ GB it
is at now.
And you might also want to double your: vfs.zfs.arc_free_target to make
ZFS give up memory more easily.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
t;
> - .Dustin
>
> On Nov 30, 2017, at 5:28 PM, Allan Jude <mailto:allanj...@freebsd.org>> wrote:
>
>> On 11/30/2017 18:15, Dustin Wenz wrote:
>>> I'm using chyves on FreeBSD 11.1 RELEASE to manage a few VMs (guest
>>> OS is also FreeBSD 11.1). The
g?
>
> - .Dustin
>
Can you show 'top' output. What makes you think bhyve is using the
memory? Are you using ZFS? Have you limited the vfs.zfs.arc_max to leave
some free RAM for the bhyve instances?
--
Allan Jude
___
uld let the VM boot using the native grub installed inside the VM, and
avoid this issue entirely. It also makes starting a bhyve a single
command instead of 2.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.o
;
>>
>> What should I check? What could have I done wrong?
>>
>> Alex
>
>
>
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
d-virtualization-unsubscr...@freebsd.org"
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
To understand why space in a ZVOL goes missing, research 'raidz padding'.
See here:
https://www.delphix.com/blog/delphix-engineering/zfs-raidz-stripe-width-or-how-i-learned-stop-worrying-and-love-raidz
For more detail, see Chapter 9 of "FreeBSD Mastery: Advanced ZFS" from
http://www.zfsbook.com
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
t; Ideas?
>
Do you have the actual error message?
Can you share the relevant bits of /boot/loader.conf ?
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
__
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
I don't think your issue is related to the 2012 post.
Can you provide mode details about your setup, like the zvol device, and
the invocation of bhyve-load?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
which monitors a reply time of website running on that VM
> showed min. response time jump from 50 to 75 msec on Monday, after
> which problems began.
>
> So while I'm getting the hoster to tell me what they have changed, any
> ideas?
>
Look at:
kern.eventtimer.choice
and try different kern.eventtimer.timer values
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
, not your data),
gpart recover zvol/path/name
To rewrite the backup copy of the GPT table at the new end of the drive.
Then try booting the VM again.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2017-01-08 12:21, Nils wrote:
> On 2017-01-08 18:01, Allan Jude wrote:
>> On 2017-01-08 10:18, Nils wrote:
>>> Hello, I'm fighting to get vbox vdi images to run under FreeNAS and
>>> don't know what else to try. I've filed and commented on these two
lem as this user:
https://lists.freebsd.org/pipermail/freebsd-virtualization/2017-January/005088.html
That the .VDI you are booting is starting grub in graphical mode, hence
your lack of feedback on the serial console.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
How are you converting the .VDI to
ad expose the 4 cpus as cores of a
single socket, and it will then work with Windows 8.1/10, but I don't
recall what they are off the top of my head, but they are in the archive
which you can browse here:
https://lists.freebsd.org/pipermail/freebsd-virtualization/
--
Allan Jude
__
zation
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Yeah, for passthru to work, you have to load the vmm @ loader time,
rather than on first use of bhyve.
Adding:
vmm_load="YES"
to /boot/loader.conf above the pptdevs= line, should solve your problem
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
eebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Does your loader.conf also have: vmm_load="YES" to load bhyve? otherwise
the pptdevs= line is never used.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
://www.PetiteCloud.org
>>> ___
>>> freebsd-virtualization@freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
>>> To unsubscribe, send any mail to "freebsd-virtualiz
ap1="up"
> ifconfig_tap2="up"
> ifconfig_tap3="up"
> ifconfig_tap4="up"
> ifconfig_tap5="up"
> ifconfig_tap6="up"
> ifconfig_tap7="up"
>
>
You might also find the sysctl:
net.link.tap.up_on_open=1
useful, as it will re-up the tap devices when bhyve opens them. Else
rebooting a bhyve might end up with the tap interface in a down state.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2016-09-27 18:00, The Doctor wrote:
> On Tue, Sep 27, 2016 at 05:07:01PM -0400, Allan Jude wrote:
>> On 2016-09-27 17:02, The Doctor wrote:
>>> On Tue, Sep 27, 2016 at 04:23:49PM -0400, Allan Jude wrote:
>>>> On 2016-09-27 16:11, The Doctor wrote:
>>>&
On 2016-09-27 17:02, The Doctor wrote:
> On Tue, Sep 27, 2016 at 04:23:49PM -0400, Allan Jude wrote:
>> On 2016-09-27 16:11, The Doctor wrote:
>>> The big question:
>>>
>>> Can you host multiple virtual machines on one FreeBSD Box?
>>>
>>> I a
ough RAM,
CPU, and storage IOPS to power them all.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
doesn't contain /boot/grub. I've
>> tried directing it with -d /isolinux and -g /isolinux/isolinux.cfg ...
>> but the magic isn't there.
>>
>> Frustration.
The earlier instructions for doing the install from the CD, include
instructions on using grubs interactive interface to poke around and
find the initramfs and kernel and load them manually.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
le details.
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
Ha,
familiar with docker, what do you mean by 'mount of a
volume in the docker'
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
I would on
the freebsd vm. On the freebsd vm, I see vtnet0, vtnet1 and vtnet2.
the tap interfaces are not even created on the host.
What am I missing?
Cheers,
Hiren
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.free
abas and I'm a third year student at PhD in
>>>>> University POLITEHNICA from Bucharest, Romania. After some discussions
>>>>> with Peter Grehan about next steps in bhyve-arm, I came with a GSoC
>>>>> proposal for the project "Porting bhyve
oot@feyerabend>
>
> Any ideas appreciated.
>
> Best regards,
> Russell
> _______
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
Your tap0 is not a member of the bridge0.
run: ifconfig bridge0 addm tap0
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
T partition, it might be MBR
instead, which would be md0s1, etc.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
y, correct?
Sergey
bhyve cannot legacy boot windows, only EFI, because of the graphics
requirement. When you do 'gpart show /dev/ada2' if the disk was setup
for EFI booting, it should have an EFI partition.
--
Allan Jude
___
freebsd-virtua
-
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Mak
iling list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
The bhyve command doesn't exit until the VM shuts down.
Have your rc script that runs at startup, run vmrun or whatever you are
doing via 'daemon' or something, so it goes into the background.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
likely scenario
try 'ifconfig -a' and see if there is an eth1 with no configuration
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send a
q=0 ttl=128 time=0.314 ms
>
> $ rdesktop 192.168.4.5
> ERROR: 192.168.4.5: unable to connect
>
> Any ideas?
>
> Thanks,
> Sergey
>
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebs
://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
What typo should I use to recreate this?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ng list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
What are your available options on the host hardware?
sysctl kern.timecounter.choice
Have you tried experimenting?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
u can just:
zfs set primarycache=metadata poolname
And it will only cache metadata in the ARC inside the VM, and avoid
caching data blocks, which will be cached outside the VM. You could even
turn the primarycache off entirely.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
you have a computer virus that is adding/replacing links in your
email to paleodiet.com--health.tv
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
VM should be able to handle it without issue.
If you are using a ZFS zvol, you'll want to make sure the 'volmode' is
set to dev. For a file-backed VM, there should not be any special steps
required.
--
Allan Jude
___
freebsd-virtualiz
/vmrun.sh -g 6444 -d mach10s.img -t tap0
It's nice.. shutdown -r now and shutdown -p now both work exactly as
you'd expect them to... :)
yes, vmrun.sh puts bhyve in a while loop.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
ht
he tap man page.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"freebsd-virtualization-unsubscr...@freebsd.org"
once. Seems it ain't so?
>
Are you running -CURRENT, 10-STABLE, or 10.1?
I think there was talk recently of removing the requirement to destroy
the VM before running bhyveload again.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ly not enough for bhyve and some other
processes. A tunable gives people the option of how long they want to
wait. On my laptop, I likely want to shutdown in a hurry, but on my
virtualization server, I'm willing to wait a few minutes to keep the
shutdown clean.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ke the host's UUID or something, to prevent the chance of more than 1
VM on the same LAN having the same MAC if they have the same VM Name?
2) Should bhyve instead use the FreeBSD assigned OUI for these MAC
addresses?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
e the packets destine for
the inner VM. Without promiscuous mode, any packets with an ethernet
address other than that of the ESXi virtual nic, will not be passed into
the VM.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
tbridge -s
> 1,virtio-net,tap56 -s 2,virtio-blk,/data/pri/4miq904k2q -s 31,uart
> hjtm24l65&
> echo $!>/var/run/petitecloud/hjtm24l65
>
> On Sat, Apr 4, 2015 at 1:02 PM, Allan Jude wrote:
>> On 2015-04-04 12:55, Aryeh Friedman wrote:
>>> /tmp/bhyve.WwKTaeP 84:
rrno 6
>
>
This was the output of what command? What version of FreeBSD?
There is too much missing context here to help you with the error.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
No, bhyve in stable/10 does not support suspend/resume.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
rg/base/release/10.1.0/usr.sbin/bhyve/pci_virtio_net.c?revision=274417&view=markup#l257),
> I was unable to find code that confirms this.
>
> Noah
> ___
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
There is a 'do not fragment' flag you can sent with ping to help debug this.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
load the kernel from.
>
> thanks in advance!
> -pete
>
You can create an empty image and then use the openbsd installer, or you
can use FlashRD, the same way you create a USB image of openbsd.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
anks,
>
try setting: hw.x2apic_enable="0"
in the loader
Look for a thread similar to yours on -current about the issue
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
;
bhyve uses a serial console, rather than a video console. You'll need to
have it configured properly otherwise your login console will appear on
the non-existent video console
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
s of the bhyve loader, you can redirect the output to a
nmdm (null modem) device, so it can run unattended
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
block device, just use the path to the device in the
place of a filename, same way you do with a zvol.
However, it is not currently possible to attach a block device after
bhyve has started.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
a static route (or setup a routing protocol like RIP), the
other hosts on your network will not know how to reach 172.16.32.0/24 to
reply. So the static route you were trying to add, would need to be
added to every machine EXCEPT the VM Host, which already has an IP in
that subnet.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
libvirt should probably 'ifconfig tap0 up' as part of its setup, rather
than relying on that sysctl
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
> SMP: AP CPU #6 Launched!
> Timecounter "TSC-low" frequency 1700046150 Hz quality 1000
> Root mount waiting for: usbus2 usbus0
> uhub2: 2 ports with 2 removable, self powered
> uhub0: 2 ports with 2 removable, self powered
> Root mount waiting for: usbus2 usbus0
> ugen0.2: at usbus0
> uhub3: on
> usbus0
> ugen2.2: at usbus2
> uhub4: on
> usbus2
> Root mount waiting for: usbus2 usbus0
> uhub3: 6 ports with 6 removable, self powered
> uhub4: 8 ports with 8 removable, self powered
> Trying to mount root from zfs:tank/root []…
>
>
> ___
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
You are trying to run a guest with what looks like an invalid amount of
memory. -m expects a value in metabytes
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
tion-unsubscr...@freebsd.org"
>
When using zvols, you must set the 'volmode' to 'dev', otherwise GEOM on
the host locks the disk and causes all kinds of interesting things to
happen.
Note: the volmode property is only applied when the device is created,
so you might have to 'zfs rename' it to cause it to be recreated
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2014-11-20 10:38, Allan Jude wrote:
> On 2014-11-20 10:34, Alex Povolotsky wrote:
>> Hello
>>
>> I'm trying to install CentOS in bhyve.
>>
>> I do everything accordnig to
>> https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html
>
end any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
If you read the handbook, it first does an 'ls' on the cd. You have to
load files that actually exist, they might have slightly different names.
The instructions in the handbook were based on how the files were named
on a CentOS 6.5 cd, 6.6 might be slightly different.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
(what will eventually be 10.2 some day).
This section of the handbook describes the steps required to upgrade
your system to FreeBSD 11-CURRENT:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html#current
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
ol, and does not have the volmode set, and GEOM on
the host is grabbing the disk and locking it, preventing writes
2) The VM was shutdown ungracefully and the file system needs a fsck.
Since you can get into single user mode, this should be doable.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2014-11-12 17:31, Neel Natu wrote:
> Hi Tinker,
>
> On Wed, Nov 12, 2014 at 2:08 PM, Tinker wrote:
>> On 2014-11-12 23:55, Allan Jude wrote:
>>>
>>> On 2014-11-12 16:39, ti...@openmailbox.org wrote:
>>>>
>>>> Hi!
>>>>
to
solve this issue, but have not yet. If you system has enough cores to
support using more than 16 per VM, you can modify the file and recompile
the kernel and use as many CPUs as you want, but not much testing has
happened with bigger numbers.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
bably not work on 10.1. Since you are compiling a custom kernel, you
should probably build VirtualBox from source to get an exactly matched
kernel module, and see if that solves your issues.
--
Allan Jude
___
freebsd-virtualization@freebsd.org mailing l
freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Is the disk for this VM a ZFS zvol?
You might need to set the 'vol mode' to make GEOM not steal the disk.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
On 2014-10-28 14:40, Pete Wright wrote:
>
>
> On 10/28/14 11:30, Allan Jude wrote:
>> On 2014-10-28 14:15, Pete Wright wrote:
>>> just had bhyve coredump on me and was wondering if anyone else had seen
>>> this behavior:
>>>
>>>> uname -ar
useful. Please let me know if
> this is a pebkac event, or if I should file a PR.
>
> Thanks!
> -pete
>
After the first run, before the second, did you bhyvectl --destroy --vm=blah
and then do the grub-bhyve step again (off the disk instead of the
install image this time)
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
thanks,
> -bp
>
>
> ___
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org&qu
On 2014-10-24 00:20, Craig Rodrigues wrote:
> On Thu, Oct 23, 2014 at 8:31 PM, Allan Jude wrote:
>
>>
>> At the Cambridge Dev Summit, Xinuous specifically mentioned helping with
>> testing and writing tests. Might be good people to reach out to
>>
>
> Ar
tap0 create
ifconfig tap0 10.0.9.1/30
#Load the IPFW nat module if it isn't already
kldload ipfw_nat
#create an IPFW NAT instance on your internet interface
ipfw nat config if wlan0
#pass outbound traffic from the internal network through NAT
ipfw add 9001 nat ip from 10.0.9.0/24 to
On 2014-10-24 11:14, Willem Jan Withagen wrote:
> On 24-10-2014 17:03, Allan Jude wrote:
>> On 2014-10-24 04:05, Willem Jan Withagen wrote:
>>> Hi,
>>>
>>> Just out of curiosity I did the following:
>>>
>>> Updated 10-STABLE src in both Dom0
ere is probably disk performance. If you do
something that is pure CPU, you'll usually get about the same
performance as the host, but virtualized disk is not always nearly as good.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
. 3-4, so
> hopefully
> anyone interested in pushing this stuff forward can talk to me there.
>
> --
> Craig
> ___
> freebsd-virtualization@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebs
ization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
That definitely won't work, bhyveload is very specific to freebsd. A
generic boot system would use some other command, or none at all.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
noise!
>
The tap device can also be created automatically by bhyve, make sure you
specify a different tap device for each instance of bhyve.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
or systemd or whatever it is now is
> probably not launching a console on the correct device?
>
>> cheers
>>
>
Just like when the same thing happens on FreeBSD, the issue is that the
console output is not being directed to the serial port.
You must configure the OS as if it was running on a machine with no
video card, only a serial port.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
: module loaded
> [0.745010] loop: module loaded
> Segmentation fault (core dumped)
>
> thanks,
>
What version of FreeBSD are you using? You might want to try the latest
10.1 RC (or HEAD if you are so included) instead, as they have much
improved bhyve.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
irtualization
> To unsubscribe, send any mail to
> "freebsd-virtualization-unsubscr...@freebsd.org"
>
Great work guys. I know many people are looking forward to this
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
s for everything you do inside the VM (steps 4 - 6) are
set out in more detail with example output in the handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-growing.html
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
.@freebsd.org
had something, I was talking to him about it at AsiaBSDCon this spring.
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
'any OS' (from
my understanding, this is the approach that will be used for Windows),
would that remove the requirement for UG to boot Linux, if it was booted
via UEFI?
--
Allan Jude
signature.asc
Description: OpenPGP digital signature
1 - 100 of 113 matches
Mail list logo