Re: [Bacula-users] Q: ConnectToDirector not working as documented for FD Director directive

2022-06-17 Thread Justin Case
That is the normal debian package “bacula-client”. Which other package would I use instead? > On 17. Jun 2022, at 21:08, Josh Fisher wrote: > > You must have an old version of bacula-fd on the client. The > ConnectToDirector was implemented in version 11.0. > > > On 6/17/22 10:00, Justin Cas

Re: [Bacula-users] Q: ConnectToDirector not working as documented for FD Director directive

2022-06-17 Thread Josh Fisher
You must have an old version of bacula-fd on the client. The ConnectToDirector was implemented in version 11.0. On 6/17/22 10:00, Justin Case wrote: Yes, I tried to make sense of this error message, but there is no other directive above director in this config file (see my other email, I have

Re: [Bacula-users] Q: regarding bconsole.conf on Bacula client machines

2022-06-17 Thread Justin Case
Dear Marcin, thank you so much for you time, I tried it, here are my experiences: > On 17. Jun 2022, at 05:17, Marcin Haba wrote: > > Main menu -> Director -> Tab: Configure director -> Director > Putting this pw in bconsole.config on the FD machine allows me successfully to access the direc

Re: [Bacula-users] Q: ConnectToDirector not working as documented for FD Director directive

2022-06-17 Thread Justin Case
Yes, I tried to make sense of this error message, but there is no other directive above director in this config file (see my other email, I have attached the config file there). > On 17. Jun 2022, at 14:16, Josh Fisher wrote: > > Did you follow the error message's suggestion? "Perhaps you left

Re: [Bacula-users] Q: ConnectToDirector not working as documented for FD Director directive

2022-06-17 Thread Justin Case
Thanks for picking this up. This is the complete bacula-fd.conf: # File daemon Name to # # # Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # # List Directors who are permitted to contact this File daemon # Director { Name = bacula-dir Password = “redact

Re: [Bacula-users] Q: ConnectToDirector not working as documented for FD Director directive

2022-06-17 Thread Josh Fisher
Did you follow the error message's suggestion? "Perhaps you left the trailing brace off of the previous resource" (or A previous resource in the bacula-fd.conf file) We would need to see the entire bacula-fd.conf file in order to help. On 6/15/22 22:36, Justin Case wrote: Hi there, I hav