I see, thanks for the help.
I'm running into a "Permission denied" error while trying to mount
images:
[root@localhost centos]# mount -o loop centos.4-2.img /mnt/centos/
centos.4-2.img: Permission denied
[root@localhost centos]# ls -la
total 1091656
drwxr-xr-x 2 root root 4096 Feb 8 22:53 .
drwxr-xr-x 7 root root 4096 Feb 21 04:14 ..
-rw-rw-rw- 1 root wheel 1049624576 Oct 16 19:14 centos.4-2.img
[root@localhost centos]# ls -la /mnt/
total 36
drwxr-xr-x 5 root root 4096 Feb 21 01:36 .
drwxr-xr-x 24 root root 4096 Feb 21 01:43 ..
drwxr-xr-x 2 root root 4096 Feb 8 23:04 centos
I'm not really sure where the permission denied error is coming from.
As far as the xennet modules, I'm guessing I need to download the
kernel source, build the xennet module and copy it over. Will this work?
Thanks
Adam
On Feb 21, 2006, at 9:31 PM, Jeremy Katz wrote:
On Tue, 2006-02-21 at 21:15 -0800, Adam Huda wrote:
I'm running rawhide (vmlinuz-2.6.15-1.1955_FC5hypervisor kernel). I'm
booting my guests with the vmlinuz-2.6.15-1.1955_FC5guest kernel.
I've been trying out the guest filesystems from jailtime.org. My
xend-
config.sxp is setup for bridging, (network-script network-bridge)
& (vif-script vif-bridge). Whenever I boot into a guest system,
"ifconfig -a" only shows the loopback device. Any ideas on what
happened to eth0? I've tried setting vif = [''] and vif =
['mac=00:16:3E:00:00:11'] in my guest configuration file.
The guest kernel is built with a modular xennet, so you'll need to
have
the modules in the filesystem image as well.
Jeremy