<?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=7240&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Printer suddenly stopped working recently]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7240</link>
		<description><![CDATA[The most recent posts in Printer suddenly stopped working recently.]]></description>
		<lastBuildDate>Sat, 29 Nov 2025 12:00:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60204#p60204</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Yes it is in Debian as expected and it is intended for use in containers running on systemd hosts.</p></div></blockquote></div><p>I see, that explains why it got confused running on a Devuan system!</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Sat, 29 Nov 2025 12:00:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60204#p60204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60203#p60203</link>
			<description><![CDATA[<div class="codebox"><pre><code>~# apt-cache show systemctl</code></pre></div><div class="quotebox"><blockquote><div><p>Package: systemctl<br />Version: 1.4.4181-1.1<br />Installed-Size: 272<br />Maintainer: Dmitry Smirnov &lt;onlyjob@debian.org&gt;<br />Architecture: all<br />Depends: python3:any<br />Conflicts: systemd<br />Homepage: <a href="https://github.com/gdraheim/docker-systemctl-replacement" rel="nofollow">https://github.com/gdraheim/docker-syst … eplacement</a><br />Recommends: procps<br />Description-en: daemonless &quot;systemctl&quot; command to manage services without systemd<br /> &quot;systemctl&quot; is a replacement command to control system daemons without<br /> systemd. &quot;systemctl&quot; is useful in <strong>application containers</strong> where systemd is<br /> not available to start/stop services.<br /> .<br /> This script can also be run as init of an application container (i.e. the<br /> main &quot;CMD&quot; on PID 1) where it will automatically bring up all enabled<br /> services in the &quot;multi-user.target&quot; and where it will reap all zombies<br /> from background processes in the container. When stopping such a container<br /> it will also bring down all configured services correctly before exit.<br />Description-md5: 365260d0ce4d4a9f51b3dc0038b375bf<br />Source: docker-systemctl-replacement<br />Suggests: tini | dumb-init<br />Section: admin<br />Priority: optional<br />Filename: pool/<strong>DEBIAN</strong>/main/d/docker-systemctl-replacement/systemctl_1.4.4181-1.1_all.deb<br />Size: 79836<br />MD5sum: 138f9860d5276ba1830533e8829761e2<br />SHA256: 9538e028d11a96e1e9294b8542bb36884bd2e27c202b2fab00369031cda7df8f</p></div></blockquote></div><p>Yes it is in Debian as expected and it is intended for use in containers running on systemd hosts.</p>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Sat, 29 Nov 2025 11:50:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60203#p60203</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60202#p60202</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>But systemctl is in the repositories</p></div></blockquote></div><p>Interesting, I wasn&#039;t aware of that. It only needs Python, so I went ahead and installed it. Let&#039;s see what it does...</p><div class="codebox"><pre><code>$ systemctl status ssh
/usr/bin/systemctl:1541: SyntaxWarning: invalid escape sequence &#039;\w&#039;
  expanded = re.sub(&quot;[$](\w+)&quot;, lambda m: get_env1(m), cmd.replace(&quot;\\\n&quot;,&quot;&quot;))
/usr/bin/systemctl:1543: SyntaxWarning: invalid escape sequence &#039;\w&#039;
  new_text = re.sub(&quot;[$][{](\w+)[}]&quot;, lambda m: get_env2(m), expanded)
/usr/bin/systemctl:1628: SyntaxWarning: invalid escape sequence &#039;\w&#039;
  cmd3 = re.sub(&quot;[$](\w+)&quot;, lambda m: get_env1(m), cmd2)
/usr/bin/systemctl:1631: SyntaxWarning: invalid escape sequence &#039;\w&#039;
  newcmd += [ re.sub(&quot;[$][{](\w+)[}]&quot;, lambda m: get_env2(m), part) ]
ssh.service - OpenBSD Secure Shell server
    Loaded: loaded (/usr/lib/systemd/system/ssh.service, enabled)
    Active: inactive (dead)</code></pre></div><p>Well, <em>something</em> happened! That part at the end appears <em>similar</em> to authentic <span class="bbc">systemctl</span> output, but it&#039;s not correct. <span class="bbc">sshd</span> was active, and the system had live clients connected when I ran this. Something also clearly went very wrong with those regexes.</p>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Sat, 29 Nov 2025 11:32:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60202#p60202</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60149#p60149</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Duke Nukem wrote:</cite><blockquote><div><p>... described as &quot;daemonless &quot;systemctl&quot; command to manage services without systemd&quot;.</p></div></blockquote></div><p>Yes, it is a <em>systemd</em> tool sanitised by our devs/packagers to work, like it says, without <span class="bbc">systemd</span>.</p><p>But as Devuan does not use <span class="bbc">systemd</span>, the tool used to manage* services is <span class="bbc">service</span>.<br />* ie: start, stop, status, restart and others.</p><p>It a <span class="bbu">native</span> and time proven, easy to use Linux tool.<br />Knowing how to use it is important.</p><p>See <a href="https://linux.die.net/man/8/service" rel="nofollow">here</a> for a hint.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 27 Nov 2025 12:12:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60149#p60149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60148#p60148</link>
			<description><![CDATA[<p>@stultumanto wrote :</p><div class="quotebox"><blockquote><div><p>keep in mind Devuan doesn&#039;t have systemd, and therefore doesn&#039;t use systemctl</p></div></blockquote></div><p>But systemctl is in the repositories and is described as &quot;daemonless &quot;systemctl&quot; command to manage services without systemd&quot;.<br />I must admit I don&#039;t know much about how daemons work.</p>]]></description>
			<author><![CDATA[dummy@example.com (Duke Nukem)]]></author>
			<pubDate>Thu, 27 Nov 2025 11:12:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60148#p60148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60129#p60129</link>
			<description><![CDATA[<p>zou could try</p><div class="codebox"><pre><code>sudo apt remove ipp-usb</code></pre></div><p>this one has been helped a lot of times;<br />but it magically comes back to interrupt printing locally on my epson ecotank.</p><p><a href="https://epson.com/Support/wa00821?utm_source=&amp;utm_medium=van&amp;utm_term=&amp;utm_content=&amp;utm_campaign=us-linux-us" rel="nofollow">https://epson.com/Support/wa00821?utm_s … s-linux-us</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 26 Nov 2025 15:53:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60129#p60129</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60124#p60124</link>
			<description><![CDATA[<div class="codebox"><pre><code>systemctl restart cups-browsed</code></pre></div><p>I&#039;m not currently running cups on any of my systems, but keep in mind Devuan doesn&#039;t have systemd, and therefore doesn&#039;t use <span class="bbc">systemctl</span>. You&#039;re probably going to want something more like this: </p><div class="codebox"><pre><code>service cups-browsed restart</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (stultumanto)]]></author>
			<pubDate>Wed, 26 Nov 2025 11:46:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60124#p60124</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60122#p60122</link>
			<description><![CDATA[<p>This behaviour has been reported for some years across all distros and seems to be a bug in <em>cups-browsed</em>. I found that every few print jobs it would would come up with the &quot;<em>No destination host name ..</em>&quot; message. <em>cups-browsed</em> is a daemon that automatically finds printers on a network and seems to need to do this each time you print (instead of remembering anything). It fails to do so if it (or Cups itself) considers that the printer is &quot;Paused&quot;, even though there is no reason for it to be. I found that unpausing the printer in the Cups control panel does not solve it - it goes back to &quot;Paused&quot; when I try again to print.</p><p>Maybe you can uninstall <em>cups-browsed</em> if your printer is directly attached to your PC, which is perhaps why some people have solved it by simply uninstalling it, but that didn&#039;t work for me on a network. Some have said you can uninstall <em>cups-browsed</em> as long as you arrange Cups to use the printer&#039;s fixed network address, by editing the Cups config files, but I&#039;ve never tried that.</p><p>What works for me is restarting <em>cups-browsed</em>&#160; : </p><div class="codebox"><pre><code>systemctl restart cups-browsed</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Duke Nukem)]]></author>
			<pubDate>Wed, 26 Nov 2025 10:15:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60122#p60122</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56055#p56055</link>
			<description><![CDATA[<p>I can see a lot of reading to do...</p><p>In Cups, on the admin page for an unprinted job I get this message:<br />&quot;No destination host name supplied by cups-browsed for printer &quot;EPSON_WF_5190_Series&quot;, is cups-browsed running?&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike-thinky)]]></author>
			<pubDate>Mon, 09 Jun 2025 22:00:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56055#p56055</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56054#p56054</link>
			<description><![CDATA[<p>If you google &quot;No suitable destination host found by cups-browsed,&quot; you get:<br />&quot;SOLVED: no suitable destination host found by cups-browsed&quot;<br />_https://forums.linuxmint.com/viewtopic.php?t=380704<br />“No suitable Destination Host found by cups-browsed”<br />_https://askubuntu.com/questions/1128164/no-suitable-destination-host-found-by-cups-browsed<br />and a lot of similar links</p><p>Possible solutions:</p><div class="quotebox"><blockquote><div><div class="codebox"><pre><code>apt purge cups-browsed</code></pre></div><p>_https://forums.linuxmint.com/viewtopic.php?t=380704</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>First: uninstall cups-browsed</p><div class="codebox"><pre><code>sudo apt-get purge --autoremove cups-browsed</code></pre></div><p>Next: Restart your computer</p><p>Finally manually add your printer<br />_https://askubuntu.com/a/1128869</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 09 Jun 2025 21:06:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56054#p56054</guid>
		</item>
		<item>
			<title><![CDATA[Re: Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56049#p56049</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Mike-thinky wrote:</cite><blockquote><div><p>... printer used to work, but has recently refused to print.</p></div></blockquote></div><p>For lack of a better reply, I&#039;d say that what you have is a very specific CUPS issue.</p><div class="quotebox"><cite>Mike-thinky wrote:</cite><blockquote><div><p>... suggestions to track down and fix this?</p></div></blockquote></div><p>Unfortunately, Apple Corp. has blocked all acess to the huge source of data/information that were the CUPS archives.</p><p>That said, there is are new lists set up by the chap who wrote CUPS:</p><p>See here for general instructions:<br /><a href="https://subspace.kernel.org/subscribing.html" rel="nofollow">https://subspace.kernel.org/subscribing.html</a></p><p>See here for specific CUPS lists instructions:<br /><a href="https://subspace.kernel.org/lists.linux.dev.html" rel="nofollow">https://subspace.kernel.org/lists.linux.dev.html</a></p><p>For printing-architecture<br />subscribe&#160; &#160; &#160; &#160;printing-architecture+subscribe@lists.linux.dev&#160; &#160; <br />unsubscribe&#160; &#160;printing-architecture+unsubscribe@lists.linux.dev<br />posting&#160; &#160;&#160; &#160; &#160; &#160;printing-architecture@lists.linux.dev<br />archive&#160; &#160;&#160; &#160; &#160; &#160;<a href="https://lore.kernel.org/printing-architecture/" rel="nofollow">https://lore.kernel.org/printing-architecture/</a></p><p>For printing-users<br />subscribe&#160; &#160; &#160; printing-users+subscribe@lists.linux.dev<br />unsubscribe&#160; printing-users+unsubscribe@lists.linux.dev<br />posting&#160; &#160; &#160; &#160; &#160; printing-users@lists.linux.dev<br />archive&#160; &#160; &#160; &#160; &#160; <a href="https://lore.kernel.org/printing-users/" rel="nofollow">https://lore.kernel.org/printing-users/</a></p><p>The background to all this hassle, more specifically, the archives at <a href="https://lists.cups.org/pipermail/cups/" rel="nofollow">https://lists.cups.org/pipermail/cups/</a>:</p><p>Up to (at least) May last year, the archive was accessible to anyone, suscribed or not.<br />Those suscribed to the list could post to all list members by sending mail to cups@cups.org<br />Just like most standard issue mailing lists ...</p><p>Some time ago I needed to look up something and found that attempting to access the archives <br />returned a *403 Forbidden* page.</p><p>A mail to cups-owner@cups org got me this reply: <br />---<br />More recent cups related stuff can be found at openprinting.org.<br />When apple bought cups, those lists went to their servers.<br />Mike quietly left apple years ago, and it appears that apple has removed the lists.<br />They own &quot;cups&quot;. So Mike had to make a new name.<br />---<br />&#039;Mike&#039; obviously refers to Michael Sweet who left Apple in December 2019.</p><p>Unfortunately, a further email asking for more information went unanswered.<br />Bad vibes ...</p><p>It seems that I can still post to the list (ie: email does not bounce) <em>and</em> I receive other people&#039;s <br />posts containing replies so the list works, but <span class="bbu">the thread is not accessible</span>.</p><p>I then posted to the OpenPrinting GitHub page asking about this and right away received a <br />reply from M.R. Sweet himself:</p><p><a href="https://github.com/OpenPrinting/cups/discussions/1237" rel="nofollow">https://github.com/OpenPrinting/cups/discussions/1237</a></p><p>---<br />Unfortunately, lists.cups.org is an Apple-managed site and we have no control over its <br />contents or configuration...<br />The printing-users and printing-architecture lists on kernel.org are the current place for <br />discussing printing-related issues.<br />---</p><p>The thing is that all this went down without *any* notice sent to the list and the wealth of information that made up the archives are, thanks to the assholes at Apple Corp., lost to any and everyone who ever posted anything there.</p><p>The first example of such shitty behaviour came from yet another well known corporation (Oracle): after taking over Sun Microsystems, they blocked all access (mailing lists and downlaods) to anyone without a <em>$ervice</em> contract.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 09 Jun 2025 17:11:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56049#p56049</guid>
		</item>
		<item>
			<title><![CDATA[Printer suddenly stopped working recently]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56040#p56040</link>
			<description><![CDATA[<p>Hi, as title printer used to work, but has recently refused to print.<br />Error messages in /var/log/cups/error_log:<br />W [07/Nov/2024:11:17:58 +0000] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \&#039;EPSON_WF_5190_Series-Gray..\&#039; already exist<br />...<br />W [07/Nov/2024:11:17:58 +0000] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \&#039;EPSON_WF_5190_Series-Gray..\&#039; already exist<br />...<br />W [15/Jan/2025:10:27:21 +0000] [Job 2] /var/spool/cups/d00002-001 (object 3 0, offset 11412): dictionary has duplicated key /x29; last occurrence overrides earlier ones<br />...<br />W [11/May/2025:16:59:05 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \&#039;EPSON_WF_5190_Series-DeviceN..\&#039; already exists<br />...<br />E [14/May/2025:13:10:44 +0100] [Job 16] No suitable destination host found by cups-browsed.<br />W [14/May/2025:13:10:44 +0100] [Job 16] Backend returned status 6 (retry job later)<br />...<br />D [14/May/2025:13:36:26 +0100] [Job 16] Read cups-browsed-dest-printer option: \&quot;18 NO_DEST_FOUND\&quot;<br />...E [09/Jun/2025:13:45:55 +0100] [Job 20] No destination host name supplied by cups-browsed for printer \&quot;EPSON_WF_5190_Series\&quot;, is cups-browsed running?<br />W [09/Jun/2025:13:45:55 +0100] [Job 20] Backend returned status 4 (stop printer)</p><p>There are others in the logs, but lots of duplicate messages</p><p>Any suggestions to track down and fix this?<br />It may be I have been bitten by the cups updates?</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike-thinky)]]></author>
			<pubDate>Mon, 09 Jun 2025 14:06:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56040#p56040</guid>
		</item>
	</channel>
</rss>
