[nos-bbs] JNOS in TTY console on bootup - FIXED

George [ham] VerDuin k8rra at ameritech.net
Fri Feb 4 08:18:14 EST 2011


A couple steps Wm.


On 02/03/2011 06:47 PM, Wm Lewis wrote:
> >>SNIP<<
>
> ....Anyone know how to get the console to show the running program 
> (JNOS) again ?
Jnos will not run as a headless process, so the sysop console must be 
attached to something.
Find out where with the linux commands:
     ...$ ps  -e  |  grep  jnos
The second output field should be "tty4" if things were normal, it is 
probably something else.
Now the issue is how to reconnect, and that takes knowledge from the output.
It will be simple if sysop console is just on another of the 
multi-consoles tty1 thru tty6.

There is another popular(?) automated start-up using "screen".
In that case you would re-connect using something like:
    ...$ sudo screen -r JNOS
or similar depending on the exact parameter set of jnos start-up.
With this method, you find out if jnos is running thru the command like:
    ...$ sudo service jnosd status
or similar again depending on the start-up scripting.

Enjoy.
Skip




More information about the nos-bbs mailing list