Subj : Auto Create File Areas?
To : All
From : Jeff Smith
Date : Mon Jun 08 2020 01:32 pm
Hello everybody!
A question. I have setup some file areas in Mystic manually.
But decided to setup future files from specific nodes as auto
created.
I have edited the appropriate mutil.ini stanza to specify a
a directory prefix of /home/mystic/files/fido_ for a specific
node. But when a file and the associated TIC is received from
that specified node and processed I get the following in the
Mutil log file:
----------------- MUTIL v1.12 A46 2020/04/26 Mon, Jun 08 2020 (loglevel 3)
+ Jun 08 13:23:49 Startup using filetoss.ini
- Jun 08 13:23:49 EXEC FileToss
+ Jun 08 13:23:49 Process: Toss FDN/TIC Files
+ Jun 08 13:23:49 Results: Auto-create prefix path does not exist in 0.01s
! Jun 08 13:23:49 Status: FATAL
+ Jun 08 13:23:49 Shutdown Normal (0)
---------------------------------------------------------------
Now it is my understanding that if say a file in the nodelist
file echo is received then upon processing Mutil would use the
specified prefix to auto-create the path /home/mystic/files/fido_nodelist
for the nodelist file. Based on the log I would say that the file
directory path doesn't exist because Mutil hasn't/didn't create
it.
As always there exists the possibility that I am missing something
here. :)