From: "Ed Durrant" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.16) with ESMTP id 2421303 for os2-wireless_users@2rosenthals.com; Sun, 12 Apr 2009 16:40:25 -0400 Received: from static-71-171-102-26.clppva.fios.verizon.net ([71.171.102.26] helo=mail2.2rosenthals.com) by secmgr-ny.randr with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1Lt6TV-0005qs-3E for os2-wireless_users@2rosenthals.com; Sun, 12 Apr 2009 16:40:25 -0400 Received: from nschwmtas06p.mx.bigpond.com ([61.9.189.152]:25746) by mail2.2rosenthals.com with esmtp (Exim 4.69) (envelope-from ) id 1Lt6TQ-0001Y2-1j for os2-wireless_users@2rosenthals.com; Sun, 12 Apr 2009 16:40:17 -0400 Received: from nschwotgx02p.mx.bigpond.com ([124.184.157.45]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20090412203949.YDPX21764.nschwmtas06p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Sun, 12 Apr 2009 20:39:49 +0000 Received: from [192.168.100.2] (really [124.184.157.45]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20090412203948.QXFM23905.nschwotgx02p.mx.bigpond.com@[192.168.100.2]> for ; Sun, 12 Apr 2009 20:39:48 +0000 X-CTCH-RefID: str=0001.0A010205.49E251B0.019D,ss=0,fgs=0 Message-ID: <49E25194.5050604@durrant.mine.nu> Date: Mon, 13 Apr 2009 06:39:48 +1000 User-Agent: Thunderbird 2.0.0.6 (OS/2/20070731) MIME-Version: 1.0 To: OS/2 Wireless Users Mailing List Subject: Re: [OS2Wireless] Re: tcpstart References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at nschwotgx02p.mx.bigpond.com from [124.184.157.45] using ID edward.durrant@bigpond.com at Sun, 12 Apr 2009 20:39:48 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.49E25195.002D,ss=1,fgs=0 X-Spam-Score: 0.2 (/) X-Spam-Report: 0.1 TW_CF BODY: Odd Letter Triples with CF 0.1 TW_VP BODY: Odd Letter Triples with VP 0.0 UPPERCASE_25_50 message body is 25-50% uppercase I'd rem out that TCPCOEX line and rename your B4TCP file so it doesn't find it and try again. i think it's the additions that are causing you problems. here's my tcpstart.cmd file: @echo off echo CONFIGURING TCP/IP ..... IF EXIST G:\TCPIP\BIN\B4TCP.CMD CALL G:\TCPIP\BIN\B4TCP.CMD echo ..... FINISHED CONFIGURING TCP/IP echo Make current connection LAN only. IF EXIST G:\TCPIP\BIN\TOGGLE.EXE G:\TCPIP\BIN\TOGGLE.EXE IF ERRORLEVEL 1 GOTO :DONESERVERS echo STARTING THE TCP/IP PROCESSES ..... REM start inetd REM echo ..... INET Daemon Started REM start telnetd REM echo ..... TELNET Daemon Started REM start ftpd REM echo ..... FTP Daemon Started REM start tftpd REM echo ..... TFTP Daemon Started REM start rexecd REM echo ..... REXEC Daemon Started REM start rshd REM echo ..... RSH Daemon Started REM start lpd REM echo ..... LP Daemon Started REM start routed -2 REM echo ..... ROUTED Started REM start /c xinit.cmd -nocopyright REM echo ..... X System Server Started REM start talkd REM echo ..... TALK Daemon Started REM start portmap REM echo ..... Portmapper Started REM start nfsd REM echo ..... Network File System Server Started REM start sendmail -bd -q30m -CG:\MPTN\ETC\sendmail.uml REM echo ..... SENDMAIL Started REM start lprportd REM echo ..... LPRPORTD Started REM start rsvpd REM echo ..... RSVPD Started REM start syslogd REM echo ..... SYSLOGD Started REM start timed REM echo ..... TIMED Started echo ..... FINISHED STARTING THE TCP/IP PROCESSES :DONESERVERS IF EXIST G:\TCPIP\BIN\TCPEXIT.CMD CALL G:\TCPIP\BIN\TCPEXIT.CMD echo ..... EXITING TCPSTART.CMD ..... Cheers/2 Ed. os24u wrote: > ** Reply to note from "OS/2 Wireless Users Mailing List" Sat, 11 Apr 2009 05:09:33 -0400 > > >> The setup.cmd file looks fine. >> >> I have no idea what TCPCOEX is and whether it may be causing the problems - it appears to be trying to start NFS (which is not peer >> networking, rather a Unix style network drive mounting capability) - it is reporting an error, I would try to stop this from trying to run. >> >> The other file that may be relevant is tcpstart.cmd - can you post that here please ? >> > > **tcpstart.cmd** > @echo off > > echo CONFIGURING TCP/IP ..... > > echo See if install cleanup needed. > D:\TCPIP\BIN\TCPCOEX.EXE > > IF EXIST D:\TCPIP\BIN\B4TCP.CMD CALL D:\TCPIP\BIN\B4TCP.CMD > echo ..... FINISHED CONFIGURING TCP/IP > > echo Make current connection LAN only. > IF EXIST D:\TCPIP\BIN\TOGGLE.EXE D:\TCPIP\BIN\TOGGLE.EXE > IF ERRORLEVEL 1 GOTO :DONESERVERS > REM > > echo STARTING THE TCP/IP PROCESSES ..... > REM start inetd > REM echo ..... INET Daemon Started > REM start telnetd > REM echo ..... TELNET Daemon Started > REM start ftpd > REM echo ..... FTP Daemon Started > REM start tftpd > REM echo ..... TFTP Daemon Started > REM start rexecd > REM echo ..... REXEC Daemon Started > REM start rshd > REM echo ..... RSH Daemon Started > REM start lpd > REM echo ..... LP Daemon Started > REM start routed -q > REM echo ..... ROUTED Started > REM start /c xinit.cmd -nocopyright > REM echo ..... X System Server Started > REM start talkd > REM echo ..... TALK Daemon Started > REM start portmap > REM echo ..... Portmapper Started > REM start nfsd > REM echo ..... Network File System Server Started > REM nfsstart.exe > REM echo ..... Network File System Client Started > REM start sendmail -bd -q30m > REM echo ..... SENDMAIL Started > REM start lprportd > REM echo ..... LPRPORTD Started > REM echo ..... FINISHED STARTING THE TCP/IP PROCESSES > > :DONESERVERS > > IF EXIST D:\TCPIP\BIN\TCPEXIT.CMD CALL D:\TCPIP\BIN\TCPEXIT.CMD > echo ..... EXITING TCPSTART.CMD ..... > > Also have b4tcp.cmd with: > > inetcfg -s all > > One user suggests the b4 file, another tcpexit.cmd for above line. Since you responded again it must NOT be normal to have to reset > routes every time a ftp server is begun. > > Cal > > > > >