• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Panel doesn't work with KB1410

Stefan Becker

Basic Pleskian
Hi guys,

we follow the steps from this article http://kb.parallels.com/de/1410.

At first the installation doesn't work with this configuration. After redemption, we installed the panel without problems. We actived the function, but now the http server from panel doesn't work, the apache works fine.

What is our fault?

P.S. We get this error message: Can't create/write to file '/tmp/#sql_392_0.MYI' (Errcode: 13)

Bye

Stefan
 
Last edited:
As you can see there:

Mysql server requires executable permissions in /tmp directory.

But mentioned /tmp/#sql_392_0.MYI file is Mysql database file.
 
And how it should work then?

I found this problem in the error_log of sw-cp-server:
PHP Fatal error: PHP Startup: apc_fcntl_create: open(/tmp/.apc.eP2uj8, O_RDWR|O_CREAT, 0666) failed: in Unknown on line 0

So, i test some write operations. With root i can write files at /tmp, as a normal user i can't.

So i check the ACL of /filessystem/tmp_fs:
-rwxrwxrwx 1 root root 2147483648 27. Okt 09:40 tmp_fs

Best regards

Stefan
 
Back
Top