From owner-freebsd-questions Thu Feb 21 20:54:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 6284937B404 for ; Thu, 21 Feb 2002 20:54:55 -0800 (PST) Received: from chris (chris [66.188.91.52]) by awww.jeah.net (8.11.6/8.11.5) with SMTP id g1M4t6j07676 for ; Thu, 21 Feb 2002 22:55:06 -0600 (CST) (envelope-from chris@JEAH.net) Message-ID: <02cc01c1bb5c$e8680100$345bbc42@chris> From: "Chris Byrnes" To: Subject: pod2man permission denied during buildworld (ADDENDUM TO PREVIOUS MESSAGE) Date: Thu, 21 Feb 2002 22:53:44 -0600 Organization: JEAH Communications, LLC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Using bash, I get a more explicit permission denied error on the file (root shell is tcsh): bash: /usr/bin/pod2man: bad interpreter: Permission denied Does that help anyone in helping me determine what's wrong and how to fix the problem? ==== PREVIOUS MESSAGE ==== On a buildworld with fresh source (4.5-STABLE cvsup this morning), I get: cc -nostdinc -O -pipe -DMONOLITH -I/usr/src/secure/usr.bin/openssl -DNO_ID EA -I/usr/obj/usr/src/i386/usr/include -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o enc.o errstr.o gendh.o gendsa.o genrsa.o nseq.o openssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o version.o x509.o -lssl -lcrypto pod2man /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps//op enssl.pod > openssl.1 pod2man: permission denied *** Error code 126 Stop in /usr/src/secure/usr.bin/openssl. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -r-xr-xr-x 1 root wheel 29017 Jul 10 2001 /usr/bin/pod2man I'm also having permission denied errors on a lot of other system binaries, like whereis and sockstat. The other day I did a build/install on the kernel to patch the syncache bug (before it was committed to -stable), but didn't build/install the userland. The problems started occuring after doing this. Could that have messed something up? Don't have kernel.old or kernel.GENERIC anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message