[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


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]


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


Follow-Ups:
Re: The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>