• 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.

Upgrade to Plesk 11.5

Tozz

Regular Pleskian
I've just upgraded a machine to Plesk 11.5 running Debian 6 (Squeeze). The installer reported:

Code:
WARNING!
Some problems are found during fail
Cannot upgrade vhost directories for domains. Please run /opt/psa/bin/repair --update-vhosts-structure manually.(see log file: /tmp/plesk_11.5.30_installation.log)

Continue...

So that is what I did

Code:
2013-08-07T13:41:12+02:00 ERR (3)  [util_exec]: proc_close() failed
Error: mkdir: cannot create directory `./example.nl/logs': File exists
ERROR: Cannot relink logs. Target directory '/var/www/vhosts/example.nl/logs' is in invalid state.

I tried to delete example.nl/logs/, but this doesnt help. The script re-created the directory and then returns the same error message. The message repeats about 20 times.

Any ideas?
 
Knowing the version you upgraded from would probably help. After you get the error what type of file is /var/www/vhosts/example.nl/logs and its permissions?

The error messages you posted just indicates that some users (probably) won't be able to access up-to-date logs for their domains via shell or ftp. However they should still be able to do that via Panel.
 
I ran the latest Plesk 11.0 release (we have auto-installation of microupdates enabled). He permissions look alright, and are equal to other vhosts:

drwx------ 2 onthejob687 root 4096 Aug 7 13:40 logs

We have upgraded multiple Plesk machines to 11.5, but this is the first time I encounted this error. I still cant figure out why, as the permissions look to be the same as other vhosts I've checked.

eg, another domain:

drwx------ 2 pgt root 4096 Aug 7 15:06 logs
 
Yes, permissions are OK. You can try removing logs/ directories from problematic domains and rerunning repair utility.
 
@Tozz did you fixed this issue already? Facing the same problem and deleting the /logs directory ain't helping....
 
Back
Top