search for: nhas

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

Did you mean: has
2006 Jun 07
1
Sending popup message via smbclient to w2k and winxp machines
...en 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 are being interpreted cor...
2008 Feb 19
2
1.1b16: (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
...?\n???????????????"... tmpbuf = "\n?\234\213?\217\213??\201\n\n\n?\200\200?\200\200 ??\223?\202??\203??\212\212????\211??\207???\220?\210???\226\n?\225\214?\220\204?\234??\232\204?\227??\200\231??\214?\202??\230??\220??\203??\210?his incoming email as possible spam. The original message\nhas been attached to this so you can view it (if it i"... ic_destbuf = 0x7fffffffbf38 "his incoming email as possible spam. The original message\nhas been attached to this so you can view it (if it isn't spam) or label\nsimilar future email. If you have any questions, see\nThe adminis...
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 interpreted, and examinati...