On Tue, Jan 11, 2011 at 1:16 PM, Bill Moran
<wmo...@collaborativefusion.com> wrote:
> 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.

Yes.. I have many of this messages in the log.


> 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.

mmm.. the RAID controller, badblocks and fsck don't show any errors in
the filesystem/disks !! :-(



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

this is the output:

====================
relname | relnamespace | reltype | relowner | relam | relfilenode |
reltablespace | relpages | reltuples | reltoastrelid | reltoastidxid |
relhasindex | relisshared | relistemp | relkind | relnatts | relchecks
| relhasoids | relhaspkey | relhasrules | relhastriggers |
relhassubclass | relfrozenxid | relacl | reloptions
---------+--------------+---------+----------+-------+-------------+---------------+----------+-----------+---------------+---------------+-------------+-------------+-----------+---------+----------+-----------+------------+------------+-------------+----------------+----------------+--------------+--------+------------
(0 rows)

(END)
====================

many thanks.


-- 
--
Victor Hugo dos Santos
Linux Counter #224399

------------------------------------------------------------------------------
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