Flos Lonicerae

Results 12 issues of Flos Lonicerae

* A simple test case as follows: /etc/rsyslog.conf ``` include(file="/etc/rsyslog.d/*/*.conf" mode="optional") include(file="/etc/rsyslog.d/*.conf" mode="optional") ``` /etc/rsyslog.d/subdir/custom1.conf ``` local1.* /tmp/local1.out ``` /etc/rsyslog.d/custom2.conf ``` local2.* /tmp/local2.out ``` * Rationale: With current code, the...

Bash
ok-to-test

Hello, When I was trying to install an `RHEL8.5` for System Z on the latest `SDL Hyperion`, it failed to boot with the following logs: ``` 11:41:29 HHC01413I Hercules version...

Missing
Waiting to close...

As subject. This issue doesn't affect the old version 1.6.6 provided by Debian. Any way for further troubleshoot on this? Thanks.

Reported upstream
QtWebEngine

Hey, Does qupzilla support kerberos authentication? Just like the preference `network.negotiate-auth.*uri` in Firefox or `AuthServerWhitelist` in Chrome. References: - https://groups.google.com/a/chromium.org/forum/#!msg/chromium-discuss/LHvF6rv1fNo/vY5O-KJLAQAJ - https://cs.chromium.org/search/?q=AuthServerWhitelist&sq=package:chromium

### Reproduce Steps 1. Configure rsyslog remote logging with the following settings: ``` # cat /etc/rsyslog.conf|grep -v ^# module(load="imuxsock" # provides support for local system logging (e.g. via logger command)...

bug

* Properly handle the EscapeChar after refactor.

Hello, Currently still investigating the call routine and relevant code. Will post my findings later. Best regards, Flos

* Better deal with corrupted queue messages

Hello, When I was researching a segfault issue of the rsyslog, I found that the a malformed queue message could make the message parser quit with `RS_RET_INVALID_DELIMITER`. Later the the...

bug

- When openvpn calls a script with 'down' directive, the process itself has already been running as non-root user, so that the script called by 'down' directive will be executed...