Hello,

On 25.11.2005 19:27, Harry Putnam wrote:

NEW USER ALERT!

While steppig thru the hand startup guide in the manual.  I've started
bconsole as directed and run thru a few of the suggested commands
getting output similar to that shown in the guide.

At the part where you actuall run a job and are then told to run
`messages':

The job fails with someting about creating a label, but when I give
the command `messages' I get several screen fulls of errors the gist of
it seems to be `The Server has gone away'

Checking if mysql is running I see it is.  Any guesses what is going
on here?

Funny. You say that first the DIR connects to the database.

A further clue although I'm not sure its related is that dropping down
the page and tinkering with the start stop suggestions and -d100 debug
I get this error:
./bacula start -d100
Starting the Bacula Storage daemon
bacula-sd: stored_conf.c:453 Inserting director res: reader-mon

[...] skipping normal output

Starting the Bacula Director daemon

***
  /usr/sbin/bacula-dir: error while loading shared libraries:
  libmysqlclient_r.so.15: cannot open shared object file: No such file
  or directory
***

... but here it reports that it can't load the client library for MySQL.

What does this mean? It looks like it might be permission related since
the file is there: (assuming bacula is looking in the right place)

Usually, I'd say that you've got your Bacula installation misconfigured, i.e. that it picked the wrong library path for MySQL client libs, or your ld configuration isn't up to date.

Since you said you installed from prepared packages, I'd say that this indicates a problem the package maintainers should know about.

  find /usr/lib -name 'libmysqlclient*'
/usr/lib/libmysqlclient.so
  /usr/lib/libmysqlclient_r.so
  /usr/lib/mysql/libmysqlclient_r.la
  /usr/lib/mysql/libmysqlclient.so
  /usr/lib/mysql/libmysqlclient_r.a
  /usr/lib/mysql/libmysqlclient.la
  /usr/lib/mysql/libmysqlclient.a
  /usr/lib/mysql/libmysqlclient_r.so
*** /usr/lib/mysql/libmysqlclient_r.so.15 /usr/lib/mysql/libmysqlclient_r.so.15.0.0
  /usr/lib/mysql/libmysqlclient.so.15
  /usr/lib/mysql/libmysqlclient.so.15.0.0

All are root:root but that is as it should be I think.

Usually, yes. You might check your ld configuration, and run depmod -a or something.

Arno



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to