Re: FreeBSD 12.1 hypervisor management tools

2020-03-02 Thread David P. Discher
do other things, they are implemented for easy of use in the Web UI. Ideally I’d love to implement my iSCSI+ZFS for Xen and into XOA. -- David P. Discher https://davidpdischer.com/ > On Jan 4, 2020, at 9:32 AM, Stefan Parvu wrote: > > Hi, > > We got a new server, where we

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-09 Thread David P. Discher
me know what/where to add some debugging code. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz Mobile: 408.368.3725 On Dec 9, 2014, at 12:27 AM, Roger Pau Monné roger@citrix.com wrote: Hello, El 08/12/14 a les 23.45, David P. Discher ha escrit: SNIP

Re: OpenStack On FreeBSD

2014-12-08 Thread David P. Discher
point. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz On Dec 7, 2014, at 12:19 AM, Nika Behjati nik...@gmail.com wrote: Hi Excuse me,I have a problem. I installed FreeBSD on XenServer.Can I install OpenStack on FreeBSD?? Best Regards -- Nika Behjati

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-08 Thread David P. Discher
. The great thing is now I got the Xen console working, so can get the debug output. However the bounce buffer/hypercall issue i would think is far more important than MSI interrupts at the monument. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz On Dec 5, 2014

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-04 Thread David P. Discher
On Dec 4, 2014, at 12:46 AM, Roger Pau Monné roger@citrix.com wrote: Hello, El 04/12/14 a les 3.27, David P. Discher ha escrit: So, the “working” part … the hypervisor up, and Dom0 running, is correct. However, after ~5 minutes, the AHCI buses timeout. This seems

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-04 Thread David P. Discher
debugging info from the hypervisor. Will hopefully bang on this this evening. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz Mobile: 408.368.3725 On Dec 4, 2014, at 12:26 PM, David P. Discher d...@dpdtech.com wrote: Yes, ICH10. I’m not sure if an idle Dom0 does

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-03 Thread David P. Discher
it is stumbling over. Thanks ! - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz signature.asc Description: Message signed with OpenPGP using GPGMail

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-03 Thread David P. Discher
So, the “working” part … the hypervisor up, and Dom0 running, is correct. However, after ~5 minutes, the AHCI buses timeout. This seems to be constantly reproducible via Dom0. FreeBSD on the this bare metal does’t have this issue. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-02 Thread David P. Discher
),%rax db - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz signature.asc Description: Message signed with OpenPGP using GPGMail

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-02 Thread David P. Discher
); 320 321 return (bus_generic_attach(dev)); 322 } 323 324 #ifdef ACPI_DMAR 325 bus_dma_tag_t dmar_get_dma_tag(device_t dev, device_t child); (kgdb) - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M

Re: Xenmotion on Xenserver

2012-04-24 Thread David Markey
All thats really required is to be able to write to the xenstore. I know Netscaler VPX is based on FreeBSD and supports XenMontion.. If you can legally use anything out of VPX is another story. On 24 April 2012 01:54, moto kawasaki m...@kawasaki3.org wrote: Hi Yes, I strognly wish to have

Re: a little lost: Xen HVM acpi shutdown?

2011-04-23 Thread David Markey
ACPI shutdown can be done via the QEMU process. It should be listening on a control pipe where you can tell it to shutdown. On 23 April 2011 21:33, Florian Heigl florian.he...@gmail.com wrote: Hi all, I have a nicely working FreeBSD image now, that seems stable enough for production use.

Re: HOWTO: xen tools within FreeBSD domU

2011-01-30 Thread David Markey
Sweet, from this it should be possible to get XenServer tool to work. Thanks! On 30 January 2011 14:16, Janne Snabb sn...@epipe.com wrote: On Sun, 30 Jan 2011, Janne Snabb wrote: Prerequisites: gmake, XENHVM or XEN kernel (GENERIC will not work) Python is also needed. I put a copy of

Re: FreeBSD 8 i386 vs. XenServer 5.0 on AMD Opteron 2214

2010-02-16 Thread David
FreeBSD only boots on Intel machines on XS 5 On 16 February 2010 04:08, Lars Duesing lars.dues...@camelotsweb.de wrote: Luke, I do use only one VCPU. But thanks. Lars -Ursprüngliche Nachricht- Von: Luke S Crawford [mailto:l...@prgmr.com] Gesendet: Dienstag, 16. Februar 2010

Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
Well, im using the AMD64 ISO image, So i'll have to recompile the kernel? Are there instructions anywhere? Thanks. David 2010/1/11 James Smith james.sm...@m247.com Hi, Have you compiled XENHVM kernel? It makes some improvements to networking. Ensure you add the correct device to /etc

Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
to make XENHVM. Stop Any Idea? 2010/1/11 James Smith james.sm...@m247.com Compile kernel in the normal way, using the XENHVM config. cd /usr/src make kernel XENHVM edit /etc/rc.conf Change network interface to re0, save and reboot. Regards, James Smith, *From:* David [mailto:ad

Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
Thanks guys, got that working. How about block device drivers? 2010/1/11 Ivan Voras ivo...@freebsd.org The given command was slightly wrong; it should have been: make kernel KERNCONF=XENHVM 2010/1/11 David ad...@dmarkey.com: install -o root -g wheel -m 555 zfs.ko /boot/kernel

Re: HVM paravirt block/nic drivers

2010-01-11 Thread David
() at vn_open_cred+0x423 kern_openat() at kern_openat+0x179 syscall() at syscall+0x1af Xfast_syscall() at Xfast_syscall+0xe1 --- syscall (5, FreeBSD ELF64, open), rip = 0x80096157c, rsp = 0x7fffd488, rbp = 0x800ab4700 --- 2010/1/11 David ad...@dmarkey.com Thanks guys, got that working. How about block

HVM paravirt block/nic drivers

2010-01-10 Thread David
Hi Guys/Girls, Successfully got a FreeBSD 8 HVM DomU installed. I see its using the emulated block/nic drivers. Is there any work being done on writing paravirt drivers for FreeBSD in HVM? Regards, David ___ freebsd-xen@freebsd.org mailing list http

Re: finishing up the xen port - would funding help?

2009-08-29 Thread Michael David Crawford
anything valuable. Mike -- Michael David Crawford m...@prgmr.com prgmr.com - We Don't Assume You Are Stupid. Xen-Powered Virtual Private Servers: http://prgmr.com/xen ___ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: finishing up the xen port - would funding help?

2009-08-29 Thread Michael David Crawford
line? The Linux Dom0 development just uses Git, I think, because that's what the mainline kernel developers use. Thanks, Mike -- Michael David Crawford m...@prgmr.com prgmr.com - We Don't Assume You Are Stupid. Xen-Powered Virtual Private Servers: http://prgmr.com/xen

Re: finishing up the xen port - would funding help?

2009-08-29 Thread Michael David Crawford
, we really would be wanting to run the development code. When I was working with Xen a few months ago, the development code had all kinds of stuff in it that wasn't available in any of the releases. Mike -- Michael David Crawford m...@prgmr.com prgmr.com - We Don't Assume You Are Stupid