Skip to content

Commit f871601

Browse files
Merge pull request #16 from ddavila0/software-3876
dump xrootd configuration files
2 parents 40533b3 + 4d4fb53 commit f871601

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

osg-system-profiler

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

208+
echo "***** Xrootd information:"
209+
for file in /etc/xrootd/xrootd-*.cfg
210+
do
211+
dump_file $file
212+
done
213+
dump_files_in_dir "/etc/xrootd/config.d"
214+
215+
echo "***** Showing processes owned by the user xrootd"
216+
ps -u xrootd u
217+
echo ""
218+
208219
echo "***** Python information:"
209220
python -c "import sys; print 'Version: ' + sys.version"
210221
python -c "import sys; print 'Executable: ' + sys.executable"
@@ -337,4 +348,3 @@ message ""
337348
echo Finished at `date`
338349

339350
exit 0
340-

0 commit comments

Comments
 (0)