No subject
Sun Sep 12 19:05:13 UTC 2010
- Previous message: No subject
- Next message: No subject
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
=20 The issue was now JNOS could not find the "autoexec.nos" file because=20 the "startnos" crashed on the very first command of "cd /jnos" So... now what? =20 Date: Sat=2C 27 Nov 2010 13:17:28 -0500 From: bobtenty at gmail.com To: nos-bbs at tapr.org Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot JNOS & respawn The error is in "startnos". In your "startnos" file you have: exec /jnos/jnos -d/jnos -v </dev/tty5>/dev/tty5 2>&1=20 =20 The error is "jnos -d/jnos -v" You should use: exec /jnos/jnos -d -v </dev/tty5>/dev/tty5 2>&1=20 ----- tty5.conf itself is OK 73=2C Bob VE3TOK On 10-11-27 07:01 AM=2C Wm Lewis wrote:=20 Bob: =20 I tried updating as you said. Still no Joy. =20 =20 Do I need to be using some sort of SUDO command in any of this for it to wo= rk on boot? =20 Here are my updated files.=20 =20 "startnos" file (in /jnos directory =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D cd /jnos rm -f /jnos/spool/mqueue/*.lck 2> /dev/null rm -f /jnos/spool/mail/*.lck 2> /dev/null export TZ=3DPST8PDT exec /jnos/jnos -d/jnos -v </dev/tty5>/dev/tty5 2>&1=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 and the "tty5.conf" file =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # tty5 - getty # # This service maintains a getty on tty5 from the point the system is # started until it is shut down again. =20 start on runlevel [23] stop on runlevel [!23] =20 respawn exec /jnos/startnos =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 What am I missing ? =20 Bill KG6BAJ Date: Sat=2C 27 Nov 2010 01:23:29 -0500 From: bobtenty at gmail.com To: nos-bbs at tapr.org Subject: Re: [nos-bbs] ubuntu 9.1 compiles OK now=2C but... Bill: To start it in virtual tty5 add </dev/tty5>/dev/tty5 2>&1 to the "exec" line in your startnos file. like: exec ./jnos -g2 -w7+4 -d </dev/tty5>/dev/tty5 2>&1=20 export TERM=3Dlinux is not necessary Don't use tty5 (or whatever console not in use) to your tty5.conf file if y= ou use=20 </dev/tty5>/dev/tty5 2>&1 =2C etc in your startnos file. You can stop and start tty5 with the commands: initctl stop tty5 initctl start tty5 73=2C Bob VE3TOK _______________________________________________ nos-bbs mailing list nos-bbs at tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs _______________________________________________ nos-bbs mailing list nos-bb= s at tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs=20 _______________________________________________ nos-bbs mailing list nos-bb= s at tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs=20 _______________________________________________ nos-bbs mailing list nos-bbs at tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs _______________________________________________ nos-bbs mailing list nos-bb= s at tapr.org https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs = = --_1725f506-101c-4649-949f-4ef84aca0ac2_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <style><!-- .hmmessage P { margin:0px=3B padding:0px } body.hmmessage { font-size: 10pt=3B font-family:Tahoma } --></style> </head> <body class=3D'hmmessage'> Ok.... So I had to turn off the computer for a while and take a break.<BR>&= nbsp=3B<BR>When I turned the computer back on=2C my eyes caught something I= had not =3Bpaid attention too.<BR> =3B<BR>In all the =3Bvariou= s configuration tweeks=2C JNOS =3Bhad *tried* (I believe in console 5) = to run and left me a bread crumb.<BR> =3B<BR>If =3Bone is not in th= e JNOS directory=2C or doesn't =3B tell a called script to be in the JN= OS directory when trying to run JNOS=2C JNOS starts=2C then not =3Bseei= ng some important directories (because is =3Bwas called outside of the = JNOS directory)=2C JNOS will create the missing directories=2C and attempt = to finish booting. Usually with an error that it could not find the "autoex= ec.nos" file.<BR> =3B<BR>The =3Bdirectories JNOS will create if it = doesn't see them are *FINGER* *LOGS* *SPOOL* *WWWLOGS* *WWWSTATS*<BR> = =3B<BR>So=2C finally I take note that these directories exists in the root = folder=2C when they should not.<BR> =3B<BR>What this boils down to is t= he fact that when I =3Bboot=2C and have any script called=2C and that s= cript has this line "cd /jnos"=2C the script =3Bignores it as an error = and =3B*appears* to try to run jnos=2C =3Bbut not being in the = =3Bjnos directory=2C that attempt fails.<BR> =3B<BR>So=2C I would presu= me that maybe several variations of what I tried did actually get the tty5 = console to flicker =3Bon=2C then off as jnos failed.<BR> =3B<BR>Now= I need to diagnose why the command line "cd /jnos" =3Bwont process whe= n called from the =3B"startnos" file.<BR> =3B<BR>Bob=2C 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> =3B<BR>So..... Anyone kno= w why Ubuntu 10.04 hates to change directories from a called file?<BR> = =3B<BR>Bill<BR>KG6BAJ<BR> =3B<BR><BR> =3B<BR> <HR id=3DstopSpelling> Date: Sat=2C 27 Nov 2010 14:47:46 -0500<BR>From: bobtenty at gmail.com<BR>To: = nos-bbs at tapr.org<BR>Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot JNOS &= =3B respawn<BR><BR> <META content=3D"Microsoft SafeHTML" name=3DGenerator>NO=2C they don't need=  =3B 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 runleve= l [23]<BR>stop on runlevel [!23]<BR><BR>respawn<BR>#exec /sbin/getty -8 384= 00 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=2C Wm Lewis wrote:=20 <BLOCKQUOTE cite=3Dmid:SNT125-w269961C6270F6E7D5B4C1CA9220 at phx.gbl> <STYLE> .ExternalClass .ecxhmmessage P {padding:0px=3B} .ExternalClass body.ecxhmmessage {font-size:10pt=3Bfont-family:Tahoma=3B} </STYLE> Another thought.<BR> =3B<BR>These command appear to work when I manally= enter them at a different console **BECAUSE =3BI'M LOGGED IN AS ROOT**= <BR> =3B<BR>During a power up boot=2C **THE SCRIPTS CALLED ARE =3BN= OT ROOT** =3B =3B Which could be why they fail.<BR> =3B<BR>So= =2C again I'll ask.... do any of theses commands require some sort of SU or= SUDO injection in them?<BR> =3B<BR>Bill<BR>KG6BAJ<BR> =3B<BR> <HR id=3DecxstopSpelling> From: <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:thunderft at hotma= il.com">thunderft at hotmail.com</A><BR>To: <A class=3Decxmoz-txt-link-abbrevi= ated href=3D"mailto:nos-bbs at tapr.org">nos-bbs at tapr.org</A><BR>Date: Sat=2C = 27 Nov 2010 10:29:15 -0800<BR>Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot = JNOS &=3B respawn<BR><BR> <STYLE> .ExternalClass .ecxhmmessage P {padding:0px=3B} .ExternalClass body.ecxhmmessage {font-size:10pt=3Bfont-family:Tahoma=3B} </STYLE> ok=2C here's the next problem..<BR> =3B<BR>From concole 4=2C I typed wh= at you said=2C and console 5 did come to life.<BR> =3B<BR>The issue was=  =3Bnow JNOS could not find the "autoexec.nos" file because <BR>the "st= artnos" crashed on the very first command of "cd /jnos"<BR><BR>So... now wh= at?<BR> =3B<BR> <HR id=3DecxstopSpelling> Date: Sat=2C 27 Nov 2010 13:17:28 -0500<BR>From: <A class=3Decxmoz-txt-link= -abbreviated href=3D"mailto:bobtenty at gmail.com">bobtenty at gmail.com</A><BR>T= o: <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:nos-bbs at tapr.org">= nos-bbs at tapr.org</A><BR>Subject: Re: [nos-bbs] Ubuntu 10.04 autoboot JNOS &= amp=3B respawn<BR><BR>The error is in "startnos".<BR><BR><BR>In your "start= nos" file you have:<BR><BR><SPAN lang=3DEN>exec /jnos/jnos -d/jnos -v <= =3B/dev/tty5>=3B/dev/tty5 2>=3B&=3B1 <BR> =3B =3B =3B&nb= sp=3B =3B =3B =3B =3B =3B =3B =3B =3B <BR>T= he error is "jnos -d/jnos -v"<BR><BR><BR>You should use:<BR><BR><BR></SPAN>= <SPAN lang=3DEN>exec /jnos/jnos -d =3B -v <=3B/dev/tty5>=3B/dev/tty= 5 2>=3B&=3B1 </SPAN><BR><BR>-----<BR><BR>tty5.conf itself is OK<BR><BR= ><BR><BR>73=2C<BR><BR>Bob VE3TOK<BR><BR><BR>On 10-11-27 07:01 AM=2C Wm Lewi= s wrote:=20 <BLOCKQUOTE cite=3Dmid:SNT125-W11F755859E8313E72FFD88A9220 at phx.gbl> <STYLE> .ExternalClass .ecxhmmessage P {padding:0px=3B} .ExternalClass body.ecxhmmessage {font-size:10pt=3Bfont-family:Tahoma=3B} </STYLE> Bob:<BR> =3B<BR>I tried updating as =3Byou said. Still no Joy. = =3B <BR> =3B<BR>Do I need to be using some sort of SUDO command in any = of this for it to work on boot?<BR> =3B<BR>Here are my updated files. <= BR> =3B<BR>"startnos" file (in /jnos directory<BR>=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR><SPAN lang=3DEN>cd /jnos<BR>r= m -f /jnos/spool/mqueue/*.lck 2>=3B /dev/null<BR>rm -f /jnos/spool/mail/*= .lck 2>=3B /dev/null<BR>export TZ=3DPST8PDT<BR>exec /jnos/jnos -d/jnos -v= <=3B/dev/tty5>=3B/dev/tty5 2>=3B&=3B1 =3B<BR></SPAN>=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR> =3B<BR>and t= he "tty5.conf" file<BR> =3B<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D<BR><SPAN lang=3DEN># tty5 - getty<BR>#<BR># This s= ervice maintains a getty on tty5 from the point the system is<BR># started = until it is shut down again.<BR> =3B<BR>start on runlevel [23]<BR>stop = on runlevel [!23]<BR> =3B<BR>respawn<BR>exec /jnos/startnos<BR></SPAN>= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR> =3B= <BR>What am I missing ?<BR> =3B<BR>Bill<BR>KG6BAJ<BR> <HR id=3DecxstopSpelling> Date: Sat=2C 27 Nov 2010 01:23:29 -0500<BR>From: <A class=3Decxmoz-txt-link= -abbreviated href=3D"mailto:bobtenty at gmail.com">bobtenty at gmail.com</A><BR>T= o: <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:nos-bbs at tapr.org">= nos-bbs at tapr.org</A><BR>Subject: Re: [nos-bbs] ubuntu 9.1 compiles OK now= =2C but...<BR><BR>Bill:<BR><BR>To start it in =3B virtual tty5 add <= =3B/dev/tty5>=3B/dev/tty5 2>=3B&=3B1 to the "exec"<BR>line in your s= tartnos file.<BR><BR>like:<BR><BR>exec ./jnos =3B -g2 -w7+4 -d =3B = <=3B/dev/tty5>=3B/dev/tty5 2>=3B&=3B1 <BR><BR><BR>export TERM=3Dli= nux 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><=3B/dev/tty5>=3B/dev/tty5 2= >=3B&=3B1 =2C etc =3B in your startnos file.<BR><BR><BR><BR><BR>Yo= u can stop and start tty5 with the commands:<BR><BR>initctl stop tty5<BR>in= itctl start tty5<BR><BR><BR><BR>73=2C<BR><BR>Bob VE3TOK<BR><BR><PRE><FIELDS= ET class=3DecxmimeAttachmentHeader></FIELDSET> _______________________________________________ nos-bbs mailing list <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:nos-bbs at tapr.org">nos= -bbs at tapr.org</A> <A class=3Decxmoz-txt-link-freetext href=3D"https://www.tapr.org/cgi-bin/ma= ilman/listinfo/nos-bbs" target=3D_blank>https://www.tapr.org/cgi-bin/mailma= n/listinfo/nos-bbs</A> </PRE></BLOCKQUOTE><BR><BR>_______________________________________________ = nos-bbs mailing list <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:= nos-bbs at tapr.org">nos-bbs at tapr.org</A> <A class=3Decxmoz-txt-link-freetext = href=3D"https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs" target=3D_bl= ank>https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs</A> <BR>_________= ______________________________________ nos-bbs mailing list <A class=3Decxm= oz-txt-link-abbreviated href=3D"mailto:nos-bbs at tapr.org">nos-bbs at tapr.org</= A> <A class=3Decxmoz-txt-link-freetext href=3D"https://www.tapr.org/cgi-bin= /mailman/listinfo/nos-bbs" target=3D_blank>https://www.tapr.org/cgi-bin/mai= lman/listinfo/nos-bbs</A> <PRE><FIELDSET class=3DecxmimeAttachmentHeader></= FIELDSET> _______________________________________________ nos-bbs mailing list <A class=3Decxmoz-txt-link-abbreviated href=3D"mailto:nos-bbs at tapr.org">nos= -bbs at tapr.org</A> <A class=3Decxmoz-txt-link-freetext href=3D"https://www.tapr.org/cgi-bin/ma= ilman/listinfo/nos-bbs" target=3D_blank>https://www.tapr.org/cgi-bin/mailma= n/listinfo/nos-bbs</A> </PRE></BLOCKQUOTE><BR><BR>_______________________________________________ = nos-bbs mailing list nos-bbs at tapr.org https://www.tapr.org/cgi-bin/mailman/= listinfo/nos-bbs </body> </html>= --_1725f506-101c-4649-949f-4ef84aca0ac2_--
- Previous message: No subject
- Next message: No subject
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the nos-bbs mailing list
