Skip to content
Snippets Groups Projects
Commit f0bdd685 authored by Julien Leduc's avatar Julien Leduc
Browse files

fixing rmcd log issue as /var/log/castor/rmcd_legacy.log was a named pipe and...

fixing rmcd log issue as /var/log/castor/rmcd_legacy.log was a named pipe and nothing was collected in artifacts.
parent f94fe186
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,7 @@ cat /tmp/library-rc.sh
. /tmp/library-rc.sh
# to get rmcd logs to stdout
mkfifo /var/log/castor/rmcd_legacy.log
for ((;;)); do cat </var/log/castor/rmcd_legacy.log; done &
disown
tail -F /var/log/castor/rmcd_legacy.log &
ln -s /dev/${LIBRARYDEVICE} /dev/smc
/usr/bin/rmcd -f /dev/smc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment