[yast-devel] YaST with Qt5: WIP fixing a broken inst-sys
Hi, These are notes of my work to be continued tomorrow, as I have to leave for today. Feel free to pick it up today. There are pending SRs of libyui-qt on Qt5 to Factory, and the YaST:Head:installer image already includes it. Pepa told me that yast did not start there. To reproduce: wget --no-use-server-timestamps http://download.opensuse.org/repositories/YaST:/Head:/installer/images/iso/o... qemu-kvm -usbdevice tablet -m 1024 -vga vmware -cdrom openSUSE-13.1-installer-miniDVD-x86_64-Build0021-Media.iso # boot: insecure=1 startshell=1 The problem is triggered by inability of Qt to start a session dbus. This may be because with Qt5 we did not prune the rpms like with Qt4 and include all plugins in the inst-sys, one of them may need dbus. Apparently harmless errors on the console: cannot find user polkitd mentined in dbus config file (does not prevent system bus from starting) cannot start system bus (to be able to start the system bus, mkdir /run/dbus, and add that to /sbin/inst_setup; but yast does not need the system bus) To be able to start a session bus, rm /var/lib/dbus # because inst-sys links it to an empty dir on a RO fs mkdir /var/lib/dbus dbus-uuidgen --ensure But then I get a black screen, even though yast appears to be running. WTF? Maybe something with icewm? -- Martin Vidner, Cloud & Systems Management Team http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14.01.2014 15:33, Martin Vidner wrote:
Hi,
These are notes of my work to be continued tomorrow, as I have to leave for today. Feel free to pick it up today.
There are pending SRs of libyui-qt on Qt5 to Factory, and the YaST:Head:installer image already includes it. Pepa told me that yast did not start there.
To reproduce: wget --no-use-server-timestamps http://download.opensuse.org/repositories/YaST:/Head:/installer/images/iso/o... qemu-kvm -usbdevice tablet -m 1024 -vga vmware -cdrom openSUSE-13.1-installer-miniDVD-x86_64-Build0021-Media.iso # boot: insecure=1 startshell=1
It looks like this in our openqa: http://opensuseqa.suse.de/running/openSUSE-Factory-staging_g-x86_64-Build59.... Greetings, Stephan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iD8DBQFS1VJqwFSBhlBjoJYRAjSNAKCb4pva7HyjhYQ/GaFIXVlu2E2fxgCgg9ZX HzEkVe73iPdjRzE/epDAWKU= =JmaD -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (2)
-
Martin Vidner
-
Stephan Kulow