-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error fresh install v6.25 Buster on RPi-zero-w when upgrading to v6.26 #3174
Comments
@maartenlangeveld I am confused now, did time sync initially fail or APT installs? Or did you ignore time sync error and then ran into second error during APT installs? I guess currently systemd-udevd is down, isn't it?
It is already strange that it uses sysvinit helper to try restarting the services (invoke-rc.d) since it is a systemd init where systemctl should be used. Okay I think I got it:
|
Meanwhile I have done a new fresh install and same happens. I do not recall there was a time sync fail or error. I think, but I am not sure, it was APT installs. Have ingnored error many times and rebooted, trying to get it working. Have sent a couple of bug reports along the way. You should find them. P.S. I also saw haveged as service whule in the release notes of v6.26 i read that haveged had been replaced by a similar service.... |
@maartenlangeveld Jep haveged has been replaced by rngd (rng-tools) however this should not play any role. It must have something to do with the systemd/udev update. I ran into an issue myself where /tmp had wrong permissions (mode=1777 node applied as it should), however this was on Bullseye. And on VM even with 0755 permissions there are no issues like yours. I checked if "Failed to connect to bus" messages are due to failed systemd-journald start, however on VM again this does not matter at all. Something deeper leads to all Another question: Where you connected via local screen + keyboard or SSH or even serial console?
|
ls -ld /tmp In my 6.26 install there's still haveged.... How can that be? BTW upgrade from 6.25 stretch went completely hassle free. These problems all relate to fresh install using v6.25 Buster image. |
Can I force a re-install of 6.26 update? |
IN the proces of new fresh install again since system was not stable. Indeed got a error message which I might have forgotten (sorry), if i remember well was something with rsync?? With the recommendation to issue a sysctl command. I have aborted the update (crtl+c) and issued the command. Now trying again, will keep you informed. |
Error message during upgrade to v6.26 (Buster)
|
Is it possible to disable automatic update after fresh install, i.e. can I change a setting in dietpi.txt on the sd-card that prevents it will automatically update after installation? |
Connected through SSH (headless install). |
@maartenlangeveld Bad was then that other important installs failed as well with systemd/systemctl failure in the first place, e.g. sudo, and as well shutdown is not done well without graceful service stop, which again can be a reason for boot problems then. However I could have tested on real RPi and try to debug and fix things, however since most likely a new image would have been the result anyway, I simply redone the image directly and skipped wasting time on systemd upgrade issue 😉. If this re-appears, I have do dig deeper, but for now, please test this new image: https://dietpi.com/downloads/images/testing/DietPi_RPi-ARMv6-Buster.7z I used a new method to create it via |
Thanks a lot ! New image works flawless on my RPi-zero-w 😉 Maarten |
@maartenlangeveld |
Due to some bugs in v6.26 that I don't want to ship as stable image, I'll redo one after v6.27 release and upload it to stable. However I mark this issue as closed now. A bunch of new images will be done after v6.27 release. |
Details:
Steps to reproduce:
Extra details:
Tried a fresh install of DietPi in order to upgrade from Stretch to Buster on my RPi-zero-w. Downloaded the DietPi v6.25 Buster image, wrote it to sd card and after first startup the system automatically initiates upgrade from DietPi v6.25 top v6.26. The process stops half way with following error (have re-tried many times but that does not help).
Additional logs:
The text was updated successfully, but these errors were encountered: