From owner-freebsd-questions@FreeBSD.ORG Wed May 6 02:54: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 9060A1065672 for ; Wed, 6 May 2009 02:54:56 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 640B58FC19 for ; Wed, 6 May 2009 02:54:56 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M1XHb-0007hQ-M2 for freebsd-questions@freebsd.org; Tue, 05 May 2009 19:54:55 -0700 Message-ID: <23399213.post@talk.nabble.com> Date: Tue, 5 May 2009 19:54:55 -0700 (PDT) From: vuthecuong To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: vuthecuong@luvina.net Subject: carefull confirm on using linux_base-fc8 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, 06 May 2009 02:54:56 -0000 Hi all I just did a clean install of freebsd 7.2 final release (I not enable linux compatibility during install). In first boot, I enabled linux compatibilitty with linux_base-fc8 as below= : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Add linux_enable=3D=E2=80=9DYES=E2=80=9D to /etc/rc.conf. Add compat.linux.osrelease=3D2.6.16 to /etc/sysctl.conf. Add OVERRIDE_LINUX_BASE_PORT=3Df8 to /etc/make.conf. Add this line to /etc/fstab: linproc /usr/compat/linux/proc linprocfs rw 0 0 mkdir -p /usr/compat/linux/proc mount /usr/compat/linux/proc /etc/rc.d/abi start /etc/rc.d/sysctl start cd /usr/ports/emulators/linux_base-f8 && make install clean =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D When 'make install clean' in port 'linux_base-f8', I saw that it retrieved files (rpm etc) from=20 fc8 directory on the net. However, when I install net/skype, I saw that it retrieved files (rpm etc) from fc4 on the net (sorry for my bad English). (I still not installed X yet so I cannot very fied my skype will run fine o= r not). So my question is: is it normal or abnormal when 'make install ' retrieved files (rpm etc) from fc4, not from fc8 althought I already enabled linux_base-f8? If it is abnormal, how can I solve it? Thanks and regards --=20 View this message in context: http://www.nabble.com/carefull-confirm-on-usi= ng-linux_base-fc8-tp23399213p23399213.html Sent from the freebsd-questions mailing list archive at Nabble.com.