OP25 Weird Terminal Window with op25

Status
Not open for further replies.

hamfan22

Member
Joined
May 26, 2019
Messages
19
Location
Houston, Texas
Everytime I try to do something with op25 I always get this weird waterfall thing where the entire terminal window fills up and anytime I try to use any command except for Ctrl+C it won't work. Has anyone else had this problem?
7398473985
 

kb9mwr

Member
Joined
Apr 8, 2003
Messages
263
Location
Green Bay, WI
If you are talking the terminal windows on the left, those are just outputting debugging info.

Most people redirect this to a file so they can look at it easier (2> stderr.2)



The terminal on the right is one of the plot modes that is being invoked by the command line options you are starting op25 with.

The op25 README:
boatbod/op25
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,371
Location
Talbot Co, MD
If you are talking the terminal windows on the left, those are just outputting debugging info.

Most people redirect this to a file so they can look at it easier (2> stderr.2)

Correct. If you don't redirect stderr the terminal display gets hosed in exactly the manner shown by the OP. There are two alternatives - either redirect the logging data to a file (recommended anyway) or utilize the http terminal with the -l command line option.
 
Status
Not open for further replies.
Top