Re: spool directory
Bill Arlofski via Bacula-users <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/29/25 3:02 PM, Alan Polinsky wrote: > I've been running Bacula 9.6.7 for many years with an attached LTO3 tape drive. The machine hosting Bacula is an old Dell > Optiplex. Though I am always in Slackware, there is a small 250 gig drive that had Windows 10 installed on it, even though It > was never booted in that operating system. With the prospective of Microsoft abandoning Windows 10, I decided to reformat > that disc as ext4 and attached it to /bacula. The directive in /etc/fstab is /dev/sda1 /bacula ext4 > defaults 0 0. > > I created a directory under that called working and changed ownership to bacula:bacula. In the bacula-sd.conf file I added: > > Spool Directory /bacula/working > > > I have changed no other directives in the two remaining conf files. I get the following error > > > Fatal error: bsockcore.c:208 Un > able to connect to Storage daemon on slackware151.polinsky.home:9103. ERR=Connection > refused > > The added disc is sda, Slackware is on sdb. What do I have to additionally change to allow the spool file to use sda? > > > Thank you. > > > Alan Hello Alan, This looks to me like the SD is not starting/running on `slackware151.polinsky.home` On that system what does this show: # netstat -tlpn | grep 9103 I suspect a missing permission, or wrong ownership further up the /opt/bacula tree... You can test the SD in debug and foreground mode: # sudo -u bacula /opt/bacula/bin/bacula-sd -d100 -f (adjust the path to where bacula-sd lives on Slackware) ...And should quickly see what the reason is. Hope this helps, Bill -- Bill Arlofski [email protected] _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
signature.asc
(application/pgp-signature, 583 B)
-----BEGIN PGP SIGNATURE----- Version: ProtonMail wsCpBAEBCABdBYJoOM5iCZBIDTDab9XDQDUUAAAAAAAcABBzYWx0QG5vdGF0 aW9ucy5vcGVucGdwanMub3JnisMhkEjanyngoe5UZSua1RYhBMuLnlBaSQiu SUbb6UgNMNpv1cNAAAA1xwf9Gr3JmkrJZzNujBykj8zIwlmRSOpQdwl6BZjJ WrxH9KrFlLOrOJh+pfMoOEH/6dDp/YG5SByeeOgqts1os5ZpYvMpr8Uqe2VX yHBNOYJzrvS2bBfONHnSSZw5y4S8sSdHLg+HJoPT9UM48ZZByC3dEkP9aBdK K30spq97w4MSQn+2ByjcjPDjKFTX5yZ5uCfiIFbvkA04lPPllmSF9zxaLjbC mcoM5RFPXJuPb9EDmFvHm8Uss90MSBsISn1L1cjJttXbxl1Ac00oMouNFqEb ZrLS87XUTEUYmND9sNfjy8EdugSxi0hhhDEu2SQijvmm50P91ZkszvRBxeXw qBVang== =xUWW -----END PGP SIGNATURE-----