Thanks Arno,

that was my thought too, but i want to have a confirmation.
Sometimes you run in the wrong direction and don't see the easy solution.

Ralf

On 5/8/07, Arno Lehmann <[EMAIL PROTECTED]> wrote:

Hi,

On 5/8/2007 12:38 PM, Ralf Winkler wrote:
> at least it is a strange one for me, but maybe someone here can point it
> out.
>
> I get this error message when i start a job on a remote computer:
>
> 08-May 13:49 Nook-fd: Nook.2007-05-08_13.49.10 Fatal error: Failed to
> connect to Storage daemon: bluewave-safebox:9103
> 08-May 13:49 Nook-fd: Nook.2007-05-08_13.49.10 Error:
> c:\cygwin\home\kern\bacula\k\src\win32\lib\../../lib/bnet.c:768 get
> hostbyname() for host "bluewave-safebox" failed: ERR=Valid name, no data
> record of resquested type.
> 08-May 13:49 bluewave-safebox-dir: Nook.2007-05-08_13.49.10 Fatal error:
> Socket error on Storage command: ERR=No data ava
> ilable
>
> Does it mean the remote FD can not resolve the name of the director?

Kind of...

Actually, it means the FD can not resolve the name of the SD to an IP
address. There is some data available for the host name
bluewave-safebox, but probably not an A record (which would be the IP
address).

Try dig or nslookup on the client to see what data it gets, and, in
general, fix your name resolution.

As an example, here is what I get (truncated):

[EMAIL PROTECTED]:~> dig +search goblin

; <<>> DiG 9.2.4 <<>> +search goblin
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25482
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;goblin.privat.lehleute.de.     IN      A

;; ANSWER SECTION:
goblin.privat.lehleute.de. 3600 IN      A       192.168.0.3

You probably will see answers with NS or MX records but none for type A.

This should be checked in your name resolver configuration. The local
config can be often found in /etc/resolv.conf. The different part is
verifying your name server configuration...

Arno


> The local backup works fine.
>
> TIA
> Ralf
>
> *Ralf Winkler**
> *Senior Consultant*
> *Mobile**: +66 (0)8 9 927 6098**
>
> *SafeComs Network Security Consulting Co.,  Ltd.**
> *21/16 Premier Condominium, 4^th Floor, Unit 401,
> Sukhumvit 24 road, Klongton, Klongtoey
> Bangkok 10500 Thailand
> P: +66 (0)2 259 6281-3
> F: +66 (0)2 661 1271
> Note that Bangkok is +7 hrs  GMT
>
>
> ------------------------------------------------------------------------
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to