-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Installing telnetd hangs in "sudo apt install telnetd" #1352
Comments
Duplicate of #1351 |
6 tasks
There are a few things going on here, unrelated to your RaspAP install, but let's look at them:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Bug description
The telnetd application can not be installed on my fresh install.
Raspberry Pi OS Lite (Legacy)
Tested on Raspberry Pi 2B and 3B fresh OS installs with multiple SD cards of different brands and sizes. The app partially installs then hangs and refuses to continue. If I break the install with ^C then try again i get the error telling me that there was a a failed install and I must continue installing the failed install... But the failed install will not continue. The only way to recover is to re-format the SD card and re-install the OS. It appears the downloaded file is incomplete or damaged.
Where the install hangs is here:
Preparing to unpack .../telnetd_0.17-41.2_armhf.deb ...
Unpacking telnetd (0.17-41.2) ...
Setting up update-inetd (4.49) ...
Setting up tcpd (7.6.q-28) ...
Setting up openbsd-inetd (0.20160825-4) ...
client_loop: send disconnect: Broken pipe
bill@z-77x2:~$
Progress: [ 76%] [###########################################################################........................]
This is not recoverable. The Pi can be re-started but nothing else can ever be installed because of this error.
After powering off the pi and rebooting, then trying the install again I get this:
bill@raspberrypi2:~ $ sudo apt install telnetd
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
bill@raspberrypi2:~ $ sudo dpkg --configure -a
Setting up openbsd-inetd (0.20160825-4) ...
Progress: [ 76%] [###########################################################################........................]
And now it is hung again at the same place.
If there is anything that is unclear or that I have left out, just try to install telnetd on the Pi version of Debian Buster and it will be clear.
If I have messed this up please forgive me as this is my first attempt at reporting a problem here and it is a little daunting for a beginner.
Your environment
Operating System: ENTER HERE <!-- RPi OS 32-bit Lite, Debian 10 (Buster)
Hardware and version:
Tried on Raspberry Pi 2B and 3B
RaspAP version:
Clean install of a compatible operating system?
This was tried on several clean installs with SD cards of various sizes from different manufacturers.
SD cards created with Raspberry Pi Imager.
Using default install configuration, yes.
Installs attempted using both an Ethernet terminal and a monitor and keyboard.
a fresh boot and nothing else was running.
Steps to reproduce
Easy to reproduce, just try to install telnetd.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: