• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

General error: 1 Can't create/write to file '/tmp/#sql_200_0.MYI' (Errcode: 28) (Pdo.php:234)

SebastianK1

Basic Pleskian
Try to login this morning into plesk via browser.

Error:
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_200_0.MYI' (Errcode: 28) (Pdo.php:234)


Found this in apache err log:
[Sat Feb 28 07:20:40 2015] [error] (28)No space left on device: mod_fcgid: couldn't bind unix domain socket /var/lib/apache2/fcgid/sock/30700.6397
[Sat Feb 28 07:20:40 2015] [warn] (28)No space left on device: mod_fcgid: spawn process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper error
[Sat Feb 28 07:20:40 2015] [error] (28)No space left on device: mod_fcgid: couldn't bind unix domain socket /var/lib/apache2/fcgid/sock/30700.6398
[Sat Feb 28 07:20:40 2015] [warn] (28)No space left on device: mod_fcgid: spa


>
112 GB free Diskspace
/tmp is there

>
mysqlcheck -A -uadmin -p`cat /etc/psa/.psa.shadow`
all tables OK

>
# mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` variables | grep -w tmpdir
| tmpdir | /tmp

>
ls -ld /tmp/
drwxrwxrwt 4 root root 12288 Feb 28 07:50 /tmp/




Any hints?

Best,

Sebastian
 
stat /tmp

File: `/tmp'
Size: 12288 Blocks: 24 IO Block: 4096 directory
Device: 54a0b681h/1419818625d Inode: 524436 Links: 4
Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2015-02-28 08:11:23.451815229 +0100
Modify: 2015-02-28 07:50:41.581141767 +0100
Change: 2015-02-28 07:50:41.581141767 +0100
Birth: -
 
Back
Top