From owner-freebsd-bugs@freebsd.org Thu Jun 16 21:48:04 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59A22A7318F for ; Thu, 16 Jun 2016 21:48:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F3B92917 for ; Thu, 16 Jun 2016 21:48:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5GLm4At087313 for ; Thu, 16 Jun 2016 21:48:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 210336] jails with sysv*="new" can't run postgresql-server: could not create shared memory segment: Function not implemented Date: Thu, 16 Jun 2016 21:48:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: olevole@olevole.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 21:48:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210336 Bug ID: 210336 Summary: jails with sysv*=3D"new" can't run postgresql-server: could not create shared memory segment: Function not implemented Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: olevole@olevole.ru Postgresql can't run in jails on FreeBSD 11.0-ALPHA3 amd64 I've try to setup jail with params: sysvsem =3D "new"; sysvmsg =3D "new"; sysvmsg =3D "new"; but postgres not initialized with follow errors:=20=20 creating template1 database in /usr/local/pgsql/data/base/1 ... FATAL: cou= ld not create shared memory segment: Function not implemented DETAIL: Failed system call was shmget(key=3D1, size=3D48, 03600). child process exited with exit code 1 initdb: removing contents of data directory "/usr/local/pgsql/data" How to reproduce: a) have /etc/sysctl.conf with enlarged ipc shm params: kern.ipc.shmall=3D262144 kern.ipc.shmmax=3D1073741824 b) Install PgSQL: pkg install databases/postgres95-server c) create /etc/jail.conf: --- jail { exec.start =3D "/bin/sh /etc/rc"; exec.stop =3D "/bin/sh /etc/rc.shutdown"; host.hostname =3D "jail.example.com"; path =3D "/"; sysvsem =3D "new"; sysvmsg =3D "new"; sysvmsg =3D "new"; mount.devfs; devfs_ruleset=3D"4"; allow.dying =3D "1"; } --- d) run jail: jail -c jail e) login into jail via=20 jexec X csh and try to run initdb. you got: -- creating template1 database in /usr/local/pgsql/data/base/1 ... FATAL: cou= ld not create shared memory segment: Function not implemented DETAIL: Failed system call was shmget(key=3D1, size=3D48, 03600). -- If you try to create it outside the jail - all will be ok FreeBSD 11.0-ALPHA3 amd64 --=20 You are receiving this mail because: You are the assignee for the bug.=