Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* AX25 and FBB!
@ 2003-03-15 18:54 Bill Walton
  2003-03-15 19:22 ` Tomi Manninen
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Walton @ 2003-03-15 18:54 UTC (permalink / raw)
  To: LINUX HAMS MAILING LIST

Hello -

Thank you for taking time to read my message.  I started fooling around 
with AX25 about
6 months ago and just finally got it working this weekend.  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.  Those errors were present as examples of what working files 
should look
like.  Since I am new to Linux AX25 it was impossible to recognize those 
mistakes in
advance.  My configuration is still a little screwed up but AX25 and the 
Linuxnode both
are working!  I now need to move on to XFBB.

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 want to
install the full X-Windows vershion of Linux FBB.  The tarball that I 
have is:

x700e_full.tgz

The README file gives some simple instructions on how to install it ie:

1)    Un-tar it in a specific place.
2)    Instructions on how to install it ... "run ./install.sh" and 
answer the questions.
3)    Edit the init.srv and port.sys files .... etc.
4)    Then run it with the "./xfbb.sh" command.

What I get is that stupid "Unknown return value 127" error.  I have been 
told that XFBB
has to be compiled.  If so there is no makefile that comes with it, or 
any instructions on
how to compile it.

Any suggestions that you might have to point me in the right direction 
would be greatly
appreciated.  If my questions are stupid, then please excuse me for 
being stupid.  I just
need to get beyond this FBB problem and get my stuff online!

Regards,

Bill KJ6EO



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AX25 and FBB!
  2003-03-15 18:54 AX25 and FBB! Bill Walton
@ 2003-03-15 19:22 ` Tomi Manninen
  0 siblings, 0 replies; 2+ messages in thread
From: Tomi Manninen @ 2003-03-15 19:22 UTC (permalink / raw)
  To: Bill Walton; +Cc: LINUX HAMS MAILING LIST

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:  oh2bns@sral.fi
OH2BNS                  AX.25:     oh2bns@oh2rbi.fin.eu
KP20ME04                Amprnet:   oh2bns@oh2rbi.ampr.org


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-15 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-15 18:54 AX25 and FBB! Bill Walton
2003-03-15 19:22 ` Tomi Manninen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox