On Mon, Apr 24, 2006 at 09:02:33AM -0700, Zakai Kinan wrote:
> what does this error mean exactly?
> 
> Query failed: SELECT DISTINCT FileSet.FileSet FROM
> Job,Client,FileSet WHERE
> Job.FileSetId=FileSet.FileSetId AND Job.ClientId=4 AND
> Client.ClientId=4 ORDER BY FileSet.FileSet: ERR=Got
> error 28 from storage engine

MySQL error 28 translates to no space left on device.  Most likely, either the
partition holding your msyql database is full, or the partition where mysql is
creating temporary tables is full.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Network Engineer          |  is simple, elegant, and wrong. - HL Mencken
    GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to