**Fatal error** : Uncaught Exception: SQLSTATE[HY000]: General error: 1021 Disk full

Hello,

Anyone know how to fix this? I already deleted logs files (over 25GB), but still getting this error?

Fatal error : Uncaught Exception: SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql-temptable-5241e-160e0-9b3.MAI); waiting for someone to free some space… (errno: 28 “No space left on device”) With Query: select column_name, column_default, is_nullable, data_type, character_maximum_length, numeric_precision, numeric_scale, column_type from information_schema.columns where table_schema = ? and table_name = ? in /usr/share/vitalpbx/www/includes/db.php:0 Stack trace: #0 /usr/share/vitalpbx/www/includes/db.php(0): vitalpbx\db->__construct() #1 /usr/share/vitalpbx/www/includes/schema.php(0): vitalpbx\db::query() #2 /usr/share/vitalpbx/www/includes/schema.php(0): vitalpbx\schema::query_columns() #3 /usr/share/vitalpbx/www/includes/schema.php(0): vitalpbx\schema::query() #4 /usr/share/vitalpbx/www/modules/addons/addon.php(0): vitalpbx\schema::get() #5 /usr/share/vitalpbx/www/themes/login.php(0): modules\addons\addon::getExternalAddOns() #6 /usr/share/vitalpbx/www/themes/login.php(0): themes\login->_buildAddonsMenu() #7 /usr/share/vitalpbx/www/themes/theme.php(0): themes\login->render() #8 /usr/share/vitalpbx/www/themes/page.php(0): themes\theme->renderLoginPage() #9 /usr/share/vitalpbx/www/themes/page.php(0): themes\page->_buildBody() #10 /usr/share/vitalpbx/www/includes/app/Core.php(0): themes\page->render() #11 /usr/share/vitalpbx/www/includes/app/Core.php(0): app\Core->_loadMainView() #12 /usr/share/vitalpbx/www/index.php(0): app\Core->run() #13 {main} thrown in /usr/share/vitalpbx/www/includes/db.php on line 0

What’s the result of the command below.

df -h

I was able to delete 3 big files

syslog

mail.log

mai.info

I deleted to free up space… Also, when deleted them now they are growing super fast everytime in refresh to lookup space it keeps getting bigger ?

upon checking the logs it shows that the email bounced with an unknown user , but email is working fine. (is this a bug) with the email system?

Jan 31 12:18:25 pbx postfix/qmgr[136425]: B03BF4166E: from=notifications@mydomain.com, size=49085, nrcpt=1 (queue active)
Jan 31 12:18:25 pbx postfix/qmgr[136425]: AEE1F44022: removed
Jan 31 12:18:25 pbx postfix/bounce[142326]: ADEB94166D: sender non-delivery notification: B03BF4166E
Jan 31 12:18:25 pbx postfix/qmgr[136425]: ADEB94166D: removed
Jan 31 12:18:25 pbx postfix/local[142337]: AED2D426FE: to=notifications@mydomain.com, relay=local, delay=0.01, delays=0/0.01/0/0, dsn=5.1.1, status=bounced (unknown user: “notifications”)

i changed the actual domain to mydomain.com for security… The email does exist with email provider, and email from vitalpbx works fine, (get emails on missed calls, etc) but the logs keeps getting bigger.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.