how to keep eth link down across reboots ?

2023-12-07 Thread lejeczek
Hi guys. Perhaps not strictly _systemd_ question but community here surely is capable - a matter of me being lucky - how would you keep an Ethernet link/port powered down? I was thinking I'll try first _udev_ rules - given other tools/managers are told to stay away from the link/port Is there

Re: [systemd-devel] Manual start of user@.service failed with permission denied

2023-12-07 Thread Christopher Wong
Hi Lennart, We are doing the steps to start up a rootless docker. If I don’t set XDG_RUNTIME_DIR then I will get the below error: systemd[1925]: Trying to run as user instance, but $XDG_RUNTIME_DIR is not set. The 503 is a system user. So, just to try it out, I created a user, which got the UI

Re: [systemd-devel] Manual start of user@.service failed with permission denied

2023-12-07 Thread Lennart Poettering
On Do, 07.12.23 18:29, Christopher Wong (christopher.w...@axis.com) wrote: > Hi Lennart, > > We are doing the steps to start up a rootless docker. If I don’t set > XDG_RUNTIME_DIR then I will get the below error: > > systemd[1925]: Trying to run as user instance, but $XDG_RUNTIME_DIR > is not set

Re: how to keep eth link down across reboots ?

2023-12-07 Thread Mantas Mikulėnas
On boot, interfaces are admin-down *by default* until something explicitly brings them up. If you don't configure any network management software to bring eth0 up, then it'll be down. On Thu, Dec 7, 2023, 22:52 lejeczek wrote: > Hi guys. > > Perhaps not strictly _systemd_ question but community