• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Schreibrechte ubuntu komplett verloren gegangen nach Entpacken von 2Gb Zip

shopuser

New Member
Hallo,

hab auf einem V Server Ubuntu eine 2Gb Datei im Plesk 12.5 Filemanger entpackt, danach kam diese Meldung:
Code:
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_5ca_0.MYI' (Errcode: 122) (Pdo.php:234)

in der panel.log steht das :
Code:
Reading package lists...
Warning: not connected 'multiverse' repository section
[2016-02-03 07:38:14] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/filemng' 'web1' 'unzip-noclobber' '/var/www/vhosts/web1/httpdocs/media/image/image bis 31 .zip'] with exit code [1]
[2016-02-03 07:39:24] ERR [1] DB query failed:
DESCRIBE `sessions`
Error: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_64d_0.MYI' (Errcode: 122)
[2016-02-03 07:39:24] ERR [panel] SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_64d_0.MYI' (Errcode: 122):
0: /opt/psa/admin/externals/Zend/Db/Statement/Pdo.php:234
Zend_Db_Statement_Pdo->_execute(array)
1: /opt/psa/admin/externals/Zend/Db/Statement.php:300
Zend_Db_Statement->execute(array)
2: /opt/psa/admin/externals/Zend/Db/Adapter/Abstract.php:479
Zend_Db_Adapter_Abstract->query(string 'DESCRIBE `sessions`', array)
3: /opt/psa/admin/externals/Zend/Db/Adapter/Pdo/Abstract.php:238
Zend_Db_Adapter_Pdo_Abstract->query(string 'DESCRIBE `sessions`', array)
4: /opt/psa/admin/plib/Db/Adapter/Pdo/Mysql.php:19
Db_Adapter_Pdo_Mysql->query(string 'DESCRIBE `sessions`')
5: /opt/psa/admin/externals/Zend/Db/Adapter/Pdo/Mysql.php:169
Zend_Db_Adapter_Pdo_Mysql->describeTable(string 'sessions', NULL null)
6: /opt/psa/admin/externals/Zend/Db/Table/Abstract.php:835
Zend_Db_Table_Abstract->_setupMetadata()
7: /opt/psa/admin/externals/Zend/Db/Table/Abstract.php:874
Zend_Db_Table_Abstract->_setupPrimaryKey()
8: /opt/psa/admin/externals/Zend/Db/Table/Abstract.php:982
Zend_Db_Table_Abstract->info()
9: /opt/psa/admin/externals/Zend/Db/Table/Select.php:100
Zend_Db_Table_Select->setTable(object of type Plesk\Session\Storage_DbTable_Sessions)
10: /opt/psa/admin/externals/Zend/Db/Table/Select.php:78
Zend_Db_Table_Select->__construct(object of type Plesk\Session\Storage_DbTable_Sessions)
11: /opt/psa/admin/externals/Zend/Db/Table/Abstract.php:1018
Zend_Db_Table_Abstract->select()
12: /opt/psa/admin/plib/Session/Storage/DbTable.php:145
Plesk\Session\Storage_DbTable->removeExpiredSessions()
13: /opt/psa/admin/plib/Application/Web.php:179
Plesk\Application_Web->loadSession()
14: /opt/psa/admin/plib/auth.php:367
AutoPrepend->initUserSession()
15: /opt/psa/admin/plib/auth.php:230
AutoPrepend->run()
16: /opt/psa/admin/plib/auth.php:759
[2016-02-03 07:39:24] ERR [1] SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_64d_0.MYI' (Errcode: 122)

Die Platte ist aber nur zu 9% belegt, es ist zwar möglich per FTP oder SSH darauf zuzugreifen, aber es ist nicht möglich ein Verzeichnis zu erstellen noch eine Datei hochzuladen.
Code:
Filesystem Size Used Avail Use% Mounted on
/vz/template:/vz/private/v55555555/fs 500G 44G 457G 9% /
none 4,0G 4,0K 4,0G 1% /dev
none 4,0K 0 4,0K 0% /sys/fs/cgroup
none 820M 132K 820M 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 4,0G 0 4,0G 0% /run/shm
none 100M 0 100M 0% /run/user

vieleicht stimmt auch etwas nicht mit der Erfassung des Speicherplatzes auf der HDD auf dem Server.

Gruss
 
Last edited by a moderator:
PHP:
/vz/template:/vz/private/v55555555/fs 18446744070462552271 18446744069415604317 10                                                                                     46947954  100% /46947954  100% /
none                                             1048576                   62                      1048514    1% /dev
none                                             1048576                    1                      1048575    1% /sys/fs/cgroup
none                                             1048576                  122                      1048454    1% /run
none                                             1048576                   33                      1048543    1% /run/lock
none                                             1048576                    1                      1048575    1% /run/shm
none                                             1048576                    1                      1048575    1% /run/user


scheinen voll belegt zu sein
 
Habe jetz mal verglichen
das liegt an der schlechten Konfiguration des Strato V-Servers, hier mal der Vergleich:

Hosteurope 250Gb Platte mit 150Gb belegt und noch 12 Mio Inodes frei von konfigurierten 16,6Mio

Strato 500Gb Platte 45Gb belegt und nur noch 12000 frei hier sind nur 1Mio Inodes für 500GB konfiguriert ! also 1/32 ! wie bei Hosteurope
 
Back
Top