Re: [BackupPC-users] nmblookup

2018-12-13 Thread Alan Taylor
On 14 Dec 2018, 12:47 +0800, Michael Stowe , wrote: > On 2018-12-13 20:22, Alan Taylor wrote: > > Hello, > > > > I am running BackupPC 4.3 for a network of Linux and MacOS clients > > i.e. at present no samba servers anywhere. > > > > Not surprisingly, nmblookup fails. I presume this is normal in

Re: [BackupPC-users] nmblookup

2018-12-13 Thread Michael Stowe
On 2018-12-13 20:22, Alan Taylor wrote: Hello, I am running BackupPC 4.3 for a network of Linux and MacOS clients i.e. at present no samba servers anywhere. Not surprisingly, nmblookup fails. I presume this is normal in this circumstance ? If so, are there any modifications I should make to con

[BackupPC-users] nmblookup

2018-12-13 Thread Alan Taylor
Hello, I am running BackupPC 4.3 for a network of Linux and MacOS clients i.e. at present no samba servers anywhere. Not surprisingly, nmblookup fails. I presume this is normal in this circumstance ? If so, are there any modifications I should make to config.pl  ? BRgds/Alan __

[BackupPC-users] nmblookup errors?: michael-ubuntu is a DHCP host, and I don't know its IP address...

2011-01-30 Thread Michael Hughes
I've been struggling with this error for too long and need to ask for some help. I had BackupPC working when my IP address was set as a pre-defined lease in my router. But I decided to instead configure the laptop as a DHCP client so I could back up over Ethernet or wireless. This is the error I no

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Anton Dollmaier
Hi, > I updated the DNS forwarders as well as /etc/resolv.conf to use 8.8.8.8 > and 8.8.4.4, Google's public DNS. Problem solved; DNS fails when it should. instead of forwarding requests to Google, why not let your local BIND resolve all dns-requests (which it can)? Just comment out the forwa

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Frank J . Gómez
Riiight, I guess wildcarding is how Verizon serves you those annoying http://z.websearch.verizon.net pages. I updated the DNS forwarders as well as /etc/resolv.conf to use 8.8.8.8 and 8.8.4.4, Google's public DNS. Problem solved; DNS fails when it should. w00t! On Wed, Jul 28, 2010 at 2

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Les Mikesell
On 7/28/2010 12:58 PM, Josh Malone wrote: > Frank J. Gómez wrote: >> $ host vostro1400 >> vostro1400 has address 8.15.7.117 >> vostro1400 has address 63.251.179.13 >> Host vostro1400 not found: 3(NXDOMAIN) > > Looks like DNS wildcarding on the part of Verizon to me. I suspect 'host > foobarblablah'

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Josh Malone
Frank J. Gómez wrote: $ host vostro1400 vostro1400 has address 8.15.7.117 vostro1400 has address 63.251.179.13 Host vostro1400 not found: 3(NXDOMAIN) Looks like DNS wildcarding on the part of Verizon to me. I suspect 'host foobarblablah' would return the exact same thing. As Les said, you ne

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Les Mikesell
On 7/28/2010 10:48 AM, Frank J. Gómez wrote: > Thanks for your responses, Les. I wonder if you could clarify a few > things for me: > > Why don't you add a 'search' directive to qualify a bare hostname into > your (real or made-up) domain to keep it in your own namespace? > > > What would

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Frank J . Gómez
Thanks for your responses, Les. I wonder if you could clarify a few things for me: Why don't you add a 'search' directive to qualify a bare hostname into > your (real or made-up) domain to keep it in your own namespace? What would you suggest here? The servers that have static IP addresses hav

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Les Mikesell
On 7/28/2010 9:06 AM, Frank J. Gómez wrote: > /etc/resolv.conf contains: > > nameserver 10.10.10.60 > nameserver 10.10.10.1 Why don't you add a 'search' directive to qualify a bare hostname into your (real or made-up) domain to keep it in your own namespace? > .60 is my internal DNS, and .1 is t

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Frank J . Gómez
$ host vostro1400 vostro1400 has address 8.15.7.117 vostro1400 has address 63.251.179.13 Host vostro1400 not found: 3(NXDOMAIN) 2010/7/28 Eduardo Trápani > > cmdSystemOrEval: about to system /bin/ping -c 1 vostro1400 > > cmdSystemOrEval: finished: got output PING vostro1400 (63.251.179.13) > >

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Frank J . Gómez
/etc/resolv.conf contains: nameserver 10.10.10.60 nameserver 10.10.10.1 .60 is my internal DNS, and .1 is the router. On ".60" I've got: forwarders { 71.252.0.12; 71.242.0.12; }; in /etc/bind/named.conf.options. Those are Verizon's DNS servers.

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-28 Thread Eduardo Trápani
> cmdSystemOrEval: about to system /bin/ping -c 1 vostro1400 > cmdSystemOrEval: finished: got output PING vostro1400 (63.251.179.13) > cmdSystemOrEval: about to system /bin/ping -c 1 vostro1400 > cmdSystemOrEval: finished: got output PING vostro1400 (8.15.7.117) What is the output from "host vos

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Les Mikesell
On 7/27/2010 5:36 PM, Frank J. Gómez wrote: > > *With DHCP set to 1:* > > $ ./BackupPC_dump -v -f vostro1400 > cmdSystemOrEval: about to system /bin/ping -c 1 vostro1400 > cmdSystemOrEval: finished: got output PING vostro1400 (8.15.7.117) > 56(84) bytes of data. > > It seems that, regardless of how

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Frank J . Gómez
/etc/hosts has entries only for 127.0.1.1. /etc/resolv.conf points to local nameservers which don't have records for these hosts. The hosts in question are laptops, so it doesn't make much sense to stick them in DNS. hostname gives backuppc. hostname -f gives backuppc.loc. I'd like to be able t

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Frank J . Gómez
*With DHCP set to 0:* $ ./BackupPC_dump -v -f vostro1400 cmdSystemOrEval: about to system /bin/ping -c 1 vostro1400 cmdSystemOrEval: finished: got output PING vostro1400 (63.251.179.13) 56(84) bytes of data. *With DHCP set to 1:* $ ./BackupPC_dump -v -f vostro1400 cmdSystemOrEval: about to syst

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Leen Besselink
On 07/27/2010 10:28 PM, Les Mikesell wrote: > On 7/27/2010 1:46 PM, Frank J. Gómez wrote: > >> I have a new instance set up, and BackupPC is not initiating backups >> because pings keep failing. The behavior is really quite strange; >> please read on: >> >> "nmblookup vostro1400" gives me 10.1

