From owner-freebsd-questions Mon May 13 8:45:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 0EF5537B40E for ; Mon, 13 May 2002 08:45:01 -0700 (PDT) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g4DG11550395; Mon, 13 May 2002 11:01:01 -0500 (CDT) (envelope-from nick@rogness.net) Date: Mon, 13 May 2002 11:01:01 -0500 (CDT) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Shaun Newcomer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pam_unix.so library problem In-Reply-To: <5.1.0.14.0.20020513090358.00a1f170@ncweb.com> 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 On Mon, 13 May 2002, Shaun Newcomer wrote: > The question may or may not apply to this list but I have tried other > lists to no avail. > > I have a Athlon 1.3 GHz box running 4.5 Release. Over the past few > weeks I have consistently gotten these error messages. The first one > has to do with starting or stopping Webmin. It is unclear to me > whether this is a webmin problem, a perl problem, and OS problem > (library), or a corrupted file system problem. The error message I > receive is as follows: > > May 12 21:05:50 www6 perl: unable to dlopen(/usr/lib/pam_unix.so) > May 12 21:05:50 www6 perl: [dlerror: /usr/lib/pam_unix.so: Undefined > symbol "pam_get_item"] > May 12 21:05:50 www6 perl: adding faulty module: /usr/lib/pam_unix.so You need to set an environment variable during the startup script for webmin like so: # setenv LD_PRELOAD /usr/lib/libpam.so.1 OR # set LD_PRELOAD=/usr/lib/libpam.so.1 Depending on your shell. > > The second problem is this recurring error message regarding my > ethernet card. Is there some configuration that can be changed to > resolve this? > > Fri May 10 08:47:40 dc0: TX underrun -- increasing TX threshold > Fri May 10 08:47:51 dc0: watchdog timeout > These problems are unrelated and this has to do with your network card. AFAIK, this isn't a problem unless it happens all the time....but I'm not sure on this one. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message