IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: DHCP holding up startup

Try:

AUTOFAIL=YES

in your config.sys

More stuff:

You get the pause because it's being run synchronously during config.sys processing. It was set up this way working on the assumption that there may be things dependent on the interface being up later on in startup. If you look, you should see a line:

CALL=C:\\OS2\\CMD.EXE /Q /C C:\\MPTN\\BIN\\MPTSTART.CMD >NUL

This is the line that starts up the network. MPTSTART calls \\mptn\\bin\\setup.cmd, which actually initialises your various tcpip network interfaces. Since this statement is CALL= and not RUN=, config.sys processing pauses until it's completed. If you don't want it to pause, you could try turning it into a RUN= statement. However, if later on during the boot something which needs those interfaces resolved one way or another attempts to complete before mptstart and its children, you could get unusual results;)

-- 
----------------------------------------------------------
* Jack Troughton jake at jakesplace.dhs.org *
* [link|http://jakesplace.dhs.org|[link|http://jakesplace.dhs.org|http://jakesplace.dhs.org]] [link|ftp://jakesplace.dhs.org|[link|ftp://jakesplace.dhs.org|ftp://jakesplace.dhs.org]] *
* Montr\ufffdal PQ Canada [link|news://jakesplace.dhs.org|news://jakesplace.dhs.org] *
----------------------------------------------------------
Expand Edited by jake123 Nov. 22, 2001, 08:52:26 AM EST
New CALL --> RUN worked
thanx!

Websearch on MPTSTART and AUTOFAIL show that would work too, but that the timeout pause would still occur.

Darrell Spice, Jr.

[link|http://home.houston.rr.com/spiceware/|SpiceWare] - We don't do Windows, it's too much of a chore

     DHCP holding up startup - (SpiceWare) - (2)
         Re: DHCP holding up startup - (jake123) - (1)
             CALL --> RUN worked - (SpiceWare)

They may disagree on who is an idiot, but they agree that most are.
70 ms