arachne-digest        Tuesday, January 4 2000        Volume 01 : Number 923




----------------------------------------------------------------------

Date: Mon, 03 Jan 2000 14:31:32 -0800
From: "Gregory J. Feig" <[EMAIL PROTECTED]>
Subject: TSR virus checkers

ALL..........

    I have been running the web, since November, without
my normal virus protection....the only virus watch I've
had on was my CMOS Boot Sector Write alarm....
    Now I reactivated my DR PANDA virus protection, and
found:
    (1)  MONITOR stops Arachne from even cleaning th cache
    (2)  TSRMON stops EPPD from loading a packet driver,
         which, or course, blows my login to my ISV

QUESTION - does anyone run any tsr virus protection with
Arachne....if so, what....I'm going to play with it, off-and-on
for the next few days, and see if there is any way to make
it work.....any thoughts are WELCOME..?????

                gregy




- -- This mail was written by user of Arachne, the 
       Ultimate Internet Client

------------------------------

Date: Mon, 3 Jan 2000 19:11:44 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Netdial for Arachne

- --Message-Boundary-29977
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body

Klaus,
Here is how to use Netdial to establish a connection to your ISP,
and Install a packet driver at 0x60, and boot up Arachne:
Get these files from the c:\dialnet directory where you installed
bobcat:
ip-up.bat
path.cfg
setscrn.com
termin.com
epppd.exe
holdit.exe
netdial.exe
Place them in a directory called c:\netdial
You will need two other files to place in c:\netdial also:
l. Your netdial.scr file that you have used to connect to your
   ISP. Here is mine, that I use to connect to INTOP ISP:
- ---------------------------------------------------------------------------------
#NETDIAL.SCR file for Compaq deskpro 575 computer.
#Bobcat and Arachne.
# INTOP ISP

send "AT&F&C1&D2\r" 
recv 15000 "OK"
send "ATDT3551527\r"
recv 75000 ":" 
send "yourusername\r"
recv 60000 "sword:" 
send "yourpassword\r"
recv 60000 "}"
#Since this works, the INTOP server needs nothing more. 
- -------------------------------------------------------------------------------------
It is important to note that netdial.scr is the file that will
log you in to your ISP, arachne only does it to get your
email, but won't be establishing the connection, Netdial
will be doing that. 
- 
--------------------------------------------------------------------------------------
A packet driver can be prevented from loading if there is
much more on this script. I had to use the above netdial.scr
to get mine to work. Notice that after
send "yourpassword\r"
all I have is:
recv 60000 "}"
- -------------------------------------------------
Next, you will need this file in the c:\netdial directory:
- -------------------------------------------------------------------------
aracdial.bat    
- -------------------------------------------------------------------------
A copy of mine is being sent by attachment!
All you have to do to make arachdial.bat, is to take
bcatdial.bat and replace:
- -------------------------------------------------
:BOBCAT
rem packet driver loaded, so ready to start Bobcat
rem change to the Bobcat directory

cd .\bobcat
if exist history.htm del history.htm >nul
lynx -show_cursor -cache=5

rem change back to the  Dialer directory
cd ..
- ---------------------------------------------------------------
With This:
- --------------------------------------------------------------
:ARACHNE
rem packet driver loaded, so ready to start Arachne
rem change to arachne directory, run arachne.bat

