<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: archanasundar</title>
    <description>The latest articles on DEV Community by archanasundar (@archanasundar).</description>
    <link>https://dev.to/archanasundar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F279430%2F281f008f-2af5-47d8-a183-6856fbe7e5d4.png</url>
      <title>DEV Community: archanasundar</title>
      <link>https://dev.to/archanasundar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/archanasundar"/>
    <language>en</language>
    <item>
      <title>
Monit Issues
monit error Execution failed | Does not exist</title>
      <dc:creator>archanasundar</dc:creator>
      <pubDate>Wed, 27 Nov 2019 05:05:58 +0000</pubDate>
      <link>https://dev.to/archanasundar/monit-issues-monit-error-execution-failed-does-not-exist-2n0e</link>
      <guid>https://dev.to/archanasundar/monit-issues-monit-error-execution-failed-does-not-exist-2n0e</guid>
      <description>&lt;p&gt;conda activate pricer_env&lt;/p&gt;

&lt;p&gt;echo "pricer_env activated"&lt;/p&gt;

&lt;p&gt;this is how i'm trying to activate conda env inside start.sh file&lt;/p&gt;

&lt;p&gt;the code inside monitrc is as shown bellow&lt;/p&gt;

&lt;p&gt;check process pricer with pidfile /var/run/pricer.pid&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;start program = "/home/project/pricer/start.sh arguements" with timeout 60 seconds

stop program = "/home/project/pricer/stop.sh arguements"
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;why i'm unable to start the process and why monit is not activating conda env .&lt;/p&gt;

&lt;p&gt;[IST Nov 15 11:32:35] error : 'pricer' failed to start (exit status 0) -- '/home/project/pricer/start.sh uat pricer': /home/archana/project/pricer/start.sh: line 14: activate: No such file or directory&lt;/p&gt;

&lt;p&gt;can someone help me in this issue #monit &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
