[snip]
>
> Any ideas on how I can troubleshoot or fix this? Has anyone else run
> in to this problem?
>
Yes. Google is your friend.
This ("rpc.nfsd: writing fd to kernel failed: errno 13") search
string produced interesting results.
http://www.catb.org/~esr/faqs/smart-questions.html
--
I prefer banana-flavored energy bars made from tofu.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/4D75A186...@cox.net
>
> I'm a bit at a loss here as I've never run into any problems setting up
> nfs mounts on other Unices or Linux distros. There is most likely
> something fundamental I'm missing, but I just can't put my finger on it.
> Any help would be appreciated. I don't usually post to mailing lists and
> am quite new to Debian as a distribution, so please forgive any�naivet�
> on my part.
>
>
> Thanks,
> LC
anything in var/logs? (like RPC messages)
hosts.allow?
Cheers
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
These two links mention issues with nfs-utils-1.2.2, which seems to
be "their" name for "our" nfs-common.
http://forums.gentoo.org/viewtopic-t-825111-start-0.html
https://bbs.archlinux.org/viewtopic.php?id=88599
By perusing the bug reports maybe you can find something:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=nfs-common
--
I prefer banana-flavored energy bars made from tofu.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
> I've removed all entries from /etc/exports, have portmap and nfs-common
> running, the firewall down, have an empty /etc/hosts.deny and a single
> entry in hosts.allow (taken from the portmap man page):
hosts.allow has it's own man page
perhaps you could try something like this for hosts.allow
nfsd: 192.168.x.y/255.255.255.255
rpcbind: 192.168.x.y/255.255.255.255
mountd: 192.168.x.y/255.255.255.255
<snipped>
you might also want to check your iptables
(please excuse the brevity of my response, multi-tasking)
Cheers
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Or test first with an empty "/etc/hosts.allow".
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTimDGDqQD1zR3O-RWWBKUn=p+-2KnpH...@mail.gmail.com
On Wed, Mar 9, 2011 at 2:28 AM, Scott Ferguson
<prettyfly....@gmail.com> wrote:
> On 09/03/11 17:45, Liam Cassidey wrote:
>>
>> I've removed all entries from /etc/exports, have portmap and nfs-common
>> running, the firewall down, have an empty /etc/hosts.deny and a single
>> entry in hosts.allow (taken from the portmap man page):
>
> perhaps you could try something like this for hosts.allowOr test first with an empty "/etc/hosts.allow".
>
> nfsd: 192.168.x.y/255.255.255.255
> rpcbind: 192.168.x.y/255.255.255.255
> mountd: 192.168.x.y/255.255.255.255
Sure. I'm running it with Sid. Been running it for years.
There might be something else that you're running which holds the
resources. If we haven't already asked, what's in syslog and dmesg?
--
I prefer banana-flavored energy bars made from tofu.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
I have that version running in production on stable. I've also just
duped and upgraded a VM to unstable and it's also running fine.
nfs-kernel-server and nfs-common are 1:1.2.2-4. portmap is 6.0.0-2.
Do you compile your own kernels?
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTi=7+gpBoqB3NQb4USmoh...@mail.gmail.com
This reminds me (and the tile of the thread should've done so too!)
that nfs-kernel-server's not fully installed.
If "apt-get -f install" doesn't install and configure it fully,
"apt-get install --reinstall nfs-kernel-server" should.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTikbKs4mJKDocFTPQ...@mail.gmail.com
On Thu, Mar 10, 2011 at 7:34 PM, Liam Cassidey <liam.c...@gmail.com> wrote:This reminds me (and the tile of the thread should've done so too!)
>
> server:~# dpkg -l portmap nfs-common nfs-kernel-server
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name Version Description
> +++-=======================================================================
> ii nfs-common 1:1.2.2-4 NFS support files common to client and server
> iF nfs-kernel-server 1:1.2.2-4 support for NFS kernel server
> ii portmap 6.0.0-2 RPC port mapper
> server:~#
that nfs-kernel-server's not fully installed.
If "apt-get -f install" doesn't install and configure it fully,
"apt-get install --reinstall nfs-kernel-server" should.
:(
Been googling to understand. Are you using rpcbind or portmap?
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTi=BeaTGAct3sOfiLE38o...@mail.gmail.com
I've just replied to an earlier email of yours about googling for your problem.
This looks exactly like a RHEL or Fedora bug report that I read and it
was an rpcbind-related problem.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTiaRLyS567x09H1CT...@mail.gmail.com
Remembered the above when I sent my last post and thought that I might
have gone down an incorrect path.
I've just tried to install pcbind and it conflicts with portmap...
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTig92y6bw-6SaHZQ0...@mail.gmail.com
On Sat, Mar 12, 2011 at 5:54 PM, Liam Cassidey <liam.c...@gmail.com> wrote:Remembered the above when I sent my last post and thought that I might
>
> ii portmap 6.0.0-2 RPC port mapper
have gone down an incorrect path.
I've just tried to install pcbind and it conflicts with portmap...
--