From: Tomi Manninen (ilnysawy@lewin.com)
Date: Sat Mar 15 2003 - 21:22:49 EET
On Sat, 15 Mar 2003, Bill Walton wrote:
> What kept the whole thing from working was some "syntax" errors in the
> "node.conf" file. Some of the parameter values needed to have some of
> the letters capitalized ie "ConnTimeout" instead of "conntimeout" and so
> on.
This is really surprising and actually very hard for me (as the author
of LinuxNode) to believe. In fact in the source code of node this is the
way the config commands are defined:
...
add_internal_cmd(&cfg_cmds, "alias", 0, do_alias);
add_internal_cmd(&cfg_cmds, "conntimeout", 0, do_conntimeout);
add_internal_cmd(&cfg_cmds, "escapechar", 0, do_escapechar);
...
You will notice that the command name is in lower case. The actual command
parser then is case insensitive.
Could it be that there were other errors in the commands? What does the
error message in the system log file look like?
> I know that this mailing list is not really intended for FBB questions
> but I am in hopes that you will just "look the other way" and answer my
> simple question if you can.
I'm sure you'll get a good answer from someone here. But there is also a
xfbb list. See http://www.f6fbb.org/mailists.html.
-- Tomi Manninen Internet: kvdt.haguxo@kerailya.tunkki.fi OH2BNS AX.25: ssygzba.qhkvxydmk@digitone.fi KP20ME04 Amprnet: drnpd@mail.dy.fi- To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to wzmhxxgo@ekopark.net More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2b30 : Sat Mar 15 2003 - 21:23:08 EET