-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Install from 6.18.14 to 6.20.6 Crashes #2488
Comments
I had the same problem but |
Unfortunately, I can't seem to connect to the device any longer through ssh. |
Hi, Please try the following to resolve this issue:
|
Notes:
🈯️ |
That did it. Thanks, Dan. Up to date on 6.20.6. |
Hi After updating from 6.19 to 6.20 and reboot the system on a raspberry pi 3B it goes on an endless loop checking for update/s is this a known issue ? |
Obviously RAMdisk still fails to sync changes to disk in some cases. There are still reports about running v6.1[0-9] code after reboot and setting install stage to 2 not persistent. No idea why, since with v6.20.6 dietpi-ramdisk.service explicitly waits for boot.mount and DietPi.mount to start, thus stops before them, and I was never able to replicate it stopping too late. We could add a service restart to the patch part where we apply v6.20 before reboot is triggered, but we need to assure anyway that RAMdisk works as expected, otherwise later on this could produce errors again, not faced DietPi program settings etc. It seems that an automated reboot is triggered in some cases during update, even that it shouldn't on non-first-run system. |
Hi, Applied update from v6.19.7 to v6.20.6 and got error. The update seemed to work properly and requested reboot at then end: done. Now get this after logging: And the system still propose to proceed update: If try to relaunch the update I got same error message as original post regarding missing files: Tried this below but I have no dietpi related files: What can be done to try to fix this? Except that the system seems to be working fine. Thanks! EDIT: Tried dietpi-update 1 command from #2471 and now ... EDIT 2: Restarted the server and logged in using root user. Completed the first launch setup without changing anything (checked nothing to install, etc) and confirmed. Asked for reboot : done. To be able to login back with dietpi user I had to use passwd command from root user. |
PR up to fix this issue, release as hotfix planned very soon: https://github.com/Fourdee/DietPi/pull/2509 |
Completed, v6.21 released. |
Fix for this issue: https://github.com/Fourdee/DietPi/issues/2488#issuecomment-459993647
Creating a bug report/issue
Required Information
DietPi version |
cat /DietPi/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=18
G_DIETPI_VERSION_RC=14
G_GITBRANCH=master
G_GITOWNER=Fourdee
Distro version |
echo $G_DISTRO_NAME
orcat /etc/debian_version
9.6
Kernel version |
uname -a
Linux AlloDigiOneSignature 4.14.79-v7+ Letsencrypt supports Free Noip.com Dynamic DNS #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
SBC device |
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi 3 Model B+ (armv7l)
Power supply used | (EG: 5V 1A RAVpower)
5V 3.5A
SDcard used | (EG: SanDisk ultra)
SanDisk Ultra
Steps to reproduce
dietpit-update
Expected behaviour
Actual behaviour
Extra details
/DietPi/dietpi/login: line 151: ((: > 0 : syntax error: operand expected (error token is "> 0 ")
At this point, I the system locks up and I can't do anything (I'm ssh'ing into my Allo device) let alone select retry or cancel.
The text was updated successfully, but these errors were encountered: