• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Problem upgrading to Plesk 12.5

Nano

New Pleskian
Hello, I upgraded to Plesk 12.5 this morning. The server has sent me this email:

/etc/cron.hourly/plesk-php-cleanuper:

Warning: readlink failed on / proc / 14997 / fd / 4: No such file or directory

Since then I can not enter Plesk Panel gives me this error:

ERR_CONNECTION_REFUSED

I have Linux Plesk 12 (CentOS 6) (64bits), how I can enter the Plesk panel?
The server gives me the option to reinstall Plesk but if I do lose everything, right?

Thanks and a greeting.
 
/etc/cron.hourly/plesk-php-cleanuper:

Warning: readlink failed on / proc / 14997 / fd / 4: No such file or directory
It is just warning, not error. You can disable sending emails from this script with adding 2>/dev/null at the end of following line:

# cat /etc/cron.hourly/plesk-php-cleanuper | grep plesk-9.0
[ -x /usr/lib/plesk-9.0/maxlifetime ] && [ -d /var/lib/php/session ] && /usr/lib/plesk-9.0/php_session_cleaner /var/lib/php/session $(/usr/lib/plesk-9.0/maxlifetime)
2>/dev/null

Problem with ERR_CONNECTION_REFUSED has been discussed on forum many times. Just try to use forum search.
 
Same problem here in a new a clean Mediatemple server, I already added 2>/dev/null and continue sending emails
 
After upgrading to Plesk 12.5 on CentOS 5.5, I am getting the Cron Daemon /etc/cron.hourly/plesk-php-cleanuper error emails.
Server support said to delete the cron job.
Should I delete it? and if yes, how?
I was thinking I could do it in plesk, but now I am not finding were to do it.
 
Hi RAFA3L,

My problem was that I added 2>/dev/null in the same line and must be in the next line
No, the mentioned post from IgorG might be a bit confusing for you, but I think that he just wanted to make sure, that you see, WHAT you have to add at the end of the line, to redirect possible warnings "/dev/null". You will add such modifications ALWAYS at the very end of your command line, separated with a space.
 
I have noticed that the /var/lib/php/session folder is building up with old sessions after upgrading.
How/When should these sessions be deleted in Plesk 12.5?
 
Hi UFHH01,
it is 57 now, I did the upgrade on 11/9.
Maybe it deletes after a set number of days now?
Thanks for you help!
Sincerely,
Brad
 
Hi bradz,

... 57 and you are seriously worried? That is an absolute normal amount ( if you host at least one or two domains on your server ) and nothing has to be done.
 
Great, no I am not worried about the number or space at this time. I am more worried that I will totally forget it and should not have :)
I was comparing to the other servers not upgraded and noted that they were deleting past sessions every day.
Sounds like deleting the Cron Job that is no longer functioning is the best action?
Do the past sessions now get cleaned up by another process? Maybe server restarts?
Thanks so much!
Brad
 
Back
Top