"John R. Jackson" wrote:
>
> >... I've done that, but amrecover wants a portnumber < 1024... You can
> >off course hack the sources ;-)
>
> As far as I know, only the 2.5 (development) code branch has this problem
> with amrecover. Have you seen it with 2.4.2p2?
>
I'm using the 2.4.2p2tapeio branch. This should behave like the normal
2.4.2p2 version, right?
recover-src/amrecover.c states (in main()):
530 if (my_port >= IPPORT_RESERVED)
531 {
532 error("did not get a reserved port: %d", my_port);
533 }
...
Regards,
Arjan