×


cPanel reported error number 1 when it ended - Fix it Now ?

cPanel reported error number 1 when it ended happens when the destination server isn't able to login into the source server to fetch files.

Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related cPanel queries.


Nature of cPanel reported error number 1 when it ended

Scenario 1:

Recently one of our customers came across the cPanel & WHM update failure notification:

The cPanel & WHM update process failed for the following reason:
Maintenance ended; however, it did not exit cleanly (256). The following events were logged: /scripts/check_unreliable_resolvers. Review the update logs to determine why the update failed.

Scenario 2:

In addition, we can find this error when we perform /scripts/rpmup.

Maintenance ended; however, it did not exit cleanly (256). The following events were logged: “scripts/rpmup”. Review the update logs to determine why the update failed.
Update log preview:


[2021-04-29 06:05:38 -0400] E [/usr/local/cpanel/scripts/rpmup] The “/usr/local/cpanel/scripts/rpmup” command (process 31027) reported error number 1 when it ended.

[2021-04-29 06:05:38 -0400] The Administrator will be notified to review this output when this script completes
[2021-04-29 06:05:38 -0400] – Finished command `/usr/local/cpanel/scripts/rpmup` in 14.180 seconds
[2021-04-29 06:05:38 -0400] 30% complete
[2021-04-29 06:05:38 -0400] – Finished in 14.180 seconds
[2021-04-29 06:05:38 -0400] – Finished in 0.036 seconds
[2021-04-29 06:05:38 -0400] Processing:
[2021-04-29 06:05:38 -0400] Maintenance complete. [state=pre]

Scenario 3:

We have also had customer face the following error while using "Copy an Account From Another Server With an Account Password":

Starting “TRANSFER” for “Account” “Username”.
Attempting to copy “Username” from “Source IP”.
Trying to fetch cpmove file via cPanel API!
Fetching current backups from remote server …cPanel Login Failed: 403 Forbidden Access denied
Failed to fetch cpmove file via cPanel API.
Failed: Error while executing “/usr/local/cpanel/scripts/getremotecpmove”. The “/usr/local/cpanel/scripts/getremotecpmove SourceIP Username” command (process 2364424) reported error number 1 when it ended.


Main causes of this error:

i. When the script /scripts/check_unreliable_resolvers finds some, or all, of the DNS servers, are not reachable from the server.

ii. If the system's /etc directory is assigned the immutable attribute.

iii. And, if the destination server is not able to login into the source server to fetch files.


How to resolve cPanel reported error number 1 when it ended ?

To fix this error, apply the methods outlined here.


1. Find which DNS server is unreachable

To do so, we run the following script:

/scripts/check_unreliable_resolvers

For example,

# /scripts/check_unreliable_resolvers
cPanel reported error number 1 when it ended Partial DNS resolver failure
Resolver
State
192.168.0.1
Failed
8.8.4.4
Normal
8.8.8.8
Normal

Once we find the DNS servers that are unreachable, we can temporarily disable them. 

To do so, we add a '#' to the front of each unreachable DNS server line in /etc/resolv.conf.

For instance,

nameserver 8.8.8.8
nameserver 8.8.4.4
#nameserver 192.168.0.1

Optionally, we can use WHM >> Resolver Configuration to remove the unreachable DNS servers.

However, in case all DNS servers are failing, we can temporarily use Google’s public DNS servers 8.8.8.8 and 8.8.4.4.


2. Change the immutable attribute

In order to change the immutable attribute, we use the below command:

chattr -i /etc


3. Recheck the username, password, and IP address.

Ensure the username and password are correct. In addition, login into the WHM of the source server. 

Then we go to "ConfigServer Security & Firewall".

Here, we allow the IP address in csf.


[Need help with fixing cPanel errors ? We'd be happy to help.]


Conclusion

This article covers methods to resolve cPanel reported error number 1 when it ended. This error makes cPanel copy action on an account from another server to fail.

The error means that the destination server isn't able to login into the source server to fetch files .


To fix this error, do the following:

1) Recheck your username and password used along with the IP too.

2) Firewall, the source firewall is blocking your destination server IP. 

You would need to login into the WHM of the source server and goto "ConfigServer Security & Firewall".

Retry you transfer and it should be working.