FreeBSD-Xen Current updates

2009-05-18 Thread Adrian Chadd
G'day everyone, I've been toying around with FreeBSD-Current and Xen over the last few days. I've quitened a niggling debug statement in the console code that printed something every time a character was read in the debugger. If a developer would like it re-enabled they can do it themselves; it w

My FreeBSD-current/Xen install notes

2009-05-18 Thread Adrian Chadd
I've started documenting (mostly for my own memory for now!) my experiences getting a working FreeBSD-current Xen environment together. http://wiki.freebsd.org/AdrianChadd/XenHackery Notable bits: pygrub works. :) Adrian ___ freebsd-xen@freebsd.org m

Re: FreeBSD-Xen Current updates

2009-05-18 Thread Julian Stecklina
Adrian Chadd writes: > G'day everyone, > > I've been toying around with FreeBSD-Current and Xen over the last few days. > > I've quitened a niggling debug statement in the console code that > printed something every time a character was read in the debugger. If > a developer would like it re-enab

FreeBSD-current/Xen and block device enumeration

2009-05-18 Thread Adrian Chadd
This config: disk = [ 'phy:/dev/hosting2_data2/XEN_freebsd_root,0x01,w', 'phy:/dev/hosting2_data2/XEN_freebsd_swap,0x02,w' ] Gives this output in dmesg: xbd0: 10240MB at device/vbd/1 on xenbus0 GEOM: new disk xbd0 xbd1: 512MB at device/vbd/2 on xenbus0 WARNING: WITNESS

[Fwd: Re: FreeBSD-current/Xen and block device enumeration]

2009-05-18 Thread Mister Olli
Forwarded Message > From: Mister Olli > Reply-to: mister.o...@googlemail.com > To: Adrian Chadd > Subject: Re: FreeBSD-current/Xen and block device enumeration > Date: Mon, 18 May 2009 19:07:16 +0200 > > hi, > > I had a similar setup with up to 4 block devices connected to a d

Re: FreeBSD-current/Xen and block device enumeration

2009-05-18 Thread Adrian Chadd
(Cross-posting to -current because of the way a badly confused Xen DomU confuses GEOM and populates invalid stuff.) 2009/5/19 Adrian Chadd : > This config: > > disk = [ >        'phy:/dev/hosting2_data2/XEN_freebsd_root,0x01,w', >        'phy:/dev/hosting2_data2/XEN_freebsd_swap,0x02,w' >        ]

Re: My FreeBSD-current/Xen install notes

2009-05-18 Thread Saifi Khan
On Mon, 18 May 2009, Adrian Chadd wrote: > I've started documenting (mostly for my own memory for now!) my > experiences getting a working FreeBSD-current Xen environment > together. > > http://wiki.freebsd.org/AdrianChadd/XenHackery > > Notable bits: pygrub works. :) > > Adrian Hi: What is t

Re: My FreeBSD-current/Xen install notes

2009-05-18 Thread Adrian Chadd
I don't think there's any support for Dom0 stuff in FreeBSD. http://wiki.freebsd.org/FreeBSD/Xen has further information about what is and isn't supported at this time. Adrian 2009/5/19 Saifi Khan : > On Mon, 18 May 2009, Adrian Chadd wrote: > >> I've started documenting (mostly for my own mem

Re: My FreeBSD-current/Xen install notes

2009-05-18 Thread Saifi Khan
On Tue, 19 May 2009, Adrian Chadd wrote: > I don't think there's any support for Dom0 stuff in FreeBSD. > > http://wiki.freebsd.org/FreeBSD/Xen has further information about what > is and isn't supported at this time. > > Adrian > > 2009/5/19 Saifi Khan : > > On Mon, 18 May 2009, Adrian Chadd w