Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Mike on January 23, 2002, 09:18:16 AM

Title: Contributed NFS RPM question
Post by: Mike on January 23, 2002, 09:18:16 AM
Has anyone tried the contributed NFS RPM? Does it allow you to expost directories or ibays from the server using NFS?

Thanks
Title: Re: Contributed NFS RPM question
Post by: Grethus on January 24, 2002, 01:38:28 AM
I tried it and I to am looking for a solution.
I only can access it for the e-smithserver itself.
But I had to put the Ibaylink in the /etc/exports by hand.

when mounting it I had to type the whole linkname.
It is not easy and I still did not get it to work on our SGI's, only once I was able to do so, again only when i mounted it by hand (mount server:/blabla /blabla)

I was not capable to do it again, thats why I am also looking for an answer

But perhaps the above wil work for you.
Title: Re: Contributed NFS RPM question
Post by: Mike on January 27, 2002, 02:35:23 AM
I'm not sure exactly what you mean. When I tried to install the nfs RPM, it complained that RPM needed nfs-utils, which then complained that it needed portmap and so on. Is this normal? I thought that the contributed RPM file would just work without having to install other RPMs.
Title: Re: Contributed NFS RPM question
Post by: Rob Hillis on January 27, 2002, 11:53:19 AM
Mike wrote:

> I'm not sure exactly what you mean. When I tried to install
> the nfs RPM, it complained that RPM needed nfs-utils, which
> then complained that it needed portmap and so on. Is this
> normal? I thought that the contributed RPM file would just
> work without having to install other RPMs.

The e-smith RPMs *only* contain the necessary customisation of your server in order to properly run the packages.  Yes, they *are* dependant on the RPMs in particular.

Think of them as "configuration" RPMs.
Title: Re: Contributed NFS RPM question
Post by: Mike on January 28, 2002, 08:30:41 AM
Thanks Rob, that clears it up nicely.

As a follow on, should I  install a Redhat RPM of  nfs-utils? Would that be ok?
Title: Re: Contributed NFS RPM question
Post by: Rob Hillis on January 28, 2002, 11:11:57 AM
Mike wrote:

> Thanks Rob, that clears it up nicely.
> As a follow on, should I  install a Redhat RPM of  nfs-utils?
> Would that be ok?

Generally speaking, it doesn't matter.  However, as SME is based on RedHat 7.1, it's the best way to avoid trouble to pick packages built for RedHat 7.1.  If there are 7.2 packages available, it's probably safe to use them.
Title: Re: Contributed NFS RPM question
Post by: Mike on January 29, 2002, 02:38:15 AM
Thanks Rob.