i have a virtual machine running with qemu-kvm, and a secondary disk-image mounted with -drive file=/data/vms/kube/kube-storage.img,format=raw,if=none,id=drive-ide0-1-1
On the VM the image is mounted under /storage/ /dev/sdb on /storage type ext4 (rw,relatime,seclabel,data=ordered)
i want to do a world update, but the compilation of media-libs/freetype hangs here:
>>> Emerging (1 of 365) media-libs/freetype-2.7.1-r2::gentoo * Fetching files in the background. * To view fetch progress, run in another terminal: * tail -f /var/log/emerge-fetch.log * freetype-2.7.1 ...
as already told my host system crashes completely when trying to start a guest system with -device pci-assign,host=01:00.0 option. It worked very well before upgrading my system, so either it depends on new missing kernel options, new libraries or maybe missing useflags, or udev..?..
But in the end i think RedHat is stupid rubbish and i will not use anymore for myself.. It's all the same wit the commercial distro-sh**t doing always their own special way causing things to work more complicated and showing the "Distro-Specials" to be ...
On gentoo as client i have now the following installation: [I] net-misc/openssh Available versions: 6.6_p1-r1 ~6.6.1_p1-r2 {X X509 bindist +hpn kerberos ldap ldns libedit pam selinux skey static tcpd} Installed versions: 6.6_p1-r1(15:22:37 ...
hmm.. when exactly does the bootup fail? When starting init (right after starting up the kernel), or after that during boot?
If it fails during boot: for booting without initram, i think /etc/init.d/root does the trick. You have to start the service while booting with rc-update add root ...