cd C:\ARACHNE
arachne.bat %1 %2 %3 %4
- -----------------------------------------------------------------
arachne.bat is the one in the c:\arachne directory
that is usually called by a.bat when starting Arachne.
- ------------------------------------------------------------------
Instead of a.bat, I use one called web.bat, and it 
is placed in the root directory c:\
At the DOS prompt, in any directory you happen to
be in, enter "web" (without the quotes") and web.bat
will start Netdial 1.3, which will then start Arachne!
Here is web.bat:
- ----------------------------------------------------------------------------
@Echo Off
C:
cd C:\netdial
aracdial.bat %1 %2 %3 %4
- ---------------------------------------------------------------
It is important to use the directory c:\netdial, as web.bat
goes there, and looks for arachdial.bat.
- -----------------------------------------------------------------------------
Changes to your arachne.cfg file: Here is the summary
for that, and I have attached a copy of my arachne.cfg
file to this email for you: You can use it, but put your own
items in it, so it will work with your server to get email.
Most of the login items can be ignored, as you will be 
using netdial to login to your ISP, and you won't be 
using Arachne to dial in to your ISP, only to surf and get
your email, which netdial cannot do for you. 
- -----------------------------------------------------------------------------
Get your arachne.cfg file from your c:\arachne directory,
change it to reflect the following,making sure that the COM port
IRQ and modem speed, etc. are correct. These changes can be
made from within Arachne once this file is placed there.
Here is the important areas:
- ------------------------------
[profile]
Profile FASTPC.ACF
Connection READY
Hangup @termin.com 0x60>NUL
- -----------------------------
also this area:
- --------------
[tcp/ip]
IP_Address %MYIP%
IP_Grab IP address set to
NameServer 206.156.254.2
AltNameServer 206.156.2.0
Gateway 0.0.0.0
AltGateway 0.0.0.0
Netmask 0.0.0.0
TCPconfig LANTCP.CFG
- ---------------------
Both of these areas are important for Arachne to use the
Netdial setup.  
- -----------------------------------------------------------------------------
That's it. In summary, you will not be using Bobcat, but 
only the Netdial 1.3 files, and the others I have outlined 
above. Everything will go in c:\netdial,
 except for web.bat, (going in c:\ ) and arachne.bat,
which you already have in c:\arachne.   
- ---------------------------------------------------------------------
To use:
at the DOS prompt, enter "web".
wait until the connection is made and the packet 
driver is installed. Then, Arachne will boot up, and
you will see TCP/IP (green). You may now surf, and
get email, etc. 
To disconnect, hit ALT-H, then ALT-X to end.
You cannot use ALT-D, you have to start over,
with "web" at the DOS prompt. 
- ---------------------------------------------------
Hope this will do it.
Michael L. Dawley
Pearl, Mississippi
Compaq Deskpro 575 - Pegasus Mail for Windows

- --Message-Boundary-29977
Content-type: text/plain; charset=US-ASCII
Content-disposition: inline
Content-description: Attachment information.

The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- File information -----------
     File:  aracdial.bat
     Date:  3 Jan 2000, 17:28
     Size:  3336 bytes.
     Type:  Unknown

- --Message-Boundary-29977
Content-type: Application/Octet-stream; name="aracdial.bat"; type=Unknown
Content-disposition: attachment; filename="aracdial.bat"
Content-transfer-encoding: BASE64

QGVjaG8gb2ZmDQpyZW0gQSB2ZXJzaW9uIG9mIEJvYmNhdCdzIGJjYXRkaWFsLmJhdCBmb3Ig
dXNlIHdpdGggQXJhY2huZS4gDQpyZW0gVGhpcyBjb3B5IGdvZXMgaW4gYzpcbmV0ZGlhbCBk
aXJlY3RvcnkuIFZlcnNpb24gZm9yIHdlYi5iYXQgDQpyZW0gTW9kaWZpZWQgdG8gYm9vdCB1
cCBBcmFjaG5lIGFmdGVyIGNvbm5lY3Rpb24gbWFkZS4NCmNscw0KDQpzZXRzY3JuDQplY2hv
Lg0KZWNobyAgICAgICAgICAgICAgICAgICDaxMTExMTExMTExMRbIE5ldERpYWwgMS4zIF3E
xMTExMTExMTExL8NCmVjaG8gICAgICAgICAgICAgICAgICAgsyAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICCzDQplY2hvICAgICAgICAgICAgICAgICAgILMgICAgICAg
ICAgRGlhbGluZyBJTlRPUCBJU1AgICAgICAgICAgsw0KZWNobyAgICAgICAgICAgICAgICAg
ICCzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgILMNCmVjaG8gICAgICAg
ICAgICAgICAgICAgsyAgICBHZXR0aW5nIGFuIEludGVybmV0IENvbm5lY3Rpb24gICCzDQpl
Y2hvICAgICAgICAgICAgICAgICAgILMgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgsw0KZWNobyAgICAgICAgICAgICAgICAgICCzICAgRm9yIEFyYWNobmUgMS41MCBE
T1MgV1dXIEJyb3dzZXIgILMNCmVjaG8gICAgICAgICAgICAgICAgICAgsyAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICCzDQplY2hvICAgICAgICAgICAgICAgICAgILMt
LS0tLS0tLS0tLS0gRVNDIHRvIHF1aXQgLS0tLS0tLS0tLS0tsw0KZWNobyAgICAgICAgICAg
ICAgICAgICDAxMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExNkNCmVjaG8u
DQoNCjpESUFMDQpyZW0gZGlhbCB1cCB0aGUgSVNQDQpORVRESUFMIEJBU0UgMHgyRjggSVJR
IDMgMzg0MDAgDQpJRiBFUlJPUkxFVkVMIDEgR09UTyBCVVNZDQpnb3RvIFBLVERSVlINCg0K
DQo6QlVTWQ0Kc2V0c2Nybg0KZWNoby4NCmVjaG8gICAgICAgICAgICAgICAgICAgyc3Nzc3N
zc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NzbsNCmVjaG8gICAgICAgICAgICAgICAgICAg
ui0tLS0tLS0tLSBSZWRpYWwgdGhlIElTUCAtLS0tLS0tLboNCmVjaG8gICAgICAgICAgICAg
ICAgICAguiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgILoNCmVjaG8gICAgICAg
ICAgICAgICAgICAguiBObyBSZXNwb25zZS4uLiAgICAgICAgICAgICAgICAgILoNCmVjaG8g
ICAgICAgICAgICAgICAgICAguiB3aWxsIHJlZGlhbCBhdXRvbWF0aWNhbGx5LiAgICAgILoN
CmVjaG8gICAgICAgICAgICAgICAgICAguiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgILoNCmVjaG8gICAgICAgICAgICAgICAgICAguiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgILoNCmVjaG8gICAgICAgICAgICAgICAgICAgui0tLS0tLS0tLS0tIEVzYyB0
byBxdWl0IC0tLS0tLS0tLboNCmVjaG8gICAgICAgICAgICAgICAgICAgyM3Nzc3Nzc3Nzc3N
zc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NzbwNCmVjaG8uDQoJSG9sZGl0ICA1ID4gbnVsDQoJaWYg
ZXJyb3JsZXZlbCAyMDAgZ290byBFTkQNCglpZiBlcnJvcmxldmVsIDAgZ290byBESUFMDQoJ
c2V0c2Nybg0KCWdvdG8gRElBTA0KDQo6UEtURFJWUg0KcmVtIGxvZ2dlZCBpbiwgc28gc3Rh
cnQgdGhlIFBhY2tldCBkcml2ZXIgDQpyZW0gdXNpbmcgRVBQUEQNCg0KZXBwcGQgYmFzZSAw
eDJGOCBpcnEgMyBwa3R2ZWMgMHg2MCAzODQwMCBhc3luY21hcCAwIGNydHNjdHMgDQpjYWxs
IElQLVVQLmJhdA0KcmVtIHNldCBHQVRFV0FZPSVSRU1JUCUNCmVjaG8gbXlfaXA9JU1ZSVAl
ID4gcGF0aC5jZmcNCmVjaG8gZ2F0ZXdheT0lcmVtaXAlID4+IHBhdGguY2ZnDQplY2hvIG5l
dG1hc2s9JW5ldG1hc2slID4+IHBhdGguY2ZnDQplY2hvIG5hbWVzZXJ2ZXI9MjA2LjE1Ni4y
NTQuMiA+PiBwYXRoLmNmZw0KICBlY2hvIG5hbWVzZXJ2ZXI9MjA2LjE1Ni4yLjAgPj4gcGF0
aC5jZmcNCmVjaG8gSXAgYWRkcmVzcyBzZXQgdG8gJU1ZSVAlDQoNCnJlbSBjb25uZWN0ZWQg
bWVzc2FnZSBhcmVhDQpzZXRzY3JuDQplY2hvLg0KZWNobyAgICAgICAgICAgICAgICAgICDa
xMTExMTExMTExMRbIE5ldERpYWwgMS4zIF3ExMTExMTExMTExL8NCmVjaG8gICAgICAgICAg
ICAgICAgICAgsyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICCzDQplY2hv
ICAgICAgICAgICAgICAgICAgILMgICAgICAgQ29ubmVjdGVkIHRvIEludG9wIElTUCAgICAg
ICAgsw0KZWNobyAgICAgICAgICAgICAgICAgICCzICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgILMNCmVjaG8gICAgICAgICAgICAgICAgICAgsyAgICAgICBHb2luZyB0
byBBcmFjaG5lIDEuNTAgICAgICAgICCzDQplY2hvICAgICAgICAgICAgICAgICAgILMgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgsw0KZWNobyAgICAgICAgICAgICAg
ICAgICCzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgILMNCmVjaG8gICAg
ICAgICAgICAgICAgICAgsy0tLS0tLS0tLS0tLSBFU0MgdG8gcXVpdCAtLS0tLS0tLS0tLS2z
DQplY2hvICAgICAgICAgICAgICAgICAgIMDExMTExMTExMTExMTExMTExMTExMTExMTExMTE
xMTExMTExMTE2Q0KZWNoby4NCiAgICAgIEhvbGRpdCAgNSA+IG51bA0KICAgICAgaWYgZXJy
b3JsZXZlbCAyMDAgZ290byBFTkQNCg0KOkFSQUNITkUNCnJlbSBwYWNrZXQgZHJpdmVyIGxv
YWRlZCwgc28gcmVhZHkgdG8gc3RhcnQgQXJhY2huZQ0KcmVtIGNoYW5nZSB0byBhcmFjaG5l
IGRpcmVjdG9yeSwgcnVuIGFyYWNobmUuYmF0DQoNCmNkIEM6XEFSQUNITkUNCmFyYWNobmUu
YmF0ICUxICUyICUzICU0DQoNCjpFTkQNCnNldHNjcm4NCmVjaG8uDQplY2hvICAgICAgICAg
ICAgICAgICAgIMnNzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc27DQplY2hvICAg
ICAgICAgICAgICAgICAgILogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICC6DQpl
Y2hvICAgICAgICAgICAgICAgICAgILogICAgICBFbmRpbmcgdGhlIENvbm5lY3Rpb24gICAg
ICC6DQplY2hvICAgICAgICAgICAgICAgICAgILogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICC6DQplY2hvICAgICAgICAgICAgICAgICAgIMjNzc3Nzc3Nzc3Nzc3Nzc3Nzc3N
zc3Nzc3Nzc3Nzc3Nzc28DQplY2hvLg0KICAgICAgSG9sZGl0ICA0ID4gbnVsDQpyZW0gIHJl
bW92ZSB0aGUgcGFja2V0IGRyaXZlciBhbmQgaGFuZyB1cCB0aGUgcGhvbmUNCnRlcm1pbiAw
eDYwIA0KDQpuZXRkaWFsIEJBU0UgMHgyRjggSVJRIDMgaGFuZ3VwDQoa

- --Message-Boundary-29977
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'arachne.cfg'

;This is ARACHNE.CFG for Arachne version 1.4+
;This ARACHNE.CFG is for Compaq 575 and Netdial for Dos 1.3
;Establish connection to ISP with c:\dialnet\aracdial.bat
;Arachne will boot up and show TCP/IP, ready to surf.

[profile]
Profile FASTPC.ACF
Connection READY
Hangup @termin.com 0x60>NUL

;Connection @cmd    ... command cmd will estabilish connection
;Connection READY   ... connection is permanent, packet driver in AUTOEXEC...
;Connection NUL     ... do not start TCP/IP (run "arachne -c" to force this)

[dialer]
DialPage file:ppp_init.htm
Dialer @MINITERM.EXE>PPP.LOG
TerminalWindow @MINITERM.EXE
UseTerminal No
Port 2
Irq 3
Base Default
Mode 8N1
Speed 38400
InitString ATZ
DialString ATDT
PhoneNumber 355-1527
Autologin Yes
WaitFor1 ogin:
Response1 \u
WaitFor2 assword:
Response2 \p
WaitFor3 
Response3 
WaitFor4 
Response4 
PPPusername (deleted)
PPPpassword (deleted)

;Base values: Default|0x??? (eg. 0x3e8)
;Mode values: databits/parity/stopbits (eg. 8N1)

[tcp/ip]
IP_Address %MYIP%
IP_Grab IP address set to
NameServer 206.156.254.2
AltNameServer 206.156.2.0
Gateway 0.0.0.0
AltGateway 0.0.0.0
Netmask 0.0.0.0
TCPconfig LANTCP.CFG

;IP_Address n.n.n.n  ... fixed IP address
;IP_Address PPP      ... for PPP.EXE and PPPD.EXE (get address from PPP.LOG)
;IP_Address BOOTP    ... WatTcp attepmts to use BOOTP protocol
;IP_Address %enviro% ... Minuet style (enviroment variable, like %MYIP%)
;IP_Address WATTCP   ... use ONLY values from TCPconfig (variable "my_ip")
;IP_Grab string      ... prefix of IP address in PPP.LOG ("IP address set to")
;TCPconfig filename  ... name of WatTcp configuration file (often WATTCP.CFG)

[mail]
SMTPserver mailhost.intop.net
POP3server mailhost.intop.net
POP3username (deleted
POP3password (deleted)
KeepOnServer No
eMail [EMAIL PROTECTED]
PersonalName Michael L. Dawley
Organization Arachne Fan Club
TimeZone +0000
UseSignature Yes
SignatureFile SIGN.TXT
MailEncoding MIME
MailSortOrder DateSnt
NoHELO No
KillSent No
MailIdxTemplate idxhead.htp
ForwardString1 ----- Forwarded message begin -----
ForwardString2 ------ Forwarded message end ------
ReplyString On %s, %s wrote:
MyCharset US-ASCII
MailBodyEncoding 7bit

;MailSortOrder values: DateRcv|DateSnt|Address|Subject

[internet]
HTTPproxy proxy.provider.com:8080
UseProxy No
HomePage http://www.angelfire.com/ms/telegram/arachne.html
SearchPage http://search.arachne.cz/
SearchEngine http://www.altavista.com/cgi-bin/query?q=
FTPusername user
FTPpassword xxxxxx
FTPhost ftp.provider.com
FTPpath /home/user/www/index.html
AcceptCharset ISO-8859-1,*

[system]
Hotlist .\HOTLIST.HTM
History .\HISTORY.LST
CookieFile .\COOKIES.LST
CacheIndex .\CACHE.IDX
CachePath CACHE\
Cache2TEMP No
MailPath MAIL\
DownloadPath DOWNLOAD\

[misc]
Logo 2000
LoadImages Yes
Frames Yes
FastJPEGs No
RefreshDelay 5
ScreenSaver 3
ScreenSaverStyle R
ScreenSaverColors 0
LocalIcons No
ESC Exit
F3key file:*.htm
AutoF3key Yes
BigFont No
ScrollBarSize 14
ScrollBarStyle NextStep
Colors 11 0
MouseColors 15 15
VirtualScreen 5000
ScreenMode Auto
SmoothScroll Yes
ScrollStep 50
BgColor #000000
Text #F0F0F0
Link #00FF00
Background back.gif
ExitOnHangup No
Buttons buttons
ASCIIwidth 78
HTMLtext #000000
HTMLbgColor #C4C4C4
HTMLlink #0000C4
;AfterPOP3 smtp:
;AfterSMTP file:mail.htm
ShiftF1 file://doc/howto.htm
ShiftF2 file://oops\*.??k
ShiftF3 file:*.*
ShiftF4 file://examples\newfile.htm
ShiftF5 http://www.yahoo.com/
ShiftF6 http://www.wired.com/
ShiftF7 http://www.altavista.com/
ShiftF8 http://www.hotbot.com/
ShiftF9 http://www.slashdot.org/
ShiftF10 file://readmail.dgi
AltTab No
EditHotlistEntry Yes
Autodial Yes
UseCID No
UseCDescr No
AltSysFont 0
Index *.htm
FontShift 0
Multitasking Yes
XMS4allGIFs 2048
XMS4oneGIF 1040000

;ScrollBarStyle values: NextStep|Windows|Arachne|X
;BgColor,Text,Link values: #RRGGBB (hexadecimal values of red, green and blue)
;VirtualScreen value: vertical number of pixels, 0 disables virtual screen.
;ScreenMode values: Auto|Smart|Nice
;BodyArachne values: System|Default|All
;Colors values are <ink 0..15> <paper 0..15>

[security]
SavePasswords Yes
Cookies Yes
HTTPreferer Yes
;FakeFTPeMail user@domain

[not-yet-implemeted]
NNTPserver news.provider.com
IRCserver irc.provider.com:6667
IRCchannel #arachne
IRCnick arachne_user
IgnoreBackground No

[auto-added]
Engine http://www.altavista.com/cgi-bin/query?q=
Toolbar toolbar.tb
Kill468x60 No
CacheFonts Yes
- --Message-Boundary-29977--

------------------------------

Date: Mon, 03 Jan 2000 20:41:22 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Re: Load EPPPD (anywhere) on COMPAQ

On Mon, 3 Jan 2000 19:56:03 +0100 (MET), Bernie <[EMAIL PROTECTED]> wrote:

> Klaus Hameyer wrote:
>> Hello Michael Dawley:

>> Soooo - I wonder if you would be so kind and send me copies of
>> your BOBCAT setup files, and on the off chance that I might get
>> lucky, the ARACHNE config files that you used. Thanks so much
>> for your help.

> Please Michael Dawley, could you send those files to me as well?
> "If you don't succeed the first time try, try and try again" - Diamonds are
> Forever
> //Bernie
> http://hem1.passagen.se/bernie/index.htm DOS programs, Star Wars ...
Bernie and Klaus,
The whole thing was posted to the arachne list earlier this
evening. I am assuming that you have Bobcat running, and can get 
some of the files from that. The aracdial.bat and arachne.cfg files
I cooked up were sent as attachments. I'll send those again to 
Bernie by a separate (Pegasus) email. 
>From what I've seen on this list lately, my contributions also,
I hope everyone has a printer.<g>
Thanks,
Michael L. Dawley
Pearl, Mississippi  
- --Arachne 1.50 using Netdial for Dos 1.3--
- --Compaq Deskpro 575--
- -- Arachne V1.50;s.r.c., NON-COMMERCIAL copy, http://home.arachne.cz/

------------------------------

Date: Mon, 03 Jan 2000 21:58:39 +0200
From: Dain <[EMAIL PROTECTED]>
Subject: Re: Happu Y2K ;-))))

