> 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