Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cmdIb-0003M0-AD for buildfarm-members@arkaria.postgresql.org; Sat, 11 Mar 2017 09:26:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cmdIZ-0004qF-P4 for buildfarm-members@arkaria.postgresql.org; Sat, 11 Mar 2017 09:26:51 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cmdIW-0004kj-ES for buildfarm-members@postgresql.org; Sat, 11 Mar 2017 09:26:48 +0000 Received: from yoda.llamalab.com ([194.14.207.58] helo=yoda.mksoft.nu) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cmdIP-0002pO-Jh for buildfarm-members@postgresql.org; Sat, 11 Mar 2017 09:26:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=ZascTTDdLBLkC0SIsYtf22VMAVoHvX8r8Rm+APqNZR0=; b=svVeEM/WuTwDBvJ2Z6xfksRlZbFHLqW4JxaAq5OQJbLQgUReGYgNZNDOLCoVM2R/mgY6eWaYN37VhTJ4C4Aa1vZPK8TaN83WMZ7L53fky+0txPAJ1vuWLtOEUqOj12DpBP3U5Wk50nm5j+zXIaeYHt3dTUNxITl3JdFtDtQoSZ43FjFr/0Tw5fD21tShHlp6GiMFqaxoINlf+7yRVY7BGMmiKae/GxfiaXEvO/g3K7IDxON7Yyve51rNpCif48Fw1M2QoZzzNGzelr086e4BKkOFsh4wdmAZ773g4bZsIB5dBVw79bTGlDgP4XsKWC52U4DZPaE/8L/s5YsnC7SdWw==; Received: from c83-250-83-50.bredband.comhem.se ([83.250.83.50] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1cmdIL-0003t6-Gc for buildfarm-members@postgresql.org; Sat, 11 Mar 2017 10:26:38 +0100 To: buildfarm-members@postgresql.org From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= Subject: PG buildfarm member curculio Message-ID: Date: Sat, 11 Mar 2017 10:26:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -4.3 (----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: buildfarm-members Precedence: bulk Sender: buildfarm-members-owner@postgresql.org Hi, My OpenBSD 5.9 animal curculio have been failing with: running bootstrap script ... FATAL: could not create semaphores: No space left on device DETAIL: Failed system call was semget(1, 17, 03600). HINT: This error does *not* mean that you have run out of disk space. It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter. The PostgreSQL documentation contains more information about configuring your system for PostgreSQL. child process exited with exit code 1 for quite a while. So I've increased kern.seminfo.semmni from 10 to 20 and that seem to have solved the problem in HEAD at least. I think it should solve the problem in the other branches too, but let's see after they run the next time. /Mikael -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members