Re: Fwd: Outbound telnet/ftp from cygwin not working

2005-08-05 Thread Brian Dessent
Brian Dessent wrote: > This happens when ... .. or alternatively, your $SYSTEMROOT variable wasn't set at all, as Dave said. Hard-coding it will fix the problem, but you really should find out why it's not set if that is the case, because it could lead to future mysterious problems. Past versio

Re: Fwd: Outbound telnet/ftp from cygwin not working

2005-08-05 Thread Brian Dessent
Michael Rilling wrote: > After doing a lot more googleing, I've stumbled upon this fix. Wonder > if you know about this issue? > > In regedit go to HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters > edit DataBasePath change %SystemRoot% to its real value (on mine its > C:\WINDOWS) Don't

Fwd: Outbound telnet/ftp from cygwin not working

2005-08-05 Thread Michael Rilling
Wow, After doing a lot more googleing, I've stumbled upon this fix. Wonder if you know about this issue? In regedit go to HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters edit DataBasePath change %SystemRoot% to its real value (on mine its C:\WINDOWS) Don't know why but this fixed my issu