return to OCLUG Web Site
A Django site.
June 13, 2011
» Upgrade to MySQL 5.1.56 on an old Bacula server using 5.0.x and MyISAM tables

Hello there, it’s me again, with another blog about a DBA situation that a typical Linux Administrator may find themselves in. In this blog, i’m going to review a recent MySQL upgrade I have done on one of the systems I am involved in administering. This is a real world example of an upgrade project, [...]

January 16, 2010

Bart Trojanowski
jukie
Bart's Blog
» bacula rejected Hello command

I added a new host to bacula today. That resulted in:

    13-Oct 16:58 bacula-dir JobId 1026: Fatal error: File daemon at "oxygen:9102" rejected Hello command
    13-Oct 16:58 bacula-dir JobId 1026: Error: Bacula bacula-dir 2.4.4 (28Dec08): 13-Oct-2009 16:58:39

After looking around on the web and coming up with nothing, I noticed the version difference. The new host happened to run version 3.x.y of bacula-fd, unlike my director that runs 2.4.y. Apparently bacula doesn't support the director being an older version than the client.

[Read More]