"Gregory J. Feig" wrote:

> On Sun, 2 Jan 2000 11:25:22 +0100 (MET), Bernie <[EMAIL PROTECTED]> wrote:
>
> -------------------snip------------
>
> > Another problem I have at times is that the temperature on the motherboard
> > and/or cpu is getting very hot so the BIOS complains (I thought about
> > turning these checks off but thought it might be safer with them still on).
>
> Bernie,
>
>    I think this second "problem" is the cause of the first....If
> your BIOS has no "turbo" option, and you get a "lockup" when the
> speed drop occurs (what you described is a form of "lockup")..
> then, the chip would seem to have an internal temp sensor, and
> it's saving its brains from cooking.......
>
>               gregy

Chipset CAN NOT have internal temperature sensor.
Realisation of termosensor at silicon is very hard job for now.
If you have ATX case, you may try to add one more fan, or
bigger copper radiator to CPU. Also try to open case and check work
without cover.

Sergei


- --

------------------------------

Date: Mon, 3 Jan 2000 21:23:14 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Load EPPPD High

Bernie,
Here is my mem.txt after making the changes to my config.sys 
you recommended. Guess what! I now have enough to load 
EPPPD high: Only had about 20 K before, now have 84K. When I 
get EPPPD high, I'll have more to play with when I use Arachne!
- 
--------------------------------------------------------------------------------------------------
Modules using memory below 1 MB:

  Name           Total       =   Conventional   +   Upper Memory
  --------  ----------------   ----------------   ----------------
  MSDOS       17,325   (17K)     17,325   (17K)          0    (0K)
  HIMEM        1,168    (1K)      1,168    (1K)          0    (0K)
  EMM386       4,144    (4K)      4,144    (4K)          0    (0K)
  COMMAND      3,792    (4K)      3,792    (4K)          0    (0K)
  COMMAND      3,216    (3K)      3,216    (3K)          0    (0K)
  EPPPD       66,416   (65K)     66,416   (65K)          0    (0K)
  SETVER         624    (1K)          0    (0K)        624    (1K)
  SHARE       16,944   (17K)          0    (0K)     16,944   (17K)
  MOUSE       25,632   (25K)          0    (0K)     25,632   (25K)
  SMARTDRV    29,024   (28K)          0    (0K)     29,024   (28K)
  Free       645,376  (630K)    559,024  (546K)     86,352   (84K)

