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

Re: The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10


Le 02/04/2025 à 22:58, T Lee Davidson a écrit :
On 4/2/25 9:11 AM, T Lee Davidson wrote:
There were various, different (and I think irrelevant) messages in the terminal (including GTK's usual mess of warnings), but all four times there was a consistent message in the IDE's Console: "gb.httpd: fdwatch initialization failure".

It appears this error message comes from "thttpd". From the current tarball located at https://acme.com/software/thttpd/thttpd-2.29.tar.gz, starting at line 550:
[code]
max_connects = fdwatch_get_nfiles();
if ( max_connects < 0 )
   {
   syslog( LOG_CRIT, "fdwatch initialization failure" );
   exit( 1 );
   }
[/code]



If the same code works everywhere but on a system with Ubuntu 24.10 with a failing system call, I would guess that the problem is inside the Ubuntu 24.10 system.

@GianLuigi: Is your system a fresh installation of Ubuntu 24.10?

--
Benoît Minisini.