home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!adastra!mbs
- From: mbs@adastra.cvl.va.us (Michael B. Smith)
- Newsgroups: alt.sys.amiga.uucp
- Subject: Re: UUPOLL Problems
- Distribution: world
- Message-ID: <mbs.1iew@adastra.cvl.va.us>
- References: <1hssrnINNog1@usenet.INS.CWRU.Edu>
- X-NewsSoftware: GRn-beta 1.16g (30.12.92) by Michael B. Smith & Mike Schwartz
- MIME-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- Date: 30 Dec 92 16:39:39 EST
- Organization: Well, I haven't decided on a name yet...
- Lines: 67
-
- In article <1hssrnINNog1@usenet.INS.CWRU.Edu> br365@cleveland.Freenet.Edu (Justin W. Richards) writes:
- > I have been trying to use UUPOLL that was packed into the AmigaUUCP
- > 1.16 archive, and so far, it has done nothing but crash my system every
- > time it runs. I have resorted to filling my crontab full of uucico
- > commands for the time being. Could someone tell me if the had this
- > problem, and if so, how did they fix it.. It could be possible
- > that my uupoll program is bad, and i simply need a replacement..
- > if that might be the case, could someone please send it to me in Email,
- > or post it in .patches or something?!?!
-
- This is what I use.
-
- I just recently upgraded to a 68030 and I've gotten a few 80000002's from
- this (EXECUTE failure). But I don't know why. (I *JUST* upgraded -- I'll
- be finding out, I assure you....)
-
- This takes some non-standard stuff. like printstack, and renaming uuxqt to
- uuxqt.real, etc, etc.
-
- It would be helpful if you told us:
-
- 1) what kind of crash,
- 2) what kind of machine, and
- 3) what OS level.
-
- .KEY hostname/A
- .BRA {
- .KET }
-
- setenv SaveStack `printstack`
- stack 32768
-
- BMS BATCH
-
- If EXISTS UUspool:Batch/{hostname}
- BatchNews
- EndIf
-
- SetEnv retry{hostname} x
-
- Echo >uuspool:C.{hostname}DUMMY
-
- Lab loop
-
- UUcico -A -T30 -X2 -xx -d0 -s{hostname}
-
- Echo >>ENV:retry{hostname} x NOLINE
- If $retry{hostname} NOT EQ xxxxxxxx
- If EXISTS UUspool:C.{hostname}DUMMY
- Wait 30 sec
- Skip back loop
- EndIf
- EndIf
-
- Delete ENV:retry{hostname}
-
- changetaskpri -2
- uuxqt.real <nil: >nil:
- run <nil: >nil: batchnews <nil: >nil:
- changetaskpri 0
-
- stack $SaveStack
- unsetenv SaveStack
-
- --
- // Michael B. Smith
- \X/ mbs@adastra.cvl.va.us -or- uunet.uu.net!virginia.edu!adastra!mbs
-