Mailinglist Archive: opensuse-buildservice (272 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Fedora:16 prjconf missing libmount in VMinstall?
- From: Adrian Schröter <adrian@xxxxxxx>
- Date: Fri, 20 Apr 2012 15:34:08 +0200
- Message-id: <2580489.PsqssXrOkp@scherben>
Am Freitag, 20. April 2012, 15:29:21 schrieb Daniel Gollub:
...
Yep, I have added it now for Fedora:16.
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
Hi,
any chance that (openSUSE.org:)Fedora:16 prjconf is missing libmount in
VMinstall?
...
---8<---
[...]
Mounting root /dev/hda1
mount -o ro,defaults -t ext3 /dev/hda1 /root
2nd stage started in virtual machine
machine type: x86_64
switching personality to 8...
2nd stage started in virtual machine
machine type: i686
mount: error while loading shared libraries: libmount.so.1: cannot open
shared object file: No such file or directory
mount: error while loading shared libraries: libmount.so.1: cannot open
shared object file: No such file or directory
swapon on /dev/hda2
swapon: /dev/hda2: found swap signature: version 1, page-size 4, same byte
order
swapon: /dev/hda2: pagesize=4096, swapsize=1073741824, devsize=1073741824
Error: BUILD_ROOT=/ not writeable, try --clean.
chown: changing ownership of `/': Read-only file system
[ 4.871716] SysRq : Power Off
[ 6.379040] Power down.
[...]
--->8---
I guess Xen workers relies on that to work in the build script:
if test "$VM_TYPE" != 'lxc'; then
mount -n -o remount,noatime,rw /
fi
Which is not the case if libmount is missing ... in Fedora:16
Yep, I have added it now for Fedora:16.
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
| < Previous | Next > |