View previous topic :: View next topic |
Author |
Message |
brianahr Apprentice
Joined: 07 Oct 2004 Posts: 236 Location: USA
|
Posted: Mon Oct 24, 2005 3:05 am Post subject: Anyone know what cifsoplockd is? |
|
|
A process named cifsoplockd recently appeared on my machine, which i have never seen before. Theres no man page. Does anyone know what this thing does? Thanks |
|
Back to top |
|
|
nonotme Guru
Joined: 29 Sep 2003 Posts: 356 Location: on.ca
|
Posted: Mon Oct 24, 2005 5:15 am Post subject: |
|
|
A quick google shows its to do with CIFS (Common Internet File System). Implements a remote file-system access protocol. Are you running samba, or something similar? _________________ Please append [Solved] to your thread if appropriate, it helps everyone. |
|
Back to top |
|
|
brianahr Apprentice
Joined: 07 Oct 2004 Posts: 236 Location: USA
|
Posted: Mon Oct 24, 2005 5:24 am Post subject: No... |
|
|
No, i dont have samba, nfs, etc. |
|
Back to top |
|
|
slam_head Guru
Joined: 06 Jan 2003 Posts: 449 Location: New York City
|
Posted: Mon Oct 24, 2005 7:49 pm Post subject: |
|
|
Have you mounted a windows share on your gentoo box? |
|
Back to top |
|
|
gnac Guru
Joined: 30 Jun 2003 Posts: 302 Location: Columbia River Gorge
|
Posted: Mon Aug 07, 2006 12:06 am Post subject: |
|
|
Did you ever find out a reason for this?
My wifes pc started running really slowly lately and I noticed cifsoplockd and cifsdnotifyd running on my wifes pc, which are not running on mine.
The setups should be almost identical and she is getting horrendous hdparm throughput.
Also doing a which and whereis on both process cant find them? _________________ "I thought she'd steal my heart, instead she stole my kidney,
and now its for sale, on the black market in Sydney" - Better Abraham |
|
Back to top |
|
|
bunder Bodhisattva
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Mon Aug 07, 2006 1:50 am Post subject: |
|
|
gnac wrote: | Also doing a which and whereis on both process cant find them? |
how about `find | grep cifs`? _________________
Neddyseagoon wrote: | The problem with leaving is that you can only do it once and it reduces your influence. |
banned from #gentoo since sept 2017 |
|
Back to top |
|
|
gnac Guru
Joined: 30 Jun 2003 Posts: 302 Location: Columbia River Gorge
|
Posted: Mon Aug 07, 2006 4:48 am Post subject: |
|
|
Besides stuff in kernel source, eg, /usr/src/linux-2.6.17-gentoo-r4/fs/cifs, and portage, not much of interest:
(my portage dir is nfs mounted)
Code: |
#find / | grep cifs
/mnt/nfs_portage/portage/metadata/cache/dev-java/jcifs-1.1.5
/mnt/nfs_portage/portage/dev-java/jcifs
/mnt/nfs_portage/portage/dev-java/jcifs/Manifest
/mnt/nfs_portage/portage/dev-java/jcifs/files
/mnt/nfs_portage/portage/dev-java/jcifs/files/digest-jcifs-1.1.5
/mnt/nfs_portage/portage/dev-java/jcifs/files/build-xml.patch
/mnt/nfs_portage/portage/dev-java/jcifs/jcifs-1.1.5.ebuild
/mnt/nfs_portage/portage/dev-java/jcifs/ChangeLog
/mnt/nfs_portage/portage/dev-java/jcifs/metadata.xml
/var/cache/edb/dep/mnt/nfs_portage/dev-java/jcifs-1.1.5
/var/cache/edb/dep/mnt/nfs_portage/dev-java/jcifs-1.1.5
/var/cache/edb/dep/mnt/nfs_portage/portage/dev-java/jcifs-1.1.5
/var/cache/edb/dep/usr/portage/dev-java/jcifs-1.1.5
... /usr/src/linux* results deleted ...
/proc/fs/cifs
/proc/fs/cifs/PacketSigningEnabled
/proc/fs/cifs/NTLMV2Enabled
/proc/fs/cifs/LookupCacheEnabled
/proc/fs/cifs/ExtendedSecurity
/proc/fs/cifs/MultiuserMount
/proc/fs/cifs/LinuxExtensionsEnabled
/proc/fs/cifs/Experimental
/proc/fs/cifs/OplockEnabled
/proc/fs/cifs/traceSMB
/proc/fs/cifs/cifsFYI
/proc/fs/cifs/DebugData |
And, this is after I removed cifs options from the kernel, installed and rebooted, and I still get:
Code: | # ps -A |grep cifs
152 ? 00:00:00 cifsoplockd
153 ? 00:00:00 cifsdnotifyd
|
But at least now it appears that they are defunct? _________________ "I thought she'd steal my heart, instead she stole my kidney,
and now its for sale, on the black market in Sydney" - Better Abraham |
|
Back to top |
|
|
|