• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

By Abhishek Ghosh September 13, 2019 8:27 am Updated on September 13, 2019

Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

Advertisement

Previously, we published a general guide on how to fix E: Sub-process /usr/bin/dpkg returned an error code message on SSH. Here is how to fix openssh-server E: Sub-process /usr/bin/dpkg returned an error. Do not close an active SSH session with this error. These errors are not uncommon on virtual servers, cloud servers for the virtual appliances. There can be a minor bug of the virtualization software or drop off some packets during the virtual server update process. The result becomes errors in postinst files. It is not dangerous on virtual servers than it delivers the feel. Virtual servers always have some way to “enter” by the admin. It is dangerous on dedicated servers.

Any web host will happily fix this error if you loss SSH connection and ask their help. But, we give importance to running some commands to test to fix own-self (which increases the experience of server administration).

Run these commands :

Advertisement

---

Vim
1
2
3
#
ls -l /var/lib/dpkg/info | grep openssh
#

You’ll see list of files something like openssh-server.md5sums, openssh-server.postinst, openssh-server.postrm. Create a sub-directory under temporary with identifiable name :

Vim
1
2
3
#
mkdir -p /tmp/ssh-backup
#

Fix openssh-server E Sub-process usr-bin-dpkg returned an error

Move all those files from /var/lib/dpkg/info to that temporary directory :

Vim
1
2
3
4
#
# cross-check the name openssh-server
sudo mv /var/lib/dpkg/info/openssh-server.* /tmp/ssh-backup
#

Run :

Vim
1
2
3
4
5
6
7
#
 
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
 
#

The package should not return the E: Sub-process /usr/bin/dpkg related error anymore. If still disturbs, your luck is bad. The problem is likely to be with /etc/apt/sources.list. You can try to restore sources.list to default, purge the unused software packages. You may try these :

Vim
1
2
3
4
#
sudo apt-get autoclean
 
#

You should take help of your web host to run :

Vim
1
2
3
#
sudo apt-get remove --purge openssh-server
#

I have not seen any good result by running the other common commands peoples usually suggest. As a rule, always carefully check all the log files for any attempt to breach the security of SSH. Virtual servers are vulnerable to various exploits which we can manage with physical components on the dedicated. But virtual servers offer a big advantage – web hosts provide free help even to the unmanaged servers around SSH and networking issues.

Always keep your servers updated, regularly reboot on need, notice the errors while updating & upgrading, check what software packages are not in use (apt list --installed list the packages).

Tagged With dpkg openssl-server , error processing package openssh-server , how to fix error with openssh server?

This Article Has Been Shared 697 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

  • How To Generate Let’s Encrypt ECC SSL (ECDSA) Certificate

    Few Costly Paid SSL Have Support For ECC. Let’s Encrypt Supports For Free. Here is How To Generate Let’s Encrypt ECC SSL (ECDSA) Certificate.

  • Steps to Install Percona MySQL Server on Ubuntu 18.04 LTS

    Here is Latest, Tested Steps to Install Percona MySQL Server on Ubuntu 18.04 LTS For Cloud Server, VPS and Dedicated Server.

  • Fail2Ban For Web Hosts Without Root Access (PHP Port of Fail2Ban)

    It is Possible to Use Fail2Ban For Web Hosts Without Root Access on Shared Servers of PasS. There is PHP Port of Fail2Ban.

  • How To Install SBT and Scala on Ubuntu Server

    Here Are The Steps on How To Install SBT and Scala on Ubuntu Server. sbt is a build tool for Scala and Java projects Like Apache Maven, Apache Ant.

  • How to Install Flextype on Apache : Modern, Flat-File, PHP Powered CMS

    Flextype CMS is Written in PHP, a Flat-File CMS (needs no database). Here is How To Install Flextype on Ubuntu 18.04

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Arduino : Independently Blink Multiple LED January 18, 2021
  • What is a Loosely Coupled System? January 17, 2021
  • How To Repack Installed Software on Debian/Ubuntu January 16, 2021
  • Components of Agile Software Development January 15, 2021
  • What is Conway’s Law? January 14, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error," in The Customize Windows, September 13, 2019, January 19, 2021, https://thecustomizewindows.com/2019/09/fix-openssh-server-e-sub-process-usr-bin-dpkg-returned-an-error/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy