KB10014 vProtect WebUI does not respond after several days
Problem
10 days after update operating system RedHat/CentOS, WebUI does not respond.
vProtect store WebUI files in /tmp directory, and update overwrite configuration of autocleaning /tmp.
Solution
Fixed in vprotect-server-3.5-4 RPM package.
Manual fix for older versions
To create new /usr/lib/tmpfiles.d/vprotect-server-tmp.conf
file run command:
tmp=/usr/lib/tmpfiles.d/vprotect-server-tmp.conf
echo 'x /tmp/payaramicro*tmp' >> $tmp
grep -q -F "x /tmp/javamelody" $tmp || echo "x /tmp/javamelody" >> $tmp
echo 'x /tmp/payaramicro*tmp' >> $tmp
grep -q -F "x /tmp/javamelody" $tmp || echo "x /tmp/javamelody" >> $tmp
After update, it should contain 2 lines:
/usr/lib/tmpfiles.d/vprotect-server-tmp.conf
x /tmp/payaramicro*tmp
x /tmp/javamelody
Related articles
Filter by label
There are no items with the selected labels at this time.