<?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=3894&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3894</link>
		<description><![CDATA[The most recent posts in Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED].]]></description>
		<lastBuildDate>Tue, 20 Oct 2020 21:57:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25395#p25395</link>
			<description><![CDATA[<p>It needs to look like this</p><div class="codebox"><pre><code>#autospawn=no</code></pre></div><p> I hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 20 Oct 2020 21:57:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25395#p25395</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25393#p25393</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Hmm, did you try rebooting?</p></div></blockquote></div><p>Yes I did.</p><div class="quotebox"><blockquote><div><p>You can kill it manually with:</p><div class="codebox"><pre><code># pkill pulseaudio</code></pre></div></div></blockquote></div><p>This kills pulseaudio, but the cmus is still working</p><div class="quotebox"><blockquote><div><p>I don&#039;t think it will restart automatically as long as the autospawn line in <span class="bbc">/etc/pulse/client.conf.d/00-disable-autospawn.conf</span></p></div></blockquote></div><p>Here below is autospawn.conf</p><div class="codebox"><pre><code>On linux systems, disable autospawn by default
# If you are not using systemd, comment out this line
autospawn=no</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kropsu)]]></author>
			<pubDate>Tue, 20 Oct 2020 20:21:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25393#p25393</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25392#p25392</link>
			<description><![CDATA[<p>Hmm, did you try rebooting? You can kill it manually with:</p><div class="codebox"><pre><code># pkill pulseaudio</code></pre></div><p>I don&#039;t think it will restart automatically as long as the autospawn line in <span class="bbc">/etc/pulse/client.conf.d/00-disable-autospawn.conf</span> is commented-out but it might be started by other programs such as Firefox or Chromium.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 20:06:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25392#p25392</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25391#p25391</link>
			<description><![CDATA[<p>I did run the command</p><div class="quotebox"><blockquote><div><p>sed -i &#039;/autospawn/s/#//g&#039; /etc/pulse/client.conf.d/00-disable-autospawn.conf</p></div></blockquote></div><p>but it did not stop the pulseaudio.</p><div class="codebox"><pre><code>mp@Kokeilukone-ThinkPad-T420:~$ pgrep -a pulse
2447 /usr/bin/pulseaudio --start --log-target=syslog</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kropsu)]]></author>
			<pubDate>Tue, 20 Oct 2020 20:01:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25391#p25391</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25390#p25390</link>
			<description><![CDATA[<p>Okay, thanks for the feedback <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>We could now try a diagnostic test: disable PulseAudio to see if that breaks <span class="bbc">cmus</span> again.</p><p>To stop PulseAudio from starting run this command as root:</p><div class="codebox"><pre><code>sed -i &#039;/autospawn/s/#//g&#039; /etc/pulse/client.conf.d/00-disable-autospawn.conf</code></pre></div><p>Then log out &amp; back in again, check if PulseAudio is disabled (the <span class="bbc">pgrep</span> command won&#039;t produce any output if PA isn&#039;t running) and then try to start <span class="bbc">cmus</span>.</p><p>To re-enable PulseAudio again after the test re-apply the comment to the <span class="bbc">autospawn</span> line by running this command as root:</p><div class="codebox"><pre><code>sed -i &#039;/autospawn/s/^/#/&#039; /etc/pulse/client.conf.d/00-disable-autospawn.conf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 19:29:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25390#p25390</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25389#p25389</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>So is PulseAudio running now? Use my <span class="bbc">pgrep</span> command to find out.</p></div></blockquote></div><div class="codebox"><pre><code>mp@Kokeilukone-ThinkPad-T420:~$ pgrep -a pulse
2329 /usr/bin/pulseaudio --start --log-target=syslog</code></pre></div><p>Yes I think it is.</p>]]></description>
			<author><![CDATA[dummy@example.com (kropsu)]]></author>
			<pubDate>Tue, 20 Oct 2020 19:15:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25389#p25389</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25386#p25386</link>
			<description><![CDATA[<div class="quotebox"><cite>kropsu wrote:</cite><blockquote><div><p>Maybe it was that pulseaudio</p></div></blockquote></div><p>So is PulseAudio running now? Use my <span class="bbc">pgrep</span> command to find out.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 17:57:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25386#p25386</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25379#p25379</link>
			<description><![CDATA[<div class="quotebox"><cite>kropsu wrote:</cite><blockquote><div><p>Everything is all good now.</p></div></blockquote></div><p>Good to know. But may be developers should know about this problem: an user run the program but get no messages at all.</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Tue, 20 Oct 2020 14:32:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25379#p25379</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25375#p25375</link>
			<description><![CDATA[<p>I don`t know what happened, but now the cmus is working.</p><p>Maybe it was that pulseaudio. </p><p>Thank You for the advices. Everything is all good now.</p>]]></description>
			<author><![CDATA[dummy@example.com (kropsu)]]></author>
			<pubDate>Tue, 20 Oct 2020 12:01:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25375#p25375</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25374#p25374</link>
			<description><![CDATA[<p>on beowulf i had to first fix pulseaudio , dont know if this sitll applies</p><p><a href="https://www.youtube.com/watch?v=USnRcLF7gUk" rel="nofollow">https://www.youtube.com/watch?v=USnRcLF7gUk</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Tue, 20 Oct 2020 11:51:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25374#p25374</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25370#p25370</link>
			<description><![CDATA[<div class="quotebox"><cite>kropsu wrote:</cite><blockquote><div><p>There was none output any of your suggestions.</p></div></blockquote></div><p>Of the four code blocks in my last post only the <span class="bbc">pgrep</span> command was expected to produce any output. If it did not produce any output then that means that PulseAudio is not running in your system, in that case the <span class="bbc">sed</span> command was intended to ensure that PulseAudio was started on the next login which may have got <span class="bbc">cmus</span> working. Unfortunately the last command string would then have broken it again if you ran that as well. Sorry but I was expecting you to read and attempt to understand my post rather than just running the commands blindly like a child accepting food from a proffered spoon...</p><p>So in summary if the <span class="bbc">pgrep</span> command now produces some output and you have a file at <span class="bbc">~/.cmus/rc</span> that contains the string <span class="bbc">set output_plugin=alsa</span> then you need to delete <span class="bbc">~/.cmus/rc</span> then log out &amp; back in again.</p><p>For the record the <span class="bbc">strace</span> command was expected to create a log file called <span class="bbc">strace.cmus</span> in whichever directory the command was run from.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 05:43:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25370#p25370</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25364#p25364</link>
			<description><![CDATA[<p>Hmmm...strange. Then again, I&#039;m a window manager user without much experience at all with MATE. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Perhaps a....</p><div class="codebox"><pre><code>apt install --reinstall cmus</code></pre></div><p>?</p><p>I don&#039;t know. Sorry.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 19 Oct 2020 21:35:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25364#p25364</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25363#p25363</link>
			<description><![CDATA[<p>For head_on_a_stick</p><p>There was none output any of your suggestions. I am wondering if my terminal is broken?</p><p>For MiyoLinux</p><p>I have tried several times to run cmus, by typing cmus on a terminal and hitting the enter, no luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (kropsu)]]></author>
			<pubDate>Mon, 19 Oct 2020 20:35:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25363#p25363</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25362#p25362</link>
			<description><![CDATA[<p>what i didd on powerpc probably or mac osx to compile it for newer version, you could always try that with help on github pages or wiki.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Mon, 19 Oct 2020 20:09:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25362#p25362</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cmus not starting on Devuan 3.0.0 Beowulf, Mate[ SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25361#p25361</link>
			<description><![CDATA[<p>cmus works perfectly for me in beowulf. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Have you tried just entering...</p><div class="codebox"><pre><code>cmus</code></pre></div><p>...in the terminal instead of...</p><div class="codebox"><pre><code>x-terminal-emulator -e cmus</code></pre></div><p>?</p><p>I only enter...</p><div class="codebox"><pre><code>cmus</code></pre></div><p>...and it works. However, if I enter...</p><div class="codebox"><pre><code>x-terminal-emulator -e cmus</code></pre></div><p>...as you&#039;ve shown, it opens another terminal window which does nothing, and promptly closes.</p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 19 Oct 2020 20:06:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25361#p25361</guid>
		</item>
	</channel>
</rss>
