• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Error when trying to access erro_log file

yossefelbaz

New Pleskian
Hi. (my first post here)

I am new to servers. I just started using SSH terminal.

The issue i am experiencing is error 13 when i am trying to view error_log file for the server errors.
The reason i am doing so is that i am getting failed message by email every morning that scheduled backup has failed.

I am accessing the server with putty software and i am login in with my username and password.
After that i am typing su - command and password again.
So my access level is in root.

I am typing the command /var/log/sw-cp-server/error_log and getting the error 13: permission denied.

Any suggestions?
 
Try the following:

nano /var/log/sw-cp-server/error_log

This will use the nano text editor to view the file.

If you've used the Plesk Backup Manager to schedule the backup, there may be information about failure reason on the Current Backup Tasks tab.
 
Last edited:
nano command not found.

I tried to install updates too, but i got error message:
Installation started in background
Error: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.


I had to run service psa start command.

After that i got it started with:
starting postgresql service... failed
starting drwebd service... failed
 
Try using:

vi /var/log/sw-cp-server/error_log

In regards to yum issue, search the forum, I think that issue has been covered recently.
 
Back
Top