From owner-freebsd-questions Thu Feb 14 7: 2:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 8693237B402 for ; Thu, 14 Feb 2002 07:02:37 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.11.4/8.11.4/1.7) with ESMTP id g1EF35g36735; Thu, 14 Feb 2002 09:03:05 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1EF2ai13782; Thu, 14 Feb 2002 09:02:36 -0600 (CST) Date: Thu, 14 Feb 2002 09:02:36 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Douglas Egan Cc: freebsd-questions@freebsd.org Subject: Re: bind: permission denied In-Reply-To: <3C6BCF59.3CFBD31F@calcon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Simple answer. Root owns the program, root owns the processes it runs on, only root has permissions to execute it because of how it runs. I've had the same thing with many programs, even ones assigned to my generic user or owned by them, regardless if they're part of the wheel group or not. It's a security thing. :) On Thu, 14 Feb 2002, Douglas Egan wrote: > I just installed ports/mail/sylpheed. I installed like I always install > something from ports; as root, make; make install; > > I can execute the program from root, but cannot execute it as a normal > user. I get: > > %sylpheed > bind: Permission denied > % > > The author of syplheed suggested looking at the /tmp permissions, but > they were as suggested and as installed. > > drwxrwxrwt 8 root wheel 1024 Feb 14 03:23 tmp > > > %uname -a > FreeBSD porgy 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Dec 13 14:40:35 CST > 2001 degan@porgy:/usr/obj/usr/src/sys/DOUG-AMD i386 > % > > > Any ideas? > > Doug Egan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message