Re: NFS Mounting, client credentials too weak

2005-01-27 Thread Colin J. Raven
On Jan 26 at 12:48, Kris Kennaway said:

 On Wed, Jan 26, 2005 at 09:40:58PM +0100, Joachim Dagerot wrote:

 On 2005-01-26 Kris Kennaway  wrote:

 On Wed, Jan 26, 2005 at 09:25:08AM +0100, Colin J. Raven wrote:
 On Jan 25 at 12:04, Kris Kennaway wrote:

 On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:

 I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
 server (5.1) when I get the errormessage: RPCPROG_MNT: RPC:
 Authentication error; why = Client credential too weak.

 What can I do?

 Try to mount as root, not a nonprivileged user.

 Unfortunately I ran into the same situation concerning the error message
 above. I *was* root when it happened. I thought perhaps the problem was
 that I was *su'd* to root, so I connected a monitor to the client,
 logged in *as* root then tried to mount the remote share (from my office
 server). Still the same result.

 To further complicate (or simplify) things, *both* machines are
 5.3-RELEASE, and in fact the machines themselves are as close to clones
 of one another as you can get. I mention this because inconsistencies
 between local conditions on both machines thus becomes a non-issue.

 What two machines?  Above you said one is a FreeSBIE-based 5.3 system
 and the other a 5.1 system.

 I am me and me is Joachim. Colin is Colin and never shall their system be 
 mixed up.

 OK, thanks for clarifying :-)

 Are you running the full set of nfs daemons on client and server
 (nfs_server_enable/nfs_client_enable in rc.conf)?

OK, this is Colin (FreeBSD 5.3 - 5.3)
I'm glad Joachim got his issues resolved by mounting as root. I wish I 
could do the same :-)

I don't have nfs_server_enable=YES on the client machine, only 
because...well...it's the client machine. No howto I've read (so far) 
has advocated doing that as a client machine requirment - unless 
that is - you're also exporting a share in the other direction.

That said though, it's a trivial matter to try out and see if it makes a 
difference. I can't see why it might, but hey it's *well* worth the 
small amount of time necessary to start stuff up.

Regards to all,
-Colin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS Mounting, client credentials too weak

2005-01-27 Thread Kris Kennaway
On Thu, Jan 27, 2005 at 11:27:15AM +0100, Colin J. Raven wrote:

  (nfs_server_enable/nfs_client_enable in rc.conf)?
 
 OK, this is Colin (FreeBSD 5.3 - 5.3)

Hi Colin :)

 I'm glad Joachim got his issues resolved by mounting as root. I wish I 
 could do the same :-)
 
 I don't have nfs_server_enable=YES on the client machine, only 
 because...well...it's the client machine. No howto I've read (so far) 
 has advocated doing that as a client machine requirment - unless 
 that is - you're also exporting a share in the other direction.
 
 That said though, it's a trivial matter to try out and see if it makes a 
 difference. I can't see why it might, but hey it's *well* worth the 
 small amount of time necessary to start stuff up.

No, it shouldn't be needed - sorry I was unclear above.

Kris


pgpIcdnFM7p7t.pgp
Description: PGP signature


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Colin J. Raven
On Jan 25 at 12:04, Kris Kennaway wrote:

 On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:

 I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
 server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: 
 Authentication error; why = Client credential too weak.

 What can I do?

 Try to mount as root, not a nonprivileged user.

Unfortunately I ran into the same situation concerning the error message 
above. I *was* root when it happened. I thought perhaps the problem was
that I was *su'd* to root, so I connected a monitor to the client, 
logged in *as* root then tried to mount the remote share (from my office 
server). Still the same result.

To further complicate (or simplify) things, *both* machines are 
5.3-RELEASE, and in fact the machines themselves are as close to clones 
of one another as you can get. I mention this because inconsistencies 
between local conditions on both machines thus becomes a non-issue.

Software wise, if I install or upgrade something on one machine, minutes 
later I do the same on the other. Ditto portupgrades...ditto everything.

Six weeks later I still cannot accomplish the apparently (maddeningly) 
trivial exercise of mounting an NFS share from one machine to another.

Regards,
-Colin
--
Colin J. Raven
FreeBSD 5.3-RELEASE - http://www.FreeBSD.org - There can be only One
Wed Jan 26 09:24:00 CET 2005
  9:24AM  up 5 days, 22:14, 9 users, load averages: 0.00, 0.00, 0.00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Kris Kennaway
On Wed, Jan 26, 2005 at 09:25:08AM +0100, Colin J. Raven wrote:
 On Jan 25 at 12:04, Kris Kennaway wrote:
 
  On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:
 
  I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
  server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: 
  Authentication error; why = Client credential too weak.
 
  What can I do?
 
  Try to mount as root, not a nonprivileged user.
 
 Unfortunately I ran into the same situation concerning the error message 
 above. I *was* root when it happened. I thought perhaps the problem was
 that I was *su'd* to root, so I connected a monitor to the client, 
 logged in *as* root then tried to mount the remote share (from my office 
 server). Still the same result.

 To further complicate (or simplify) things, *both* machines are 
 5.3-RELEASE, and in fact the machines themselves are as close to clones 
 of one another as you can get. I mention this because inconsistencies 
 between local conditions on both machines thus becomes a non-issue.

What two machines?  Above you said one is a FreeSBIE-based 5.3 system
and the other a 5.1 system.

Kris


pgpsqz3aFRdqm.pgp
Description: PGP signature


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Michael C. Shultz
On Tuesday 25 January 2005 03:39 am, Joachim Dagerot wrote:
 I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my
 freeBSD server (5.1) when I get the errormessage: RPCPROG_MNT: RPC:
 Authentication error; why = Client credential too weak.

 What can I do?

