Re: [arch-general] Virtualbox Models for 5.2.34 (supported) Fail to Build against Linux 5.4

2019-12-02 Thread David C. Rankin
On 12/02/2019 07:36 PM, David C. Rankin wrote: > All, > > Heads up to anyone still running Virtualbox 5.2.34 due to issues with > headless clients in Virtualbox 6.x, the kernel modules for 5.2.34 will not > build against Linux-5.4. > > Build failure details at: > > https://sourceforge.net/p/

[arch-general] Virtualbox Models for 5.2.34 (supported) Fail to Build against Linux 5.4

2019-12-02 Thread David C. Rankin
All, Heads up to anyone still running Virtualbox 5.2.34 due to issues with headless clients in Virtualbox 6.x, the kernel modules for 5.2.34 will not build against Linux-5.4. Build failure details at: https://sourceforge.net/p/vbox-users/mailman/vbox-users-community/?viewmonth=201912 -- Da

Re: [arch-general] 11/23 update caused httpd to coredump?

2019-12-02 Thread David C. Rankin
On 11/27/2019 06:45 PM, David C. Rankin wrote: > On 11/24/2019 03:57 PM, David C. Rankin wrote: >> Dev, >> >> This is a strange one. After updates on 11/23, httpd began segfaulting -- >> repeatedly: >> >>> l /var/log/httpd/error_log* >> -rw-r--r-- 1 root root 24306171 Nov 24 14:48 /var/log/httpd/

Re: [arch-general] journalctl

2019-12-02 Thread Damjan Georgievski via arch-general
On Mon, 2 Dec 2019 at 10:26, Pascal via arch-general wrote: > > hello, > when I use journalctl to track system events, I introduce line breaks for > better readability. > like multitail, I would like to introduce more verbose line breaks... > I wrote these few lines but it doesn't work as expected

Re: [arch-general] journalctl

2019-12-02 Thread Ralph Corderoy
Hi Pascal, > exec 6<&0 > exec 0< <( while :; do read -sn1 k; echo $'\n'"# $( date +%H:%M:%S ) > ---"$'\n'; done ) > journalctl -f > exec 0<&6 6<&- > > the second instruction "exec 0< <( while..." played alone works perfectly > in my terminal, but not as a re

[arch-general] journalctl

2019-12-02 Thread Pascal via arch-general
hello, when I use journalctl to track system events, I introduce line breaks for better readability. like multitail, I would like to introduce more verbose line breaks... I wrote these few lines but it doesn't work as expected : exec 6<&0 exec 0< <( while :; do read -sn1 k; echo $'\n'"# $( date +%