search for: winname

Displaying 3 results from an estimated 3 matches for "winname".

Did you mean: inname
2006 Jun 07
1
Sending popup message via smbclient to w2k and winxp machines
...has finished. However, when called from within the script nothing is received by the user. When the equivalent message is sent from the command line, the user receives the message. The portion of the script that is relevant is below: ----- cut from script ----- #!/usr/bin/sh : : MESSAGE="$WINNAME, your job $_3GJOB\nhas successfully completed" echo "$MESSAGE" | /path/to/smbclient -M trout > /dev/null 2>&1 echo "$MESSAGE\n/path/to/smbclient -M trout >> logfile.txt ----- end of script ----- The last line was added by myself to test that all variables ar...
1999 May 19
3
NT network can't browse Samba
Hi, I'm trying to setup a Linux box with Samba (1.9.18p10) and it isn't having any luck making a home for itself on the network. If I go to a Windows95 machine, I see all (well most) machines on the net there, but not the Linux box. I can also not see any other machines from the Linux box. Here is log.nmbd output that repeats every 5 seconds or so: find_workgroup_on_subnet: workgroup
2006 Jun 02
0
smbclient -M not working from script
I have a script that is attempting to notify a user that a job has finished however, when called from within the script nothing is received by the user. ----- cut from script ----- #!/usr/bin/sh : : MESSAGE="$WINNAME, your job $_3GJOB\nhas successfully completed" echo "$MESSAGE" | /path/to/smbclient -M trout > /dev/null 2>&1 echo "$MESSAGE\n/path/to/smbclient -M trout >> logfile.txt ----- end of script ----- I added the last line to test that all variables are being inte...