<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Bob:<BR>
 <BR>
I tried updating as you said. Still no Joy.  <BR>
 <BR>
Do I need to be using some sort of SUDO command in any of this for it to work on boot?<BR>
 <BR>
Here are my updated files. <BR>
 <BR>
"startnos" file (in /jnos directory<BR>
==============================================<BR><SPAN lang=EN>
cd /jnos<BR>
rm -f /jnos/spool/mqueue/*.lck 2> /dev/null<BR>
rm -f /jnos/spool/mail/*.lck 2> /dev/null<BR>
export TZ=PST8PDT<BR>
exec /jnos/jnos -d/jnos -v </dev/tty5>/dev/tty5 2>&1 <BR></SPAN>
==============================================<BR> <BR>
and the "tty5.conf" file<BR>
 <BR>
==============================================<BR><SPAN lang=EN>
# tty5 - getty<BR>
#<BR>
# This service maintains a getty on tty5 from the point the system is<BR>
# started until it is shut down again.<BR>
 <BR>
start on runlevel [23]<BR>
stop on runlevel [!23]<BR>
 <BR>
respawn<BR>
exec /jnos/startnos<BR></SPAN>
==============================================<BR>
 <BR>
What am I missing ?<BR>
 <BR>
Bill<BR>
KG6BAJ<BR>

<HR id=stopSpelling>
Date: Sat, 27 Nov 2010 01:23:29 -0500<BR>From: bobtenty@gmail.com<BR>To: nos-bbs@tapr.org<BR>Subject: Re: [nos-bbs] ubuntu 9.1 compiles OK now, but...<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>Bill:<BR><BR>To start it in  virtual tty5 add </dev/tty5>/dev/tty5 2>&1 to the "exec"<BR>line in your startnos file.<BR><BR>like:<BR><BR>exec ./jnos  -g2 -w7+4 -d  </dev/tty5>/dev/tty5 2>&1 <BR><BR><BR>export TERM=linux is not necessary<BR><BR><BR>Don't use tty5 (or whatever console not in use) to your tty5.conf file if you use <BR></dev/tty5>/dev/tty5 2>&1 , etc  in your startnos file.<BR><BR><BR><BR><BR>You can stop and start tty5 with the commands:<BR><BR>initctl stop tty5<BR>initctl start tty5<BR><BR><BR><BR>73,<BR><BR>Bob VE3TOK<BR><BR>                                    </body>
</html>