In response to Victor Hugo dos Santos <listas....@gmail.com>:

> this the complete postgresql error logs:
> 
> first
> ===========
> 2011-01-10 06:11:25 CLST ERROR:  could not open relation with OID 2247622656
> 2011-01-10 06:11:25 CLST STATEMENT:  INSERT INTO Filename (Name)
> SELECT a.Name FROM (SELECT DISTINCT Name FROM batch) as a WHERE NOT
> EXISTS (SELECT Name FROM Filename WHERE Name = a.Name)
> 2011-01-10 06:11:25 CLST ERROR:  table "delcandidates" does not exist
> 2011-01-10 06:11:25 CLST STATEMENT:  DROP TABLE DelCandidates

The delcandidates error is typical.  Bacula creates and deletes that
table for temp purposes, and it always tries to delete it before it
creates it, just in case it's hanging around from a previous crash
or something.

The other error is indicative of a filesystem problem.  I can't think
of any normal circumstance that would cause that error, and thus it
concerns me.

You can find out what table/view/whatever is the problem by doing:
SELECT * FROM pg_class WHERE oid = 2247622656;

That may give everyone better insight into what's going wrong.

-- 
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmo...@collaborativefusion.com
Phone: 412-422-3463x4023

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to