Re: carefull confirm on using linux_base-fc8

2009-05-06 Thread Boris Samorodov
On Tue, 05 May 2009 22:07:48 -0500 Adam Vande More wrote:

 If you intend on using f8, you'll want entries like this in /etc/make.conf

 USE_LINUX_BASE_PORT=f8
 USE_LINUX_NONBASE_PORTS=f8
 OVERRIDE_LINUX_BASE_PORT=f8
 OVERRIDE_LINUX_NONBASE_PORTS=f8

Actually, only the last two hav to be defined.
FYI: the first two variables were written at
/usr/ports/UPDATING by an accident and fixed
in a day.

 That and other useful information can always be found in /usr/ports/UPDATING

Yep. ;-)

And reading emulation@ mail list about introduction of f8 ports
is also recommended.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


carefull confirm on using linux_base-fc8

2009-05-05 Thread vuthecuong

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:

Add linux_enable=”YES” to /etc/rc.conf.
Add compat.linux.osrelease=2.6.16 to /etc/sysctl.conf.
Add OVERRIDE_LINUX_BASE_PORT=f8 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


When 'make install clean' in port 'linux_base-f8', I saw that it retrieved
files (rpm etc) from 
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 or
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





-- 
View this message in context: 
http://www.nabble.com/carefull-confirm-on-using-linux_base-fc8-tp23399213p23399213.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: carefull confirm on using linux_base-fc8

2009-05-05 Thread Adam Vande More

vuthecuong wrote:

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:

Add linux_enable=”YES” to /etc/rc.conf.
Add compat.linux.osrelease=2.6.16 to /etc/sysctl.conf.
Add OVERRIDE_LINUX_BASE_PORT=f8 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


When 'make install clean' in port 'linux_base-f8', I saw that it retrieved
files (rpm etc) from 
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 or
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

  

If you intend on using f8, you'll want entries like this in /etc/make.conf

USE_LINUX_BASE_PORT=f8
USE_LINUX_NONBASE_PORTS=f8
OVERRIDE_LINUX_BASE_PORT=f8
OVERRIDE_LINUX_NONBASE_PORTS=f8

That and other useful information can always be found in /usr/ports/UPDATING
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: carefull confirm on using linux_base-fc8

2009-05-05 Thread vuthecuong



vuthecuong wrote:

If you intend on using f8, you'll want entries like this in /etc/make.conf

USE_LINUX_BASE_PORT=f8
USE_LINUX_NONBASE_PORTS=f8
OVERRIDE_LINUX_BASE_PORT=f8
OVERRIDE_LINUX_NONBASE_PORTS=f8

That and other useful information can always be found in /usr/ports/UPDATING
/quote
Wow, thanks for very fast reply. I understood that I was still missing some
variables in my make.conf
as you stated above.

Btw I just reconfirmed for sure only:
This means, if I installed linux_base-fc8 correctly, when I install
net/skype, this port 'must'
retrieve rpm files etc from fc8 directory over the net, right?
cool thanks

-- 
View this message in context: 
http://www.nabble.com/carefull-confirm-on-using-linux_base-fc8-tp23399213p23399321.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org