Fix: netsh winsock reset
then reboot
see -- After you run Microsoft Windows AntiSpyware (Beta), you have network-related problems, or you receive an error message
My random tech problems and chicken scratching for notes on what I did to solve them.
ASCII table with control chars:
http://www.commonsoftinc.com/Babylon_Cpp/Documentation/Res/KASCIICharTab
le.htm
On some Linux distros-
To have the shell complete the name using the Esc, Esc keystrokes:
set -o vi-esccomplete
Getting past proxysg via curl:
curl -u : --ntlm --location-trusted -b cookie.jar -c cookie.jar http://www.bonhamconsulting.com
with curlrc in place: (--location disables the -L in the curlrc file)
curl -u : --ntlm --location --location-trusted -b cookie.jar -c cookie.jar http://www.bonhamconsulting.com
HP Kernel parameters:
listing:
sysdef
kmtune
kmtune -l
kmtune -l -q {parameter}
ex: kmtune -l -q dbc_max_pct or just: kmtune -q dbc_max_pct
shadow/view/watch a telnet session:
on the viewer's telnet session: chmod 666 /dev/pts/xx
on the "watched" session side, do: program_name | tee /dev/pts/xx
or just: script /dev/pts/xx
telnet smtp_server 25
RSET (does a reset, if you happen to screw up one of the lines)
HELO mymail.me.local
MAIL FROM:<fromme@me.local>
RCPT TO:<toyou@you.local>
data
From: fromme@me.local
To: toyou@you.local
Date: Tue, 02 Aug 2005 12:24:31 -0500
Subject: this is a test
This is a manual smtp mailing test.
.
Note the single period on a line by itself at the end of the message.
View full email message source, not just headers in Outlook 2003:
http://www.slipstick.com/mail1/viewheaders.htm
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Options\Mail\SaveAllMIMENotJustHeaders = 1 (Reg_Dword)
Any NICs in a Tru64 TruCluster environment, whether they be the cluster interconnect or the regular public lan NICs, should have spanning tree protocol (STP) turned off on the port they are connected to. See the TruCluster Server Cluster Administration guide (part number: AA-RHGYE-TE
On a Cisco switch, in enable mode:
config t
interface FastEthernet0/1
no spanning-tree portfast
Don't forget to save the running config to nvram.
I was getting a Reason-Code 16 in the system eventlog on a Windows 2003 ISA server and didn't know if the secret for the Radius clients was wrong, or if my config was wrong. I had a Windows 2000 IAS server that was functioning fine.
I copied the IAS config from the Win2k box to the 2k3 box:
http://support.microsoft.com/kb/317589
By running netsh aaaa config > 2000.txt and then running netsh exec 2000.txt on the Windows 2003 server.
Then my 2003 IAS started working.
The workservers would hang or crash when using Microsoft Word to convert the FCS. You couldn't stop them in the Enterprise Fax Manager; they would just stay in a "stopping" state. You would have to kill the workserver.exe processes. Converting these to the RightFax native PCL format solved the issue and increased the stability and performance of RightFax in a huge way.
FCS (Fax Cover Sheets) are stored in Rightfax\FCS. The source (word document) file is in a subfolder of FCS. Typically the cover sheet should be PCL format. See the AdministratorsGuide.pdf for details on how to create a FCS.
Using the built-in Windows 2000 HP LaserJet 4000 PCL driver produced the best results for us.
Here are some articles from Captaris that are useful:
190 - How do I run a RightFax 8.x or 9.0 WorkServer in Debug Mode?
3537 - Important information on Server Side Application (SSA) conversion using Microsoft Office applications
Basically don't use Word to do your fax cover sheet (FCS) conversion…..