Skip to content

Commit be4e6f1

Browse files
committed
dump xrootd configuration files
1 parent 86b8c6a commit be4e6f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osg-system-profiler

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,13 @@ if $rpm_install; then
205205
dump_files_in_dir "/etc/osg/config.d"
206206
fi
207207

208+
echo "***** Xrootd information:"
209+
dump_files_in_dir "/etc/xrootd"
210+
211+
echo "***** Running: ps aux | grep xrootd"
212+
ps aux | grep "^xrootd"
213+
echo ""
214+
208215
echo "***** Python information:"
209216
python -c "import sys; print 'Version: ' + sys.version"
210217
python -c "import sys; print 'Executable: ' + sys.executable"

0 commit comments

Comments
 (0)