[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

2093.0. "HELP: w/a couple of questions" by SMAUG::SPODARYK (Twenty, 20, 20-4 hours to go...) Mon Jan 09 1989 12:04

    I have finally gotten around to using Workbench 1.3.  Many nice
    additions, improvements.  I have a couple of questions...
    
    Is it possible to download to a PIPE:file.arc and then immediately
    ARC -x PIPE:file.arc?  I've have tried this, and the idea seems
    reasonable, although I have probably missed something.  I imagine
    that ARC reads much faster than the information is piped in (2400bd)
    and that is what causes both the transfer and arc to 'hang'.
    
    Has anyone encountered an infinite loop, using ARC (amiga)?  I have
    seen it twice.  It happens when you try to extract a file that
    already exists.  ARC keeps printing "Overwrite it? (Y/N)", and it
    doesn't seem to recognize user input.

    Is there a utility to track down and kill/pause tasks?  Also
    what is the proper syntax for Changetaskpri?  Using status I can
    determine the process number, so I have tried 
    $ Changetaskpri Priority# Process# , and I get "Bad Args."
    
    Is there a 'good' archive of MELT around?  The one in WJG::AMIGA:
    won't download (corrupted somehow).
    
    Many thanks,      
              
         Steve 
T.RTitleUserPersonal
Name
DateLines
2093.1FSCORE::KAYEHe who dies with the most toys...is deadMon Jan 09 1989 13:096
    I tried to download into PIPE:A and then de-arc from PIPE:a, but
    the download hung after 8096 bytes. I didn't think it would work
    cus the arc program probably wants an entire file to play with,
    not just chunks. It was worth the try tho.
    
     mark
2093.2PIPE:A ^= PIPE:aANT::GERBERFor more information: call 800/555-1212Mon Jan 09 1989 15:353
    For the 1.3 PIPE: device you have to match case: PIPE:A is not the
    same as PIPE:a.  So this could be your problem.  Let me know if
    this works.
2093.3RDCV01::RANDREWSI have a cunning planMon Jan 09 1989 17:2915
>        Has anyone encountered an infinite loop, using ARC (amiga)?  I have
>    seen it twice.  It happens when you try to extract a file that
>    already exists.  ARC keeps printing "Overwrite it? (Y/N)", and it
>    doesn't seem to recognize user input.

 
    The only time I've every seen this problem is when I did a RUN ARC
    X blah.arc.  It's looking for a key from it's input, and since I
    ran it, there was no way to get to it.  You could try sending a
    BREAK clinumber ALL to the clinumber of the ARC program, that would
    probably work to get you out of the loop.
    
    Of course, if you did not RUN it, all this info goes right out the
    window.
    
2093.4WJG::GUINEAUMon Jan 09 1989 17:5519
re: MELT on WJG::AMIGA:

I just checked. It was in the format for KERMIT (512 byte fixed). 

I converted it to Stream_LF (XMODEM) and did an ARC -l MELT on it and it seems
fine:

%AMIGA$ arc -l melt
Name          Length    Date
============  ========  =========
melt              4976  26 Mar 87
        ====  ========
Total      1      4976



Try again and let me know...

John
2093.5PIPE:, ARC, and BreakTLE::RMEYERSRandy MeyersThu Jan 12 1989 00:0851
Re: .0

You can use feed a program input through a PIPE: anytime just as long
as the program doesn't do random access positioning into the file, or
try and read the file more than once.  I do not know if ARC meets these
requirements:  I find it very easy to believe that it does random access
to the file.

Note that it is OK for a program reading out of a PIPE: to process the
file faster than the program writing into the PIPE:.  In that situation,
the reading program will hang waiting for input, and the writing program
will run until it writes enough data in the PIPE: that the reading program
can wake back up.

Why did ARC hang: It is hard to say.  It might be that it is a program
than can not take input from a PIPE:.  It could be a bug in ARC--I've noticed
that ARC is very poorly written.  If you feed ARC a file that is corrupt
it will frequently hand or crash.

As a previous note pointed out, ARC will loop printing a prompt if you
run it and it decides to ask a question.  The reason is that when a program
is RUN, it has its standard input set to NIL:.  This causes ARC to get
end-of-file in response to its prompt.  ARC responds by reprompting.  See
my previous statement about what a well written program ARC is.

>    Is there a utility to track down and kill/pause tasks?  

There isn't a standard one for all types of tasks, but there is a CLI command
for interrupting any CLI type task (this includes tasks started by typing
RUN).

Give the CLI command:

	status all

When you see the CLI number of the errant task, type

	break <task number> all

This is equivalent to typing control-c, control-d, control-e, and control-f
to the task.   This will cause any properly written program to exit.

>    what is the proper syntax for Changetaskpri?  Using status I can
>    determine the process number, so I have tried 
>    $ Changetaskpri Priority# Process# , and I get "Bad Args."

It is 

	Changetaskpri <priority> process <process number>

You are leaving off the process keyword.
2093.6Thanks!SMAUG::SPODARYKJefferson, I think we&#039;re lost.Thu Jan 12 1989 00:186
    Thanks for all the help.  Any new system takes some getting used
    to, and I think I am slowing learning.  I am looking forward to
    doing some software development (hacking) in the near future -
    and I'm sure I'll have more questions.
    
    Steve
2093.7A2620 and HD -?-SMAUG::SPODARYKJefferson, I think we&#039;re lost.Fri Jan 13 1989 13:0813
    More favors to ask...
    
    Has anyone purchased a 2620?  I think the price was rumored to be
    ~$1000.  Is this accurate.  Are they available to the general public?
    
    I was unable to find a copy of the Amazing Computing that reviews
    hard drives and controllers.  Could some kind soul lend me a copy, or 
    summarize the top picks, problems, etc. 

    Thanks,
    
    Steve
              
2093.8Dancing around the land minesNSSG::SULLIVANSteven E. SullivanFri Jan 13 1989 13:3312
>   Has anyone purchased a 2620?  I think the price was rumored to be
>   ~$1000.  Is this accurate.  Are they available to the general public?

    I  have. I do not think they are generally available yet (outside
of a A2500!). The price is not accurate, and no  I  do  not  wish  to
speculate on the eventual retail price.

    Try  adding  up  the price of the chips though - 2 meg 256X4 zip,
68020,  68881,  68851  plus  random  support  chips   (DRAM   refresh
controller, etc).

	-SES
2093.9probably over $1500SAUTER::SAUTERJohn SauterFri Jan 13 1989 14:0113
    I don't know enough about chip prices to estimate the A2620 price based
    on .8's formula, so here is another method: take the retail price of an
    A2500 and subtract the retail prices of the other parts.  I don't
    remember the inputs, but you get a result around $1500 to $2000.
    
    Steve at System Eyes mumbled something about $2000 for the A2620, but I
    don't know how reliable his information is.
    
    Here's another estimating method: the retail price of the A1000 was
    about $1000, the A500 is about $500 and the A2000 is about $2000.
    Therefore, the retail price of the A2620 should be around $2600.
    Sounds reasonable, no?
        John Sauter
2093.10LEDS::ACCIARDIMan Dies Laughing - Film at 11:00Fri Jan 13 1989 14:526
    
    My latest issue of AmigaWhirld had one vendor selling the A2620
    board for something like $1369 (this is from memory).  I didn't
    check for availability. 
                                          
    Ed.
2093.11They are available....WR1FOR::HARVEYREFri Jan 13 1989 17:005
    I just got my A2620 for $1600 + tax. I know I could order it cheaper
    through mail order but that catrd seems to grab for my plastic.
    
    Renis
    
2093.12CANIS::RIESFrank W. Ries Jr.Fri Jan 13 1989 20:296
    The Memory Location has them for $1750. That's where I got mine. I
    figured it could get a better price, but I got them to discount a
    bunch of other stuff I picked up so I think it all worked out.

    Frank    

2093.13Try FA-18 on the A2620 - Wow! CANAM::SULLIVANSteven E. SullivanMon Jan 16 1989 16:449
I just got my A2620 running with my shared SCSI disk (with A500 also on SCSI 
Bus). One of the first things I did was run FA18. It runs 200% to 400% faster
than on a stock Amiga. Wow! The animation is soooo much smoother and when I am
going 900mph at 100ft it feels like it! Yow!!

At first I though it was a bug, but I hope it does not get fixed. The faster 
version is much more fun to play. The FA-18 no longer seems crippled.

	-SES