Memory Summary:

  Type of Memory       Total   =    Used    +    Free
  ----------------  ----------   ----------   ----------
  Conventional         655,360       96,336      559,024
  Upper                158,576       72,224       86,352
  Reserved             393,216      393,216            0
  Extended (XMS)    23,958,672    2,352,272   21,606,400
  ----------------  ----------   ----------   ----------
  Total memory      25,165,824    2,914,048   22,251,776

  Total under 1 MB     813,936      168,560      645,376

  Largest executable program size        558,928   (546K)
  Largest free upper memory block         86,160    (84K)
  MS-DOS is resident in the high memory area.
 
-------------------------------------------------------------------------------------------------
Do you agree that I can now load EPPPD high? 
Thanks,
Michael L. Dawley
Pearl, Misssissippi 

Compaq Deskpro 575 - Pegasus Mail for Windows

------------------------------

Date: Mon, 3 Jan 2000 21:30:18 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Re: Load EPPPD High

Bernie,
Here is my mem.txt after making the changes to my config.sys 
you recommended. Guess what! I now have enough to load 
EPPPD high: Only had about 20 K before, now have 84K. When I 
get EPPPD high, I'll have more to play with when I use Arachne!
- 
--------------------------------------------------------------------------------------------------
Modules using memory below 1 MB:

  Name           Total       =   Conventional   +   Upper Memory
  --------  ----------------   ----------------   ----------------
  MSDOS       17,325   (17K)     17,325   (17K)          0    (0K)
  HIMEM        1,168    (1K)      1,168    (1K)          0    (0K)
  EMM386       4,144    (4K)      4,144    (4K)          0    (0K)
  COMMAND      3,792    (4K)      3,792    (4K)          0    (0K)
  COMMAND      3,216    (3K)      3,216    (3K)          0    (0K)
  EPPPD       66,416   (65K)     66,416   (65K)          0    (0K)
  SETVER         624    (1K)          0    (0K)        624    (1K)
  SHARE       16,944   (17K)          0    (0K)     16,944   (17K)
  MOUSE       25,632   (25K)          0    (0K)     25,632   (25K)
  SMARTDRV    29,024   (28K)          0    (0K)     29,024   (28K)
  Free       645,376  (630K)    559,024  (546K)     86,352   (84K)

