** Description changed:

  [Impact]
  
  haproxy-logging test is failing on stonking and resolute
  this is an Ubuntu delta.
  
  syslog relevant error message:
  
  ...
  463s 2026-06-26T02:48:40.492428+00:00 dispatcher-8-remote-amd64-24-2 
rsyslogd[1828]: rsyslogd: file '/var/log/haproxy.log': open error: Permission 
denied [v8.2512.0 try https://www.rsyslog.com/e/2433 ]
  ...
  
  Reference
  ---
  
https://autopkgtest.ubuntu.com/results/autopkgtest-resolute/resolute/amd64/r/rsyslog/20260626_024847_c6204@/log.gz
  
  [Test Plan]
  
  Test 1: The haproxy autopkgtest should pass again when triggered with
  the new systemd
  
  Test 2: Manually ensure that /var/log permissions are not changed when
  upgrading the systemd package
  
  $ stat -c %a /var/log/
- $ apt install systemd -t resolute-proposed^C
+ $ apt install systemd -t resolute-proposed
  $ stat -c %a /var/log/
  
  With the bug, the mode will change to 0755. With the fix, the mode
  should remain at 0775.
  
  [Where problems could occur]
  
  The fix re-orders a systemd-tmpfiles call in systemd.postinst to come
  after the debhelper one. This systemd-tmpfiles call triggers all
  tmpfiles creation, as opposed to only those owned by systemd.
  
  This call is not new, so in itself it is unlikely to cause problems.
  But, it is possible there would be other side effects (similar to the
  *intended* change for 00rsyslog.conf) introduced by the re-ordering.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2158686

Title:
  autopkgtest fails for the test haproxy-logging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/2158686/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to