On Saturday 28 November 2015, 18:29:36 wrote Dirk Müller: > Hi Adrian, > > > [ 14s] qemu-system-arm: -device virtio-rng-pci,rng=rng0: No 'PCI' bus > > found for device 'virtio-rng-pci' > > I fixed that already a bit over a month ago. see > https://github.com/openSUSE/obs-build/pull/210/ That needs to be > deployed.
That was the version which caused the problems on arm 32bit with the the kernel/qemu startup > In case you're wondering why all build workers on all architectures > are broken right now huh? at least x86_64 is working fine > : there is a typo in the changes that you deployed > on the server: > > from build-vm-kvm line 192: > > - kvm_options="$kvm_options -object > rng-random,filename=/dev/hwrng,id=rng0 -device > kvm_rng_device,rng=rng0" > + kvm_options="$kvm_options -object > rng-random,filename=/dev/hwrng,id=rng0 -device > $kvm_rng_device,rng=rng0" k, adapted that. -- Adrian Schroeter email: [email protected] SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
