Displaying 20 results from an estimated 200 matches similar to: "Where is nfsiod now?"
2008 Jul 22
3
6.3-RELEASE-p3 recurring panics on multiple SM PDSMi+
We have 10 SuperMicro PDSMi+ 5015M-MTs that are panic'ing every few
days. This started shortly after upgrade from 6.2-RELEASE to
6.3-RELEASE with freebsd-update.
Other than switching to a debugging kernel, a little sysctl tuning,
and patching with freebsd-update, they are stock. The debugging
kernel was built from source that is also being patched with
freebsd-update.
These systems are
2012 Mar 04
1
Unable to start nfs server
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20120304/04099724/attachment.html>
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17.
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006
vlad@host:/usr/src/sys/amd64/compile/DEF_WEB
Timecounter
2015 Sep 01
5
Samba 4 and MS Windows NFS Server (2012R2) - Update
Hi again,
I just started to debug things on the samba4 side:
When trying to mount the Windows NFS share, I get the following error on
the samba4 dc (just grepping for nfs in the logs):
auth_check_password_send: Checking password for unmapped user [S5DOM.TEST]\[nfs/nfsclient.mydom.test]@[]
map_user_info_cracknames: Mapping user [MYDOM.TEST]\[nfs/nfsclient.mydom.test] from workstation []
2008 Sep 23
2
RELENG_7: buildworld failed with MODULES_WITH_WORLD=
Hi!
I've just tried to build NanoBSD from 7.0-STABLE sources
with MODULES_WITH_WORLD knob enabled and it failed.
Note that NanoBSD uses make -j3 by default and I have dualcore system.
===> sys/modules/nfslockd (depend)
@ -> /usr/local/src/sys
machine -> /usr/local/src/sys/i386/include
echo "#define INET6 1" > opt_inet6.h
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src
2016 Feb 02
5
nfs stuck, don't know what processes to kill
My NFS server is up and other clients can access x. One particular client
can't. I tried to unmount the NFS share:
[root at nfsclient ~]# umount -f /disk/x
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
umount2: Device or resource busy
umount.nfs: /disk/x: device is busy
If I use df or lsof to try to figure out what process to kill, they hang. I
am reluctant to just
2003 Apr 10
0
panic: vinvalbuf: flush failed
Hi,
We have a pretty serious problem with our news server crashing
during the expire cronjob. This happened with 4.7-RELEASE, so
we upgraded to 4.8-RELEASE recently, hoping that the problem
might be fixed, but it isn't. The machine is a Compaq DL360-G2.
I've searched the PR database as well as the mailing list
archives for the panic string, but didn't find anything.
What makes the
2013 Feb 07
4
NFSv4 + Kerberos permission denied
Hello,
I've got a little problem with NFSv4 + Kerberos. I can do a mount with
Kerberos with a valid ticket, but read-only.
After the mount -vvv -t nfs -o nfsv4,sec=krb5 nfsserver:/ /mount_test/
I can see:
#klist:
Feb 6 07:22:47 Feb 6 17:22:43 nfs/nfsserver at my.domain
#/var/heimdal/kdc.log:
2013-02-06T07:28:26 TGS-REQ clientnfs at my.domain from IPv4:192.168.0.23
for nfs/nfsserver at
2008 Jan 03
1
cluster suite & gfs problem since update
I have a cluster that has been operational for some time and functioning
flawlessly until a recent yum update. The last unflawed working kernel
was 2.6.9-55.0.12.ELsmp. The current kernel is 2.6.9-67ELsmp. The
problem appears to be some type of infinite recovery loop of sorts. It
runs find for a few minutes, then the service restarts itself. What I
am seeing in /var/log/messages is:
Jan 3
2003 May 08
1
NFS problem?
Hi,
I noticed that my 4.8R box seems to have a NFS problem.
I use a FreeBSD/i386 4.8R box as a NFS server, and
a FreeBSD/i386 5-CURRENT (as of today) as the NFS client.
On the client, /a (on the server) can be mounted successfully
with -o rw,bg,intr,mntudp options. However, when a large amount
of write operations such as "cp -r /home/ncvs /a" are performed
on the client, the
2015 Aug 31
1
Samba 4 and MS Windows NFS Server (2012R2)
Hi,
has anyone out there tried to get a Windows Server 2012R2 based
NFS Server running against a Samba4 active directory?
I'm currently doing some interop testing, and I cannot get a Windows
Server 2012R2 based NFS server running when using samba as AD.
As far as i can tell, the setup looks good:
I've got Linux based NFS servers and clients (Ubuntu + SuSE) up
and running fine (krb5
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE
kernel with help of etherboot.
i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS
CPUTYPE=pentium-mmx -DNO_MODULES' and attached config.
kernell loads off tftp server fine, detecting devices, but traps, when trying
to mount root fs from nfs server.
i've managed to get copy of
2020 Nov 09
2
nfs root kerberos
Hi.
I have Samba AD configured correctly, and can mount kerberized NFS from
all the CentOS 7 clients.? I'm not able to use "root" on the client even
though the nfs export specifies the option: no_root_squash option.
I completely understand that in order to use the "root" identity (which
doesn't exist as a user in the domain) on the NFS client, this identity
has to
2016 Feb 03
1
nfs stuck, don't know what processes to kill
On Tue, Feb 2, 2016 at 9:23 AM, <m.roth at 5-cent.us> wrote:
> Dave Burns wrote:
> > My NFS server is up and other clients can access x. One particular client
> > can't. I tried to unmount the NFS share:
> >
> > [root at nfsclient ~]# umount -f /disk/x
> > umount2: Device or resource busy
> > umount.nfs: /disk/x: device is busy
> > umount2:
2010 May 14
2
dovecot from debian lenny-backports does not accept connections
hi,
dovecot from the debian lenny backports does not successfully accept
incomming imap or imaps connections;
when the client connect i can see the clients ip address in an
imap-process but the client cannot succesfully connect and retries this
several times where an new imap-process is bound until the maximum
connections per client is reached;
when the client is closed the imap-processes on
2012 Aug 22
0
Winbind/AD/NFSv4: can't `ls/cd` private directory?
Hello everyone,
We have a CentOS 6.3 NFSv4 server and client, and we've run into a situation where the client is unable to list "private" (chmod 700-ed) directories, even if the current user owns the directory in question.
A bit more background: we're also using Samba 3.5+Winbind to provide authentication and UID/GID mapping against a Windows 2008 R2 domain controller.
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
Try this on your samba DC.
amba-tool spn list PCNAME$
You should see something like:
PCNAME$$
User CN=PCNAME,CN=Computers,DC=internal,DC=domain,DC=tld has the following servicePrincipalName:
HOST/PCNAME
HOST/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld at YOUR_REALM
can you confirm this for both your servers which
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
hai,
The servers have "A and PTR" records?
You have for both server these UPNs.
nfs/${SETFQDN} ${SETHOSTNAME_CAPS}$
nfs/${SETFQDN}@${SAMBA_KERBEROS_REALM} ${SETHOSTNAME_CAPS}$
on the samba side the nfs spn is in you keytab file?
and if your brave, read, * dont run it, since i did not test this with windows servers.
2006 Mar 11
0
nfsclient process stucks in nfsaio [SOLVED]
Hi all,
I believe that this behavior is caused by the ``intr'' (-i) option to
mount_nfs(8). As noted by Stephan Uphoff in PR/79700, he does
not recommend use intr option. After remove the option, the dd
works well.
Sorry for the noisy :-)
However, I think some warnings can be added to mount_nfs(8)
about the usage of intr and its consequence. So this won't be
happened again.
2008 Jun 03
2
[releng_6 tinderbox] failure on i386/i386
TB --- 2008-06-03 08:42:30 - tinderbox 2.3 running on freebsd-legacy.sentex.ca
TB --- 2008-06-03 08:42:30 - starting RELENG_6 tinderbox run for i386/i386
TB --- 2008-06-03 08:42:30 - cleaning the object tree
TB --- 2008-06-03 08:43:09 - cvsupping the source tree
TB --- 2008-06-03 08:43:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/i386/i386/supfile
TB --- 2008-06-03 08:43:22