Re: NFS problems!

2006-10-05 Thread Matthew King
Anders Troback <[EMAIL PROTECTED]> writes:

> Hi,
>
> I'm having some problems with NFS lately!
>
> NFS server FreeBSD 6.1-RELESE
> NFS client FreeBSD 6.2-PRERELASE (STABLE)
>
> I'm using NFS to serve /home via amd but sometimes programs hangs and
> not even kill -9 will work. I have to restart rpc.lockd, rpc.statd and
> nfsd to get rid of the programs! If one program hangs many will follow
> and some will not start. Programs like Citrix Client Manager
> (wfcmgr), konqueror, konsole and gftp are all examples on programs that
> don't start. Sins 6.2-PRERELEASE sometimes wfcmgr don't start even if
> there are no programs hanging!

You're lucky. I can't even get X to load and the whole vfs won't shut
down cleanly once I've tried.

I have yet to try other FreeBSD releases though.

Matthew

-- 
I must take issue with the term "a mere child," for it has been my
invariable experience that the company of a mere child is infinitely
preferable to that of a mere adult.
   --  Fran Lebowitz

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


Using Xorg with NFS /home

2006-09-20 Thread Matthew King
I am working on using FreeBSD while I rebuild my system after recently
buying an amd64 CPU. I hope that I can eventually swap out my (i386)
Debian installation with FreeBSD.

My /home is mounted from a Debian NFS server. (This is the network at
home so security is not paramount).

User and Group IDs are managed with libpam_ldap and libnss_ldap by an
LDAP server (incidentally the same Debian machine).[1]

This is all fine and dandy (except that /bin/bash didn't exist but a
symlink sorted that out) until I start X.

As root, it is fine. startx runs and gives me an (arguably beautiful)
twm desktop. However running it as a user is not so much fun. Only the
first line is printed and then the entire /home filesystem hangs.

I don't remember now precisely what the message is but I believe it
comes before the X binary is called. It is not an error message. Until
this is resolved I am stuck in my old Debian desktop but I could reboot
and find out easily enough what the line is. I don't believe the kernel
says anything relevant.

I am running 6.1-RELEASE with few extra packages installed (mainly like
bash, nfs, X).

Matthew

[1] Out of curiosity, my existing Debian machines have a getent utility
to examine the various databases controlled by nsswitch.conf. (Where) Is
there an equivalent in FreeBSD?

-- 
I must take issue with the term "a mere child," for it has been my
invariable experience that the company of a mere child is infinitely
preferable to that of a mere adult.
   --  Fran Lebowitz

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