Memory Summary:

  Type of Memory       Total   =    Used    +    Free
  ----------------  ----------   ----------   ----------
  Conventional         655,360       96,336      559,024
  Upper                158,576       72,224       86,352
  Reserved             393,216      393,216            0
  Extended (XMS)    23,958,672    2,352,272   21,606,400
  ----------------  ----------   ----------   ----------
  Total memory      25,165,824    2,914,048   22,251,776

  Total under 1 MB     813,936      168,560      645,376

  Largest executable program size        558,928   (546K)
  Largest free upper memory block         86,160    (84K)
  MS-DOS is resident in the high memory area.
 
-------------------------------------------------------------------------------------------------
Do you agree that I can now load EPPPD high? 
Thanks,
Michael L. Dawley
Pearl, Misssissippi 

Compaq Deskpro 575 - Pegasus Mail for Windows

------------------------------

Date: Mon, 03 Jan 2000 22:06:11 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Load EPPPD high

Hello all, Bernie:
I got my EPPPD loaded high, and now have Dos memory (kb) of 148
showing on Arachne!, this is an increase from the 83 I had before.
Thanks to Bernie.<g>. I made these changes to my config.sys and 
that was what allowed me to load EPPPD high:
- --------------------------------------
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE noems highscan
DOS=HIGH,UMB
- --------------------------------------   
Thanks all,
Michael L. Dawley
Pearl, Mississippi
- --Arachne 1.50 using Netdial for Dos 1.3--
- --Compaq Deskpro 575--
- -- Arachne V1.50;s.r.c., NON-COMMERCIAL copy, http://home.arachne.cz/

