-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
SSH | Blue screen instead of whiptail menu #3506
Comments
Hi, many thanks for your report. Well it's not really a blue screen like a crash on Windows. this is more the background color 😉 If you try running |
just a guess, can you check free space on your device?
|
can you check |
What I'm supposed to check? Really strange, I was able to launch the commands reported above using Terminus on my iPad, while using SecureCRT, Putty or the SSH client different Windows 10 devices I'm still unable. |
So using iPad all commands are working? |
Yes, seems to be, but using another machine with W10, SecureCRT/Putty or the CLI ssh client, still doesn't work |
Can you probably try to change SSH server on your DietPi system. Just go to |
Just did, installed Dropbear, same issue on W10! |
what do you mean by |
Maybe there's some misconfiguration on the shell used on the RPi 3B+? My SSH clients configurations are default, they're working with my DietPi on RPi4 |
@FabioEight Since it works from the iPad but on from Windows 10, it is not a general misconfiguration at least. One thing is that SSH clients can pass a system locale to the server to be used. If this locale is not present/compiled on the server, it can lead to visual problems. But actually all DietPi scripts internally force Another thing, PuTTY has a setting in Window > Translation > Remote character set, which should be You could also test with a very different SSH client or reset PuTTY settings (backup + remove Just in case, as Joulinar suggested, check for kernel errors on server: |
but strange that is is working on the RPi4 but not on RPi3. Images are same and software packages should behave similar as well. Maybe client software settings are different? Or some corruption on the RPi3? |
Just performed a clean install, same issue, I’m unable to install pihole from my iPad too this time. So doesn’t seems client related at all.
|
so it happen as well on a fresh installation? Are you able to use a different windows box to verify that it is not something on the Win10 box you are using currently? |
Yes, tried 2 Windows 10 devices (2 clients) and iPad (Terminus) as well. Using these clients I’m able to SSH the DietPi on RPI4. |
do you have a different SD card to try? Personally I'm using as well RPi3 and 4 without issues. So something special on your device. 🤔 |
Not in this moment. I don’t understand why it interfere with the SSH shell or particular screens only. Further, Etcher completes the validation of the card successfully. |
ok you have 2 RPi's correct? Means 2 SD cards 😉 You could move the working SD card from RPi4 > RPi3. This should work and your system should boot up. Once done, you could flash a new image to the OLD SD card from RPi3 and place it into the RPi4. I know it's quite a lot of try and error but there is just 1 single image for all RPi's and they all run same config/settings if you flash them to SD card. So indeed quite strange that one of the devices is working while the other not. |
Just performed a full format on my SD, reflashed DietPi and the situation seems stable. Though, here the dmesg:
|
still strange, I'm not able to reproduce this with my RPi3B+ did you tried moving SD card (without changing anything) from RPi4 to your RPi3 and boot it up? |
Not yet, it will be the next step. |
Just a question. To check that all is working on the board it selves you can move the SD card from RPi4. As we know this is working. |
No no, I was using different clients, Putty, SecureCRT and OpenSSH client (on W10 Powershell). |
Hmm I had something like this once on my life. But this was related to a VPN connection. Always I tried to connect using the VPN line, my SSH session get stuck exactly like yours. However I assume this is a direct local network and not applicable. |
The @FabioEight |
I still would like to see what happen if SD card from RPi4 is simply placed into RPi3 |
@FabioEight And just to verify:
|
Nope, I'm unable to get a console prompt hitting return or CTRL+C.
Nope, still blue screen. |
@FabioEight
This disables the login banner and DietPi-Globals (G_* functions and dietpi-* aliases), so you'll have a pure Debian login. |
Nope again, here's my htop after running the command and relogged: |
@FabioEight |
Just for my understanding. The SD card from not working RPi3 was moved into the new RPi4 and working out of the box. I guess it was just a physical move from one device to another. So nothing new installed or flashed? Right? |
I mark this as closed. Feel free to reopen if required. |
loopback network problem... |
Creating a bug report/issue
Required Information
root@DietPi3:~# cat /boot/dietpi/.version
#!/bin/bash
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=28
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng
stretch
Linux DietPi3 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
RPi 3B+
echo $G_HW_MODEL_NAME
or (EG: RPi3)2A
Samsung HC 32gb
Launching dietpi-software, dietpi-update, dietpi-config results in a blue screen:
I've tried different SSH clients/devices, physical reboots, but the issue persists. The RPi was only running pi-hole and no changes have been made during the last weeks.
The text was updated successfully, but these errors were encountered: