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
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
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
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
Greetings,
I’m attempting to update one of our products from Debian Stretch with Linux
kernel 4.14 to Debian Bullseye with Linux kernel 6.2.0. The target system is
an ARM iMX6QP. I’ve managed to build the kernel from the old .config file.
The image is built using ELBE builder and reprepro fo