<?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[cloudron-syslog.service Failed]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">Just wanted to know if there was anything I can do.  Worst case I can just restore from backups.</p>
<p dir="auto">Had /home turn up in lost+found.  Spent some time restoring it.  Now though, cloudron-syslog will not start.</p>
<p dir="auto">Here's the systemctl status I am geting:</p>
<pre><code>* cloudron-syslog.service - Cloudron Syslog
     Loaded: loaded (/etc/systemd/system/cloudron-syslog.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Thu 2023-10-26 21:20:35 UTC; 1s ago
    Process: 43159 ExecStart=/home/yellowtent/box/syslog/service.js (code=exited, status=1/FAILURE)
   Main PID: 43159 (code=exited, status=1/FAILURE)

Oct 26 21:20:35 localhost systemd[1]: cloudron-syslog.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 21:20:35 localhost systemd[1]: cloudron-syslog.service: Failed with result 'exit-code'.
Oct 26 21:20:35 localhost systemd[1]: cloudron-syslog.service: Scheduled restart job, restart counter is at 5.
Oct 26 21:20:35 localhost systemd[1]: Stopped Cloudron Syslog.
Oct 26 21:20:35 localhost systemd[1]: cloudron-syslog.service: Start request repeated too quickly.
Oct 26 21:20:35 localhost systemd[1]: cloudron-syslog.service: Failed with result 'exit-code'.
Oct 26 21:20:35 localhost systemd[1]: Failed to start Cloudron Syslog.
</code></pre>
<p dir="auto">Just curious if anybody had some thoughts.</p>
]]></description><link>https://forum.cloudron.io/topic/10278/cloudron-syslog-service-failed</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 19:54:31 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10278.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Oct 2023 21:22:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 18:33:25 GMT]]></title><description><![CDATA[<p dir="auto">Hey all, reinstalled and then did a restore to fix things.  Had a few trouble with restore, but was able to work them out.  Also wrote a quick rsync command to take the emails from lost+found and restore them to their proper directories, so no emails lost :).</p>
]]></description><link>https://forum.cloudron.io/post/76185</link><guid isPermaLink="true">https://forum.cloudron.io/post/76185</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Fri, 27 Oct 2023 18:33:25 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 07:11:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thanks, I'll do this.</p>
]]></description><link>https://forum.cloudron.io/post/76122</link><guid isPermaLink="true">https://forum.cloudron.io/post/76122</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Fri, 27 Oct 2023 07:11:43 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 07:03:43 GMT]]></title><description><![CDATA[<p dir="auto">This looks like something seriously wrong with <code>/home/yellowtent/box</code> (the cloudron source code). It's like <code>npm install</code> was never done or something. Might be best to reinstall from scratch (I know you have ben reporting various disk issues, maybe something got messed up).</p>
]]></description><link>https://forum.cloudron.io/post/76121</link><guid isPermaLink="true">https://forum.cloudron.io/post/76121</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 27 Oct 2023 07:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 07:11:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Sure.</p>
<pre><code>Oct 27 06:56:48 localhost systemd[1]: Dependency failed for Cloudron Syslog.
Oct 27 06:56:48 localhost systemd[1]: cloudron-syslog.service: Job cloudron-syslog.service/start failed with result 'dependency'.
</code></pre>
<p dir="auto">Now, <code>node_modules</code> was missing from the <code>yellowtent/box</code> folder, so I just recently ran <code>npm install</code>, which should have reinstalled all of the <code>node_modules</code> inside of <code>yellowtent/box</code>.</p>
<p dir="auto"><code>journalctl</code> on the other hand is returning:</p>
<pre><code>Oct 27 06:34:46 localhost box.js[914671]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
Oct 27 06:34:46 localhost box.js[914671]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
Oct 27 06:34:46 localhost box.js[914671]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
Oct 27 06:34:46 localhost box.js[914671]:     at Module.require (node:internal/modules/cjs/loader:1057:19) {
Oct 27 06:34:46 localhost box.js[914671]:   code: 'MODULE_NOT_FOUND',
Oct 27 06:34:46 localhost box.js[914671]:   requireStack: [
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/database.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/addonconfigs.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/ldap.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/box.js'
Oct 27 06:34:46 localhost box.js[914671]:   ]
Oct 27 06:34:46 localhost box.js[914671]: }
Oct 27 06:34:46 localhost systemd[1]: box.service: Main process exited, code=exited, status=1/FAILURE
Oct 27 06:34:46 localhost systemd[1]: box.service: Failed with result 'exit-code'.
Oct 27 06:34:46 localhost systemd[1]: box.service: Scheduled restart job, restart counter is at 124907.
Oct 27 06:34:46 localhost systemd[1]: Stopped Cloudron Admin.
Oct 27 06:34:46 localhost systemd[1]: Started Cloudron Admin.
Oct 27 06:34:46 localhost box.js[914679]: node:internal/modules/cjs/loader:988
Oct 27 06:34:46 localhost box.js[914679]:   throw err;
Oct 27 06:34:46 localhost box.js[914679]:   ^
Oct 27 06:34:46 localhost box.js[914679]: Error: Cannot find module 'async'
Oct 27 06:34:46 localhost box.js[914679]: Require stack:
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/database.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/addonconfigs.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/ldap.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/box.js
Oct 27 06:34:46 localhost box.js[914679]:     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
Oct 27 06:34:46 localhost box.js[914679]:     at Function.Module._load (node:internal/modules/cjs/loader:833:27)
Oct 27 06:34:46 localhost box.js[914679]:     at Module.require (node:internal/modules/cjs/loader:1057:19)
Oct 27 06:34:46 localhost box.js[914679]:     at require (node:internal/modules/cjs/helpers:103:18)
Oct 27 06:34:46 localhost box.js[914679]:     at Object.&lt;anonymous&gt; (/home/yellowtent/box/src/database.js:16:13)
Oct 27 06:34:46 localhost box.js[914679]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
Oct 27 06:34:46 localhost box.js[914679]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
lines 1-34...skipping...
-- Logs begin at Fri 2023-10-27 06:34:46 UTC, end at Fri 2023-10-27 06:59:03 UTC. --
Oct 27 06:34:46 localhost box.js[914671]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
Oct 27 06:34:46 localhost box.js[914671]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
Oct 27 06:34:46 localhost box.js[914671]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
Oct 27 06:34:46 localhost box.js[914671]:     at Module.require (node:internal/modules/cjs/loader:1057:19) {
Oct 27 06:34:46 localhost box.js[914671]:   code: 'MODULE_NOT_FOUND',
Oct 27 06:34:46 localhost box.js[914671]:   requireStack: [
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/database.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/addonconfigs.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/src/ldap.js',
Oct 27 06:34:46 localhost box.js[914671]:     '/home/yellowtent/box/box.js'
Oct 27 06:34:46 localhost box.js[914671]:   ]
Oct 27 06:34:46 localhost box.js[914671]: }
Oct 27 06:34:46 localhost systemd[1]: box.service: Main process exited, code=exited, status=1/FAILURE
Oct 27 06:34:46 localhost systemd[1]: box.service: Failed with result 'exit-code'.
Oct 27 06:34:46 localhost systemd[1]: box.service: Scheduled restart job, restart counter is at 124907.
Oct 27 06:34:46 localhost systemd[1]: Stopped Cloudron Admin.
Oct 27 06:34:46 localhost systemd[1]: Started Cloudron Admin.
Oct 27 06:34:46 localhost box.js[914679]: node:internal/modules/cjs/loader:988
Oct 27 06:34:46 localhost box.js[914679]:   throw err;
Oct 27 06:34:46 localhost box.js[914679]:   ^
Oct 27 06:34:46 localhost box.js[914679]: Error: Cannot find module 'async'
Oct 27 06:34:46 localhost box.js[914679]: Require stack:
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/database.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/addonconfigs.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/src/ldap.js
Oct 27 06:34:46 localhost box.js[914679]: - /home/yellowtent/box/box.js
Oct 27 06:34:46 localhost box.js[914679]:     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
Oct 27 06:34:46 localhost box.js[914679]:     at Function.Module._load (node:internal/modules/cjs/loader:833:27)
Oct 27 06:34:46 localhost box.js[914679]:     at Module.require (node:internal/modules/cjs/loader:1057:19)
Oct 27 06:34:46 localhost box.js[914679]:     at require (node:internal/modules/cjs/helpers:103:18)
Oct 27 06:34:46 localhost box.js[914679]:     at Object.&lt;anonymous&gt; (/home/yellowtent/box/src/database.js:16:13)
Oct 27 06:34:46 localhost box.js[914679]:     at Module._compile (node:internal/modules/cjs/loader:1155:14)
Oct 27 06:34:46 localhost box.js[914679]:     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
Oct 27 06:34:46 localhost box.js[914679]:     at Module.load (node:internal/modules/cjs/loader:1033:32)
Oct 27 06:34:46 localhost box.js[914679]:     at Function.Module._load (node:internal/modules/cjs/loader:868:12)
Oct 27 06:34:46 localhost box.js[914679]:     at Module.require (node:internal/modules/cjs/loader:1057:19) {
Oct 27 06:34:46 localhost box.js[914679]:   code: 'MODULE_NOT_FOUND',
Oct 27 06:34:46 localhost box.js[914679]:   requireStack: [
Oct 27 06:34:46 localhost box.js[914679]:     '/home/yellowtent/box/src/database.js',
Oct 27 06:34:46 localhost box.js[914679]:     '/home/yellowtent/box/src/addonconfigs.js',
Oct 27 06:34:46 localhost box.js[914679]:     '/home/yellowtent/box/src/ldap.js',
Oct 27 06:34:46 localhost box.js[914679]:     '/home/yellowtent/box/box.js'
Oct 27 06:34:46 localhost box.js[914679]:   ]
Oct 27 06:34:46 localhost box.js[914679]: }
</code></pre>
<p dir="auto">When I go into <code>node_moudles</code> now, <code>async</code> is in there, so it's a bit surprising to me it is erroring out.  Not quite sure why yet.</p>
]]></description><link>https://forum.cloudron.io/post/76120</link><guid isPermaLink="true">https://forum.cloudron.io/post/76120</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Fri, 27 Oct 2023 07:11:23 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 06:51:59 GMT]]></title><description><![CDATA[<p dir="auto">Can you check the output of <code>journalctl -u cloudron-syslog</code> ?</p>
]]></description><link>https://forum.cloudron.io/post/76115</link><guid isPermaLink="true">https://forum.cloudron.io/post/76115</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 27 Oct 2023 06:51:59 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 06:51:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaelpope" aria-label="Profile: michaelpope">@<bdi>michaelpope</bdi></a> said in <a href="/post/76105">cloudron-syslog.service Failed</a>:</p>
<blockquote>
<p dir="auto">Another question... any easy way to figure out which version of Cloudron you had installed</p>
</blockquote>
<p dir="auto">The file <code>/home/yellowtent/box/VERSION</code> has it.</p>
]]></description><link>https://forum.cloudron.io/post/76114</link><guid isPermaLink="true">https://forum.cloudron.io/post/76114</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 27 Oct 2023 06:51:04 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 00:13:52 GMT]]></title><description><![CDATA[<p dir="auto">Another question... any easy way to figure out which version of Cloudron you had installed.  I have figured out what the error is, and it might be resolved by a npm install... but it might not as well... so I figured I'd just get another Cloudron running and copy over some of the missing files.</p>
]]></description><link>https://forum.cloudron.io/post/76105</link><guid isPermaLink="true">https://forum.cloudron.io/post/76105</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Fri, 27 Oct 2023 00:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Fri, 27 Oct 2023 00:14:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I'll consider doing this, but I haven't purchased support at this point (was going to on the sooner side, but hadn't yet), and so I think it would be poor form to ask them at this point.  I may do it later though.</p>
]]></description><link>https://forum.cloudron.io/post/76103</link><guid isPermaLink="true">https://forum.cloudron.io/post/76103</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Fri, 27 Oct 2023 00:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Thu, 26 Oct 2023 22:11:48 GMT]]></title><description><![CDATA[<p dir="auto">If a reboot doesn't bring it all back up, email support@ so they can take a look if it's recoverable.</p>
]]></description><link>https://forum.cloudron.io/post/76100</link><guid isPermaLink="true">https://forum.cloudron.io/post/76100</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 26 Oct 2023 22:11:48 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Thu, 26 Oct 2023 22:02:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I can't access the UI <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
]]></description><link>https://forum.cloudron.io/post/76099</link><guid isPermaLink="true">https://forum.cloudron.io/post/76099</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Thu, 26 Oct 2023 22:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Thu, 26 Oct 2023 21:59:57 GMT]]></title><description><![CDATA[<p dir="auto">check if any other services are down from the UI</p>
]]></description><link>https://forum.cloudron.io/post/76098</link><guid isPermaLink="true">https://forum.cloudron.io/post/76098</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 26 Oct 2023 21:59:57 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Thu, 26 Oct 2023 21:50:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> Nah, it was only about 50% full.</p>
]]></description><link>https://forum.cloudron.io/post/76097</link><guid isPermaLink="true">https://forum.cloudron.io/post/76097</guid><dc:creator><![CDATA[michaelpope]]></dc:creator><pubDate>Thu, 26 Oct 2023 21:50:55 GMT</pubDate></item><item><title><![CDATA[Reply to cloudron-syslog.service Failed on Thu, 26 Oct 2023 21:47:01 GMT]]></title><description><![CDATA[<p dir="auto">disk full?</p>
]]></description><link>https://forum.cloudron.io/post/76095</link><guid isPermaLink="true">https://forum.cloudron.io/post/76095</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 26 Oct 2023 21:47:01 GMT</pubDate></item></channel></rss>