WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] RE: problem with libselinux.so on Fedora Core 2 with Xen (ma

To: "Xen-Devel" <Xen-Devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: problem with libselinux.so on Fedora Core 2 with Xen (mail for David F Barrera)
From: "Philippe Berthault" <Philippe.Berthault@xxxxxxxx>
Date: Wed, 5 Jan 2005 16:04:18 +0100
Delivery-date: Wed, 05 Jan 2005 15:13:19 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
Importance: Normal
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxx
    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@xxxxxxxx]
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@xxxxxxxxxx]
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
------------------------------------------------------------------------------------------------
 
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: problem with libselinux.so on Fedora Core 2 with Xen (mail for David F Barrera), Philippe Berthault <=