Hi again,

i just hit another problem with my bacula installation. A job exited
with the following error in it:

19-Feb 14:41 draco-dir: grus.2007-02-19_14.21.34 Fatal error:
sql_create.c:845 sql_create.c:845 query SELECT FilenameId FROM
Filename WHERE Name='6969_o.jpeg' failed:
Out of memory (Needed 1145768 bytes)
19-Feb 14:41 draco-dir: sql_create.c:845 SELECT FilenameId FROM
Filename WHERE Name='6969_o.jpeg'
19-Feb 14:56 draco-dir: grus.2007-02-19_14.21.34 Warning:
sql_create.c:850 More than one Filename! 2 for file: 6969_o.jpeg

Manually executing the query gives me:

mysql> SELECT FilenameId FROM Filename WHERE Name='6969_o.jpeg';
+------------+
| FilenameId |
+------------+
|   16320758 |
|   18427555 |
+------------+
2 rows in set (0.00 sec)

What happened here? And what's this 'out of memory' stuff? The system
has plenty of its 4 GB RAM left to use...


-- 
Le deagh dhùraghd,

        Frank Altpeter

Two of the most famous products of Berkeley are LSD and Unix.
I don't think that this is a coincidence.
        -- Anonymous

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to