Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Michael Biebl
2015-03-01 12:17 GMT+01:00 Lennart Poettering lenn...@poettering.net: On Thu, 26.02.15 20:22, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 1:12 GMT+01:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55

Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Lennart Poettering
On Thu, 26.02.15 20:22, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 1:12 GMT+01:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55 GMT+01:00 Michael Biebl mbi...@gmail.com: To reproduce the problem, add

Re: [systemd-devel] How to make debug-shell more usable?

2015-03-01 Thread Lennart Poettering
On Thu, 26.02.15 00:55, Michael Biebl (mbi...@gmail.com) wrote: 2015-02-26 0:44 GMT+01:00 Lennart Poettering lenn...@poettering.net: What precisely is supposedly written there? I have never seen anythign like that on FEdora... Maybe you should reconfigure your kernel to not spew its

Re: [systemd-devel] How to make debug-shell more usable?

2015-02-26 Thread Michael Biebl
2015-02-26 1:12 GMT+01:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55 GMT+01:00 Michael Biebl mbi...@gmail.com: To reproduce the problem, add e.g. a non-existing device to /etc/fstab The Waiting for device to

[systemd-devel] How to make debug-shell more usable?

2015-02-25 Thread Michael Biebl
Hi, if one is trying to debug (eary-)boot issues, debug-shell.service is a handy tool. Unfortunately there is the very unpleasant side effect, that systemd spews all log messages to tty9, once you switched to that tty, making it almost impossible to work on this shell. If it reaches a timeout

Re: [systemd-devel] How to make debug-shell more usable?

2015-02-25 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 26, 2015 at 01:04:55AM +0100, Michael Biebl wrote: 2015-02-26 0:55 GMT+01:00 Michael Biebl mbi...@gmail.com: To reproduce the problem, add e.g. a non-existing device to /etc/fstab The Waiting for device to show up ... messages are printed all over tty9. We made rescue.service

Re: [systemd-devel] How to make debug-shell more usable?

2015-02-25 Thread Michael Biebl
2015-02-26 0:55 GMT+01:00 Michael Biebl mbi...@gmail.com: To reproduce the problem, add e.g. a non-existing device to /etc/fstab The Waiting for device to show up ... messages are printed all over tty9. And just in case you have plymouth enabled, make sure to remove splash from the kernel

Re: [systemd-devel] How to make debug-shell more usable?

2015-02-25 Thread Michael Biebl
2015-02-26 0:44 GMT+01:00 Lennart Poettering lenn...@poettering.net: What precisely is supposedly written there? I have never seen anythign like that on FEdora... Maybe you should reconfigure your kernel to not spew its output always on the console? Well, if you want to debug boot issues,

Re: [systemd-devel] How to make debug-shell more usable?

2015-02-25 Thread Lennart Poettering
On Thu, 26.02.15 00:36, Michael Biebl (mbi...@gmail.com) wrote: Hi, if one is trying to debug (eary-)boot issues, debug-shell.service is a handy tool. Unfortunately there is the very unpleasant side effect, that systemd spews all log messages to tty9, once you switched to that tty,