Results 2848 comments of MichaIng

Hmm, currently we have a separate NFS mount choice, by simply using `/mnt/nfs_client` local mount dir. Wouldn't it be easier to just have all network drives integrated into `dietpi-drive_manager 2`...

`rsync` natively supports SSH (`[-p PORT] ... [USER@]HOST:DEST`) and remote `rsync` daemon (`rsync://[USER@]HOST[:PORT]/DEST`) only. But SSH authentication needs to be done interactively (hence no daily backup), unless key authentication is...

Can you provide any logs, at best from serial console?

Okay at first view it really seems to end randomly. Thought first there would have been an issue with partition expansion, but since the service disables itself as first step,...

I also generated with recent kernel and U-Boot, which can be found here: https://dietpi.com/downloads/images/testing/ EDIT: Serial debug port on my NanoPi M1 works well with that kernel at least, using...

Did you try the image from the testing directory I linked above?

Does it help to mask the `dev-ttyS0.device` unit? I.e. create a symlink named `dev-ttyS0.device` to `/dev/null` in `/etc/systemd/system` before booting the device. If systemd setting up this device really causes...

Okay, so the UART device is most likely unrelated, but just by chance one of the last things in the log. One last idea I have to get some more...

Or maybe udev does not log to the serial console somehow. At that point, it should show something already. You uncommented the setting, right? However, I checked the device trees:...

Yeah, so enabling the USB1 and USB2 controller overlays on ZeroPi is nonsense, hence removing those in any case: https://github.com/MichaIng/DietPi/commit/34bb9d9 When they were added to the kernel, they were enabled...