We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b8c6a commit be4e6f1Copy full SHA for be4e6f1
osg-system-profiler
@@ -205,6 +205,13 @@ if $rpm_install; then
205
dump_files_in_dir "/etc/osg/config.d"
206
fi
207
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
215
echo "***** Python information:"
216
python -c "import sys; print 'Version: ' + sys.version"
217
python -c "import sys; print 'Executable: ' + sys.executable"
0 commit comments