<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[After App and Redis stop Installation no more found by cloudron]]></title><description><![CDATA[<p dir="auto">After a bug in my peertube-instance I stopped the App and tried to restart the app via repair menu section (PeerTube 4.2.2, v7.2.5 (Ubuntu 20.04.3 LTS)). The app stop stopped the redis as well, therefore the restart of the app failed (after manually restarting redis) the app is no more “found” by my cloudron instance even though it is successfully running:</p>
<p dir="auto">"You are seeing this page because the DNS record of ... is set to this server's IP but Cloudron has no app configured for this domain."</p>
<p dir="auto">After complete uninstalling and reinstalling the app under the same subdomain the error persists. How am I able to "cleanup" the subdomains at least...?</p>
<p dir="auto">After the app stop i found the following in the logs:</p>
<pre><code> npm ERR! path /app/code/server
Aug 19 18:54:24 npm ERR! command failed
Aug 19 18:54:24 npm ERR! signal SIGTERM
Aug 19 18:54:24 npm ERR! command sh -c node dist/server
Aug 19 18:54:24
Aug 19 18:53:25 Starting supervisor
Aug 19 18:53:26 2022-08-19 16:53:26,108 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
Aug 19 18:53:26 2022-08-19 16:53:26,108 INFO Included extra file "/etc/supervisor/conf.d/redis-service.conf" during parsing
Aug 19 18:53:26 2022-08-19 16:53:26,108 INFO Included extra file "/etc/supervisor/conf.d/redis.conf" during parsing
Aug 19 18:53:26 2022-08-19 16:53:26,113 INFO RPC interface 'supervisor' initialized
Aug 19 18:53:26 2022-08-19 16:53:26,113 CRIT Server 'inet_http_server' running without any HTTP authentication checking
Aug 19 18:53:26 2022-08-19 16:53:26,113 INFO RPC interface 'supervisor' initialized
Aug 19 18:53:26 2022-08-19 16:53:26,113 CRIT Server 'unix_http_server' running without any HTTP authentication checking
Aug 19 18:53:26 2022-08-19 16:53:26,113 INFO supervisord started with pid 1
Aug 19 18:53:27 2022-08-19 16:53:27,117 INFO spawned: 'redis' with pid 13
Aug 19 18:53:27 2022-08-19 16:53:27,120 INFO spawned: 'redis-service' with pid 14
Aug 19 18:53:27 13:C 19 Aug 2022 16:53:27.124 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
Aug 19 18:53:27 13:C 19 Aug 2022 16:53:27.124 # Redis version=5.0.7, bits=64, commit=00000000, modified=0, pid=13, just started
Aug 19 18:53:27 13:C 19 Aug 2022 16:53:27.124 # Configuration loaded
Aug 19 18:53:27 13:M 19 Aug 2022 16:53:27.125 * Running mode=standalone, port=6379.
Aug 19 18:53:27 13:M 19 Aug 2022 16:53:27.125 # Server initialized
Aug 19 18:53:27 13:M 19 Aug 2022 16:53:27.125 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
Aug 19 18:53:27 13:M 19 Aug 2022 16:53:27.125 * Ready to accept connections
Aug 19 18:53:27 Redis service endpoint listening on http://:::3000
Aug 19 18:53:28 2022-08-19 16:53:28,255 INFO success: redis entered RUNNING state, process has stayed up for &gt; than 1 seconds (startsecs)
Aug 19 18:53:28 2022-08-19 16:53:28,255 INFO success: redis-service entered RUNNING state, process has stayed up for &gt; than 1 seconds (startsecs)
Aug 19 18:53:40 [GET] /healthcheck
Aug 19 18:54:25 2022-08-19 16:54:25,223 WARN received SIGTERM indicating exit request
Aug 19 18:54:25 2022-08-19 16:54:25,224 INFO waiting for redis, redis-service to die
Aug 19 18:54:25 2022-08-19 16:54:25,226 INFO stopped: redis-service (terminated by SIGTERM)
Aug 19 18:54:25 13:signal-handler (1660928065) Received SIGTERM scheduling shutdown...
Aug 19 18:54:25 13:M 19 Aug 2022 16:54:25.314 # User requested shutdown...
Aug 19 18:54:25 13:M 19 Aug 2022 16:54:25.314 * Saving the final RDB snapshot before exiting.
Aug 19 18:54:25 13:M 19 Aug 2022 16:54:25.316 * DB saved on disk
Aug 19 18:54:25 13:M 19 Aug 2022 16:54:25.316 * Removing the pid file.
Aug 19 18:54:25 13:M 19 Aug 2022 16:54:25.316 # Redis is now ready to exit, bye bye...
Aug 19 18:54:25 2022-08-19 16:54:25,317 INFO stopped: redis (exit status 0)
</code></pre>
<p dir="auto">As you can see, the redis seems to abnormally stops after the npm SIGTERM (or does this work as designed?)…the restart seems to be not successful in restarting the redis service after that...</p>
]]></description><link>https://forum.cloudron.io/topic/7533/after-app-and-redis-stop-installation-no-more-found-by-cloudron</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 23:42:44 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7533.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Aug 2022 16:41:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to After App and Redis stop Installation no more found by cloudron on Tue, 23 Aug 2022 09:48:14 GMT]]></title><description><![CDATA[<p dir="auto">We have pushed a change to fix this for the next release: <a href="https://git.cloudron.io/cloudron/box/-/commit/84ca85b315f75870a94abd8fdf749b43f412f721" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/84ca85b315f75870a94abd8fdf749b43f412f721</a></p>
]]></description><link>https://forum.cloudron.io/post/52519</link><guid isPermaLink="true">https://forum.cloudron.io/post/52519</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 23 Aug 2022 09:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to After App and Redis stop Installation no more found by cloudron on Sat, 20 Aug 2022 11:01:05 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for reporting this, indeed I am able to reproduce this and we have to fix the start/stop/restart logic here.</p>
<p dir="auto">One workaround to get peertube working again is to start/stop the app and not using restart. I am not yet sure why it is this way but will investigate.</p>
]]></description><link>https://forum.cloudron.io/post/52402</link><guid isPermaLink="true">https://forum.cloudron.io/post/52402</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 20 Aug 2022 11:01:05 GMT</pubDate></item><item><title><![CDATA[Reply to After App and Redis stop Installation no more found by cloudron on Sat, 20 Aug 2022 10:37:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m-si" aria-label="Profile: m-si">@<bdi>m-si</bdi></a> said in <a href="/post/52388">After App and Redis stop Installation no more found by cloudron</a>:</p>
<blockquote>
<p dir="auto">youtube</p>
</blockquote>
<p dir="auto">you mean Peertube <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/52400</link><guid isPermaLink="true">https://forum.cloudron.io/post/52400</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Sat, 20 Aug 2022 10:37:58 GMT</pubDate></item><item><title><![CDATA[Reply to After App and Redis stop Installation no more found by cloudron on Sat, 20 Aug 2022 06:51:10 GMT]]></title><description><![CDATA[<p dir="auto">Update:</p>
<p dir="auto">Steps to reproduce:</p>
<ol>
<li>go to cloudron app store install peertube</li>
<li>wait untill peertube reaches state running.</li>
<li>stop peertube</li>
<li>go to section repair in cloudron peertube app</li>
<li>select "restart app" and restart app.</li>
<li>try visit your youtube instance</li>
</ol>
<p dir="auto">After step 5. redis is stopped as well (without manual restart ist produces a ton of errors like:</p>
<pre><code>2022-08-20T04:53:25.000Z [...:443] 2022-08-20 04:53:25.979 [32minfo[39m: Connecting to redis...
2022-08-20T04:53:26.000Z [...:443] 2022-08-20 04:53:26.007 [31merror[39m: Error in job queue activitypub-http-fetcher. {
2022-08-20T04:53:26.000Z "err": {
2022-08-20T04:53:26.000Z "stack": "Error: getaddrinfo ENOTFOUND redis-876aae5e-572c-45d1-b48e-5176ba2e62fe\n    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)",
2022-08-20T04:53:26.000Z "message": "getaddrinfo ENOTFOUND redis-876aae5e-572c-45d1-b48e-5176ba2e62fe",
2022-08-20T04:53:26.000Z "errno": -3008,
2022-08-20T04:53:26.000Z "code": "ENOTFOUND",
2022-08-20T04:53:26.000Z "syscall": "getaddrinfo",
2022-08-20T04:53:26.000Z "hostname": "redis-876aae5e-572c-45d1-b48e-5176ba2e62fe"
2022-08-20T04:53:26.000Z }
</code></pre>
<p dir="auto">and after step 6 one will see the following message:</p>
<pre><code>You are seeing this page because the DNS record of ... is set to this server's IP but Cloudron has no app configured for this domain.
</code></pre>
<p dir="auto">the message persists even after manually turning redis on and repeat steps 3. to 6.</p>
]]></description><link>https://forum.cloudron.io/post/52388</link><guid isPermaLink="true">https://forum.cloudron.io/post/52388</guid><dc:creator><![CDATA[m-si]]></dc:creator><pubDate>Sat, 20 Aug 2022 06:51:10 GMT</pubDate></item></channel></rss>