------------------------------

Date: Sun, 02 Jan 2000 08:34:45 +0000
From: "Michael L. Dawley" <[EMAIL PROTECTED]>
Subject: Re: Happu Y2K ;-))))

On Sun, 2 Jan 2000 11:25:22 +0100 (MET), Bernie <[EMAIL PROTECTED]> wrote:

> I need to shut the power down (completly, not even the restart button on
> the chassi works IIRC) to get it back up to 400MHz, I thought that
> CTRL-ALT-DEL would fix it, but then the BIOS reported the CPU to be a K6-2
> at 210MHz (And there's not even an option to set the CPU at that speed AFAIK).
> Another problem I have at times is that the temperature on the motherboard
> and/or cpu is getting very hot so the BIOS complains (I thought about
> turning these checks off but thought it might be safer with them still on).
> //Bernie
Bernie,
I obtained a cpu fan kit and installed it on top of my cpu and 
that fixed the overheating. These kits come with a new heat sink,
and also get a little tube of the "heat transfer stuff" to put
a little dab on the cpu before putting the heat sink and fan on
top. Your serviceperson<g> can do all that for you and also
check the main fan, and see if the machine needs a cleaning.
I saw one being cleaned outside of a shop once, and it was so
dirty they had to go outside to spray the cleaner on the 
motherboard! I am assuming that your problem is cooling related.
If it never returns to a 400MHz then the shop might have to 
replace something<g>.
You might do like I do, and get several old cheap computers, then
if one won't work, you'll have others!
Thanks,
Michael L. Dawley
Pearl, Misssissippi

- --Arachne 1.50 using Netdial for Dos 1.3--
- --Compaq Deskpro 575--
- -- Arachne V1.50;s.r.c., NON-COMMERCIAL copy, http://home.arachne.cz/

------------------------------

Date: Tue, 04 Jan 2000 01:37:14 -0400
From: "Dev Teelucksingh" <[EMAIL PROTECTED]>
Subject: A way to let DOS apps to access Winmodems and USB modems

There is a shareware Win9x utility called ViP, which allows DOS 
programs to access a Windows-only communications device under 
Win 9x. These include Winmodems, USB modems, and PCI modems. 
You can download a demo at http://www.turbocom.com/vip.html


Happy New Year to all,

Dev Teelucksingh
[EMAIL PROTECTED]
Interesting DOS programs page at http://www.opus.co.tt/dave

------------------------------

Date: Tue, 04 Jan 2000 00:01:53 -0400
From: "Samuel W. Heywood" <[EMAIL PROTECTED]>
Subject: Re: Load EPPPD (anywhere) on COMPAQ

On Mon, 3 Jan 2000 07:32:18 -0500 (EST), Klaus Hameyer wrote:

> Hello Michael Dawley:

<snip>

> I have been fooling with the Bobcat package and have connected
> my home-cobbled no-name computer that runs Arachne ok. (I had some
> problems with running the bcatdial.bat file as a whole for reasons
> unknown but after I divided it into dial/pktinstall/runBobcat
> sequential segments, it ran ok). Before trying to tie this to
> Arachne, I thought I'd try it on the COMPAQ 590 (w. 4PORTS4U
> confirmed by several diagnosis programs). It dials ok, connects
> to my ISP, epppd seems like it's installing itself, bobcat runs,
> but when you try to connect to a URL, Bobcat says "no paket driver".

