From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 12:26:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A04F1065670 for ; Sun, 1 Mar 2009 12:26:39 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from cf.bluelight.org.uk (bluelight.org.uk [80.229.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0184A8FC12 for ; Sun, 1 Mar 2009 12:26:38 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from games-fd ([192.168.2.138]) by cf.bluelight.org.uk with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LdkkY-000NV0-JK for freebsd-questions@freebsd.org; Sun, 01 Mar 2009 12:26:31 +0000 Message-ID: <49AA7F0E.3060301@bluelight.org.uk> Date: Sun, 01 Mar 2009 12:26:54 +0000 From: Terry User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: Spam detection software, running on the system "cf.bluelight.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: I get this error using vexim which is a php front end for exim ( I have mailed there list ) I am running it in a jail and when I goto add a new domain I get Error getting UID/GID. All existing domains and accounts are fine ( these come from another server and have been moved into the jail ) and I can add users to existing domains with out a problem. I get the same error with apache or lighttpd. All joomla sites are working fine so I assume every thing is ok php wise. Nothing gets shown in the web server logs. The uid and gid are set in variables.php but you can also change them if you wish when adding a domain I am just wondering would it be some sort of jail related issue ? But I can not see a sysctl that it maybe [...] Content analysis details: (-1.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP Subject: Error getting UID/GID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 12:26:39 -0000 I get this error using vexim which is a php front end for exim ( I have mailed there list ) I am running it in a jail and when I goto add a new domain I get Error getting UID/GID. All existing domains and accounts are fine ( these come from another server and have been moved into the jail ) and I can add users to existing domains with out a problem. I get the same error with apache or lighttpd. All joomla sites are working fine so I assume every thing is ok php wise. Nothing gets shown in the web server logs. The uid and gid are set in variables.php but you can also change them if you wish when adding a domain I am just wondering would it be some sort of jail related issue ? But I can not see a sysctl that it maybe sysctl -a | grep jail security.jail.jailed: 0 security.jail.mount_allowed: 0 security.jail.chflags_allowed: 0 security.jail.allow_raw_sockets: 0 security.jail.enforce_statfs: 2 security.jail.sysvipc_allowed: 0 security.jail.socket_unixiproute_only: 1 security.jail.set_hostname_allowed: 1 7.1-RELEASE ,PHP 5.2.8 (cli) Just looking for some pointers where to look really Thanks Terry