Linux-Hams archive - February 1997: Re: Another Netrom Question

Re: Another Netrom Question

Terry Dawson (hkzsxz@micoks.net)
Mon, 03 Feb 1997 14:14:56 +1100


Barry Winch wrote:
>
> Thanks Terry, here is the out put, I did two requests when connected:
> c ottawa
> c ve3nav-7
> the trace follows.
>
> I am using kernel 2.0.27 and axutils 2.0.12.c both with the mod 9
> patch. The connect was made to port ax0, which is a TNC as an ax25
> connect to NODE. The NODE entry in ax25d.conf is:

> read(0, "c ottawa\r", 1500) = 9
...
> socket(PF_??? (0x6), SOCK_SEQPACKET, , 0) = 4
...
> bind(4, {sa_family=6, sa_data="\0@\1\0\0\0\374a\10@\240Z\5\10"}, 60) = -1
> EADDRNOTAVAIL (Cannot assign requested address)

> read(0, "c ve3nav-7\r",1500) = 11
...
> socket(PF_??? (0x6), SOCK_SEQPACKET, , 0) = 4
...
> bind(4, {sa_family=6,sa_data="\0@\1\0\0\0\374a\10@\240Z\5\10"}, 60) = -1
> EADDRNOTAVAIL (Cannot assign requested address)

Barry,
I'm not 100% how to interpret the character escapes used in the strace
output, but they don't look very correct. The sa_data field is supposed
to contain an encoded AX.25 callsign representing the NetRom port
callsign as read from your /etc/ax25/nrports file.

Double check that your /etc/ax25/nrports file is formatted correctly.
If it is, then we'll need to think of what next to try.

regards
Terry