I don't think your problem with getting Bobcat to run on your COMPAQ
has anything to do with the program's compatibility with a COMPAQ machine.
For me, Bobcat purrs along just fine when running on my 8088 COMPAQ with
just 640K of memory.

Sam Heywood


- -- This mail was written by user of Arachne, the Alternative WWW Browser

------------------------------

Date: Mon, 03 Jan 2000 23:48:00 -0400
From: "Samuel W. Heywood" <[EMAIL PROTECTED]>
Subject: Re: Ramblings

On Sun, 2 Jan 2000 16:51:56, Dale Mentzer wrote:

> On  2 Jan 00 at 18:43, J. J. Young wrote:

<snip>

>>> Part of my problem with the mail digest is dealing with HTML format
>>> messages, which contributors ARE asked to avoid.  It makes the files more
>>> tiring to deal with.

> I hate that HTML stuff too. I don't think a lot of folks who use
> email programs with that option are even aware they are sending them.

Another problem with mail programs that convert ascii text to HTML is that
high ascii characters, needed for correspondence in "foreign" languages,
are not rendered and displayed properly as a result of the HTML conversion.

Sam Heywood

- -- This mail was written by user of Arachne, the Alternative WWW Browser

------------------------------

Date: Tue, 04 Jan 2000 00:34:36 -0400
From: "Samuel W. Heywood" <[EMAIL PROTECTED]>
Subject: HIMEM.SYS, are there different versions?

