<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Ok.... So I had to turn off the computer for a while and take a break.<BR> <BR>When I turned the computer back on, my eyes caught something I had not paid attention too.<BR> <BR>In all the various configuration tweeks, JNOS had *tried* (I believe in console 5) to run and left me a bread crumb.<BR> <BR>If one is not in the JNOS directory, or doesn't  tell a called script to be in the JNOS directory when trying to run JNOS, JNOS starts, then not seeing some important directories (because is was called outside of the JNOS directory), JNOS will create the missing directories, and attempt to finish booting. Usually with an error that it could not find the "autoexec.nos" file.<BR> <BR>The directories JNOS will create if it doesn't see them are *FINGER* *LOGS* *SPOOL* *WWWLOGS* *WWWSTATS*<BR> <BR>So, finally I take note that these directories exists in the root folder, when they should not.<BR> <BR>What this boils down to is the fact that when I boot, and have any script called, and that script has this line "cd /jnos", the script ignores it as an error and *appears* to try to run jnos, but not being in the jnos directory, that attempt fails.<BR> <BR>So, I would presume that maybe several variations of what I tried did actually get the tty5 console to flicker on, then off as jnos failed.<BR> <BR>Now I need to diagnose why the command line "cd /jnos" wont process when called from the "startnos" file.<BR> <BR>Bob, also a note to you. I tried doing it with "dojnos" and your file provided (making the changes needed) and got the same results.<BR> <BR>So..... Anyone know why Ubuntu 10.04 hates to change directories from a called file?<BR> <BR>Bill<BR>KG6BAJ<BR> <BR><BR> <BR>

<HR id=stopSpelling>
Date: Sat, 27 Nov 2010 14:47:46 -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 content="Microsoft SafeHTML" name=Generator>NO, they don't need  su/sudo in them<BR><BR><BR><BR>/etc/init/tty5.conf<BR><BR># 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 /sbin/getty -8 38400 tty5<BR>exec /srv/home-remote/hamradio/jnos/dojnos<BR><BR><BR>-rw-r--r-- 1 root root 258 2009-10-31 15:32 tty5.conf<BR><BR>(never touched the owner of this file)<BR><BR><BR>On 10-11-27 02:16 PM, Wm Lewis wrote: 
<BLOCKQUOTE cite=mid:SNT125-w269961C6270F6E7D5B4C1CA9220@phx.gbl>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</STYLE>
Another thought.<BR> <BR>These command appear to work when I manally enter them at a different console **BECAUSE I'M LOGGED IN AS ROOT**<BR> <BR>During a power up boot, **THE SCRIPTS CALLED ARE NOT ROOT**   Which could be why they fail.<BR> <BR>So, again I'll ask.... do any of theses commands require some sort of SU or SUDO injection in them?<BR> <BR>Bill<BR>KG6BAJ<BR> <BR>
<HR id=ecxstopSpelling>
From: <A class=ecxmoz-txt-link-abbreviated href="mailto:thunderft@hotmail.com">thunderft@hotmail.com</A><BR>To: <A class=ecxmoz-txt-link-abbreviated href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</A><BR>Date: Sat, 27 Nov 2010 10:29:15 -0800<BR>Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot JNOS & respawn<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
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=ecxstopSpelling>
Date: Sat, 27 Nov 2010 13:17:28 -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 10.04 autoboot JNOS & respawn<BR><BR>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 <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> <BR>_______________________________________________ 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><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>