rsyslog-pkg-ubuntu
rsyslog-pkg-ubuntu copied to clipboard
Package build sources for bulding rsyslog Ubuntu packages
- check and fix debian files for Ubuntu focal and jammy. - extend scripts for daily build support
After adding the stable Adiscon repository to ubuntu, there is no library lmzstdw.so in version 8.2302.0-0 package. > rsyslogd: could not load module 'lmzstdw', errors: trying to load module /usr/lib/rsyslog/lmzstdw.so:...
# Description When adding Adiscon's ubuntu stable repository to ubuntu and trying to install rsyslog-impcap, package cannot be installed due to missing/unresolved dependency : ``` root@8bde8114be4e:/# apt install rsyslog rsyslog-impcap...
From the `Enable scheduled stable PPA and install packages` job: ``` Run sudo apt-get install rsyslog-czmq sudo apt-get install rsyslog-czmq shell: /bin/bash -e {0} Reading package lists... Building dependency tree......
From the `Enable scheduled stable PPA and install packages` job: ``` Run sudo apt-get install rsyslog-pmnormalize Reading package lists... Building dependency tree... Reading state information... The following NEW packages will...
A previous configuration: ``` [Unit] Description=System Logging Service Requires=syslog.socket Documentation=man:rsyslogd(8) Documentation=https://www.rsyslog.com/doc/ [Service] Type=notify EnvironmentFile=-/etc/default/rsyslog ExecStart=/usr/sbin/rsyslogd -n -i/var/run/rsyslogd.pid $SYSLOGD_OPTIONS UMask=0066 StandardOutput=null Restart=on-failure # Increase the default a bit in order to...
Ideally, we should have some system to automatically test at the generated packages routinely (once a day would be nice for the daily ones). How this exactly can be done...
Override systemd's default `tmpfiles.d/var.conf` to make `/var/log` writable by the syslog group, so that rsyslog can run as user. The config file was copied from the upstream Ubuntu package, and...
See rsyslog/rsyslog#1655 for details.
[librdkafka-0.11.1](https://github.com/edenhill/librdkafka/releases/tag/v0.11.1) was released recently to address a critical bug (Huge performance degradation (compared to v0.9.5) when fetching small batches.) Please upgrade adisconhelperlrdk to this version