Re: [systemd-devel] Permissions problems with systemd-networkd and others.

2024-02-12 Thread Cristian Rodríguez
On Wed, Feb 7, 2024 at 5:42 PM Murrell, Robert A. wrote: > I finally got everything working. Here is what I did to fix the problem: > > > > adduser systemd-network root > > adduser systemd-resolve root > > adduser bind root > > find /etc -type d -exec chmod 755 {} + > No!.. Now you are breaking

Re: [systemd-devel] Permissions problems with systemd-networkd and others.

2024-02-07 Thread Dave Howorth
On Wed, 7 Feb 2024 20:41:40 + "Murrell, Robert A." wrote: > I finally got everything working. Here is what I did to fix the > problem: > > adduser systemd-network root > adduser systemd-resolve root > adduser bind root > find /etc -type d -exec chmod 755 {} + > > I don’t know who does this

Re: [systemd-devel] Permissions problems with systemd-networkd and others.

2024-02-07 Thread Murrell, Robert A.
I finally got everything working. Here is what I did to fix the problem: adduser systemd-network root adduser systemd-resolve root adduser bind root find /etc -type d -exec chmod 755 {} + I don’t know who does this on a full linux image. I’m posting it here for the next person who has this pro

Re: [systemd-devel] Permissions problems with systemd-networkd and others.

2024-02-07 Thread Murrell, Robert A.
I should have added that I am building a very stripped down image. These are the Debian packages that are being installed: linux-image-6.2.0 - locally built firmware-imx-epdc - locally built firmware-imx-sdma - locally built firmware-imx-vpu - locally built firmware-realtek - locally built busyb