From owner-freebsd-questions@FreeBSD.ORG Wed Apr 5 14:36:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D02E16A425 for ; Wed, 5 Apr 2006 14:36:59 +0000 (UTC) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs154.cnf.com (mail-cluster.cnf.com [63.230.177.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646943D53 for ; Wed, 5 Apr 2006 14:36:56 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs154.cnf.com (localhost [127.0.0.1]) by ljcqs154.cnf.com (Postfix) with ESMTP id 010B11C8786; Wed, 5 Apr 2006 07:36:56 -0700 (PDT) Received: from ciies004.conway.prod.con-way.com (cnfdcx-131-slb-02-in.cnf.com [10.0.108.132]) by ljcqs154.cnf.com (Postfix) with ESMTP id E1CC81C869C; Wed, 5 Apr 2006 07:36:55 -0700 (PDT) Received: from qgaes001.conway.prod.con-way.com ([10.40.10.68]) by ciies004.conway.prod.con-way.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Apr 2006 07:36:55 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 5 Apr 2006 09:36:53 -0500 Message-ID: <12AAD6CC50A25841834F43955F39B66E0402BC29@qgaes001.conway.prod.con-way.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Portupgrade & Ruby | warning: Insecure world thread-index: AcZYuPvOlUEgRD+STLiAaYaBPQ1dkgABVpaw From: "Zimmerman, Eric" To: "Ashley Moran" , X-OriginalArrivalTime: 05 Apr 2006 14:36:56.0035 (UTC) FILETIME=[63578B30:01C658BE] X-Virus-Scanned: ClamAV using ClamSMTP Cc: Jonas Jacobsen Subject: RE: Portupgrade & Ruby | warning: Insecure world 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: Wed, 05 Apr 2006 14:36:59 -0000 > > have any of you seen that warning before,? and do you know how to make > > it go away ? >=20 > Not seen it but check the ouput of > $ ls -ld /tmp > (mode should be drwxrwxrwt) >=20 > Maybe it is drwxrwxrwx, in which case > # chmod o+t /tmp > will fix it. Otherwise I'm not sure. >=20 Using portmanager would make it go away, and save you a ton of time =3D)