Mailinglist Archive: opensuse-buildservice (203 mails)
< Previous | Next > |
[opensuse-buildservice] Fedora:16 prjconf missing libmount in VMinstall?
- From: Daniel Gollub <gollub@xxxxxxxxxxxxx>
- Date: Fri, 20 Apr 2012 15:29:21 +0200
- Message-id: <201204201529.25996.gollub@b1-systems.de>
Hi,
any chance that (openSUSE.org:)Fedora:16 prjconf is missing libmount in
VMinstall?
---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/vdb
swapon: /dev/vdb: found swap signature: version 1, page-size 4, same byte order
swapon: /dev/vdb: pagesize=4096, swapsize=2097152000, devsize=2097152000
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
logging output to //.build.log...
processing specfile /.build-srcdir/cmus.spec ...
[...]
--->8---
It seems to not harm for KVM workers - I currently root causing an issue with
Xen workers which looks like this:
---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
Best Regards,
Daniel
--
Daniel Gollub
Linux Consultant & Developer
Tel.: +49-160 47 73 970
Mail: gollub@xxxxxxxxxxxxx
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
any chance that (openSUSE.org:)Fedora:16 prjconf is missing libmount in
VMinstall?
---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/vdb
swapon: /dev/vdb: found swap signature: version 1, page-size 4, same byte order
swapon: /dev/vdb: pagesize=4096, swapsize=2097152000, devsize=2097152000
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
logging output to //.build.log...
processing specfile /.build-srcdir/cmus.spec ...
[...]
--->8---
It seems to not harm for KVM workers - I currently root causing an issue with
Xen workers which looks like this:
---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
Best Regards,
Daniel
--
Daniel Gollub
Linux Consultant & Developer
Tel.: +49-160 47 73 970
Mail: gollub@xxxxxxxxxxxxx
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
< Previous | Next > |