Skip to main content

error: rexec of /usr/sbin/sshd failed: No such file or directory

Comments

4 comments

  • andrew.n
    I would disable the extra repositories (remi,remi-safe) and install openssl server again: yum install --disablerepo=remi,remi-safe openssh-server If it's already installed give a reinstall a try: yum reinstall --disablerepo=remi,remi-safe openssh-server
    0
  • cbielich
    Loaded plugins: fastestmirror, universal-hooks Setting up Install Process Loading mirror speeds from cached hostfile epel/metalink | 16 kB 00:00 * EA4: xxx.xxx.xxx.xx * cpanel-addons-production-feed: xxx.xxx.xxx.xx * cpanel-plugins: xxx.xxx.xxx.xx * base: linux.mirrors.es.net * epel: mirror.arizona.edu * extras: mirrors.ocf.berkeley.edu * updates: repos.lax.layerhost.com EA4 | 2.9 kB 00:00 ... cpanel-addons-production-feed | 2.9 kB 00:00 ... cpanel-plugins | 2.9 kB 00:00 ... base | 3.7 kB 00:00 extras | 3.4 kB 00:00 updates | 3.4 kB 00:00 Package matching openssh-server-5.3p1-124.el6_10.x86_64 already installed. Checking for update. Nothing to do root@ip-xxx-xxx-xxx-xxx[~]# yum reinstall --disablerepo=remi,remi-safe openssh-server Loaded plugins: fastestmirror, universal-hooks Setting up Reinstall Process Loading mirror speeds from cached hostfile * EA4: xxx.xxx.xxx.xx * cpanel-addons-production-feed: xxx.xxx.xxx.xx * cpanel-plugins: xxx.xxx.xxx.xx * base: mirror.phx1.us.spryservers.net * epel: mirror.arizona.edu * extras: mirrors.ocf.berkeley.edu * updates: repos.lax.layerhost.com Installed package openssh-server-5.3p1-269.el6.x86_64 not available. Error: Nothing to do
    0
  • cbielich
    This was my exact issue that solved my problem. It was a bug with yum update.
    0
  • cPanelLauren
    I am glad to see that you were able to get this resolved. Thanks for updating the thread that @andrew.n's advice helped.
    0

Please sign in to leave a comment.