Got error 28 from storage engine - check database storage space.

MySQL, PostgreSQL, SQLite
Post Reply
liu-kang
Posts: 25
Joined: 2004-03-21 12:54
Location: Bayern
Contact:
 

Got error 28 from storage engine - check database storage space.

Post by liu-kang »

Hallo zusammen!

Seit eben bekomme ich, wenn ich auf meine Seite zugreiffen will,folgende Meldung:
Got error 28 from storage engine - check database storage space.
Was soll mir das sagen?
Ich bin ziemlicher Neuling auf dem Gebiet.

Mein Speicherplatz sieht so aus:
/dev/md5:
1.1 GB von 4.7 GB frei
/dev/md6:
20 KB von 4.7 GB frei
/dev/md8:
39.8 GB von 43.7 GB frei
Speicher:
231.1 MB von 969.9 MB frei
User avatar
daemotron
Administrator
Administrator
Posts: 2641
Joined: 2004-01-21 17:44
Contact:
 

Re: Got error 28 from storage engine - check database storage space.

Post by daemotron »

Immer noch dasselbe Problem wie in http://www.rootforum.org/forum/viewtopi ... 89&t=50586 - deine unter /dev/md6 gemountete Partition ist voll.
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Got error 28 from storage engine - check database storage space.

Post by Joe User »

Und für die nächsten MySQL-Errorcodes:

Code: Select all

perror <errorcode>
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
liu-kang
Posts: 25
Joined: 2004-03-21 12:54
Location: Bayern
Contact:
 

Re: Got error 28 from storage engine - check database storage space.

Post by liu-kang »

Jap... leider immer noch das selbe Problem... stimmt :(.
War ich auch zugegebenermaßen leider etwas faul.

Nachdem ich nun den mySQL Server neu gestartet hatte, erschien folgende Meldung auf meinem Bildschirm:
Datenbankfehler
Table './gothic/nuke_smf_messages' is marked as crashed and last (automatic?) repair failed
Datei: /srv/www/vhosts/gothiccommunity.de/httpdocs/modules/Forum/smf/SSI.php
Zeile: 374
Auch ein kompletter Neustart des gesamten Servers hatte nichts gebracht :(.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Got error 28 from storage engine - check database storage space.

Post by Joe User »

Backup der betroffenen Datenbank einspielen und gut is...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
liu-kang
Posts: 25
Joined: 2004-03-21 12:54
Location: Bayern
Contact:
 

Re: Got error 28 from storage engine - check database storage space.

Post by liu-kang »

Tja... da habe ich leider nur eines was schon 1 1/2 Wochen alt ist...
mit dem Befehl
repair table smf_messages
fängt er zwar an zu rechnen aber nach einer Std. hatte ich dann die Prozedur abgebrochen.
Kann es sein das sowas so lange dauern kann?
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Got error 28 from storage engine - check database storage space.

Post by Roger Wilco »

Je nach Größe der Datenbank und der Anzahl Zeilen in den Tabellen kann das durchaus einige Zeit dauern. Und selbst dann ist nicht sichergestellt, dass die Wiederherstellung zu 100% möglich ist.
Post Reply