Results 1 to 6 of 6
the topic says it all really. I couldnt seem to ssh to my network with my gentoo box it gave some errors like: keys file not found or something.. and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2004 #1Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
portage - ssh - masked how can i unmask it?
the topic says it all really. I couldnt seem to ssh to my network with my gentoo box it gave some errors like: keys file not found or something.. and i couldnt run sshd so i unmerged the pre-built package with a view to emergeing the src... but it says its masked! I had a look in the package.mask file but could not find ssh listed. I feel that I am doing something badly wrong heer.. please help!
- 01-25-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
try that.. (take out -vp if you want to actually install it :P)Code:ACCEPT_KEYWORDS="~x86" emerge -vp ssh
- 01-25-2004 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
thanks it seems to be emerging:) but why does
ACCEPT_KEYWORDS="~x86"
make it work? I am new to gentoo and have only used suse before that - I have plenty to learn
- 01-29-2004 #4Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
KEYWORDS is used to mask or unmask packages based on their flag, therefore ACCEPT_KEYWORDS="~x86" tells portage to unmask and emerge the x86 package of whatever you want to install. You can set in the make.conf to do that to always install mask packages but I don't recommend it, I broke my system doing that
- 01-29-2004 #5Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
x86 means stable, ~x86 means new releases that are not yet stable (beta, alpha, etc..).
- 01-29-2004 #6Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
thanks!


Reply With Quote
