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/
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
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/
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
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
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 +%
6 matches
Mail list logo