Re: [BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Les Mikesell
On 7/27/2010 1:46 PM, Frank J. Gómez wrote: > I have a new instance set up, and BackupPC is not initiating backups > because pings keep failing. The behavior is really quite strange; > please read on: > > "nmblookup vostro1400" gives me 10.10.10.102. This is correct. > > "nmblookup -A 10.10.10.10

[BackupPC-users] nmblookup = good; ping = enemy

2010-07-27 Thread Frank J . Gómez
I have a new instance set up, and BackupPC is not initiating backups because pings keep failing. The behavior is really quite strange; please read on: "nmblookup vostro1400" gives me 10.10.10.102. This is correct. "nmblookup -A 10.10.10.102" gives me vostro1400. This, too, is correct. My conf

[BackupPC-users] nmblookup for hosts and gzip

2009-08-13 Thread James Kyle
Backuppc 3.2 beta. (the nmblookup failure also occurs on 3.1 stable in the same manor) When I attempt to view error logs I get a bunch of character spew. It looks like it's not Backuppc_zcat'ing the file. I can manually do this and the output of the client's logfile.z is fine. I'm also se

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-06 Thread Tom Brown
kupPC-users] Nmblookup doesn't find anything, host can't be found -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fatih Arslan wrote: > Hi Dave, > > I've just configured it to 1, but i've earlier tried every possible > combination, that means i've tried 0,1 and d

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-05 Thread Holger Parplies
Hi, Fatih Arslan wrote on 2009-04-05 12:06:27 +0300 [Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be ?found]: > Thanks all for helping. I've just figured out where the problem is. > > On my client(which is ubuntu 8.04), i thought that Samba was >

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-05 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fatih Arslan wrote: > Thanks all for helping. I've just figured out where the problem is. > > On my client(which is ubuntu 8.04), i thought that Samba was > pre-installed. But this is not the case, thus I've installed Samba > trough synaptic. > Now n

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-05 Thread Fatih Arslan
PC_dump -v -f -d 192.168.1.101 >> >> But that won't work until you make nmblookup -A work. >> >> However, once you figure out why netbios isn't working, you can probably >> turn off DHCP mode, and go back to using netbios name resolution. >> >> Hope that

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-05 Thread Fatih Arslan
f DHCP mode, and go back to using netbios name resolution. > > Hope that helps... > > Dave > > -Original Message- > From: Fatih Arslan [mailto:fthar...@gmail.com] > Sent: Saturday, April 04, 2009 2:23 PM > To: General list for user discussion, questions and suppo

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread David Lasker
Message- From: Fatih Arslan [mailto:fthar...@gmail.com] Sent: Saturday, April 04, 2009 2:23 PM To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found It's saying the same again: backu...@

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fatih Arslan wrote: > Hi Dave, > > I've just configured it to 1, but i've earlier tried every possible > combination, that means i've tried 0,1 and dhcp without any sucees. > > > In config.pl, I've wrote this: > > $Conf{DHCPAddressRanges} = [ > { >

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread Fatih Arslan
It's saying the same again: backu...@fatih-pardus bin $ ./BackupPC_dump -v -f samsung Name server doesn't know about samsung; trying NetBios cmdSystemOrEval: about to system /usr/bin/nmblookup samsung cmdSystemOrEval: finished: got output querying samsung on 192.168.1.255 name_query failed to find

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread David Lasker
>> entries in >> your /etc/backuppc/hosts file? It needs to be 1. >> >> What is the value of $Conf{DHCPAddressRanges} in your config.pl? >> >> Dave >> >> -Original Message- >> From: Fatih Arslan [mailto:fthar...@gmail.com] >> Sent: Saturd

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread Fatih Arslan
ameter) for the host entries in > your /etc/backuppc/hosts file? It needs to be 1. > > What is the value of $Conf{DHCPAddressRanges} in your config.pl? > > Dave > > -Original Message- > From: Fatih Arslan [mailto:fthar...@gmail.com] > Sent: Saturday, April 04,

Re: [BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread David Lasker
your /etc/backuppc/hosts file? It needs to be 1. What is the value of $Conf{DHCPAddressRanges} in your config.pl? Dave -Original Message- From: Fatih Arslan [mailto:fthar...@gmail.com] Sent: Saturday, April 04, 2009 2:40 AM To: backuppc-users@lists.sourceforge.net Subject: [BackupPC-users

[BackupPC-users] Nmblookup doesn't find anything, host can't be found

2009-04-04 Thread Fatih Arslan
Hi, I'm trying to setup backuppc on my desktop pc. I'm using Pardus Linux. I've installed Backuppc from the sources and everything has been setup. I can access CGI, and from the log's I can see that Backuppc has started. But the problem is, i can't find the host. I've tried several method's but

Re: [BackupPC-users] nmblookup being invoked for hosts where backups are disabled (bug)

2008-09-05 Thread dan
backuppc will even send warning emails for disabled hosts! you must remove the email notify address! On Thu, Sep 4, 2008 at 8:11 PM, Craig Barratt < [EMAIL PROTECTED]> wrote: > John writes: > > > We were having a weird problem with nmblookup firing for a host that > > was disabled with: > > > >

Re: [BackupPC-users] nmblookup being invoked for hosts where backups are disabled (bug)

2008-09-04 Thread Craig Barratt
John writes: > We were having a weird problem with nmblookup firing for a host that > was disabled with: > > $Conf{BackupsDisable} = '2'; > > using BackupPC 3.1.0. The same thing happend when set to 1. My claim > is that BackupPC shouldn't be attempting to resolve any host with > BackupsDisabl

[BackupPC-users] nmblookup being invoked for hosts where backups are disabled (bug)

2008-08-28 Thread John Rouillard
Hi all: We were having a weird problem with nmblookup firing for a host that was disabled with: $Conf{BackupsDisable} = '2'; using BackupPC 3.1.0. The same thing happend when set to 1. My claim is that BackupPC shouldn't be attempting to resolve any host with BackupsDisabled set to 2, and it s

[BackupPC-users] nmblookup confusion

2008-07-19 Thread TomCunningham
It may have more to do with ping and my router: [EMAIL PROTECTED]:/usr/bin# ping -c 1 inspiron PING inspiron.Belkin (24.28.193.9) 56(84) bytes of data. 64 bytes from 24.28.193.9: icmp_seq=1 ttl=44 time=47.5 ms --- inspiron.Belkin ping statistics --- 1 packets transmitted, 1 received, 0% packet l

[BackupPC-users] nmblookup confusion

2008-07-19 Thread TomCunningham
This one may also be cockpit error, but I'm not seeing it at this point. [Embarassed] Here is what the XferLOG says: Running: /usr/bin/smbclient inspiron\\Inspiron\\Documents\ and\ Settings\\Tom -E -N -d 1 -c tarmode\ full -Tc - full backup started for share Inspiron\Documents and Setting

Re: [BackupPC-users] Nmblookup fails

2008-07-05 Thread Kurt Tunkko
[SOLVED] Hello, I recognized that the backup of the windows xp client was successfull after I made a reboot. So I guess the missing step when adding a client to backuppc that is connected via (Open)VPN to restart the backuppc-server and reload the configuration. So for the archives: How to ba

Re: [BackupPC-users] Nmblookup fails

2008-06-23 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Tunkko wrote: > I have maybe the same problem when trying to backup a windows xp laptop > that is connected via VPN to the backuppc-server. > > Unfortunately even when I have established a connection I can not start > the backup, because I get

Re: [BackupPC-users] Nmblookup fails

2008-06-23 Thread Kurt Tunkko
Sorry for double-posting, I forgott to add that nmblookup is not working and that my network-setup is: IPCop 192.168.2.1 with OpenVPN (10.128.2.1) BackupPC192.168.2.10 Client-PC 10.128.2.6 BackupPC can successfully ping Client-PC (using it's hostname, since I have add an

Re: [BackupPC-users] Nmblookup fails

2008-06-23 Thread Kurt Tunkko
I have maybe the same problem when trying to backup a windows xp laptop that is connected via VPN to the backuppc-server. Unfortunately even when I have established a connection I can not start the backup, because I get the following error message: Unknown host laptopclient for status request

[BackupPC-users] Nmblookup fails

2008-06-23 Thread Chris Baker
For some reason, nmblook up fails when I try to find hosts. I have even added entries for the machines to the hosts file and the lmhosts file. Thus, BackupPC is up and running and doesn't find any machines to backup. Pings to the machines are successful. I'm getting the impression from the instru

Re: [BackupPC-users] NMBLookup From Web Interface

2007-09-19 Thread Jim Summers
Craig Barratt wrote: > Jim writes: > >> I can log in to my server and run nmblookup with the clients netbios name as >> it is configured in the config.pl file for BPC. It finds the client. I can >> then always run the full backup from there with: >> >>BackupPC_dump -v -f >> >> and it works

Re: [BackupPC-users] NMBLookup From Web Interface

2007-09-14 Thread Craig Barratt
Jim writes: > I can log in to my server and run nmblookup with the clients netbios name as > it is configured in the config.pl file for BPC. It finds the client. I can > then always run the full backup from there with: > >BackupPC_dump -v -f > > and it works well. This is a confusing pa

Re: [BackupPC-users] NMBLookup From Web Interface

2007-09-14 Thread Carl Wilhelm Soderstrom
On 09/14 01:02 , Jim Summers wrote: > Ideas / Suggestions? If at all possible, use static DHCP assignments. this will make your life as a sysadmin much easier, since you'll be able to know what user has which machine. (you can set up DNS to associate bill.int.yourcompany.com with Bill's computer,

[BackupPC-users] NMBLookup From Web Interface

2007-09-14 Thread Jim Summers
Hello All, I am running backuppc version 3.0.0. It is running wonderfully except for one little hitch that I haven't been able to solve. After I have added a new dhcp client I like to initiate an initial full backup. Sometimes I would like to initiate this from my desktop system through the