Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread Gordon McLellan
On Mon, Oct 15, 2012 at 10:20 AM, M A Young wrote: > > If you haven't already done so I suggest you get rid of anything in > /etc/modprobe.d/ you added, just in case that is getting in the way. > > Michael Young I double checked, nothing about xen-pciback in /etc/modprobe.d and /etc/modpr

Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread M A Young
On Mon, 15 Oct 2012, Gordon McLellan wrote: pciback is compiled as a module: [root@xenhost ~]# grep BACKEND /boot/config-3.6.1-1.fc17.x86_64 CONFIG_XEN_BLKDEV_BACKEND=m CONFIG_XEN_NETDEV_BACKEND=m CONFIG_XEN_BACKEND=y CONFIG_XEN_PCIDEV_BACKEND=m and the file does exist: [root@xenhost ~]# ls -la

Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread Gordon McLellan
On Mon, Oct 15, 2012 at 9:51 AM, Konrad Rzeszutek Wilk wrote: > On Mon, Oct 15, 2012 at 09:50:31AM -0400, Gordon McLellan wrote: >> On Mon, Oct 15, 2012 at 9:03 AM, Konrad Rzeszutek Wilk >> wrote: >> > >> > Huh? Why? This is what I've in my /etc/defalt/grub >> > >> > [root@phenom konrad]# cat /et

Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread Konrad Rzeszutek Wilk
On Mon, Oct 15, 2012 at 09:50:31AM -0400, Gordon McLellan wrote: > On Mon, Oct 15, 2012 at 9:03 AM, Konrad Rzeszutek Wilk > wrote: > > > > Huh? Why? This is what I've in my /etc/defalt/grub > > > > [root@phenom konrad]# cat /etc/default/grub > > GRUB_TIMEOUT=5 > > GRUB_DISTRIBUTOR="Xen 4.1" > > GR

Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread Gordon McLellan
On Mon, Oct 15, 2012 at 9:03 AM, Konrad Rzeszutek Wilk wrote: > > Huh? Why? This is what I've in my /etc/defalt/grub > > [root@phenom konrad]# cat /etc/default/grub > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR="Xen 4.1" > GRUB_DEFAULT=saved > GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us debug

Re: [Fedora-xen] pciback at boot time

2012-10-15 Thread Konrad Rzeszutek Wilk
On Sun, Oct 14, 2012 at 10:22:43PM -0400, Gordon McLellan wrote: > On Sun, Oct 14, 2012 at 4:08 PM, M A Young wrote: > > On Sun, 14 Oct 2012, Gordon McLellan wrote: > > > >> Thank you for the tips. I made sure I specified xen-pciback instead of > >> the > >> older pciback ... not really sure whic

Re: [Fedora-xen] pciback at boot time

2012-10-14 Thread Gordon McLellan
On Sun, Oct 14, 2012 at 4:08 PM, M A Young wrote: > On Sun, 14 Oct 2012, Gordon McLellan wrote: > >> Thank you for the tips. I made sure I specified xen-pciback instead of >> the >> older pciback ... not really sure which line in the configuration it goes >> on >> in /etc/default/grub - leaving i

Re: [Fedora-xen] pciback at boot time

2012-10-14 Thread M A Young
On Sun, 14 Oct 2012, Gordon McLellan wrote: Thank you for the tips.  I made sure I specified xen-pciback instead of the older pciback ... not really sure which line in the configuration it goes on in /etc/default/grub - leaving it on the XEN line for now.  I created /etc/modprobe.d/xen-pciback.c

Re: [Fedora-xen] pciback at boot time

2012-10-14 Thread Gordon McLellan
On Sat, Oct 13, 2012 at 6:12 PM, M A Young wrote: > On Sat, 13 Oct 2012, Gordon McLellan wrote: > > I'm having a decent amount of trouble getting pciback to behave the way >> I'd >> like it to. >> Originally I found xen-pciback was compiled as a module and not directly >> into the kernel, ruling

Re: [Fedora-xen] pciback at boot time

2012-10-13 Thread M A Young
On Sat, 13 Oct 2012, Gordon McLellan wrote: I'm having a decent amount of trouble getting pciback to behave the way I'd like it to. Originally I found xen-pciback was compiled as a module and not directly into the kernel, ruling out use of the boot-time argument xen-pciback.hide=(blah) ... so I

[Fedora-xen] pciback at boot time

2012-10-12 Thread Gordon McLellan
I'm having a decent amount of trouble getting pciback to behave the way I'd like it to. Originally I found xen-pciback was compiled as a module and not directly into the kernel, ruling out use of the boot-time argument xen-pciback.hide=(blah) ... so I recompiled my kernel, incluging pciback direct