Skip to content
Discussion options

You must be logged in to vote

Hi,

the issue is that Debian 13 (trixie) minimal container templates don't include rsyslog by default, so /dev/log socket doesn't exist. Commands that use logger (like adduser and other system utilities) fail with "Connection refused".

you can try following;

apt install -y rsyslog
systemctl enable --now rsyslog

Feel free to give feedback, then we add this into the installer

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JarnoBoks
Comment options

Answer selected by JarnoBoks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants