“Must be connected to a terminal.”
Thank you for your input!
Best regards,
Jens
From: Franky Van Liedekerke
Sent: Thursday, April 4, 2019 11:03 AM
To: ClamAV users ML
Subject: Re: [clamav-users] connect clamscan output to journal with systemd-cat
Do you want the info in journald or just in
;ll want to create a separate log for your program, foo.log, and
>> write it to /var/log/ directory.
>>
>> Others can comment about scanning a host every minute.
>>
>> Regards, Scott
>>
>> FROM: clamav-users ON BEHALF
>> OF Kretschmer, Jens
>&g
agree with my use of systemd-cat.
Does anybody have any ideas how I can solve my problem?
Best regards,
Jens
-Original Message-
From: Dave Nelson
Sent: Wednesday, April 3, 2019 5:21 PM
To: ClamAV users ML
Subject: Re: [clamav-users] connect clamscan output to journal with systemd-cat
Hi there,
On Wed, 3 Apr 2019, Kretschmer, Jens wrote:
I would like to redirect the output of clamscan to the journal ...
man logger
Do you have any idea what could be causing the issue?
It's not clear to me which system you're using, but try
man cron
--
73,
Ged.
__
ry minute.
Regards, Scott
FROM: clamav-users ON BEHALF
OF Kretschmer, Jens
SENT: Wednesday, April 03, 2019 1:34 AM
TO: clamav-users@lists.clamav.net
SUBJECT: [External] [clamav-users] connect clamscan output to journal
with systemd-cat
Hi,
I would like to redirect the output of clamscan to the jo
to /var/log/ directory.
Others can comment about scanning a host every minute.
Regards, Scott
FROM: clamav-users ON BEHALF
OF Kretschmer, Jens
SENT: Wednesday, April 03, 2019 1:34 AM
TO: clamav-users@lists.clamav.net
SUBJECT: [External] [clamav-users] connect clamscan output to journal
with systemd-cat
clamav.net
Subject: [External] [clamav-users] connect clamscan output to journal with
systemd-cat
Hi,
I would like to redirect the output of clamscan to the journal, which should by
possible by
/usr/bin/clamscan -r /root/ 2>&1 | /usr/bin/systemd-cat --identifier="clamscan&qu
Hi,
I would like to redirect the output of clamscan to the journal, which should by
possible by
/usr/bin/clamscan -r /root/ 2>&1 | /usr/bin/systemd-cat --identifier="clamscan"
or
/usr/bin/systemd-cat --identifier="clamscan" /usr/bin/clamscan -r /root/
While both commands work when executed manuall