<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6616&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] crontab has no effect]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6616</link>
		<description><![CDATA[The most recent posts in [SOLVED] crontab has no effect.]]></description>
		<lastBuildDate>Sat, 18 May 2024 20:45:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49976#p49976</link>
			<description><![CDATA[<p>OT: On my Devuan machines, the problems are always at the keyboard. Don&#039;t know why...</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sat, 18 May 2024 20:45:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49976#p49976</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49975#p49975</link>
			<description><![CDATA[<p>@ralph.ronnquist: Got it sorted and one of the reasons was the wrong syntax and, in the specific case of <strong>/usr/bin/mw-mailsync</strong>, the fact that a required script was missing. In most cases, the root of the problem can be found near the keyboard ;-) Thanks for the input, though.</p><p>@swanson: Thanks, now that I got my issues sorted I can enjoy my new environment.</p><p>The next tasks will be to install Daedalus on my remaining systems and dive deeper into the openrc sea.</p>]]></description>
			<author><![CDATA[dummy@example.com (dexter)]]></author>
			<pubDate>Sat, 18 May 2024 14:19:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49975#p49975</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49974#p49974</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Is this a PATH problem? (Non-root user typically lacks /sbin and /usr/sbin in PATH)</p></div></blockquote></div><p>Hmm. I&#039;ve only added one entry to my $PATH. Here is the result with that extra removed (under Daedalus):</p><div class="codebox"><pre><code>$ echo $PATH
/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Sat, 18 May 2024 14:15:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49974#p49974</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49973#p49973</link>
			<description><![CDATA[<p>OT: welcome Dexter! Devuan is great and you&#039;ve made a great choice!</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sat, 18 May 2024 12:52:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49973#p49973</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49972#p49972</link>
			<description><![CDATA[<p>First cabs off the rank would be:<br />1. Is this a PATH problem? (Non-root user typically lacks <span class="bbc">/sbin</span> and <span class="bbc">/usr/sbin</span> in PATH)<br />2. Or a problem due to that <span class="bbc">/bin/sh</span> is <span class="bbc">dash</span> rather than <span class="bbc">bash</span> ?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 18 May 2024 12:29:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49972#p49972</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] crontab has no effect]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49971#p49971</link>
			<description><![CDATA[<p>Hey everone,</p><p>today I&#039;ve installed Devuan for the 1st time using the <em>devuan_daedalus_5.0.1_amd64_netinstall.iso</em> ISO. The only selected software to install was <strong>standard system utilities</strong> and for the <strong>init system I selected openrc</strong>. It&#039;s btw the first time ever using a non systemd OS.</p><p>After the initial installation I logged in as root to install some essential packages like sudo, git, curl and make. Next I&#039;ve created a file in /etc/sudoers.d for my non-root-account.</p><p>Using the non-root-account I&#039;ve installed all remaining packages including my prefered window manager, spectrwm, and rebooted. Finally I&#039;ve created some entries in my crontab like:</p><p>*/15 * * * * /usr/bin/mw-mailsync</p><p>Sadly non of my cronjobs will take effect so I verified that the cron daemon is running via <strong>sudo rc-service cron status</strong> resulting in:</p><p><strong>cron is running</strong></p><p>And a <strong>pgrep cron</strong> results in:</p><p><strong>2116</strong></p><p>Following cron.log using <strong>sudo tail -f /var/log/cron.log</strong> confirms that my crontab entries will be executed:</p><p>2024-05-18T11:46:01.328023+02:00 hostname CRON[14006]: (my user) CMD (/usr/bin/mw-mailsync)</p><p>I&#039;m certainly suffering from some kind of brain fart at the moment and don&#039;t see the obvious problem, which is why I&#039;m turning to the swarm intelligence with confidence.</p><p>Thank you for your time and effort,<br />dexter</p>]]></description>
			<author><![CDATA[dummy@example.com (dexter)]]></author>
			<pubDate>Sat, 18 May 2024 11:53:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49971#p49971</guid>
		</item>
	</channel>
</rss>
