Re: [systemd-devel] Journald stops logging when lots of output

2013-08-03 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Aug 03, 2013 at 11:14:28PM +0100, Pedro Francisco wrote: > (question migrated from t...@lists.fedoraproject.org ) > > On Fedora 19, journald ( systemd-204-9.fc19.i686 ) stops logging. I > had enabled lots of iwl3945 debugging ( various messages for each > iwl3945 interaction -- modprobe iw

[systemd-devel] [PATCH] systemctl: show hint about --full when lines don't fit

2013-08-03 Thread Zbigniew Jędrzejewski-Szmek
Looks like: $ systemctl status avahi-daemon avahi-daemon.service - Avahi mDNS/DNS-SD Stack Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; enabled) Active: active (running) since Tue 2013-07-30 08:15:45 EDT; 4 days ago Main PID: 679 (avahi-daemon) Status: "Server startup co

[systemd-devel] Journald stops logging when lots of output

2013-08-03 Thread Pedro Francisco
(question migrated from t...@lists.fedoraproject.org ) On Fedora 19, journald ( systemd-204-9.fc19.i686 ) stops logging. I had enabled lots of iwl3945 debugging ( various messages for each iwl3945 interaction -- modprobe iwl3945 debug=0x47ff ) throughout the night and the last thing `journalct

Re: [systemd-devel] [PATCH] zsh completion: add _kernel-install

2013-08-03 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Aug 02, 2013 at 09:38:14PM -0500, Daniel Wallace wrote: > --- > Makefile.am | 1 + > shell-completion/zsh/_kernel-install | 26 ++ > 2 files changed, 27 insertions(+) > create mode 100644 shell-completion/zsh/_kernel-install Applied, thank