<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parallels Plesk 9.2 Acronis module bug &#8211; atismodbackupmng process is running</title>
	<atom:link href="http://www.moe.co.uk/2009/08/19/parallels-plesk-9-2-acronis-module-bug-atismodbackupmng-process-is-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moe.co.uk/2009/08/19/parallels-plesk-9-2-acronis-module-bug-atismodbackupmng-process-is-running/</link>
	<description>I know I will forget.</description>
	<lastBuildDate>Thu, 24 Feb 2011 22:13:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: john</title>
		<link>http://www.moe.co.uk/2009/08/19/parallels-plesk-9-2-acronis-module-bug-atismodbackupmng-process-is-running/comment-page-1/#comment-1778</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 07 Dec 2009 16:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.moe.co.uk/?p=202#comment-1778</guid>
		<description>Forum post:
BUG: Acronis module - another atismodbackupmng process is running
Aug 19, 2009, 10:40 AM
#1  

jacko@
Member


Join: Mar 2006
Posts: 79 	BUG: Acronis module - another atismodbackupmng process is running Hello,

There is a bug with the Aconis module with Plesk 9.2.1 for Linux (Ubuntu 8.04).

Scheduled jobs come back with:

&gt; Error: another atismodbackupmng process is running!
&gt; TrueImage backup task #2

And yes, the same problem happens with the following work around:
http://kb.parallels.com/en/6248

A ticket was opened with Parallels support regarding this and it took over a month to get resolved, so, I&#039;m posting this to help some other poor soul who may have to deal with the software, or, support team. Also, I wouldn&#039;t want someone else to get charged for a workaround from their support team.

The issue had been caused by incorrect way Acronis True Image Module determines if another task is already running.

Support applied the following hack:
&quot;As for now I have applied following solution in order to remedy the problem -- now scheduled tasks are properly executed:

--- /opt/psa/admin/sbin/modules/atism/atismodbackupmng.orig 2009-07-22 06:57:24.000000000 +0000
+++ /opt/psa/admin/sbin/modules/atism/atismodbackupmng 2009-07-22 07:06:54.000000000 +0000
@@ -415 +415 @@
- if ($cmd =~ /atismodbackupmng\s+--exec-task/ &#124;&#124; $cmd =~ /atismodbackupmng\s+--backup-now/) {
+ if ($cmd !~ /^\/bin\/sh\s+-c/ &amp;&amp; ($cmd =~ /atismodbackupmng\s+--exec-task/ &#124;&#124; $cmd =~ /atismodbackupmng\s+--backup-now/)) {
&quot;

jacko</description>
		<content:encoded><![CDATA[<p>Forum post:<br />
BUG: Acronis module &#8211; another atismodbackupmng process is running<br />
Aug 19, 2009, 10:40 AM<br />
#1  </p>
<p>jacko@<br />
Member</p>
<p>Join: Mar 2006<br />
Posts: 79 	BUG: Acronis module &#8211; another atismodbackupmng process is running Hello,</p>
<p>There is a bug with the Aconis module with Plesk 9.2.1 for Linux (Ubuntu 8.04).</p>
<p>Scheduled jobs come back with:</p>
<p>&gt; Error: another atismodbackupmng process is running!<br />
&gt; TrueImage backup task #2</p>
<p>And yes, the same problem happens with the following work around:<br />
<a href="http://kb.parallels.com/en/6248" rel="nofollow">http://kb.parallels.com/en/6248</a></p>
<p>A ticket was opened with Parallels support regarding this and it took over a month to get resolved, so, I&#8217;m posting this to help some other poor soul who may have to deal with the software, or, support team. Also, I wouldn&#8217;t want someone else to get charged for a workaround from their support team.</p>
<p>The issue had been caused by incorrect way Acronis True Image Module determines if another task is already running.</p>
<p>Support applied the following hack:<br />
&#8220;As for now I have applied following solution in order to remedy the problem &#8212; now scheduled tasks are properly executed:</p>
<p>&#8212; /opt/psa/admin/sbin/modules/atism/atismodbackupmng.orig 2009-07-22 06:57:24.000000000 +0000<br />
+++ /opt/psa/admin/sbin/modules/atism/atismodbackupmng 2009-07-22 07:06:54.000000000 +0000<br />
@@ -415 +415 @@<br />
- if ($cmd =~ /atismodbackupmng\s+&#8211;exec-task/ || $cmd =~ /atismodbackupmng\s+&#8211;backup-now/) {<br />
+ if ($cmd !~ /^\/bin\/sh\s+-c/ &amp;&amp; ($cmd =~ /atismodbackupmng\s+&#8211;exec-task/ || $cmd =~ /atismodbackupmng\s+&#8211;backup-now/)) {<br />
&#8221;</p>
<p>jacko</p>
]]></content:encoded>
	</item>
</channel>
</rss>

