Results 1 to 7 of 7
I just installed Gentoo from a universal CD. I followed the handbook carefully and I don't think there is anything "strange" about my setup and the install went smoothly (this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-31-2005 #1Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Can't find service 'portmap' needed by 'netmount';
I just installed Gentoo from a universal CD. I followed the handbook carefully and I don't think there is anything "strange" about my setup and the install went smoothly (this time). I compiled a 2.6 kernel in a stage 3 install.
Each time that I emerged during the install, at the end of the process, there would be the messages- Caching service dependencies...
Can't find service 'portmap' needed by 'netmount'; continuing...
I guess I need to install 'portmap', but I don't know where I would find that and I don't understand why it didn't get installed and at what point in the install that it should have been created./IMHO
//got nothin'
///this use to look better
- 10-31-2005 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
can you use the internet and everything?
to get portmap (assuming you have internet access), do this:
"emerge sync" will make sure you have updated packages, and "emerge portmap" will install portmap for youCode:emerge sync && emerge portmap
if you don't have internet access, than check back and i'll help you install portmap from the "Gentoo Packs" CD...CD2
- 10-31-2005 #3Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Thanks for the reply, josolanes. This is a new install from the 2004.1 CDs. My intention was to get the system basically set up before doing a sync, so the best solution for me right now is to get the right file from my install CD if that is possible. So if it is a simple matter of doing 'emerge portmap', then that would be great. I guess I should check my emerge log to see if there was an error when portmap should have been emerged, since the handbook doesn't mention 'emerge portmap' as a separate step.
More detail of where I am:
I recently did a stage 1 install on my "sandbox" system (system 1), using dial-up internet access. I intend to set up a local mirror so I can maintain 4 systems without downloading anything more than I need to, but I haven't got that mirror set up yet. I wanted to get the present system (system 2) installed from CD and then to sync it with my local mirror to prove the concept before installing to the other 2 systems./IMHO
//got nothin'
///this use to look better
- 10-31-2005 #4Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
oh, ok...i'll help you install it from the cd then
Originally Posted by drakebasher 
to install portmap from the packages cd (assuming /mnt/cdrom is the mount point for your cdrom and that you've already mounted it...like this: mount /mnt/cdrom):
that should do itCode:PKGDIR="/mnt/cdrom" emerge --usepkg portmap
if it's masked, try:
if it still doesn't work (because of being masked) than let me know what happensCode:PKGDIR="/mnt/cdrom" ACCEPT_KEYWORDS="~x86" emerge --usepkg portmap
- 11-01-2005 #5Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Well I guess I got it, josolanes, thanks to you. I tried the first command, doubting its syntax, and instead of looking in the cdrom, emerge looked for the internet. Ultimately, I did the second command with an internet connection and it seems to have worked okay.
It's strange to me that I can't find 'portmap' in the CD: there is an ebuild under /usr/portage/net-nds/ and there are binaries in /mnt/cdrom/zisofs/sbin/ and /mnt/cdrom/zisofs/etc/init.d/ but while they are marked executable, they are not runnable. Hopefully wahtever version I downloaded will not conflict with my ancient 2004.1 install.
Thanks much for the help~/IMHO
//got nothin'
///this use to look better
- 11-01-2005 #6Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
oh...hmm...sorry it didn't work
Originally Posted by drakebasher
it won't conflict with your install...it won't even look for a newer version than is known to your portage tree (until you sync, the version that is from the cd will most likely be the one that gets downloaded).
- 11-01-2005 #7Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
if you continue to have problems with portage you can always
Code:cd /usr/portage/net-nds ls --to get the exact version you see, then for example ebuild portmap-5b-r9.ebuild install
Operating System: GNU Emacs


Reply With Quote
