Part of the problem with my Mystic not polling (21:1/101) may be related to Mystic's compiling of the Fsxnet nodelist. When I do a ./MUTIL merge.ini MUTIL responds by indicating that "Merged 2 of 2 nodelist(s)" (Fidonet, FSXNODE) were processed.
In further checking Mystic here can't poll any Fsxnet nodes with the exception of 21:1/128 (BBBS). Which ALSO expresses it's Fidonet AKA of 1:282/1031. When Mystic here pollls 1:282/1031 Mystic also grabs any mail/files addressed to it's AKA of 21:1/128.1.
Currently when it arrives or is acquired the Fsxnet nodelist FSXNODE.ZIP is placed in the specified directory "/home/bbs/mystic/files/nodelists/fsxnode" just as the Fido nodelist is placed in the specified directory "/home/bbs/mystic/files/nodelists/fidonet"
The respective filenames at processing time are:
/home/bbs/mystic/files/nodelists/fidonet/nodelist.z15 /home/bbs/mystic/files/nodelists/fsxnode/fsxnode.zip
I tried renaming the fsxnode.zip to fsxnode.z21 and the processing
result is the same. I also tried extracting the raw Fsxnet nodelist file and processing result was the same. I did update the merge.ini file to reflect the filename changes.
+ Nov 14 02:27:08 Startup using merge.ino
+ Nov 14 02:27:08 Process: Merging Nodelists
+ Nov 14 02:27:08 Merging nodelist
+ Nov 14 02:27:08 Extracting nodelist.z15
+ Nov 14 02:27:08 Merging /home/bbs/mystic/temputil/nodelist.315
+ Nov 14 02:27:08 Merging fsxnode
+ Nov 14 02:27:08 Extracting fsxnode.z21
+ Nov 14 02:27:08 Results: Merged 2 of 2 nodelist(s) in 0.02s
+ Nov 14 02:27:08 Shutdown Normal (0)
is your software case sensitive? If so try an uppercase entry in your [MergeNodeLists] stanza like this type of example
Level 2 or 3 logging?
I'm just not convinced it's finding the nodelist file to merge.
If you look in your data dir and check nodelist.txt do you see the fsxNet nodes in there? If not, then it's not pulling them in, hence the fidopoll will not work for you as you have detailed.
Part of the problem with my Mystic not polling (21:1/101) may be related to Mystic's compiling of the Fsxnet nodelist. When I do a ./MUTIL merge.ini MUTIL responds by indicating that "Merged 2 of 2 nodelist(s)" (Fidonet, FSXNODE) were processed.
Part of the problem with my Mystic not polling (21:1/101) may be related
to Mystic's compiling of the Fsxnet nodelist. When I do a ./MUTIL
merge.ini MUTIL responds by indicating that "Merged 2 of 2 nodelist(s)"
(Fidonet, FSXNODE) were processed.
Could it be that the accesses are messed up and Fidopoll cannot access the nodelist?
The "compiled" nodelist is just a .txt file found in your DATA
directory as "nodelist.txt" so you can see if it merged correctly or not and what its access/ownerships are.
When polling a Fido node AKA Fidopoll seems to access the nodelist.txt file in order to successfully poll a Fido node number. I would surmise
On 11/15/17, Jeff Smith pondered and said...
When polling a Fido node AKA Fidopoll seems to access the nodelist.txt
file in order to successfully poll a Fido node number. I would surmise
So you do have a fidonet nodelist showing in your nodelist.txt file?
Check also you have a copy of unzip that is working ok and able to be called by Mystic.. if it can't unzip things it will never extract and the import..
Yes Unzip 6.00 is available for use by Mutil. Mutil doesn't seem to have
a problem unzipping the Fidonet nodelist. I am still looking into
checking the situation out and will post any results or observations.
On 11/15/17, Jeff Smith pondered and said...
Yes Unzip 6.00 is available for use by Mutil. Mutil doesn't seem to have
a problem unzipping the Fidonet nodelist. I am still looking into
checking the situation out and will post any results or observations.
I'd be interested to know if you have any issues manually decompressing the archive using your tools.
2) + Nov 15 19:27:26 Startup using merge.ini
+ Nov 15 19:27:26 Process: Merging Nodelists
+ Nov 15 19:27:26 Merging nodelist
First from the commandline I ran Unzip to test the Fsxnet nodelist archive fsxnode.zip. The response was:
testing: FILE_ID.DIZ OK
testing: FSXNET.321 OK
I then from the command line ran Unzip to uncompress the nodelist file
from the archive. The response/result was:
Archive: /home/bbs/mystic/files/nodelists/fsxnet/fsxnode.zip
inflating: /home/bbs/mystic/temputil/FILE_ID.DIZ
inflating: /home/bbs/mystic/temputil/FSXNET.321
My conclusion is that when called Unzip is able to successfully extract
the nodelist files from the archive. When the command ./mutil merge.ini
is run from the Mystic PC the resulting MUTIL log entry is:
----------------- MUTIL v1.12 A36 2017/11/09 Wed, Nov 15 2017 (loglevel 2)
+ Nov 15 19:27:26 Startup using merge.ini
+ Nov 15 19:27:26 Process: Merging Nodelists
+ Nov 15 19:27:26 Merging nodelist
+ Nov 15 19:27:26 Extracting nodelist.z15
+ Nov 15 19:27:26 Merging /home/bbs/mystic/temputil/nodelist.315
+ Nov 15 19:27:26 Merging fsxnode
+ Nov 15 19:27:26 Extracting fsxnode.z21
+ Nov 15 19:27:26 Results: Merged 2 of 2 nodelist(s) in 0.02s
+ Nov 15 19:27:26 Shutdown Normal (0)
But again when checking the contents of the nodelist.txt file after the nodelist files have been processed. Only the Fidonet nodelist data is present.
Can you send me by file attach email a copy of this ini please.
A better late than never observation is that the Fsxnet nodelist archive being used fsxnode.zip contains two files FILE_ID.DIZ and FSXNET.321.
But in the MUTIL log entry it states:
+ Nov 15 19:27:26 Merging fsxnode
+ Nov 15 19:27:26 Extracting fsxnode.z21
I don't see the fsxnode.zip file being used containing a fsxnode.z21
file. As noted above the fsxnode file contains a FILE_ID.DIZ and a FSXNET.321 file. So, my question then is where is MUTIL seeing or expecting a fsxnode.z21 file?
Yes Unzip 6.00 is available for use by Mutil. Mutil doesn't seem to have
a problem unzipping the Fidonet nodelist. I am still looking into
checking the situation out and will post any results or observations.
On 11/15/17, Jeff Smith pondered and said...
The latter. So you are not using the usual nodelist file I send out but rather are downloading the zip file I publish via bbs.geek.nz - interesting.
Well I would suggest you use the file sent to FSX_NODE as your source of nodelist to import...
Yes it's something related to the file your are using and the way the stanza is keyed to look for things... remember the nodelist is called fsxnet.xxx where xxx is the calendar date of the year e.g. fsxnet.322
Yes Unzip 6.00 is available for use by Mutil. Mutil doesn't seem to have
a problem unzipping the Fidonet nodelist. I am still looking into
checking the situation out and will post any results or observations.
Have you tried running MUTIL with debug logging?
The case has to be correct in the .ini file in order for mutil to find
and import the nodelist. The fsxnet nodelist file (such as FSXNET.321) comes in upper case, so it needs to be upper case in the .ini as well. Try:
nodefile=/home/bbs/files/fsx/node/FSXNET
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 164:30:08 |
Calls: | 2,077 |
Calls today: | 3 |
Files: | 11,137 |
Messages: | 947,182 |