qemu won't install - /usr/lib/qemu-bridge-helper: cannot verify root:root 0755 - not listed in /etc/

I’m using Opensuse 12.2 32 bit with the most recent updates. Some minutes ago, I wanted to install qemu, so I did

sudo zypper install qemu

However, there was a problem during the setup procecss:

Paket libcelt051-0-0.5.1.3-3.1.2.i586 wird abgerufen            (1/6),  32,6 KiB ( 61,3 KiB entpackt)
Abruf: libcelt051-0-0.5.1.3-3.1.2.i586.rpm ..................................................[fertig]
Paket libfdt1-1.3.0-7.1.2.i586 wird abgerufen                   (2/6),  19,2 KiB ( 39,3 KiB entpackt)
Abruf: libfdt1-1.3.0-7.1.2.i586.rpm .........................................................[fertig]
Paket libvdeplug3-2.3.1-6.1.2.i586 wird abgerufen               (3/6),  28,6 KiB ( 81,2 KiB entpackt)
Abruf: libvdeplug3-2.3.1-6.1.2.i586.rpm .....................................................[fertig]
Paket libspice-server1-0.10.1-3.1.4.i586 wird abgerufen         (4/6), 252,3 KiB (970,9 KiB entpackt)
Abruf: libspice-server1-0.10.1-3.1.4.i586.rpm ...............................................[fertig]
Paket qemu-tools-1.1.1-3.9.1.i586 wird abgerufen                (5/6), 276,5 KiB (  1,4 MiB entpackt)
Abruf: qemu-tools-1.1.1-3.9.1.i586.rpm .........................................[fertig (25,7 KiB/s)]
Paket qemu-1.1.1-3.9.1.i586 wird abgerufen                      (6/6),   8,2 MiB ( 71,9 MiB entpackt)
Abruf: qemu-1.1.1-3.9.1.i586.rpm ..............................................[fertig (700,7 KiB/s)]
Installation von: libcelt051-0-0.5.1.3-3.1.2 ................................................[fertig]
Installation von: libfdt1-1.3.0-7.1.2 .......................................................[fertig]
Installation von: libvdeplug3-2.3.1-6.1.2 ...................................................[fertig]
Installation von: libspice-server1-0.10.1-3.1.4 .............................................[fertig]
Installation von: qemu-tools-1.1.1-3.9.1 ....................................................[fertig]
Zusätzliche rpm-Ausgabe:
**/usr/lib/qemu-bridge-helper: cannot verify root:root 0755 - not listed in /etc/permissions**


Installation von: qemu-1.1.1-3.9.1 ..........................................................[fertig]

What does this message mean? I can’t use qemu, despite it states as installed. So what do I have to do to fix this?

Ok, I have to install qemu-linux-user as well to use qemu on Opensuse.
However, this message remains:

**/usr/lib/qemu-bridge-helper: cannot verify root:root 0755 - not listed in /etc/permissions
**What can I do to fix this?

Am 09.11.2012 15:06, schrieb blackarchon:
>
> Ok, I have to install qemu-linux-user as well to use qemu on Opensuse.
> However, this message remains:
>
> */usr/lib/qemu-bridge-helper: cannot verify root:root 0755 - not listed
> in /etc/permissions
> *What can I do to fix this?
>
>
Nothing, this is an info message (which also exists with some other
rpm’s) where it just tells you that the install process sees a file
where it cannot check if the permissions are correct or not because it
is not listed in /etc/permissions.
So you have to rely that the rpm packager did it right, the system knows
nothing about the correctness of the permissions of that file.
That’s all.


PC: oS 12.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.5 | GeForce GT 420
ThinkPad E320: oS 12.2 x86_64 | i3@2.30GHz | 8GB | KDE 4.9.3 | HD 3000
eCAFE 800: oS 11.4 i586 | AMD Geode LX 800@500MHz | 512MB | lamp server

Ok, thank you for your reply! :slight_smile: