<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
ok, here's the next problem..<BR>
 <BR>
>From concole 4, I typed what you said, and console 5 did come to life.<BR>
 <BR>
The issue was now JNOS could not find the "autoexec.nos" file because <BR>
the "startnos" crashed on the very first command of "cd /jnos"<BR><BR>
So... now what?<BR>
 <BR>

<HR id=stopSpelling>
Date: Sat, 27 Nov 2010 13:17:28 -0500<BR>From: bobtenty@gmail.com<BR>To: nos-bbs@tapr.org<BR>Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot JNOS & respawn<BR><BR>
<META name=Generator content="Microsoft SafeHTML">The error is in "startnos".<BR><BR><BR>In your "startnos" file you have:<BR><BR><SPAN lang=EN>exec /jnos/jnos -d/jnos -v </dev/tty5>/dev/tty5 2>&1 <BR>             <BR>The error is "jnos -d/jnos -v"<BR><BR><BR>You should use:<BR><BR><BR></SPAN><SPAN lang=EN>exec /jnos/jnos -d  -v </dev/tty5>/dev/tty5 2>&1 </SPAN><BR><BR>-----<BR><BR>tty5.conf itself is OK<BR><BR><BR><BR>73,<BR><BR>Bob VE3TOK<BR><BR><BR>On 10-11-27 07:01 AM, Wm Lewis wrote: 
<BLOCKQUOTE cite=mid:SNT125-W11F755859E8313E72FFD88A9220@phx.gbl>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</STYLE>
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=ecxstopSpelling>
Date: Sat, 27 Nov 2010 01:23:29 -0500<BR>From: <A class=ecxmoz-txt-link-abbreviated href="mailto:bobtenty@gmail.com">bobtenty@gmail.com</A><BR>To: <A class=ecxmoz-txt-link-abbreviated href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</A><BR>Subject: Re: [nos-bbs] ubuntu 9.1 compiles OK now, but...<BR><BR>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><PRE><FIELDSET class=ecxmimeAttachmentHeader></FIELDSET>
_______________________________________________
nos-bbs mailing list
<A class=ecxmoz-txt-link-abbreviated href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</A>
<A class=ecxmoz-txt-link-freetext href="https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs" target=_blank>https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs</A>
</PRE></BLOCKQUOTE><BR><BR>_______________________________________________ nos-bbs mailing list nos-bbs@tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs                                    </body>
</html>