Bhyve and QEMU

2020-01-07 Thread Julian Elischer
I have been out of it for a while but I see that in Linux, KVM is used as an emulation engine in QEMU. Do we have any plans to do the same with Bhyve? Anyone have pointers as to how that combination works and if there are reasons we would/would-not do the same? Julian

a little secret info on AZURE VMs..

2018-09-10 Thread Julian Elischer
Apparently if you publish an Azure image to their marketplace, they blindly store billing information at location 65536 of the VHD file.. so you need to ensure that your first partitions start after that. if you use a layout with your first partition starting at 64 sectors in, this location falls

Re: Greetings from SmartOS

2018-04-25 Thread Julian Elischer
On 26/4/18 1:12 pm, Patrick Mooney wrote: Hi folks, I'm a member of the team at Joyent working to port bhyve to SmartOS (and eventually illumos). While illumos already has a port of KVM/qemu, the design goals and community around bhyve appear to be a much better match for us. Like ZFS,

Re: bhyve pci passthrough usb controller

2018-03-23 Thread Julian Elischer
On 23/3/18 11:40 pm, Wouter Snels wrote: new wrapping is no better It looks like the device you are passing though is not removed from freebsd first. but it's hard to tell. |Hi, .. I'm trying to pci passhthrough a usb controller to a bhyve windows 7 virtualization. When I start the virtual

Re: superfluous host interfaces

2018-02-27 Thread Julian Elischer
On 26/2/18 8:13 pm, Harry Schmalzbauer wrote: Bezüglich Ruben's Nachricht vom 26.02.2018 11:34 (localtime): On 26/02/2018 10:56, Harry Schmalzbauer wrote: … Another, personally very significant, reason is that you'll get a superfluous host interface for each if_bridge(4), which makes the

Re: superfluous host interfaces

