Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 13:27:17 +0000
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: textproc/sphinxsearch - fails to listen on the file socket under 9.3
Message-ID:  <5469F7B5.7020301@FreeBSD.org>
In-Reply-To: <5469E89B.7040604@b1t.name>
References:  <5469E89B.7040604@b1t.name>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014/11/17 12:22, Volodymyr Kostyrko wrote:
> Hi all.
> 
> Is anyone else seeing this:
> 
> [Mon Nov 17 14:13:30.493 2014] [17507] accepting connections
> [Mon Nov 17 14:13:31.006 2014] [17507] FATAL: setsockopt() failed:
> Invalid argument
> [Mon Nov 17 14:13:31.098 2014] [17507] shutdown complete
> [Mon Nov 17 14:13:31.100 2014] [17506] last message repeated 1 times
> [Mon Nov 17 14:13:31.100 2014] [17506] watchdog: main process 17507
> exited cleanly (exit code 1), shutting down
> 
> This happens just after start. Previous port version at r370488 works.
> 

Looks like the changes to src/indexer.cpp have gone a bit awry between
2.2.5 and 2.2.6.  It's odd though -- all they've done is move around
where they are setting TCP_NODELAY in the code.

I'll investigate further tonight.

	Cheers,

	Matthew




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5469F7B5.7020301>