Knowledgebase

Failed to check whether running executables are up-to-date: The system received unexpected output from “/usr/bin/needs-restarting”: This system is receiving updates from CloudLinux Network server.

The error message you provided, "Failed to check whether running executables are up-to-date: The system received unexpected output from “/usr/bin/needs-restarting”: This system is receiving updates from CloudLinux Network server," suggests that there may be an issue with the system's ability to check for updates or that CloudLinux Network is involved in the update process.

Here are steps you can take to address this issue:

  1. Check Network Connectivity:

    Ensure that your server has a working internet connection. Network issues can sometimes affect the ability to check for updates.

  2. Verify CloudLinux Network Status:

    Confirm that your server is properly connected to the CloudLinux Network. You can do this by checking your CloudLinux activation status and making sure your server can communicate with the CloudLinux servers.

    bash

 

  • clnreg_ks --list

    If there are any issues with your CloudLinux Network registration, it may affect the update process.

  • Update CloudLinux Repositories:

    Update the repository information to ensure you have the latest information about available packages:

    bash
  • yum makecache
  • Check for Updates:

    Try to check for updates again to see if the issue persists:

    bash

 

  1. yum check-update
  2. Review CloudLinux Documentation or Forums:

    Consult the CloudLinux documentation or community forums for any known issues or solutions related to this specific error message.

  3. Contact CloudLinux Support:

    If none of the above steps resolve the issue, consider reaching out to CloudLinux support. They may have specific troubleshooting steps or solutions for your situation.

  4. Temporary Issue:

    It's possible that this issue is temporary and may be resolved on its own. You can try checking for updates at a later time.

Always exercise caution when making changes to configurations, and ensure that you have backups in place before making any major adjustments. This way, you can easily restore your settings if anything goes wrong during the troubleshooting process.

 
  • 0 Users Found This Useful
Was this answer helpful?