Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2018 11:56:28 +0200
From:      =?UTF-8?Q?Jos=C3=A9_P=C3=A9rez?= <fbl@aoek.com>
To:        Eugene Grosbein <eugen@grosbein.net>
Cc:        freebsd-ports@freebsd.org, owner-freebsd-ports@freebsd.org
Subject:   Re: Passenger not working any more after Base System upgrade: can you reproduce?
Message-ID:  <f91e8e827459431985e14f8a7fadd4d7@mail.yourbox.net>
In-Reply-To: <5B3B2CE9.2020909@grosbein.net>
References:  <00d6257dc47d35f24a1e3e8e414cc537@mail.yourbox.net> <5B3B2CE9.2020909@grosbein.net>

next in thread | previous in thread | raw e-mail | index | archive | help
El 2018-07-03 09:59, Eugene Grosbein escribió:
> On 02.07.2018 03:19, José Pérez via freebsd-ports wrote:
> 
> [skip]
> 
> Have you actually read the log?
> 
>> Further error details in log:
>> [ pid=57456, timestamp=1530359790 ] Process aborted! signo=SIGABRT(6),
>> reason=#65543, si_addr=0x0, randomSeed=1530359790
>> [ pid=57456 ] Crash log dumped to
>> /var/tmp/passenger-crash-log.1530359790
> 
> [skip]
> 
>> *** ERROR: cannot execute lsof: No such file or directory (errno=2)
> 
> Make sure your lsof binary is present (installed by port or package)
> and your application has correct search path for it.

Hi,
this is completely irrelevant because lsof is needed to
handle the aborting Passenger application.

Even if you have lsof in path, Passenger still fails!

Furthermore there is a bug in Passenger source when it tries to
use ls -v option which is absent in BSDs, but the source reads:
// The '-v' is for natural sorting on Linux. On BSD -v means something 
else but it's harmless.

Well, not so harmless as we can see:
ls: illegal option -- v
usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,] [-D format] [file 
...]
ERROR: Could not run 'ls' to dump file descriptor information!


The problem is difficult to dig because is independent from Passenger
version and dependent on FreeBSD Base System version.

Regards,

-- 
José Pérez



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