[14:08] how can I get to a vt when I'm in ubiquity-dm? :( [14:09] all of them just give me a systemd spinner about starting up the ubiquity-dm service [14:13] yes I've got systemd.debug-shell=1 on the cmdline [16:10] Laney, so i had a fix for that. [16:10] Laney, https://code.launchpad.net/~xnox/ubiquity/lp1632151/+merge/308083 will fix things for you [16:11] Laney, the force vt7 maybe bad, as maybe it should be forced on to vt1 these days [16:12] Laney, i guess you can do break=bottom fix the ubiquity.service to After=getty.target getty@tty1.service Confligs=getty@tty1.service Requires=getty.target [16:12] and all should be fine. [16:12] xnox: yeah i've been hacking in break=bottom instead [16:12] the only thing I don't know is how to restart ubiquity-dm to test changes [16:18] if you have vt access i used to kill ubiquity-dm kill X then systemctl restart ubiquity.service [16:19] well at the time it was initctl restart [16:19] as "just" restarting ubiquity didn't quite work, i was killing things out of band. [19:26] could someone review https://code.launchpad.net/~jibel/ubiquity/lp1712581 ?