similar to: nmblookup status meaning

Displaying 20 results from an estimated 400 matches similar to: "nmblookup status meaning"

2010 Jan 14
4
how to strip + from the caller-ID
Hi, How can I strip + from the front of the caller ID? I have tried this: exten => s/_+X.,1,Set(CALLERID(name)=${CALLERID(name):1}) But it is not working. Szasz Szabolcs -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100114/a3f18781/attachment.htm
2010 Sep 28
3
wineboot problems
hello people, I am trying to launch a windows program, and I'm getting this error: Code: wine: cannot find L"C:\\windows\\system32\\wineboot.exe" err:process:start_wineboot failed to start wineboot, err 2 err:seh:setup_exception_record stack overflow 1164 bytes in thread 0009 eip 6834bad7 esp 00240ea4 stack 0x240000-0x241000-0x340000 Segmentation fault (core dumped) I am under
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
hello, I'm attempting to build the inferno source tree using either of native LTO or jit'd bins and having no obvious luck. im using macports (current as of this email) llvm-2.5 and llvm-gcc on a macbook pro (x86) following the inferno directions verbatim will use 'cc' as the compiler and just works. the build tools are different from the naive build tools as follows:
2006 Aug 09
7
function before_save
Hi everybody I would like a function as the "before_save" method in the model. But it must be the opposite. When I take out data from the database through the model, I want to call a function before the data are available in the controller. Can anyone help me? ---- >>>> thx <<<< ---- -- Posted via http://www.ruby-forum.com/.
2004 Nov 10
0
nmblookup failing
Hi, I can't get "net view \\<servername>" to work from my Windows test client. It fails with "The network path was not found". I followed some of the online debugging guides and have found that a couple of the test nmblookups on the server are failing. The server is named 'fileserver1' and its IP address is 155.2.196.251 for the purpose of this email.
2011 Jul 02
0
nmblookup works by IP but not netbios name.
Hello list, The issue is as the topic says, following are details: the Samba server running as ADS member, NBT enabled on Windows machines, no WINS. Windows machines can find each other by 'nbtstat -a' but cannot find the Samba server. The Samba server can't find neither Windows machines nor itself by 'nmblookup -a <netbios-name>', error message is "could not open
2004 Aug 02
0
nmblookup and subnets
Hi People, Im using nmblookup from linux box to determine the IP of given of a machine from its netBIOSName. "nmblookup" seems to work find within a single subnet, but when looking up machines on different subnets I run into trouble. I have tried: Nmblook -B <subnet> netBIOSName, but that still does not help. Am I doing something wrong? Any help or ideas would be much
2007 Apr 18
0
Making Linux use nmblookup to transform names into IP addresses
Hello The current network configuration is like this: * We have a few PCs with Linux or Windows XP * Those PCs are interconnected using an Ethernet network * The router to which all PCs are connected also acts as a NAT, which allows access to the internet * The network doesn't have any DNS server (we manually entered the ISP's DNS servers' IP addresses on each
2006 Jul 07
0
Nmblookup problem.
Hi All: When I usign nmblookup to query my domain controller, I got different = results: root@Latrell:# nmblookup -A ADDomain.com Looking up status of 169.254.211.91 No reply from 169.254.211.91 root@Latrell:# nmblookup -A ADDomain.com Looking up status of 172.23.26.204 WIN-2003 <00> - M <ACTIVE> WIN <00> -
2006 Jul 10
0
nmblookup fails to look up hostnames containing non-ASCII characters
I'm trying to use nmblookup to find the IP address of a Windows machine called "MARKETKA" (only with an accent over the 'E'). If I do a reverse lookup on the IP address, with debugging enabled, I can see that the hex code for the accented 'E' character is 0x90: $ nmblookup -d 4 -A 192.168.1.15 | grep MARK answers 0 char .MARK.TKA hex
2004 Jan 07
1
samba 3.0.1 nmblookup
I have FC1 + samba 3.0.1. From Nautilus I can't browse into smb:/// to view any available domain/workgroup. But I can go directly to any computer with smb:///conputer-name. When I tried to call 'nmblookup -M -- -' I get: querying __MSBROWSE__ on 192.168.0.255 name_query failed to find name __MSBROWSE__ #01 Does anyone know what's wrong? PS. Initially I had Samba 3.0.0 and
2008 Apr 29
0
Samba fails diagnosis.txt test #5 nmblookup
I am using diagnosis.txt on a connection between Kubuntu Gutsy Gibbon and a Windows XP machine with service pack 1 and 2 installed. !== DIAGNOSIS.txt for Samba release 2.0.7 26 Apr 2000 Contributor:Andrew Tridgell Updated:November 1, 1999 Subject:DIAGNOSING YOUR SAMBA SERVER diagnosis.txt fails on test #5. TEST 5: ------- run the command "nmblookup -B winpro '*'" You should
2011 Nov 15
1
Centos6 and samba and nmblookup
Folks I've installed Centos6 and Samba. I noticed that the program "nmblookup" and a few other Samba related programs, documented in the RHEL6 guide, are not included in Centos6. A search using YUM also did not find "nmblookup", using the repositories: base, centosplus, contrib, cr, epel, extras, updates, virtualbox Has its functionality been moved elsewhere, or
2002 Oct 30
0
nmblookup problem
Hi, I've been working through the Teach Yourself Samba book with my install of Samba and I run up against this issue while going through the diagnostics after I failed to see my samba server in my network places on my Windows 2000 client. nmblookup -d 2 '*' "If the broadcast address is configured correctly, you should see multiple messages saying "Got a positive name query
2000 Jul 24
2
Nmblookup trouble
Hi, Some time ago, I wrote a small script based on some information on one of the Samba lists, which let me figure out which machine a user was logged in on. The script was this:- # smbfind: watch for someone to log in PATH=/bin:/usr/bin case $# in 0) echo 'Usage: smbfind <nt_login>' 1>&2; exit 1 esac nmblookup -S "${1}#03" | awk '/<00> - /{print
2003 May 04
1
nmblookup fails
I'm debugging my Samba setup using the "Troubleshooting Techniques" from Sam's Teach Yourself Samba in 24 Hours. Everything works fine up until the nmbd section. I am able to do the following correctly: nmblookup -U 127.0.0.1 __SAMBA__ nmblookup -U 127.0.0.1 POGO (the server) nmblookup -B 192.168.1.255 WIN-CLIENT (the client) but when I do nmblookup -B 192.168.1.255
2003 Jul 20
0
nmblookup and iptables
When I have my iptables based firewall running, I cannot get nmblookup to locate any computers (Windows 98, Samba, Windows NT 4, or Windows XP) I require tight firewall settings, because college students can cause havoc on a network when its servers are not secure. I need a way to get nmblookup to work without disabling the firewall. The standard conntrack module does not work, because
2003 Sep 18
1
Samba + nmblookup
Hi Everyone, >From windows 2K, machine I could see Samba server but I can't get its share. I tried to follow the instruction given at http://samba.planetmirror.com/samba/ftp/docs/Samba24Hc13.pdf to resolve the problem. nmblookup -U 127.0.0.1 _SAMBA_ and nmblookup -B 10.10.255.255 real-samba-server-name fails for me but nmblookup -U 127.0.0.1 real-samba-server-name
2003 Oct 10
1
Samba 3.0. Is nmblookup broken?....
Hi all, I installed Samba 3.0 a week or two ago and I'm finding out that some things that used to work with 2.2.8a don't work in 3.0. LinNeighborhood used to work with just a setting of "-" in the "Preferences" -> "Scan Preferences" -> "Workgroup" box. Now, with 3.0 I must have a "Primary master browser" set, (the name of the
2004 Jul 21
0
NMBLOOKUP returns double entries ???
hi, when i do nevanfs01:/ # nmblookup NEVAN#1B i get querying NEVAN on 192.168.255.255 192.168.41.3 NEVAN<1b> 192.168.41.3 NEVAN<1b> i just wonder, why there's two times the same entry? i also get error messages from nmbd like these, which i think are related to the problem i mentioned at first: 2004-07-21 13:34:21 nmbd[3150]: [2004/07/21 13:34:09, 0]