From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12936 Path: news.gmane.org!.POSTED!not-for-mail From: John Mudd Newsgroups: gmane.linux.lib.musl.general Subject: ERROR: epoll_create1 failed: Function not implemented ? Date: Mon, 25 Jun 2018 16:49:36 -0400 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000004e6d7f056f7d86b1" X-Trace: blaine.gmane.org 1529959693 19430 195.159.176.226 (25 Jun 2018 20:48:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2018 20:48:13 +0000 (UTC) Cc: John Mudd To: musl Original-X-From: musl-return-12952-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 25 22:48:08 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fXYP5-0004rt-Ts for gllmg-musl@m.gmane.org; Mon, 25 Jun 2018 22:48:04 +0200 Original-Received: (qmail 3925 invoked by uid 550); 25 Jun 2018 20:50:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3884 invoked from network); 25 Jun 2018 20:50:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=/jpBS5l+5dlhYgyUVXChlTPI27ZkMLesGsCEzZCIp/U=; b=kGW5wpWU1/OLRmwBXX0FdNNTaRMMa4rSokguXBc6nXsM5f9RpmEyAhjQOM1X2gaDH7 W1WJ/27bkQWOH673fokVcdvt98w0A2+BuUdOEW9wt7r/kGb/R0+eX3bizfMTZEPSsn3T Lgk2awZMYBV95OuBmdCslEmvSbzYblrs9RRNSCrlNS4JgyZUnoTa9rlIOOfbtEMcj9e8 b7WAdGi5DdudcjLqR4rw6S7HWrG4dZYNMdGcsrZiV6HltX0QHGLrOxGnbpR9tJIirEcc Ot1DoQ7k4cciUEa6xgtctlRogOqjhVpTBdfOf9Tz4DTVeYRM9Q1NS7PRWFHieUAlm1/k FxhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=/jpBS5l+5dlhYgyUVXChlTPI27ZkMLesGsCEzZCIp/U=; b=bnjqvWbgpGfrucs0fPQT/tonCEmcXyp9Mkfe/0BpQh30Le5NwqTVU4PyQ+RpXoCFM4 zvrSAhcEZ2ZGSxgDMtJYd31iDKwIEiGqxLsMx3UNJM6281lGzSLROS4MUb9O6+ExsCNK DLydXWlvTQyt8zEduxj8stNR/4YshOMC0o/vOnhOfyC9ef2aor0mt2dhGDCSa2mhOI8T ZwwwWkCDQhaq1PBCYDBjkUfSDDZGZ6Oh8tbNfBZbE+zolQMo+hjpqJjzP1qBW7t+Pblx TNo0CMRXAjFPwbMvY3HZN3nPH8lRtHM0Q6YVJORks+r12LKlkFlbzg3GBnSqJO8mYmlv CNKA== X-Gm-Message-State: APt69E1w9b8lBOFbVLSyakY8SWmgtem9yg6e226/JG9rccCgChqXcCma UGFgcT/2UJfPUTmMqIJKZ3d/RCqIOD4NqgQmQ3xyNgoy X-Google-Smtp-Source: ADUXVKKVjAToLGn69QWspDMLKOduHBvaFDD4SyH2nAFeIGhzbCTjPUPDu1XJZibjFSBkgsaGSCYsWPHH7lHTbeR0/X8= X-Received: by 2002:a25:d6c4:: with SMTP id n187-v6mr7138687ybg.180.1529959798434; Mon, 25 Jun 2018 13:49:58 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:12936 Archived-At: --0000000000004e6d7f056f7d86b1 Content-Type: text/plain; charset="UTF-8" I build a dynamically linked version of Postgres using musl. It's been working well for years. I just built a new version and I'm getting the following Postgres error on some machines. Any suggestions? ERROR: epoll_create1 failed: Function not implemented I build on 32-bit Linux Mint 18.3 Sylvia with 4.13.0-39-generic kernel. It runs on some machines such as 64-bit Ubuntu with 4.4.0-121-generic kernel. But fails on CentOS release 5.4 (Final) with 2.6.18-416.el5 #1 SMP kernel. My previous musl builds of Postgres run on all of my machines. John --0000000000004e6d7f056f7d86b1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I build a dynamically linked version of Postgres using mus= l. It's been working well for years. I just built a new version and I&#= 39;m getting the following Postgres=C2=A0error on some machines. Any sugges= tions?

=C2=A0 =C2=A0 ERROR:=C2=A0 epoll_create1 failed: = Function not implemented

I build on 32-bit Lin= ux Mint 18.3 Sylvia with 4.13.0-39-generic kernel.

It runs on some machines such as 64-bit Ubuntu with=C2=A04.4.0-121-generic= kernel. But fails on CentOS release 5.4 (Final) with 2.6.18-416.el5 #1 SMP= kernel.

My previous musl builds of Postgres run o= n all of my machines.

John
--0000000000004e6d7f056f7d86b1--