Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f32c5
)
- don't touch /proc/sys/portals/debug_path in noexec mode
author
rread
<rread>
Thu, 22 Aug 2002 21:38:56 +0000
(21:38 +0000)
committer
rread
<rread>
Thu, 22 Aug 2002 21:38:56 +0000
(21:38 +0000)
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
328d418
..
6629347
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-1025,6
+1025,8
@@
def setupModulePath(cmd):
def setDebugPath():
debug("debug path: ", config.debug_path())
+ if config.noexec():
+ return
fp = open('/proc/sys/portals/debug_path', 'w')
fp.write(config.debug_path())
fp.close()