Philippe Berthault
2005-Jan-05 15:04 UTC
[Xen-devel] RE: problem with libselinux.so on Fedora Core 2 with Xen (mail for David F Barrera)
Hello David,
I reply your by sending to Xen-devel because of your mail address
isn''t usable. I can''t reply directly to you because of the
following error:
Your message was not delivered to: dfbp@us.ibm.com
because: Enhanced Mail System Status Code (RFC1893): 5.1.2
Here the /etc/fstab file of my Fedora Core 2 :
/dev/hda8 / ext3 defaults 1 1
/dev/hda9 swap swap defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
And the Xen configuration file used to start the domain:
kernel = "/boot/vmlinuz-2.6.9-xenU"
memory = 64
disk = [ ''phy:/dev/hda8,hda8,w'',
''phy:/dev/hda9,hda9,w'' ]
root = "/dev/hda8"
I think it''s correct.
Thanks for your help and have a good year.
----------------------------------------------------------------------------
--------------------
In response to:
From: Philippe Berthault [Philippe.Berthault@Bull.net]
To: Xen-Devel
I''m unable to start Linux Fedora Core 2 in a user domain, with the
vmlinuz-2.6.9-xenU
kernel image delivered with xen-2.0.1-install.tgz.
The boot aborts with the following message:
/sbin/init: error while loading shared libraries: libselinux.so.1:
cannot dynamically load executable
Kernel panic - not syncing: Attempted to kill init !
I dont understand because the libselinux.so.1 is present on the Fedora Core
2 system. The
problem isn''t in relation with the presence of this library.
----------------------------------------------------------------------------
--------------------
From: David F Barrera [dfbp@us.ibm.com]
Make sure /etc/fstab on the xenU partition has /dev/sda1 (or whatever your
xen config file
has set as root device). Let me know if this works.
David
----------------------------------------------------------------------------
--------------------