Displaying 20 results from an estimated 62 matches for "nfslock".
Did you mean:
nfslockd
2007 Feb 02
2
Subscribe to multiple files
Hello,
I am attempting to reload both nfs and nfslock when changing my exports configuration file.
Unfortunately, I am unable to discern the correct syntax for making a single object subscribe to multiple objects.
I have tried:
=> [nfs nfslock]
=> [nfs, nfslock]
=> [[nfs],[nfslock]]
=> [[nfs] [nfslock]]
and none of them seem to work....
2012 Mar 21
1
nfslock
...message repeated 442 times
Mar 21 16:30:34 <server> last message repeated 835 times
Mar 21 16:31:36 <server> last message repeated 884 times
Mar 21 16:32:38 <server> last message repeated 856 times
Mar 21 16:32:44 <server> last message repeated 111 times
I tried restarting nfslock, and that *appears* to have fixed it. Googling,
I found a thread about that at
<http://nerdbynature.de/s9y/archives/2009/08.html>, which suggests that
it's starting too early, possibly before portmap is running.
Anyone else see this? Has an old bug snuck back in?
mark
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
...enforced even during a notify?
Thank you,
-- Rob --
----- Original Message ----
From: Robert Mombro <j8irfm@yahoo.com>
To: puppet-users@madstop.com
Sent: Friday, February 2, 2007 12:58:09 PM
Subject: [Puppet-users] Subscribe to multiple files
Hello,
I am attempting to reload both nfs and nfslock when changing my exports configuration file.
Unfortunately, I am unable to discern the correct syntax for making a single object subscribe to multiple objects.
I have tried:
=> [nfs nfslock]
=> [nfs, nfslock]
=> [[nfs],[nfslock]]
=> [[nfs] [nfslock]]
and none of them seem to work....
2013 Jul 12
1
port for rpc.statd occupied rsync port
Hello,
booting starts /etc/init.d/nfslock. today, rpc.statd used port 873.
later starting xinetd finds port used and disabled rsync daemon.
So its more or less a lucky break, to boot CentOS and have rsync running?
In /etc/rc3.d is
S14nfslock
S56xinetd
so by design xinetd starts always after nfslock!!!!
Best regards
--
Viele Gr??e
i....
2013 Feb 26
4
CentOS 5.9 Xen DomU NFS Data Transfer to Dom0 kills network.
...as NFS(v4)-server and DomU as client. When
ever the client actually tries to copy data to nfs-server the virtual
network (bridge) between the two hosts completely freezes and stops
working. After this of course the client hangs waiting nfs-server to
answer and server continues to try to contact nfslock daemon on the client.
Dom0 is still accessible from outside trough virbr0 which the client
doesn't have access. The problems only come on data transfer as making
directories and removing them and doind ls works fine before one tries
to transfer data.
Anyone have suggestion what could fix t...
2010 Jun 16
5
Disabling services in CentOS 5.5
...be receiving email
for any users. It is an CentOS 5.5 (fully updated) install running
under VMware (esx, I believe). We are not sharing directories via nfs
or samba (either from or to this virtual machine).
>From my research, the services that I am thinking of turning off are:
nfs (already off)
nfslock
portmap
rpccgssd
rpcidmapd
rpcsvcgssd
apcid
apmd
mdmpd
mdmonitor
Is there any reason that I need to leave any of these services
running? Are there others that I should disable as well?
Any feedback about this would be greatly appreciated.
--
Doug
Registered Linux User #285548 (http://counter.li....
2014 Jul 17
0
NFS FILE ID not unique when exporting many brtfs subvolumes
...e nfs fileid.
- no problem when I start all machine alone, but when 2 machines are running at the same time, vmware seems to mix its reference to lock file and
sometimes kills one vm.
in esx server, following messages : /var/log/vmkwarning.log :
2014-07-17T06:31:46.854Z cpu2:268913)WARNING: NFSLock: 1315: Inode (Dup: 260 Orig: 260) has been recycled by server, freeing lock info for .lck-0401000000000000
2014-07-17T06:34:47.925Z cpu2:114740)WARNING: NFSLock: 2348: Unable to remove lockfile .invalid, not found
2014-07-17T10:18:50.320Z cpu0:32824)WARNING: NFSLock: 2348: Unable to remove lockfi...
2015 Nov 04
5
stale file handle issue [SOLVED]
...igh-number inode, move the new directory to that
name and location, move everything that was under the old high-inode dir
to under the new, low-number inode dir with the correct name, and
reexport; I restarted nfs for good measure, and all is right with the
world (well, after I restarted autofs and nfslock on the clients).
mark
2008 Jun 06
8
useradd provider not working?
I have this config:
# BL00070 - Disable NFS
service {["nfs","nfslock","netfs","portmap"]:
ensure => stopped,
enable => false,
}
user {"rpc": ensure => absent, provider => "useradd" }
user {"rpcuser": ensure => absent, provider => "useradd" }
file {"...
2016 Aug 29
6
CentOS 6: files now owned by nobody:nobody
Hi,
We are running a cluster under CentOS 6.6. We recently attached a new
NAS device, running CentOS 6.8 and rsync'd our user file system to it.
We noticed that all the files were owned by nobody (with nobody as the
group). We copied over the /etc/passwd and /etc/group files from our
front-end server to our NAS server. If we log in to the NAS server we
see the files owned by their
2001 Mar 20
3
Interesting interaction between journal recovery and slow boots
...me save you some time.
I am using an 0.0.6b ext3 kernel on a Red Hat 7.0 system.
I was finding that if my system did not get shutdown nicely, upon
reboot it would of course do journal recoveries. When it was
starting the system services after the recoveries, the "portmapper"
and "nfslock" startup scripts were taking for ever to complete -- up
to a minute or two each.
After much investigation (strace and "set -x" in bash scripts) and
many times hitting the power switch) I finally figured it out. The
portmapper and nfslock scripts are the first ones started after
sys...
2016 Aug 29
0
CentOS 6: files now owned by nobody:nobody
...the files were owned by nobody
Here are my notes for dealing with this issue:
If all users come up as nobody on a nfs mount:
Add nfs server name to the Domain = line in /etc/idmapd.conf on both the server and the clients, i.e. Domain = nameof.server
/sbin/service rpcidmapd restart
/sbin/service nfslock restart
/sbin/service nfs restart
Also, the complete hostname as specified (nameof.server) must be in /etc/hosts on the nfs clients as well as the server
---------------
try
/usr/sbin/nfsidmap -c
on the client.
Since I put this into my /etc/rc.local , I don't have the problem any
longer.
---...
2005 Sep 28
1
NFS Mount - RH7.3 Server - CentOS 4.1 Client
Hi
Just upgrading one of my dev servers - I'm replacing a current box that
runs 7.3 to one that runs CentOS 4.1
Currently the 7.3 dev box talks to a fileserver also running 7.3 over
NFS and that works fine. I'm now trying to get the CentOS 4.1 box to
talk NFS to the 7.3 server.
When i try and mount the NFS share on the CentOS box i get the following
error
# mount /mnt/cvs
mount to
2010 Oct 19
0
CTDB starting statd without -n gfs -H /etc/ctdb/statd-callout
...ariable in
/etc/sysconfig/nfs, which is where the statd-callout script is passed
to statd. In our case, this means that statd is running as
rpc.statd -p 662 -o 2020
instead of
rpc.statd -n gfs -H /etc/ctdb/statd-callout -p 662 -o 2020
I could be wrong, but it looks to me that ctdb is using the nfslock
init script to start statd. This script doesn't use $STATD_HOSTNAME
at all, so it follows that the statd-callout script isn't passed to
statd.
If I kill statd and let ctdb start the 60.nfs script restart it when
it monitors, then statd is run with the correct statd-callout script,
since 6...
2007 Jan 19
2
stale locks
...t (I'm planning to migrate to Maildir
soon), mailboxes are on an NFS filesystem.
I regulary see stale dotlocks files (either from dovecot (29 bytes,
hold the pid of the process) or procmail (1 byte) and processes
stucked in Disk Wait state.
The only way I can get ridd of them is to
restart nfslocking
remove the .lock file
change the inode of the mailbox file
locking strategies are
fcntl for mbox_read in dovecot
dotlock fcntl for mbox_write in dovecot
dotlock fcntl for procmail
so I can't figure out why I see such stale locks and processes.
Note : I disabled nfs attribute cachi...
2006 Sep 25
1
Pls help on configuring autofs on NFS
...seradd nfstest on a client machine (192.168.1.252)
- make sure that the uid and gid are the same on the server and the client
- setting up /etc/auto.master:
/home/nfstest /etc/auto.nfs --timeout=60
- setting up /etc/auto.nfs:
* -rw,soft,intr 192.168.1.247:/home/&
- Restarting portmap, nfs, nfslock on the server
- Restarting autofs on the client
- showmount -e localhost:
/home/nfstest 192.168.1.252/255.255.255.0
- Try to logon using username on the client: nfstest
But I've got this error:
automount[5937]: >> mount: 192.168.1.247:/home/.bash_profile failed, reason
given by serve...
2009 Aug 11
1
[PATCH server] remove appliance bits
...07 USA
-#
-# Author: Joey Boggs <jboggs at redhat.com>
-#--
-
-class appliance::bundled {
-
-$nfs_changes = [
- "set /files/etc/sysconfig/nfs/MOUNTD_PORT 892"
-]
-
-augeas {"nfs_config":
- changes => $nfs_changes,
- notify => Service["nfs"]
-}
-
-$nfslock_changes = [
- "set /files/etc/sysconfig/nfs/LOCKD_TCPPORT 32803",
- "set /files/etc/sysconfig/nfs/LOCKD_UDPPORT 32769",
- "set /files/etc/sysconfig/nfs/STATD_PORT 662"
-]
-
-augeas {"nfslock_config":
- changes => $nfslock_changes,
- notify =...
2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
...lures of an NFS mount over a well-functioning LAN ...
> I'm thinking "file locking" now, but that's a *complicated* topic, to
> say the least ...
>
> https://en.wikipedia.org/wiki/File_locking#Problems
> https://unix.stackexchange.com/questions/553645/how-to-install-nfslock-daemon
>
> Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3812 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200713/eaa1fa59/attachment.p7...
2007 Nov 22
2
dovecot loading during boot
I have two RHEL4 email servers running postfix/MailScanner which use
dovecot. They work great. But during bootup the nfslock script in my
init.d loads rpc.statd and calls portmap to get a port number. Portmap
keeps giving rpc.statd the imaps port number (993). I then have to stop my
mail server services, manually start dovecot, then restart the mail server
services and everything goes merrily on its way. Stopping the mai...
2008 Jun 20
5
Solaris N90 on RedHat RHEL5
...n-3.0-x86_32p
My steps are as follow(install via NFS):
1 mkdir disk and mkdir Solaris
2 mount /dev/cdrom /disk/Solaris, it tell me that disk is readonly, that''s
ok
3 vi /etc/exports and insert "/disk/Solaris *(sync,ro)"
4 service portmap restart
service nfs restart
service nfslock restart
service iptables restart(shuting down the firewall)
5 run virtual machine manager select paravirtualized and set the install
media URL like "nfs:xxx.xxx.xxx.xxx:/disk/Solaris"
And a result show that: Unable to complete install ''Could not find an
installable distributi...