On Wed, 29 Sep 1999, Gerard Parat wrote:

> Hello,
> 
> I run OH2BNS/Tomi's node (node-0.3.0) and F6FBB/Jean-Paul's fpacnode
> (3.12) on the same machine. But I get this error message when launching
> fpacnode:
>  /var/ax25/node/loggedin: Incorrect size
> 
> It seems both nodes are using the same file, expecting something
> different. Under 2.0.36 there was no conflict, but new node release may
> be not compatible with old loggedin format. Is that Jean-Paul or Tomi
> who changed ?

Whoops... That would be me.

I guess I have to keep compatibility issues in mind when making changes.
You can apply this patch to LinuxNode, and then clear the loggedin file.

--- node-0.3.0/node.h   Mon Jul  5 19:31:21 1999
+++ node-0.3.1/node.h   Thu Sep 30 00:28:53 1999
@@ -35,6 +35,7 @@
 struct user
 {
        pid_t           pid;
+       int             fd;             /* Unused */
        key_t           ipc_key;
        time_t          logintime;
        time_t          cmdtime;

-- 
Tomi Manninen           Internet:  [EMAIL PROTECTED]
OH2BNS                  AX.25:     [EMAIL PROTECTED]
KP20ME                  Amprnet:   [EMAIL PROTECTED]

Reply via email to