<div dir="ltr">Greetings,<div><br></div><div>I am hitting a confusing scenario with my system. I am running 245.4-2 (Debian).</div><div><br></div><div>I have a user service, mpd, which is failing to start. It is enabled:</div><div><br></div><div><div>$ systemctl --user is-enabled mpd<br>enabled</div></div><div><br></div><div>And now that I look for the enabled unit within the filesystem, I don't see it.</div><div><br></div><div>I'm expecting to see something in ~/.config/systemd, but that directory doesn't exist.</div><div><br></div><div>$ stat ~/.config/systemd<br>stat: cannot stat '/home/z/.config/systemd': No such file or directory<br></div><div><br></div><div>I have other systems with user services and ~/.config/systemd is where all the details are.</div><div><br></div><div>First question, where should I be looking (in the filesystem) for user enabled services?</div><div><br></div><div>After that I look to see why the user service isn't starting:</div><div><br></div><div>$ systemctl --user status mpd<br></div><div>[...]</div><div>Apr 10 10:00:29 zipper mpd[16231]: exception: Failed to bind to '<a href="http://192.168.0.254:6600">192.168.0.254:6600</a>'<br>Apr 10 10:00:29 zipper mpd[16231]: exception: nested: Failed to bind socket: Address already in use<br>Apr 10 10:00:29 zipper systemd[1982]: mpd.service: Main process exited, code=exited, status=1/FAILURE<br></div><div><br></div><div>Okay. Something is using that port.</div><div><br></div><div>$ sudo fuser 6600/tcp</div>6600/tcp:             1795<div><br><div>$ ps -f -q 1795<br>UID          PID    PPID  C STIME TTY          TIME CMD<br>root        1795       1  0 08:24 ?        00:00:00 /lib/systemd/systemd --user<br></div><div><br></div><div>Is that "systemd --user" command running for the root user? or is that the system level systemd?</div></div><div><br></div><div>My system level mpd.* units are disabled and inactive:</div><div><br></div><div># systemctl is-active mpd.service<br>inactive<br></div><div><br></div><div><div># systemctl is-active mpd.socket<br>inactive<br></div><div><br></div><div>So I am expecting those to not be listening on the port and causing the resource contention.</div><div><br></div><div>Any help is very appreciated.</div><div><br></div><div>Thanks!</div><div><br></div><div>-m</div><div><br></div><div></div></div></div>