2018-02-27 Thread Julian Elischer
On 26/2/18 6:34 pm, Ruben wrote: On 26/02/2018 10:56, Harry Schmalzbauer wrote: Hi Harry, What are your reasons for preferring ng_bridge over the "normal" bridge? Two very different main reasons: if_bridge(4) is very standards compliant (e.g. that different reserved MAC addresses won't get

bhyve bombed out..

2018-02-27 Thread Julian Elischer
environment: HOST: freebsd 12 (a couple of weeks ago) on ESX 6.0.0 yes..  nested Virtualisation Client: slightly modified freebsd current (from the 20th) Bhyve dies afer a while with: vm exit[0]     reason    VMX     rip    0x0008003e4b03     inst_length    0     status    0

Re: FreeBSD 11.1 hangs after one week as HyperVM guest on Windows 2016 cluster

2017-11-23 Thread Julian Elischer
On 22/11/17 10:35 pm, Martin Schweizer wrote: Hello All is running fine. No problems. After about one week FreeBSD hangs, means does no more respond (also no ssh connection). At the console you can type in the user name and then no reaction. No error message on the screen on /var/log/messages.

Re: bhyve and backed-up dd disk image

2017-10-01 Thread Julian Elischer
On 29/9/17 10:37 pm, tech-lists wrote: Hello list, Would I be able to spin up in bhyve a disk image that had been obtained from the disk of a bare-metal standard freebsd installation? thanks, It depends on whether you have the required virtio devices in the kernel, or can load them from the

Re: debugging FreeBSD BHyve guest

2017-04-12 Thread Julian Elischer
On 11/4/17 9:30 pm, Hannes Mehnert wrote: Hello, I want to debug a FreeBSD BHyve guest kernel, and tried to follow the instructions on the wiki (https://wiki.freebsd.org/bhyve/DebuggingWithGdb) -- but already the "device bvmdebug" is no longer recognized by make buildkernel. I hope that is

Re: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-03-01 Thread Julian Elischer
On 1/3/17 1:57 pm, Steve Wills wrote: Hi All, Thanks to everyone who tested. Hi I haven't tested your new tools but I needed to do the following in the previous version. (otherwise I coudl have used a pkg..) --- services/plugins/guestInfo/guestInfoServer.c.orig 2017-02-25

Re: bhyve -g gets killed by EPIPE

2016-11-24 Thread Julian Elischer
On 25/11/2016 12:13 AM, Andriy Gapon wrote: I am trying to follow this guide: https://wiki.freebsd.org/bhyve/DebuggingWithGdb It seems to work, once or twice, but after that when I active kdb in the guest bhyve would terminate with status 141. I interpret it as signal 13, EPIPE. I have

kgdb seen working against bhyve recently? (10.3)

2016-10-03 Thread Julian Elischer
when I try run kgdb against a 10.3 based system on a 10.3++ host I get the following packet errors... has anyone had recent success using kgdb? Anyone know of changes to the debugger link code that would do this? Julian: Repeat count 97 too large for buffer:

Re: Poor disk performance of FreeBSD under AWS

2016-03-18 Thread Julian Elischer
On 18/03/2016 3:00 PM, huanghwh wrote: BTW, with 1G ram configuration, vi can exit very quickly. At 2016-03-18 14:26:14, "huanghwh" wrote: I have a EC2 server in AWS, 4CPU+16G ram, FreeBSD 10.2R. Use two command dd and vi: dd if=/dev/zero of=/.swap bs=1M count=8192 &

Re: bhyve and CARP?

2016-03-01 Thread Julian Elischer
On 1/03/2016 8:43 AM, dweimer wrote: I am considering setting up a bhyve virtual machine to run pfSense. Not too thrilled with the CPU heat on the PC Engines APU1D4 when under heavy load, but don't want to rely entirely on a VM. As I like still having internet if I would have to take my server

Re: (VNET) jails not going away

2016-02-23 Thread Julian Elischer
On 23/02/2016 3:42 AM, Bjoern A. Zeeb wrote: Hi, sorry for the cross-post, Reply-To: set. On 22 Feb 2016, at 13:41 , Bjoern A. Zeeb wrote: Hi, has anyone else experienced VNET jails to not fully go away anymore on a recent HEAD kernel (or possibly an

Re: bhyve with Linux guest, how to safely handle updates?

2016-01-28 Thread Julian Elischer
On 29/01/2016 3:13 AM, Neel Natu wrote: Hi Dean, On Thu, Jan 28, 2016 at 10:55 AM, dweimer wrote: On 2016-01-26 8:13 pm, Sergey Manucharian wrote: Excerpts from dweimer's message from Tue 26-Jan-16 19:07: Is there anything that normally needs to be done after a Linux

Re: anyone used AliYun cloud?

2015-05-31 Thread Julian Elischer
On May 31, 2015, at 13:43, Julian Elischer jul...@freebsd.org wrote: Aliyun cloud is alibaba's amazon cloud competitor. Also uses Xen. They offer Linux and windows of course but nothing in FreeBSD. Has anyone looked at it? It's coming up with $JOB as a question vs FreeBSD. Julian

Re: bhyve code question, pci_virtio_net.c

2015-05-23 Thread Julian Elischer
On 5/17/15 3:01 AM, Peter Grehan wrote: My rough plan to move forward with this is that any new non-virtio NIC emulation will get the FreeBSD OUI and perhaps a different default algorithm. virtio-net will continue to use the existing one, but maybe in the future a legacy-mac option will be

Re: ipv4 routing from bhyve

2015-01-12 Thread Julian Elischer
On 1/12/15 5:32 AM, williamecow...@hush.ai wrote: Hello, I hope I can have some assistance. I am trying to get networking via wlan0 but without NAT or bridging (doesn't work on wifi unless WDS). say my my main network is 10.10.2.0/24, gateway/internet is 10.10.2.1, my ip is 10.10.2.252. I

Re: backups of bhyve images

2014-12-09 Thread Julian Elischer
On 12/9/14, 7:44 AM, Pete Wright wrote: On 12/08/14 15:30, Craig Rodrigues wrote: (3) When you want to backup the VM, do a zfs snapshot take take a snapshot of the ZFS zvol. will this ensure that your zvol is consistent, or rather will the filesystem overlaid on the zvol device be ensured

Re: RFC: Enabling VIMAGE in GENERIC

2014-12-02 Thread Julian Elischer
On 12/2/14, 7:31 PM, Bjoern A. Zeeb wrote: On 30 Nov 2014, at 10:04 , Julian Elischer jul...@freebsd.org wrote: On 11/29/14, 5:28 PM, Craig Rodrigues wrote: On Mon, Nov 24, 2014 at 9:03 AM, Julian Elischer jul...@freebsd.org mailto:jul...@freebsd.org wrote: also look at the following

Re: Enabling VIMAGE in GENERIC

2014-12-01 Thread Julian Elischer
On 12/2/14, 12:07 PM, George Neville-Neil wrote: On 30 Nov 2014, at 5:04, Julian Elischer wrote: On 11/29/14, 5:28 PM, Craig Rodrigues wrote: On Mon, Nov 24, 2014 at 9:03 AM, Julian Elischer jul...@freebsd.org mailto:jul...@freebsd.org wrote: also look at the following: (a little dated

bhyve failure

2014-11-27 Thread Julian Elischer
I added WITNESS to a kernel I've been running and during boot I got this result: vm exit[0] reason VMX rip 0x8078c1a7 inst_length 7 status 0 exit_reason 2 qualification 0x

Re: bhyve remote kgdb does not support kernel modules...

2014-11-15 Thread Julian Elischer
On 11/15/14, 5:43 PM, John-Mark Gurney wrote: John-Mark Gurney wrote this message on Sat, Nov 15, 2014 at 01:37 -0800: So, I got remote kgdb working w/ bhyve, but kernel modules aren't loaded... I'm getting: (kgdb) bt #0 kdb_enter (why=0x8102ee88 panic, msg=value optimized out)

Re: NATed or Private Network Setups

2014-10-24 Thread Julian Elischer
On 10/25/14, 8:01 AM, John Nielsen wrote: On Oct 24, 2014, at 5:08 PM, Pete Wright p...@nomadlogic.org wrote: Hi All, Has anyone deployed bhyve using NAT'd or private network setups? I've been able to deploy bridged interfaces, but I was wondering if anyone has done other network topologies.

Re: Enabling VIMAGE by default for FreeBSD 11?

2014-10-17 Thread Julian Elischer
On 10/17/14, 7:51 PM, Marko Zec wrote: On Fri, 17 Oct 2014 13:37:37 +0200 Marius Strobl mar...@alchemy.franken.de wrote: On Wed, Oct 15, 2014 at 04:27:28PM -0700, Craig Rodrigues wrote: On Sun, Oct 12, 2014 at 6:35 AM, Kris Moore k...@pcbsd.org wrote: It was for a while in 9.2, but we

Re: Enabling VIMAGE by default for FreeBSD 11?

2014-10-16 Thread Julian Elischer
On 10/17/14, 1:43 PM, vijju.singh wrote: We've seen issues with vnet delete causing stale pointers in mbufs referencing the per-vnet loopback interface (deleted with the vnet). you can also see this sort of problem with removable devices. e.g. USB network interfaces, so it's not unique to

Re: Enabling VIMAGE by default for FreeBSD 11?

2014-10-12 Thread Julian Elischer
On 10/12/14, 1:55 PM, wishmaster wrote: --- Original message --- From: Alexander V. Chernikov melif...@ipfw.ru Date: 11 October 2014, 23:20:39 On 11 Oct 2014, at 21:58, Craig Rodrigues rodr...@freebsd.org wrote: Hi, What action items are left to enable VIMAGE by default for

Re: bhyve: vde2/openvswitch

2014-06-22 Thread Julian Elischer
On 6/21/14, 1:52 AM, Peter Grehan wrote: Hi Cory, Is there any current support for vde2 None yet. aside from using vde2_plug2tap? (Does that even work? I believe vde2 likes to open the tap interface exclusively. I need to bring up a bhyve test environment to check fully.) ... How

Re: bhyve: vde2/openvswitch

2014-06-19 Thread Julian Elischer
On 6/20/14, 8:51 AM, Cory Smelosky wrote: Hey all, Is there any current support for vde2 aside from using vde2_plug2tap? (Does that even work? I believe vde2 likes to open the tap interface exclusively. I need to bring up a bhyve test environment to check fully.) How exactly does the

Re: freebsd 10.0 not work carp protocol on Hyper-v

2014-03-03 Thread Julian Elischer
On 3/2/14, 2:49 AM, Giovanni Mattera wrote: good morning I installed freebsd 10.0 on Hyper -V Windows Server 2012 R2. I would like to enable the CARP protocol but is still in a state of init . The error in dmessage is ifa_del_loopback_route : deletion failed: 48 . How do you configure CARP on

Re: [maybe spam] Re: Bhyve and network virtualization

2014-02-01 Thread Julian Elischer
On 2/1/14, 6:44 PM, Frédéric Alix wrote: | I am also looking into this but I think you will find the FB has almost everything you need right out of the box yes, you should right. I am reading the FB handbook and many blogs for learn how run *BSD After 13 years in Solaris world, it's a big

Re: Remote serial console for BHyve VM?

2014-01-12 Thread Julian Elischer
On 1/12/14, 5:13 AM, Aryeh Friedman wrote: On Mon, Jan 6, 2014 at 5:56 PM, Craig Rodrigues rodr...@freebsd.org wrote: Hi, I am working with Sean Bruno to set up some BHyve VM's. Right now, the vmrun.sh script tells BHyve to direct the serial console to stdout. Best solution for a permanent

Re: break to debugger in bhyve

2013-12-15 Thread Julian Elischer
On 12/16/13, 8:27 AM, Michael Berman wrote: I’ve tried the various kernel and sysctl options, and it may be the way I am starting bhyve but I can’t seem to get a the FreeBSD guest to enter the kernel debugger with a hotkey. it depends of course on which 'console' you are using,, for serial

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Julian Elischer
On 11/11/13, 7:49 AM, Pavel Timofeev wrote: Great, it helped! Thanks a lot! the suggested change suggests fragile code. It should be able to handle unexpected input.. 2013/11/11 Sergey Kandaurov pluk...@gmail.com: On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...]

Re: Hyper-V

2013-11-05 Thread Julian Elischer
On 11/4/13, 11:13 PM, Pavel Timofeev wrote: Hi! I upgraded to 10.0-BETA3 but still see messages like Tue Nov 5 11:09:05 MSK 2013 calcru: runtime went backwards from 1728 usec to 889 usec for pid 981 (zabbix_server) calcru: runtime went backwards from 1229 usec to 703 usec for pid 976

Re: FreeBSD PVHVM call for testing

2013-10-13 Thread Julian Elischer
On 10/11/13 9:56 PM, Roger Pau Monné wrote: On 11/10/13 11:42, Eggert, Lars wrote: Hi, On May 13, 2013, at 20:32, Roger Pau Monné roger@citrix.com wrote: Right now the code is in a state where it can be tested by users, so we would like to encourage FreeBSD and Xen users to test it and

Re: Xen (and others Hypervisors) how do they handle IPIs?

2013-09-27 Thread Julian Elischer
On 9/26/13 5:50 PM, Roger Pau Monné wrote: On 26/09/13 03:48, Julian Elischer wrote: On 9/25/13 11:04 PM, Roger Pau Monné wrote: On 25/09/13 16:56, Julian Elischer wrote: If CPUs are mapped around, how are IPIs handled? I assume they must be emulated? I've noticed that under Xen (on both

Re: Xen (and others Hypervisors) how do they handle IPIs?

2013-09-26 Thread Julian Elischer
On 9/26/13 4:16 PM, Peter Grehan wrote: Hi Julian, If CPUs are mapped around, how are IPIs handled? I assume they must be emulated? For bhyve, if the target vCPU of an IPI is running, a null IPI is sent on the host to force it to exit so the IPI can be injected

Xen (and others Hypervisors) how do they handle IPIs?

2013-09-25 Thread Julian Elischer
If CPUs are mapped around, how are IPIs handled? I assume they must be emulated? I've noticed that under Xen (on both Amazon EC2 and a Redhat server) whenever you schedule a thread it always sits on the run queue for 20 uSecs before it starts running. It looks to me like it's the IPI taking

virtualbox, PCBSD and NAT mode

2013-05-11 Thread Julian Elischer
I have been unable to get NAT mode to work for me. (bridging seems to work fine) is it known to be broken or otherwise fussy in freebsd 9.1? I have it under PCBSD 9.1 and installed the PBI.. other than the problem with NAT mode it seems to be working fine. but that is a deal breaker for when

Re: [Announcement] VPS // OS Virtualization // alpha release

2012-09-01 Thread Julian Elischer
On 8/31/12 4:27 PM, Klaus P. Ohrhallinger wrote: Hello! I'm pleased to announce the first feature-complete alpha version of my virtualization project VPS: http://www.7he.at/freebsd/vps/ Besides a diff there are also prebuilt binary sets available that can be easily installed using pkg_add. I

question on Bhyve

2011-09-27 Thread Julian Elischer
does anyone know what is needed for a hypervisor to support PCI pass through? ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to

Re: question on Bhyve

2011-09-27 Thread Julian Elischer
On 9/27/11 1:35 PM, Neel Natu wrote: Hi Julian, On Mon, Sep 26, 2011 at 11:10 PM, Julian Elischerjul...@freebsd.org wrote: does anyone know what is needed for a hypervisor to support PCI pass through? I can speak about the bhyve implementation of pci passthru but I suspect that other

Re: VIMAGE and pf?

2011-06-18 Thread Julian Elischer
On 6/18/11 3:53 AM, Stefan Bethke wrote: Is VIMAGE supposed to be compatible with pf? On r223207 (8-stable) I'm getting a panic when pfctl loads the rules: no they are not compatible.. there are comatibilty patches but we have so far failed to get them into the tree. Fatal trap 12: page

Re: HEADS UP: tenetative plan to merge VIMAGE parts

2011-02-03 Thread Julian Elischer
On 2/3/11 11:47 AM, Bjoern A. Zeeb wrote: Hi, I will be at FOSDEM this weekend (if you are as well and want to talk, send me an email off list or try to find me in the crowds). When back next week I plan to extract the initial parts from perforce and merge them to SVN. This will include: 1)

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-02 Thread Julian Elischer
On 2/2/11 7:06 AM, Monthadar Al Jaberi wrote: Thanx makes more sense, but I have noticed something weired if you can shade some light on. I added printfs one when the module is first loaded (static int event_handler(module_t module, int event, void *arg)): curthread=0xc3f95870

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-02 Thread Julian Elischer
On 2/2/11 8:42 AM, Julian Elischer wrote: On 2/2/11 7:06 AM, Monthadar Al Jaberi wrote: Thanx makes more sense, but I have noticed something weired if you can shade some light on. I added printfs one when the module is first loaded (static int event_handler(module_t module, int event, void

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-02 Thread Julian Elischer
On 2/2/11 10:05 AM, Monthadar Al Jaberi wrote: I just tried something that seems to work, but please dont hit me ^^;;; in wtap_ioctl I assigned curthread-td_vnet myself to point to a VNET (saved it when the module first loaded) (I have not created any jails yet)... and it works... I didnt put

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-01 Thread Julian Elischer
On 2/1/11 8:40 AM, Monthadar Al Jaberi wrote: Hi, I hope I am on the write place, second try... I have written a module that loads fake wifi devices (wtap?) and distributes packets between them. For now I use route command to route packets between them from upper layers (TCP,...). I want to

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-01 Thread Julian Elischer
ok here's how it works.. any place you access a V_xxx variable you need to have the current vnet set. so somewhere in your code path to get to that point you have to have done CURVNET_SET() and after you have finised on the way out you should do CURVNET_RESTORE(). you can get the vnet from

Re: VirtualBox + VIMAGE

2011-01-25 Thread Julian Elischer
On 1/25/11 1:06 PM, Mikolaj Golub wrote: On Sun, 23 Jan 2011 23:44:41 -0800 Julian Elischer wrote: JE On 1/23/11 6:33 AM, Mikolaj Golub wrote: As a quick fix I added in VBoxNetFlt-freebsd.c in all problem functions CURVNET_SET_QUIET(vnet0) macro, which sets td-td_vnet to default

Re: VirtualBox + VIMAGE

2011-01-24 Thread Julian Elischer
On 1/23/11 6:33 AM, Mikolaj Golub wrote: Hi, Sorry for cross posting, but this question concerns both VirtualBox and VIMAGE :-). I would like to be able to run VirtualBox on my desktop, with kernel compilled with VIMAGE, so I would use light vnet jails for FreeBSD VMs and VirtualBox for other

Re: if_bridge VIMAGE patch

2011-01-13 Thread Julian Elischer
On 1/13/11 4:42 AM, Nikos Vassiliadis wrote: Hi, Please, review the attached patch. It is against yesterday's HEAD and it virtualizes if_bridge. without examining every character, it looks ok. The script should go in /usr/share/examples/netgraph Bjoern/Marko, see any problems? You can

Re: smbfs on VIMAGE kernel

2011-01-11 Thread Julian Elischer
On 1/11/11 11:42 AM, Mikolaj Golub wrote: Hi, With the attached patch I can mount and use samba fs on current built with VIMAGE option. but what does that actually MEAN? you are in a jail you have your own stack. you mount a filesystem. When someone outside the jail (who can see that point

Re: ng_iface problems with VIMAGE

2010-12-11 Thread Julian Elischer
On 12/11/10 4:49 PM, William Phillips wrote: Hello: The following script creates a point-to-point link between jails. I will admit that I don't remember ever actually connecting two ng_iface nodes directly to each other. Having said htat there the epair(4) driver which is specifically

Re: limitations on jail style virtualization

2010-11-14 Thread Julian Elischer
On 11/13/10 8:27 PM, Bjoern A. Zeeb wrote: On Sat, 13 Nov 2010, Julian Elischer wrote: On 11/13/10 2:13 PM, Julian Elischer wrote: On 11/13/10 1:55 PM, Brandon Gooch wrote: On Sat, Nov 13, 2010 at 2:59 PM, Julian Elischerjul...@freebsd.org wrote: Was this brought up in any

Re: limitations on jail style virtualization

2010-11-13 Thread Julian Elischer
On 11/13/10 1:55 PM, Brandon Gooch wrote: On Sat, Nov 13, 2010 at 2:59 PM, Julian Elischerjul...@freebsd.org wrote: Was this brought up in any of the discussions? http://www.7he.at/freebsd/vps/ no it was not brought up.. it was an unofficial non-planned discussion that errupted pretty much

Re: limitations on jail style virtualization

2010-11-13 Thread Julian Elischer
On 11/13/10 2:13 PM, Julian Elischer wrote: On 11/13/10 1:55 PM, Brandon Gooch wrote: On Sat, Nov 13, 2010 at 2:59 PM, Julian Elischerjul...@freebsd.org wrote: Was this brought up in any of the discussions? http://www.7he.at/freebsd/vps/ no it was not brought up.. it was an unofficial non

Re: VIMAGE + NDIS

2010-09-27 Thread Julian Elischer
On 9/27/10 12:39 AM, Nikos Vassiliadis wrote: Hello, I am seeing a kernel panic with VIMAGE and NDIS. My wifi card needs NDIS and I need VIMAGE :) It is easily producible. Associate with an AP, run dhclient and then change the SSID to something random. #10 0xc0978200 in rt_dispatch

Re: VirtualBox Headless inside a jail

2010-03-04 Thread Julian Elischer
Wolfgang Riegler wrote: Hi, I would like to setup VirtualBox headless with the VNC-patch and vboxweb inside a jail. Is this possible? I use FreeBSD 8.0-p2 amd64. regards Wolfgang ___ freebsd-virtualization@freebsd.org mailing list

Re: ppp in vimages?

2009-12-04 Thread Julian Elischer
Nikos Vassiliadis wrote: Julian Elischer wrote: we would expect it to work the way you wish but it appears that we have left that out in oversight. We'll see what we can do.. (remember in 8.0 vimage is just s technology review feature and you should not be trying to use it in production

Re: ppp in vimages?

2009-12-04 Thread Julian Elischer
Nikos Vassiliadis wrote: Julian Elischer wrote: we would expect it to work the way you wish but it appears that we have left that out in oversight. We'll see what we can do.. (remember in 8.0 vimage is just s technology review feature and you should not be trying to use it in production

Re: Random Page Fault on Soekris

2009-11-18 Thread Julian Elischer
Justin Wong wrote: Hi all, I am currently running a snapshot of the vimage source (vimage_7_20090505.tgz) against FreeBSD 7.1 on a Soekris Net5501-70. I am running a small load on the Soekris board and periodically I will receive the following error: -- Fatal trap 12: page fault

Re: Imunes and FreeBSD 8.0 RC2

2009-11-05 Thread Julian Elischer
remodeler wrote: Hi, i have just installed FreeBSD 8.0 RC2 and wanted to play around with imunes/vimage, but i couldn't find it in the installed version (from DVD ISO). Did i just missed something, or what do i have to install something in addition? If so, FTP URLS would be helpful as my BSD

Re: Vimage vs. jails

2009-08-18 Thread Julian Elischer
Pierre Guinoiseau wrote: Hi, Julian Elischer wrote: it's not Vimage vs Jails but Vimage as part of Jails. Peter Cornelius wrote: Hi there, I just see the vimage changes going into RELENG_8 and I now am getting my hands dirty, finally. So thanks to all involved. Just to get my head around

Re: single image OS with multiple freebsd machines

2009-07-11 Thread Julian Elischer
V S P wrote: Hi, new to the list came across of http://www.kerrighed.org/wiki/index.php/Main_Page Which a linux-based system that virtualizes individual machines into one cohesive OS so 4 machines with 4GB and 2 cpus each look to applications as one machine with 16GB and 8CPUs certainly

Re: single image OS with multiple freebsd machines

2009-07-11 Thread Julian Elischer
V S P wrote: Hi, new to the list came across of http://www.kerrighed.org/wiki/index.php/Main_Page Which a linux-based system that virtualizes individual machines into one cohesive OS so 4 machines with 4GB and 2 cpus each look to applications as one machine with 16GB and 8CPUs I think that

Re: Hierarchical jails

2009-05-14 Thread Julian Elischer
Jamie Gritton wrote: There's still a change to offer your input on the new jails before they go in! OK, given the lack of response so far, it's less still a chance than please?. Current plans are to have this in place for 8.0, with connections to the ongoing Vimage work. Hopefully the silence

Re: VIMAGE

2009-05-03 Thread Julian Elischer
Peter Cornelius wrote: Re... The situation is that right now jail and vimage are orthogonal (ish) however in the future, vimage will become a set of options on jail. Ah. SO it probably is kinda useless to try and stick a couple of jails 'inside' a vimage. no you will be able to nest

Re: VIMAGE

2009-05-03 Thread Julian Elischer
Nikos Vassiliadis wrote: Julian Elischer wrote: Peter Cornelius wrote: Re... The situation is that right now jail and vimage are orthogonal (ish) however in the future, vimage will become a set of options on jail. Ah. SO it probably is kinda useless to try and stick a couple of jails

Re: VIMAGE

2009-05-02 Thread Julian Elischer
Peter Cornelius wrote: Hi, Are vimage and jail mutually exclusive? no The situation is that right now jail and vimage are orthogonal (ish) however in the future, vimage will become a set of options on jail. Regards, Peter. Original-Nachricht Datum: Sat, 25 Apr 2009

Re: how to move physical interface into multiple vimage interfaces

2009-04-02 Thread Julian Elischer
subbsd wrote: Hello maillist i fetch and apply latest http://imunes.tel.fer.hr/virtnet/vimage-20081015.tgz patches for 7.2 i386 for testing vimage. All according man page work done. Small bug: vimage -i with 1 arguments make core dumped: # vimage -i onearg Segmentation fault (core dumped)

Vimage next step

2009-02-19 Thread Julian Elischer
I've been doing performance testing on the 'non-vimage' 'structified' case VS the original 'globals' case and have not been able to see any really significant differences (though I have seen very slight differences in the distribution of results). SO I think we are in the position of moving