From owner-freebsd-questions@FreeBSD.ORG Mon Oct 26 14:38:56 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 13BF01065695 for ; Mon, 26 Oct 2009 14:38:56 +0000 (UTC) (envelope-from jg@cs.man.ac.uk) Received: from clarity.mcc.ac.uk (clarity.mcc.ac.uk [130.88.200.144]) by mx1.freebsd.org (Postfix) with ESMTP id C05438FC23 for ; Mon, 26 Oct 2009 14:38:55 +0000 (UTC) Received: from gerhayn.mcc.ac.uk ([10.2.18.1]) by clarity.mcc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1N2QOK-000IBk-98 for freebsd-questions@freebsd.org; Mon, 26 Oct 2009 14:17:48 +0000 Received: from host86-179-86-196.range86-179.btcentralplus.com ([86.179.86.196]:58403 helo=bsdbox.griffinet.org) by gerhayn.mcc.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1N2QOJ-0003t4-Vo for freebsd-questions@freebsd.org; Mon, 26 Oct 2009 14:17:48 +0000 Received: from bsdbox.griffinet.org (localhost [127.0.0.1]) by bsdbox.griffinet.org (8.14.3/8.14.3) with ESMTP id n9QEHj2x002981 for ; Mon, 26 Oct 2009 14:17:45 GMT (envelope-from jg@bsdbox.griffinet.org) Received: (from jg@localhost) by bsdbox.griffinet.org (8.14.3/8.14.3/Submit) id n9QEHjUR002980 for freebsd-questions@freebsd.org; Mon, 26 Oct 2009 14:17:45 GMT (envelope-from jg) Date: Mon, 26 Oct 2009 14:17:30 +0000 From: Jamie Griffin To: freebsd-questions@freebsd.org Message-ID: <20091026141730.GA2935@cs.man.ac.uk> References: <4AE4E1CD.80106@gmx.com> <31466587@ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31466587@ipt.ru> X-Operating-System: FreeBSD 7.2 X-PGP-Key-ID: 0x842DD368 X-PGP-Key-Fingerprint: F850 A09C F877 FBC4 A63C FDDC 7484 4EEF 842D D368 User-Agent: Mutt/1.5.20 (2009-06-14) X-Authenticated-Sender: Jamie Griffin from host86-179-86-196.range86-179.btcentralplus.com (bsdbox.griffinet.org) [86.179.86.196]:58403 X-Authenticated-From: jamie.griffin@student.manchester.ac.uk X-UoM: Scanned by the University Mail System. See http://www.itservices.manchester.ac.uk/email/filtering/information/ for details. Subject: Re: can't make www/linux-f10-flashplugin10 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: Mon, 26 Oct 2009 14:38:56 -0000 On Mon 26.Oct'09 at 13:17:56 +0300, Boris Samorodov wrote: > The port www/linux-f10-flashplugin needs linux -f10- ports. The latter > are defaults for FreeBSD-8.x and later. You can use them at 7.2 > (7.2-STABLE is preferred). For more unformation take a look at > /usr/ports/UPDATING "20090401: AFFECTS: users of linux Fedora 8 > infrastructure ports" (it deals with non default f8 ports, f10 > are the same with "f10" value). HTH > > Please, keep in mind that those ports are not defaults for 7.x. > Hi, thanks for the reply. I worked out what was causing the problem in the end. (incidentally, i already had made sure the linux-f10-base was installed.) I had stupidly left whitespace after the = sign in the file: /etc/sysctl.conf: OVERRIDE_LINUX_BASE_PORT =f10 OVERRIDE_LINUX_NONBASE_PORT =f10 correcting that did the trick and its all working great. Thanks again, though. Jamie