Re: FreeBSD 12.1 hypervisor management tools

2020-03-02 Thread David P. Discher
ikely 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, wher

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-14 Thread David P. Discher
default I believe is =1). I’m running Intel ICH10 and have to disable MSI. Roger has ICH8 and doesn’t seem to have the issue. The latest issue is very poor network performance (with Intel 82574L) from the DomU (guests) over the bridge and to the network. However, Guests -> Dom0 see

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é wrote: > Hello, > > El 08/12/14 a les 23.45, David P. Discher ha escrit: > >> >&

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-08 Thread David P. Discher
front. 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,

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 wrote: > Hi > > Excuse me,I have a problem. > I installed FreeBSD on XenServer.Can I install OpenStack on FreeBSD?? > > Best Regards > >

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-04 Thread David P. Discher
next thing to do is to get the consoles working correctly so I can get 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. Disch

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é 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

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

Xen-FreeBSD Dom0 4th script for auto-booting

2014-12-03 Thread David P. Discher
Gee … how I do hate FICL/Forth … but this works for auto booting Xen+FreeBSD Dom0. - https://github.com/daviddpd/freebsdtools/blob/master/xen/xen.4th - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz signature.asc Description: Message signed with OpenPGP using

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-03 Thread David P. Discher
’ll try moving the SOL port over to com2 instead. Since this is working on, I’ll also see if I can knock out a little 4th script to boot xen by default, as you have suggested in your commit logs. For the history context, the dmesg logs are also attached. - David P.

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-03 Thread David P. Discher
ress temporary ? It’s not clear to me what hardware 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
f8095728f is in device_attach (device_if.h:180). 175 device_if.h: No such file or directory. in device_if.h (kgdb) - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz Xen+Dom0.FreeBSD pvh_dom0_v8+xen_pci.patch = OK unlo

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-02 Thread David P. Discher
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: daviddpdz On Dec 2,

Re: Attempting to Get Xen FreeBSD Dom0 working

2014-12-02 Thread David P. Discher
f823228d0 frame pointer = 0x28:0x82322940 code segment= base 0x0, limit 0xf, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags= interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) [ thread pid 0 tid 10 ] Stopped at AcpiNsWalkNamespace+0x31: movq0x18(%rsi),%rax db> - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz signature.asc Description: Message signed with OpenPGP using GPGMail

Attempting to Get Xen FreeBSD Dom0 working

2014-12-02 Thread David P. Discher
ame 0x82322c50 bus_set_pass() at bus_set_pass+0x8c/frame 0x82322c80 configure() at configure+0xa/frame 0x82322c90 mi_startup() at mi_startup+0x108/frame 0x82322cb0 xen_start() at xen_start+0x1f db> - David P. Dische