cysystemd
cysystemd copied to clipboard
systemd wrapper on Cython
Hello, I'm using version 1.1.1 on Ubuntu 16.04. There is a difference in timestamps when reading via `JournalReader` and `journalctl`. Some of my log messages contain time info, that is...
``` ERROR: Failed building wheel for systemd Running setup.py clean for systemd Failed to build systemd Installing collected packages: systemd Running setup.py install for systemd ... error ERROR: Command errored...
It would be highly appreciable if you name few advantages over followed competitors https://github.com/systemd/python-systemd, https://github.com/facebookincubator/pystemd or add it to the readme file as a motivation section. I'm considering a lib...
the a gcc command exits with error code 1 while trying to install with python3.9 and gcc10. the error log is attached [log.txt](https://github.com/mosquito/cysystemd/files/5754118/log.txt)
The function definition of notify in daemon.py is python 3 format. https://github.com/mosquito/cysystemd/blob/d9c9a8e7044331cb668b109b36ee82b7117cfda4/cysystemd/daemon.py#L31 Introduced in https://github.com/mosquito/cysystemd/commit/91bf53235b5499da4899570d4968e2674d461e01
The set of filter expressions you can build using the Rule class and its & and | operations is a strict subset of what sd_journal_add_{match,disjunction,conjunction}() provide. IMHO it would be...
STATUS message never appears in journal... May 17 02:26:46 [redacted] python[1748]: [41B blob data] May 17 02:26:46 [redacted] python[1748]: [42B blob data] May 17 02:26:47 [redacted] python[1748]: [42B blob data]...
When used `cysystemd.reader.JournalReader` a problem occurs. `get_monotonic_sec()` works correctly and time updated at every line. But `get_realtime_sec()` freeze for 128 seconds. Test script: ```python #!/usr/bin/env python3 from cysystemd.reader import JournalOpenMode,...
Hi! install ok ``` alex@orangepipcplus:~$ sudo -H pip3.7 install cysystemd Collecting cysystemd Downloading https://files.pythonhosted.org/packages/b7/64/9ab14a4682c39a5be35d99743f86a9d1b0c8955217bb7957d6af910e880a/cysystemd-1.1.0.tar.gz (193kB) 100% |████████████████████████████████| 194kB 1.5MB/s Installing collected packages: cysystemd Running setup.py install for cysystemd ... done...
I saw you store wheels on GitHub releases pages, and only the source is uploaded to PyPi. Would you be interested in a GitHub workflow to do the whole work...