Results 2858 comments of MichaIng

A nice workaround as well, many thanks for sharing.

@bbsixzz Many thanks for your report. For time delay on shutdown and reboot you need to enable systemd-logind: ``` systemctl unmask systemd-logind G_AGI libpam-systemd ``` #### EDIT Probably DBus is...

@bbsixzz It was a deliberate choice indeed. But we need to collect + communicate these cases better, I think, especially since `shutdown` command is present by default, does not give...

As long as the process did bind to the listening socket, the user that achieved this, doesn't play a role for network connectivity. But of course when it's about local...

Debug log doesn't show anything different, right? ``` sudo -u debian-deluged deluge-web -L debug ``` Okay when running as root works, then probably because a different config file is used....

The website responded after running the last command? This means indeed with root user and exact same config used by the service it does work, which is strange. Can you...

And file permissions are all correct? ``` ls -al /mnt/dietpi_userdata/deluge/ ``` And what happens when you run the curl command from another system, using the local IP? This can be...

Why strange? You mean because those are empty? That might be because of hourly RAMlog clearing. Hmm, on all my systems I only see these: ``` # ip rule 0:...

Okay that makes all sense. Yes I'm also a bit new to these rules. When you added the one I suggested, can you show again: ``` ip rule ``` It...

> `32000: from all to 192.168.1.0 uidrange 0-0 lookup main` The UID range was set as well, somehow, and 0-0 does only match the root user. That is also the...