after new Installation Vers. 1.3 i get this message on display - SSH is not working, what can i do?
port 22 is closed after i've run the cleanup script ./XXcleanHDD.sh as well.
The display says i need to login via ssh but nmap returns 22/tcp closed ssh for the given ip.
If you get this "maintenance" notice something got corrupted on the sd card. Best solution is to shutdown (cut power if needed) and write a fresh image to the sd card. On next start you will go thru update/recover process and have to set the Password A again ... but other then that your RaspiBlitz will use your HDD data and continue with your old configuration and channels.
@rootzoll i did not came across the "maintenance" notice, and had to refresh the sd card a couple of times before it finally worked and i was able to restore my old state. the strange thing is that port for bitcoin ´8333as well as the webinterface3000were still open while22wasclosedorfiltered`.
Possibly it was a HDD Error, I have now a new SSD, so it works fine!
Von: Jörn Röder [mailto:[email protected]]
Gesendet: Mittwoch, 18. September 2019 10:03
An: rootzoll/raspiblitz raspiblitz@noreply.github.com
Cc: Otti24xx johannes.ott@gmx.de; Author author@noreply.github.com
Betreff: Re: [rootzoll/raspiblitz] Give root password for maintenance (or press Control-D to continuine): = Message after new Installation Vers. 1.3 - SSH is not working (#782)
@rootzoll https://github.com/rootzoll i did not came across the "maintenance" notice, and had to refresh the sd card a couple of times before it finally worked and i was able to restore my old state. the strange thing is that port for bitcoin ´8333as well as the webinterface3000were still open while22wasclosedorfiltered`.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/rootzoll/raspiblitz/issues/782?email_source=notifications&email_token=ALKIVV63IYCC5XUK6HPUU6LQKHOEXA5CNFSM4IW6KXXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD67GAGY#issuecomment-532570139 , or mute the thread https://github.com/notifications/unsubscribe-auth/ALKIVV7PK7AYZZIVYXPNXSTQKHOEXANCNFSM4IW6KXXA . https://github.com/notifications/beacon/ALKIVVYG2WKL3ZRLZQGWW23QKHOEXA5CNFSM4IW6KXXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD67GAGY.gif
I'm stuck in this step. After like 10 times with different sd cards (just to be sure) and many tries, no way of rebooting without this problem.
Any suggestion?
@rootzoll the update/recovery process seems to works but in the end, it still fails after the reboot
If you disconnect the HDD/SSD on boot up - does it also give that that error, or another?
I`ve been running into the same problem.
Disconnecting the HDD on bootup results in a brief period in which the following
message is repeated.
"A start job is running for /dev/dis 96bf..."
It ends after approx. 60 seconds with the initial problem prompt. "Give root passw..."
Have you been able to find a solution @raziel8 ?
Are there any possible workarounds that may let me reclaim my, otherwise very reliable node @rootzoll ?
Hi, i have changed my hdd to SSD – so now it works fine, I think it was a Problem with my HDD.
Best Regards
Johohannes
Von: flowthis
Gesendet: Mittwoch, 20. November 2019 12:03
An: rootzoll/raspiblitz
Cc: Otti24xx; Author
Betreff: Re: [rootzoll/raspiblitz] Give root password for maintenance (orpress Control-D to continuine): = Message after new Installation Vers. 1.3 -SSH is not working (#782)
I`ve been running into the same problem.
Disconnecting the HDD on bootup results in a brief period in which the following
message is repeated.
"A start job is running for /dev/dis 96bf..."
It ends after approx. 60 seconds with the initial problem prompt. "Give root passw..."
Have you been able to find a solution @raziel8 ?
Are there any possible workarounds that may let me reclaim my, otherwise very reliable node @rootzoll ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
@flowthis is this also happend on an update or during normal operations/reboot?
@rootzoll This was the last message I received.
DONE - Give raspi some cool off time after hard building .... 20 secs sleep
END Provisioning
rebooting
Post it, I see a prompt for root password for maintenance.
Have you connected a USB keyboard and entered the root password? Should be the same passwordA as for the admin user.
@rootzoll Does not accepts Password A. It takes raspiblitz as the root password and shows terminal prompt in root directory.
Ah yeah - you getting this error directly after a recover/update, thats when PasswordA is not yet reset and still the default "raspiblitz".
Try also the CTRL+D or follow the hints in this RaspberryPi forum:
https://www.raspberrypi.org/forums/viewtopic.php?t=176695
So it maybe that somehow after recover/update your system is not shutting down properly and you have to fix Fstab all the time. If you get it fixed it would be interesting if this is just happening on this recover or every reboot/shutdown.
@rootzoll CTRL+D does nothing. Keeps prompting for password over and over.
Giving the root password, I am not sure what to be removed from fstab.
One is /boot, second is / and the third is /mnt/hdd
This fixed it for me
https://ubuntu-mate.community/t/getting-emergency-mode-screen-on-boot-up-every-time/2626/2
Hi !
I had the same issue but I found a solution !
You need another computer under linux and put your pi sdcard in it.
If your RPI sdcard is /dev/sdb do :
sudo umount /dev/sdb1
sudo umount /dev/sdb2
sudo fsck /dev/sdb1
sudo fsck /dev/sdb2
After put the sdcard in the raspberry pi and enjoy :wink:
But I think Ubuntu mate mainteners have to do something for that !
@PapaCoderNit Are there any unix commands as well to perform the same actions? I am on MacOS.
@PapaCoderNit Are there any unix commands as well to perform the same actions? I am on MacOS.
I did it with usb keyboard plugged into the raspberry pi.
Also you want to do your sd card not the hdd..
Check /etc/dev/ and youll see sba and sba1
The sd card is most likely sba
Run sudo fsck /etc/dev/sba (make sure its your sdcard)
To prevent this scenario in the future I will add the command sudo tune2fs -c 1 /dev/mmcblk0p2 into the sd card build script. This should force a fsck automatically on the sd card root partition on every boot and hopefully gets rid of this "maintenance login" screen.
Thank you..
@flowthis not yet, just came back on this project! Keep you posted
@rootzoll I saw you pushed two commits to solve this issue, let's give a try now.
Just to be clear: I'm using an HDD, not an SSD
@raziel8 to have the #782 commit active you need a sd card build with the updated script. A release candidate sd card image of v1.4 will be out the next days - that one will have the commit included.
@rootzoll thank you so much, waiting for the v1.4 ✌🏼
This fixed it for me
https://ubuntu-mate.community/t/getting-emergency-mode-screen-on-boot-up-every-time/2626/2Hi !
I had the same issue but I found a solution !
You need another computer under linux and put your pi sdcard in it.
If your RPI sdcard is /dev/sdb do :
sudo umount /dev/sdb1
sudo umount /dev/sdb2
sudo fsck /dev/sdb1
sudo fsck /dev/sdb2After put the sdcard in the raspberry pi and enjoy
But I think Ubuntu mate mainteners have to do something for that !
I've stucked on the same same "Give root password for maintenance" message after simply plug off during BtcPAY server setup which just hanged.
How I resolved:
Hope it can help, but beware if you are scared to lose data on SD card.
As it looks the v1.4 is doing also now more fsck .. but its still asking for manual interference.
Thats why the v1.5 will try if this autofix-flag will no longer showing you this message.
https://github.com/rootzoll/raspiblitz/issues/1053
yes, I've been having the same issue since 1.3. Now Upgraded to 1.4 but still. Is there a way to fix it manually?
@edgeball i fixed it manually by entering the root password (pw a) and appending the proposed fix for v1.5 fsck.mode=force fsck.repair=yes manually into /boot/cmdline.txt. the reboot afterwards took a while (i think tue to the repair) but it resumed correctly afterwards
I was running into this issue, and the problem ended up being the SSD case that I was using. I tried putting the SSD in an old case I had and everything went smoothly.
@josusanmartin did you just changed the case and it was running again or did you also made a fresh sd card image. Also can you provide I link to that case?
This was during the initial sync, so because of the error I ended up creating a fresh image a few times. So I think I created a fresh sd card image when it ended up working too (80% confident since I don't fully remember).
From what I could gather, the "bad drive" was causing the distro to get "corrupted" somehow. Whenever I started completly fresh (formatted ssd and fresh sd image) it would start syncing the blockchain and after a while it would throw io errors. I would reboot and "the give root password for maintenance" would show up. So I'd create a fresh sd image and it would boot up. But I couldn't get it to start syncing again, so I had to erase the ssd too.
Thanks for the report. I am collecting to see if we can spot a pattern.