Hello:

Do any of you folks know if there are different versions of 
HIMEM.SYS?

If there are different versions, which versions work with which 
versions of DOS?

Do any of you know of a download site for HIMEM.SYS?

Sam Heywood
- -- This mail was written by user of Arachne, the Alternative WWW Browser

------------------------------

Date: Mon, 03 Jan 2000 23:28:30 -0400
From: "Samuel W. Heywood" <[EMAIL PROTECTED]>
Subject: Re: Happu Y2K ;-))))

On Sun, 02 Jan 2000 14:54:21 -0800, Gregory J. Feig wrote:

> On Sun, 2 Jan 2000 11:25:22 +0100 (MET), Bernie <[EMAIL PROTECTED]> 
> wrote:

> -------------------snip------------

>> Another problem I have at times is that the temperature on the motherboard
>> and/or cpu is getting very hot so the BIOS complains (I thought about
>> turning these checks off but thought it might be safer with them still on).

- -------------------- snip -----------

I leave my computer on all the time.  When I leave my home, I turn off
the heat whenever I feel that inside temperatures will not plummet below
freezing as a result.

If the inside temperature goes down to about 35 degrees F, my computer will
crash.  The hard drive will still be spinning.  There's no way to reboot it
until inside temperatures again rise to about 65 degrees F.  In the
summertime, my computer will crash if the inside temperature rises to about
85 degrees F.

I understand that computer crashes are very common at temperatures above
what is considered normal room temperature.  I think it is highly unusual
for my computer to crash at temperatures of about 35 degrees F.  Don't
most computers work OK at temperatures this cold?

Sam Heywood

P.S. Speaking of temperatures, in the Blue Ridge Mountains of Virginia
where I live, we experienced today record-breaking high temperatures for
this time of year.  It was a beautiful sunny day, 70 degrees F.  Normally
we would expect temperatures ranging somewhere between zero degrees and
forty degrees F. for this time of year.

- -- This mail was written by user of Arachne, the Alternative WWW Browser

------------------------------

Date: Mon, 03 Jan 2000 23:04:26 -0400
From: "Samuel W. Heywood" <[EMAIL PROTECTED]>
Subject: Re: 4 Jan 1980

On Sun, 02 Jan 2000 03:05:00 +1000, Ben Hood wrote:

> Wow the two 486SX's here went back to 4 Jan 1980 but the 386 and
> 486DX still has the right date. Didn't even think this Compaq laptop
> would not be "Y2KOK". Setting the corrent date and it has accepted it.

I have a COMPAQ 8088 "portable" PC, ca. early neolithic era, no Y2K
problems to report on this one.  It accepts the 21st Century just fine!

Sam Heywood

- -- This mail was written by user of Arachne, the Alternative WWW Browser

------------------------------

Date: Tue, 4 Jan 2000 03:44:18 -0500 (EST)
From: [EMAIL PROTECTED]
Subject: Re: Date errors

I have used Net Mail DOS 2.00, haven't used 2.12 yet.  If you put the wrong date
in the .TXT file, would the server place its date/time in the headers?  I didn't
notice that aspect.  But the To-address in the .WRK file determines the
recipient, and it is thereby possible to send a message that goes through
without a To: line, or with the wrong address in the To: line.  I could put the
correct address in the .WRK file, have a line To: [EMAIL PROTECTED], and the
message would show a line To: [EMAIL PROTECTED] but would go to the address
specified in the .WRK file.  I once mistyped the second "arachne", and people on
this list wondered how a message sent to [EMAIL PROTECTED] found its way to the
list.

Running DR-DOS 7.03 on Cx486DX2-S at 66 MHz, I typed "date" some time after the
computer's clock passed the century-transitional midnight, and the year showed
as 2000.  BIOS failed three different tests, downloaded from the Internet, for
being able to make the transition from 1999 to 2000.

Thomas Mueller
[EMAIL PROTECTED]

------------------------------

End of arachne-digest V1 #923
*****************************

Reply via email to