plindeman
June 2nd, 2005, 05:32 AM
Hello,
I am trying to accomplish what is written in the TrueImageServerLinux MySQL whitepaper but it is not working here.
When I create the file tils_freeze_hook in /usr/lib/Acronis it is always completely blocking trueimage and after a while I get the message :
Unable to create volume snapshot.
Even when I only have the following lines in tils_freeze_hook I get the same result :
#!/bin/bash
exit 0
Since I am doing nothing in the tils_freeze_hook script I would expect that trueimage would go on without any troubles.
I am using TrueImage for Linux 8.0 build 918
Peter Lindeman
I am trying to accomplish what is written in the TrueImageServerLinux MySQL whitepaper but it is not working here.
When I create the file tils_freeze_hook in /usr/lib/Acronis it is always completely blocking trueimage and after a while I get the message :
Unable to create volume snapshot.
Even when I only have the following lines in tils_freeze_hook I get the same result :
#!/bin/bash
exit 0
Since I am doing nothing in the tils_freeze_hook script I would expect that trueimage would go on without any troubles.
I am using TrueImage for Linux 8.0 build 918
Peter Lindeman