Re: [Bacula-users] Hostname not found

2017-02-10 Thread Kern Sibbald
Hello Dan, Well, I am happy to know that it is not Bacula related :-) Kern On 02/10/2017 09:46 PM, Dan Langille wrote: On Feb 10, 2017, at 12:55 PM, Dan Langille wrote:

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Josip Deanovic
On Friday 2017-02-10 15:12:57 Caribe Schreiber wrote: > It can also help to use the host command instead of > nslookup or dig. It'll go through all the resolve.conf resolvers first > instead of just going straight to the DNS server for an answer. I've > gotten burned by using dig instead of the

Re: [Bacula-users] Sudden Crippling Issues with Bacula.

2017-02-10 Thread pete...@thuthuka-ltd.co.uk
Hi I recently had an issue with the file table in the Bacula DB (mysql) I did a repair on the table but it was still very slow in backing up so I did purge and it seemed to clear things up for me SQL I used for REPAIR TABLE and purge REPAIR TABLE file; PURGE BINARY LOGS BEFORE

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Caribe Schreiber
It can also help to use the host command instead of nslookup or dig. It'll go through all the resolve.conf resolvers first instead of just going straight to the DNS server for an answer. I've gotten burned by using dig instead of the host command a few times and it can be a real bummer. ~Caribe

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 12:55 PM, Dan Langille wrote: > >> On Feb 10, 2017, at 12:20 PM, Kern Sibbald > > wrote: >> >> Hello, >> >> I suspect that this is a problem with the FreeBSD networking implementation. >> If I remember right on FreeBSD, when doing name lookups, i

Re: [Bacula-users] Hostname not found

2017-02-10 Thread webmaster
Hi Dan,I would recommend start both, bacula-sd and bacula-dir in debug mode and inspect what is going on by taking a deep look at the console output. You could start by only using debug mode for sd.Use debug level -d 400. It helped me a lot since I know about this feature.Cheers,-fuzDan Langille

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 1:16 PM, Dimitri Maziuk wrote: > > On 02/10/2017 11:55 AM, Dan Langille wrote: > >> I suspect it's more likely to be an issue on one of the Bacula nodes > in question (SD or FD) where there is a local DNS issue. > > I'm sure you checked already, but is there ns caching goi

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 1:16 PM, Dimitri Maziuk wrote: > > On 02/10/2017 11:55 AM, Dan Langille wrote: > >> I suspect it's more likely to be an issue on one of the Bacula nodes > in question (SD or FD) where there is a local DNS issue. > > I'm sure you checked already, but is there ns caching goi

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dimitri Maziuk
On 02/10/2017 11:55 AM, Dan Langille wrote: > I suspect it's more likely to be an issue on one of the Bacula nodes in question (SD or FD) where there is a local DNS issue. I'm sure you checked already, but is there ns caching going on? It used to be a real pita on irix and is back again on osx. O

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 12:20 PM, Kern Sibbald wrote: > > Hello, > > I suspect that this is a problem with the FreeBSD networking implementation. > If I remember right on FreeBSD, when doing name lookups, if the packet size > is not *exactly* what FreeBSD wants, it fails the call. On Linux and

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 12:14 PM, Dean E. Weimer wrote: > > On 2017-02-10 10:47 am, Dan Langille wrote: > >>> On Feb 10, 2017, at 11:45 AM, Dean E. Weimer >> > wrote: >>> >>> On 2017-02-10 10:02 am, Dan Langille wrote: >>> >>> NOTE: this message is not about resolving

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
On 02/10/2017 05:02 PM, Dan Langille wrote: NOTE: this message is not about resolving the permissions error. It is about [what appears to be] a DNS issue. Please help me understand which hostname is not being resolved in these messages. My checks with dig to verify DNS h

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dean E. Weimer
On 2017-02-10 10:02 am, Dan Langille wrote: > NOTE: this message is not about resolving the permissions error. It is about > [what appears to be] a DNS issue. > Please help me understand which hostname is not being resolved in these > messages. My checks with dig to verify DNS have found no e

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Kern Sibbald
Hello, I suspect that this is a problem with the FreeBSD networking implementation.  If I remember right on FreeBSD, when doing name lookups, if the packet size is not *exactly* what FreeBSD wants, it fails the call.  On Linux and other machines (Solaris, M

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Mike Fröhner
If bacula-dir and -sd run on different hosts: Did you also verify this works on the bacula-sd host and not just on the bacula-dir host. On 02/10/2017 06:14 PM, Dan Langille wrote: >> On Feb 10, 2017, at 11:24 AM, Mike Fröhner > > wrote: >> >> How do you client config l

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dean E. Weimer
On 2017-02-10 10:47 am, Dan Langille wrote: > On Feb 10, 2017, at 11:45 AM, Dean E. Weimer wrote: > > On 2017-02-10 10:02 am, Dan Langille wrote: > NOTE: this message is not about resolving the permissions error. It is about > [what appears to be] a DNS issue. > Please help me understand wh

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 11:24 AM, Mike Fröhner wrote: > > How do you client config look like for crey-fd? It must be something like: > > Client { > Name = crey-fd > Address = > ... > } > > If you specify a hostname for Address this hostname must be resolvable. Yes: Client { Name

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
> On Feb 10, 2017, at 11:45 AM, Dean E. Weimer wrote: > > On 2017-02-10 10:02 am, Dan Langille wrote: > >> NOTE: this message is not about resolving the permissions error. It is >> about [what appears to be] a DNS issue. >> >> Please help me understand which hostname is not being resolved in

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Kern Sibbald
Hello Dan, When in your case, the SD opens a socket, it looks for the hostname, and for some reason it did not find it. Are you 100% sure that the DNS resolver is working on your SD machine?  What do you have set for SDCallsClient?  Perhaps for some particu

Re: [Bacula-users] Hostname not found

2017-02-10 Thread Mike Fröhner
How do you client config look like for crey-fd? It must be something like: Client { Name = crey-fd Address = ... } If you specify a hostname for Address this hostname must be resolvable. Did you check this? Mike On 02/10/2017 05:02 PM, Dan Langille wrote: > NOTE: this message is not

[Bacula-users] Hostname not found

2017-02-10 Thread Dan Langille
NOTE: this message is not about resolving the permissions error. It is about [what appears to be] a DNS issue. Please help me understand which hostname is not being resolved in these messages. My checks with dig to verify DNS have found no errors. I have checked: Client: crey

Re: [Bacula-users] Sudden Crippling Issues with Bacula.

2017-02-10 Thread Uwe Schuerkamp
On Thu, Feb 09, 2017 at 09:57:54AM -0400, Alejandro M wrote: > Hello all, for the past few weeks I've had a Bacula deployment running with > no issues. But for the past few days there has been a few issues thats has > pretty much rendered my Bacula deployment completely useless. > I'm wondering i