Package Details: journalwatch 1.1.0-4

Git Clone URL: https://aur.archlinux.org/journalwatch.git (read-only, click to copy)
Package Base: journalwatch
Description: Filter error messages from systemd journal, similar to logcheck/logwatch.
Upstream URL: https://pypi.python.org/pypi/journalwatch/
Licenses: GPL
Submitter: The-Compiler
Maintainer: The-Compiler
Last Packager: The-Compiler
Votes: 11
Popularity: 0.000000
First Submitted: 2014-07-11 11:59 (UTC)
Last Updated: 2021-01-22 12:50 (UTC)

Latest Comments

« First ‹ Previous 1 2

louie23 commented on 2014-09-06 04:30 (UTC)

Sorry, forget to set notify on comments. I set mail_args = "" and now nothing output on command line, but still can't receive mail. When I check the exim log, I see: 2014-09-06 11:23:08 1XQ6ai-000161-Ux => blackhole (RCPT ACL discarded recipients) I can mail from command line with 'mail' commad, so how do I know journalwatch is running what command actually, so I can test by hand. Maybe journalwatch can have a debug option :)

The-Compiler commented on 2014-08-28 05:40 (UTC)

You can set mail_args = -foo in your ~/.config/journalwatch/config. Not sure what'd be appropriate for exim4 sendmail... Oh the joy of incompatible sendmail versions. If you still run into problems, feel free to mail me at archlinux.org@the-compiler.org - probably a better way to sort it out than here ;)

louie23 commented on 2014-08-28 02:49 (UTC)

When I run journalwatch, it is error like the following: $ journalwatch --since new mail exim abandoned: unknown, malformed, or incomplete option -toi Traceback (most recent call last): File "/usr/bin/journalwatch", line 22, in <module> sys.exit(journalwatch.main()) File "/usr/lib/python3.4/site-packages/journalwatch.py", line 427, in main run() File "/usr/lib/python3.4/site-packages/journalwatch.py", line 419, in run send_mail(output, since) File "/usr/lib/python3.4/site-packages/journalwatch.py", line 375, in send_mail p.communicate(mail.as_bytes()) File "/usr/lib/python3.4/subprocess.py", line 944, in communicate self.stdin.close() BrokenPipeError: [Errno 32] Broken pipe I found exim have no "-toi" option. How can I use exim with journalwatch?