On Wed, 16 May 2013, G. wrote:
On Wed, 15 May 2013 23:20:51 -0000, you wrote:
Your SYS:SYSJOB.INI is correct, right? :P
Probably not! I stole this from TWONKY again. ;)
.type sys:sysjob.ini
SET DEFAULT ACCOUNT MUMBLE
SET CORMIN 20P
LOG
FILDAE
LOG
DAEMON
LOG
ACTDAE
LOG
QUASAR
LOG
SET HPQ 1
MIC
Mine is:
SET DEFAULT ACCOUNT SYSTEM
LOG
FILDAE
LOG
ACTDAE
LOG
DAEMON
LOG ;GALAXY JOBS
QUASAR
LOG
MIC
!Modern MICs (later than 11C(1231)) don't need this blank line, older ones do.
NODNAM ;Loads INI:NODNAM.INI then starts MX
Disregard the line with NODNAM.
I'm betting I need an account with a name of MUMBLE? ;)
I don't know what would happen if the account is non existant...
Oh, by the way, check your SYS:TTY.INI too. Mine is:
ALL: KSYS CHECK:DEFAULT NORUN TEXT NONOTICE EDITOR
CTY: GALOPR NOREMOTE ACCOUNT:"SYSTEM"
APC:LAT NOCHECK TYPE:VT100
STOMP ACCOUNT:"SYSTEM"
G.
Made some changes to SYS:TTY.INI and now everything works perfectly. (BATCON says it failed to start...but it seems to be running more-or-less!)
How would I do LCP START at boot? SYSTEM.CMD or should I start it from SYSJOB.INI? I'm assuming as it's an OPR command I run it from SYSTEM.CMD?
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On Wed, 16 May 2013, G. wrote:
On Wed, 15 May 2013 23:25:52 -0000, you wrote:
%LGNSLE Search list is empty
now.
This has to do with your search list. One way to set it up is by options at
startup (instead of GO). I do not remember anymore if that changes are
permanent, probably yes. Another way to change that should be by way of
SETSRC, but again I'm not really sure about this topic...
I have this:
..r setsrc
*t
DSKB:, FENCE
*ts
DSKB:
*^Z
G.
I fixed it with REACT and by adding the structure to CATALOG.
R OPR
ENTER CATALOG
INSERT STRUCTURE USER
ADD USER0 RP06 1
and REACT:
R REACT
CHANGE CSMELOSKY
STRUCTURE
ADD USER
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On Wed, 15 May 2013 23:34:09 -0000, you wrote:
Fixed by adding CATLOG to SYSJOB.INI.
I think that that should't be needed. In facts I have the CATLOG process
running but there is no entry for it in SYSJOB.INI. QUASAR should be enough
because it's the main Galaxy process that starts everything else.
I have this:
Job Who Line# What Size(P) State Run Time
1 [OPR] DET STOMPR 11+12 SL 0 01
2 [OPR] CTY OPR 68+40 HB 0
3 [OPR] 4 SYSTAT 23+SPY RN 0
7 [OPR] DET FAL-10 115+40 SL 0
8 [OPR] DET FILDAE 17 HB 0
9 [OPR] DET ACTDAE 69+40 SL 0
10 [OPR] DET DAEMON 11+SPY HB 0
11 [OPR] DET QUASAR 159+40 SL 0
12 [OPR] DET PULSAR 66+40 HB 0
13 [OPR] DET MIC 5+15 SL 0
14 [OPR] DET NML 38+135 HB 0
15 [OPR] DET MX 124+47 HB 0
16 [OPR] DET ORION 52+40 SL 0
17 [OPR] DET NEBULA 27+40 HB 0
18 [OPR] DET CATLOG 147+40 HB 0
FAL-10, PULSAR, NML, ORION, NEBULA and CATLOG are all started automatically
and I have no entries for them in SYSJOB.INI.
STOMPR is started by INITIA when reading TTY.INI.
OPR and SYSTAT are two interactive jobs.
FILDAE, ACTDAE, DAEMON, QUASAR and MIC come from SYSJOB.INI.
MX is started by NODNAM which has an entry in SYSJOB.INI too.
Maybe CATLOG has forced a default search list and now it would work even if
you remove its entry from SYSJOB.INI...
Anything else I might be missing?
Accounts? A nice login banner? Full HECnet nodelist loaded automatically? :)
G.
On Wed, 15 May 2013 23:25:52 -0000, you wrote:
%LGNSLE Search list is empty
now.
This has to do with your search list. One way to set it up is by options at
startup (instead of GO). I do not remember anymore if that changes are
permanent, probably yes. Another way to change that should be by way of
SETSRC, but again I'm not really sure about this topic...
I have this:
.r setsrc
*t
DSKB:, FENCE
*ts
DSKB:
*^Z
G.
On Wed, 15 May 2013 23:20:51 -0000, you wrote:
Your SYS:SYSJOB.INI is correct, right? :P
Probably not! I stole this from TWONKY again. ;)
.type sys:sysjob.ini
SET DEFAULT ACCOUNT MUMBLE
SET CORMIN 20P
LOG
FILDAE
LOG
DAEMON
LOG
ACTDAE
LOG
QUASAR
LOG
SET HPQ 1
MIC
Mine is:
SET DEFAULT ACCOUNT SYSTEM
LOG
FILDAE
LOG
ACTDAE
LOG
DAEMON
LOG ;GALAXY JOBS
QUASAR
LOG
MIC
!Modern MICs (later than 11C(1231)) don't need this blank line, older ones do.
NODNAM ;Loads INI:NODNAM.INI then starts MX
Disregard the line with NODNAM.
I'm betting I need an account with a name of MUMBLE? ;)
I don't know what would happen if the account is non existant...
Oh, by the way, check your SYS:TTY.INI too. Mine is:
ALL: KSYS CHECK:DEFAULT NORUN TEXT NONOTICE EDITOR
CTY: GALOPR NOREMOTE ACCOUNT:"SYSTEM"
APC:LAT NOCHECK TYPE:VT100
STOMP ACCOUNT:"SYSTEM"
G.
On Wed, 15 May 2013, Cory Smelosky wrote:
On Wed, 15 May 2013, Cory Smelosky wrote:
On Wed, 15 May 2013, G. wrote:
On Wed, 15 May 2013 23:08:41 -0000, you wrote:
That fixed it. Fighting with batch streams now.
Nice! :)
How do I execute scripts in OPR? Prefix it with @, right?
TAKE filnam.ext
But I'm seeing just now that maybe @ works too (never used it on TOPS-10).
It seems to give some fun errors when I use @.
Anyway, SYS:SYSTEM.CMD should be auto-taken at boot...
Ahhh. It IS executing it. It just has no output whatsoever. (QUEUES
refuse to come up)
Your SYS:SYSJOB.INI is correct, right? :P
Probably not! I stole this from TWONKY again. ;)
..type sys:sysjob.ini
SET DEFAULT ACCOUNT MUMBLE
SET CORMIN 20P
LOG
FILDAE
LOG
DAEMON
LOG
ACTDAE
LOG
QUASAR
LOG
SET HPQ 1
MIC
I'm betting I need an account with a name of MUMBLE? ;)
Changed to SYSTEM...problem likely lies with
%LGNSLE Search list is empty
now.
Fixed by adding CATLOG to SYSJOB.INI.
Anything else I might be missing?
G.
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On Wed, 15 May 2013, Cory Smelosky wrote:
On Wed, 15 May 2013, G. wrote:
On Wed, 15 May 2013 23:08:41 -0000, you wrote:
That fixed it. Fighting with batch streams now.
Nice! :)
How do I execute scripts in OPR? Prefix it with @, right?
TAKE filnam.ext
But I'm seeing just now that maybe @ works too (never used it on TOPS-10).
It seems to give some fun errors when I use @.
Anyway, SYS:SYSTEM.CMD should be auto-taken at boot...
Ahhh. It IS executing it. It just has no output whatsoever. (QUEUES
refuse to come up)
Your SYS:SYSJOB.INI is correct, right? :P
Probably not! I stole this from TWONKY again. ;)
..type sys:sysjob.ini
SET DEFAULT ACCOUNT MUMBLE
SET CORMIN 20P
LOG
FILDAE
LOG
DAEMON
LOG
ACTDAE
LOG
QUASAR
LOG
SET HPQ 1
MIC
I'm betting I need an account with a name of MUMBLE? ;)
Changed to SYSTEM...problem likely lies with
%LGNSLE Search list is empty
now.
G.
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On Wed, 15 May 2013, G. wrote:
On Wed, 15 May 2013 23:08:41 -0000, you wrote:
That fixed it. Fighting with batch streams now.
Nice! :)
How do I execute scripts in OPR? Prefix it with @, right?
TAKE filnam.ext
But I'm seeing just now that maybe @ works too (never used it on TOPS-10).
It seems to give some fun errors when I use @.
Anyway, SYS:SYSTEM.CMD should be auto-taken at boot...
Ahhh. It IS executing it. It just has no output whatsoever. (QUEUES refuse to come up)
Your SYS:SYSJOB.INI is correct, right? :P
Probably not! I stole this from TWONKY again. ;)
.type sys:sysjob.ini
SET DEFAULT ACCOUNT MUMBLE
SET CORMIN 20P
LOG
FILDAE
LOG
DAEMON
LOG
ACTDAE
LOG
QUASAR
LOG
SET HPQ 1
MIC
I'm betting I need an account with a name of MUMBLE? ;)
G.
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
On Wed, 15 May 2013 23:08:41 -0000, you wrote:
That fixed it. Fighting with batch streams now.
Nice! :)
How do I execute scripts in OPR? Prefix it with @, right?
TAKE filnam.ext
But I'm seeing just now that maybe @ works too (never used it on TOPS-10).
Anyway, SYS:SYSTEM.CMD should be auto-taken at boot...
Your SYS:SYSJOB.INI is correct, right? :P
G.
On Wed, 15 May 2013, Cory Smelosky wrote:
On Wed, 15 May 2013, G. wrote:
On Wed, 15 May 2013 22:46:10 -0000, you wrote:
?Stopcode KNIKSP, type=INFO, on CPU0 at 15-May-113 18:43:58
[Continuing system]
Translation:
Name Module Type Message and Explanation
------ ------ ---- ---------------------------------------------
KNIKSP KNISER INFO KLNI Service Paused. The maximumm number of
packets that can be processed has been
exceeded. Location .PBMPP (Maximum Packets
Processed) in the KDB/PCB contins the limit,
and that limit is 2000 (decimal).
It's idling...but by idling it's stopping completely. ;)
Strange. I've seen that before when I had problems with Ethernet. Anyway,
being an INFO stopcode, it should be just, well, informational and the system
should continue as usual. Or is it throwing that stopcode again and again?
It's throwing it again and again. Every single time Ethernet drops. ;)
My Ethernet is configured like this:
devdef ni0 564 ni20 dedic=0 decnet=1 doarp=0 enaddr=AA:00:04:00:xx:xx dpdelay=12 c3dly=2 rdtmo=3
Yours?
devdef ni0 564 ni20 dedic=1 decnet=1 doarp=0 enaddr=aa:00:04:00:aa:24 ifc=eth0 dpdelay=12 c3dly=10 rdtmo=3
I'll try changing c3dly to 2.
That fixed it. Fighting with batch streams now.
How do I execute scripts in OPR? Prefix it with @, right?
OPR>@sys:system.cmd
? Not confirmed: "10"
OPR>
.type sys:system.cmd
SET BATCH-STREAM 0 TIME-LIMIT 0:10
SET BATCH-STREAM 1 TIME-LIMIT 0:60
SET BATCH-STREAM 2 TIME-LIMIT 10:100000
START BATCH-STREAM 0:2
SET FAL-STREAM 0 NETWORK DECNET
SET FAL-STREAM 1 NETWORK DECNET
SET FAL-STREAM 2 NETWORK DECNET
DEFINE FILE-ACCESS DEFAULT-PPN [377777,377777]
START FAL-STREAM 0:2
G.
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments
--
Cory Smelosky
http://gewt.net/ Personal stuff
http://gimme-sympathy.org Experiments