[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     Re: [nocol-users] Question about etherload

Jelena,

Please apply the attached patch to etherload/linux.c

	cd etherload/
	patch  < etherload.patch

Let me know.

	-vikas

> Date: Mon, 15 May 2000 11:39:42 -0400 (EDT)
> From: Jelena Pjesivac <jpjesiva@ramapo.edu>
> Subject: [nocol-users] Question about  etherload (second try)
> To: nocol-users@navya.com
> Message-id: <Pine.OSF.4.05.10005151138360.13701-100000@orion.ramapo.edu>
> 
> (I'm just repeating my message, since I still have the same problem and no
> solution for it... thank you)
> Hi,
> I just configured nocol4.3 on my linux (SuSE 6.4) box and it's "working"
> I still have some difficulties with configuring it, but that's not an
> issue, anyway, I constantly recieve the following error message from
> etherload..
> any ideas?:)
> thnx
> ------
> Jelena Pjesivac - pjesa:)
> 
> Restarting NOCOL monitor  etherload  on ptichica
> Previous error file for NOCOL monitor  etherload
>                                       --------
> etherload: This is a NOCOL version
> (etherload).. locked pid-file, started new process
> etherload: setsockopt: SO_RCVTIMEO: Protocol not available
> etherload: removing data, pid file.... Done
> 
>                    -keepalive_monitors
> 
*** linux.c	Mon May 15 15:06:49 2000
--- linux.c.new	Mon May 15 15:05:18 2000
***************
*** 147,154 ****
  #ifdef SO_RCVTIMEO
    if (setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, sizeof(timeout)) < 0)
    {
!     error("setsockopt: SO_RCVTIMEO");
!     finish(-1);
    }
  #endif	/* SO_RCVTIMEO */
    /*
--- 147,155 ----
  #ifdef SO_RCVTIMEO
    if (setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, sizeof(timeout)) < 0)
    {
!     if (debug)
!       error("setsockopt: SO_RCVTIMEO");
!     /* not fatal, continue */
    }
  #endif	/* SO_RCVTIMEO */
    /*