From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 17:48:29 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 91B84106566C for ; Sat, 18 Jul 2009 17:48:29 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by mx1.freebsd.org (Postfix) with ESMTP id 291F48FC08 for ; Sat, 18 Jul 2009 17:48:28 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by ewy20 with SMTP id 20so1263238ewy.43 for ; Sat, 18 Jul 2009 10:48:28 -0700 (PDT) Received: by 10.210.18.8 with SMTP id 8mr2936262ebr.85.1247939308134; Sat, 18 Jul 2009 10:48:28 -0700 (PDT) Received: from nognu.de (pD9EA8D30.dip0.t-ipconnect.de [217.234.141.48]) by mx.google.com with ESMTPS id 23sm3740178eya.20.2009.07.18.10.48.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Jul 2009 10:48:27 -0700 (PDT) Date: Sat, 18 Jul 2009 19:48:27 +0200 From: Frank Steinborn To: freebsd-questions@freebsd.org Message-ID: <20090718174827.GE50723@nognu.de> References: <20090717224837.GA52217@kokopelli.hydra> <20090718014347.1a182ef7.freebsd@edvax.de> <4a618085.gC691plCKOA4Tkt9%perryh@pluto.rain.com> <20090718165105.GA46421@kokopelli.hydra> <20090718170201.GB50723@nognu.de> <20090718170255.GA14493@kokopelli.hydra> <20090718171753.GC50723@nognu.de> <20090718171529.GA49435@kokopelli.hydra> <20090718172841.GD50723@nognu.de> <20090718173625.GA39307@kokopelli.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090718173625.GA39307@kokopelli.hydra> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: upgrade from Firefox 3.0 to Firefox 3.5 -- now that it's installed, it won't run 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: Sat, 18 Jul 2009 17:48:30 -0000 Chad Perrin wrote: > On Sat, Jul 18, 2009 at 07:28:41PM +0200, Frank Steinborn wrote: > > Chad Perrin wrote: > > > > > > # kldload sem > > > kldload: can't load sem: No such file or directory > > > > > > # locate sem.ko > > > /boot/kernel/sysvsem.ko > > > /boot/kernel.GENERIC/sysvsem.ko > > > /boot/kernel.OPT_KOKOPELLI_APM/sysvsem.ko > > > /usr/obj/usr/src/sys/OPT_KOKOPELLI/modules/usr/src/sys/modules/sysvipc/sysvsem/sysvsem.ko > > > /usr/obj/usr/src/sys/OPT_KOKOPELLI/modules/usr/src/sys/modules/sysvipc/sysvsem/sysvsem.ko.debug > > > > Not good. What version of FreeBSD are you actually running? And could > > it be that you only build some and not all modules with your FreeBSD > > kernel, so that sem might not be available? > > It's 6.2, and it's fairly standard. I sure as hell didn't remove any > kernel modules from the default kernel module directory. Now this is strange... it should be available. See the sem(4) manpage. No idea how to help from this point except to advice you to rebuild your kernel and see if the module becomes available. It is definitely needed for running Firefox 3.5. Cheers, Frank