• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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