Hi, On 11/15/2006 9:13 PM, Evan Kaufman wrote: > I'm having issues restoring files from a backup tape, where the director > and storage daemon are both on the same machine. running on debian I > get the following error output in the bconsole: > > OK to run? (yes/mod/no): yes > Job started. JobId=65 > * > 15-Nov 12:42 LocalDirector: Start Restore Job > RestoreFiles.2006-11-15_12.42.17 > 15-Nov 12:42 6400r: RestoreFiles.2006-11-15_12.42.17 Warning: > c:\cygwin\home\kern\bacula\k\src\win32\lib\../../lib/bnet.c:853 Could > not connect to Storage daemon on localhost:9103. ERR=No error > Retrying ... > *
This is because you use localhost as the SD address. Which will only work if you want connections from the same machines FD. As you run a windows FD, that is surely a remote machine. You fix that by using correct DNS names for your machines, or even ip addresses. Modify the configuration files and replace all addresses with the correct information. Make especially sure that there's no 'localhost' in there. IIRC, there's some information in the manual, too. Arno > now, its saying it cant connect to the storage daemon, but it had to > have earlier in the restore, because i went through a directory tree > marking the files i wanted to restore. when i list jobs, i get the > following for the job in question: > > +-------+---------------+---------------------+------+-------+----------+----------------+-----------+ > | JobId | Name | StartTime | Type | Level | JobFiles > | JobBytes | JobStatus | > +-------+---------------+---------------------+------+-------+----------+----------------+-----------+ > > > | 65 | RestoreFiles | 2006-11-15 12:42:19 | R | F | 0 > | 0 | R | > +-------+---------------+---------------------+------+-------+----------+----------------+-----------+ > > > now, if i exit out of bconsole and issue a ./bacula status, it shows > that the director, file and storage daemons, and console are all > running. I'm thoroughly confused... > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 -- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------------------------- 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