I see this thread hasn't died yet and I found the link where I was able 
to solve the problem when it happened to me, not sure if it will help 
you but it can't hurt so here it is:

http://www.freebsddiary.org/nfs.php

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Joachim Dagerot

On 2005-01-26 Kris Kennaway  wrote:

On Wed, Jan 26, 2005 at 09:25:08AM +0100, Colin J. Raven wrote:
 On Jan 25 at 12:04, Kris Kennaway wrote:
 
  On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:
 
  I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
  server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: 
  Authentication error; why = Client credential too weak.
 
  What can I do?
 
  Try to mount as root, not a nonprivileged user.
 
 Unfortunately I ran into the same situation concerning the error message 
 above. I *was* root when it happened. I thought perhaps the problem was
 that I was *su'd* to root, so I connected a monitor to the client, 
 logged in *as* root then tried to mount the remote share (from my office 
 server). Still the same result.

 To further complicate (or simplify) things, *both* machines are 
 5.3-RELEASE, and in fact the machines themselves are as close to clones 
 of one another as you can get. I mention this because inconsistencies 
 between local conditions on both machines thus becomes a non-issue.

What two machines?  Above you said one is a FreeSBIE-based 5.3 system
and the other a 5.1 system.

I am me and me is Joachim. Colin is Colin and never shall their system be mixed 
up.
I was the guy with freesbie (5.3) and server (5.1) Colin is behind the 5.3-5.3 
problem.




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


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Kris Kennaway
On Wed, Jan 26, 2005 at 09:40:58PM +0100, Joachim Dagerot wrote:
 
 On 2005-01-26 Kris Kennaway  wrote:
 
 On Wed, Jan 26, 2005 at 09:25:08AM +0100, Colin J. Raven wrote:
  On Jan 25 at 12:04, Kris Kennaway wrote:
  
   On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:
  
   I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
   server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: 
   Authentication error; why = Client credential too weak.
  
   What can I do?
  
   Try to mount as root, not a nonprivileged user.
  
  Unfortunately I ran into the same situation concerning the error message 
  above. I *was* root when it happened. I thought perhaps the problem was
  that I was *su'd* to root, so I connected a monitor to the client, 
  logged in *as* root then tried to mount the remote share (from my office 
  server). Still the same result.
 
  To further complicate (or simplify) things, *both* machines are 
  5.3-RELEASE, and in fact the machines themselves are as close to clones 
  of one another as you can get. I mention this because inconsistencies 
  between local conditions on both machines thus becomes a non-issue.
 
 What two machines?  Above you said one is a FreeSBIE-based 5.3 system
 and the other a 5.1 system.
 
 I am me and me is Joachim. Colin is Colin and never shall their system be 
 mixed up.

OK, thanks for clarifying :-)

Are you running the full set of nfs daemons on client and server
(nfs_server_enable/nfs_client_enable in rc.conf)?

Kris


pgpdVPZoPYJbG.pgp
Description: PGP signature


Re: NFS Mounting, client credentials too weak

2005-01-26 Thread Joachim Dagerot




On 2005-01-26 Kris Kennaway  wrote:

On Wed, Jan 26, 2005 at 09:40:58PM +0100, Joachim Dagerot wrote:
 
 On 2005-01-26 Kris Kennaway  wrote:
 
 On Wed, Jan 26, 2005 at 09:25:08AM +0100, Colin J. Raven wrote:
  On Jan 25 at 12:04, Kris Kennaway wrote:
  
   On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:
  
   I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD
   server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: 
   Authentication error; why = Client credential too weak.
  
   What can I do?
  
   Try to mount as root, not a nonprivileged user.
  
  Unfortunately I ran into the same situation concerning the error message 
  above. I *was* root when it happened. I thought perhaps the problem was
  that I was *su'd* to root, so I connected a monitor to the client, 
  logged in *as* root then tried to mount the remote share (from my office 
  server). Still the same result.
 
  To further complicate (or simplify) things, *both* machines are 
  5.3-RELEASE, and in fact the machines themselves are as close to clones 
  of one another as you can get. I mention this because inconsistencies 
  between local conditions on both machines thus becomes a non-issue.
 
 What two machines?  Above you said one is a FreeSBIE-based 5.3 system
 and the other a 5.1 system.
 
 I am me and me is Joachim. Colin is Colin and never shall their system be 
 mixed up.

OK, thanks for clarifying :-)

Are you running the full set of nfs daemons on client and server
(nfs_server_enable/nfs_client_enable in rc.conf)?

My problem is solved, well - I can mount as root, just as you described. 



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


NFS Mounting, client credentials too weak

2005-01-25 Thread Joachim Dagerot

I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD server 
(5.1) when I get the errormessage: RPCPROG_MNT: RPC: Authentication error; why 
= Client credential too weak.

What can I do?



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


Re: NFS Mounting, client credentials too weak

2005-01-25 Thread Michael C. Shultz
On Tuesday 25 January 2005 03:39 am, Joachim Dagerot wrote:
 I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my
 freeBSD server (5.1) when I get the errormessage: RPCPROG_MNT: RPC:
 Authentication error; why = Client credential too weak.

 What can I do?

Do a google search, I don't remember the fix for this, but I do remember
it's easy and I found it with google.

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS Mounting, client credentials too weak

2005-01-25 Thread Kris Kennaway
On Tue, Jan 25, 2005 at 12:39:59PM +0100, Joachim Dagerot wrote:
 
 I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD server 
 (5.1) when I get the errormessage: RPCPROG_MNT: RPC: Authentication error; 
 why = Client credential too weak.
 
 What can I do?

Try to mount as root, not a nonprivileged user.

Kris


pgp0gFvVIJ0jS.pgp
Description: PGP signature