<?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=6834&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] deb.devuan.org doesn't respond]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6834</link>
		<description><![CDATA[The most recent posts in [SOLVED] deb.devuan.org doesn't respond.]]></description>
		<lastBuildDate>Tue, 17 Sep 2024 14:14:15 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52252#p52252</link>
			<description><![CDATA[<p>i keep my /etc/resolv.conf from being changed by forcing it with /etc/NetworkManager/conf.d/90-dns-none.conf</p><p>here is the note to myself that i left in /etc/resolv.conf</p><div class="codebox"><pre><code># created file with sudo nano
# /etc/NetworkManager/conf.d/90-dns-none.conf
# with contents:
# [main]
# dns=none
# then check with command:
# sudo NetworkManager --print-config</code></pre></div><p>and the only active line in /etc/resolv.conf is &quot;nameserver 192.168.1.1&quot;</p><p>i don&#039;t remember where i found out about that particular solution but this link might be helpful to future thread visitors:</p><p><a href="https://www.networkmanager.dev/docs/api/latest/NetworkManager.html" rel="nofollow"> https://www.networkmanager.dev/docs/api/latest/NetworkManager.html</a></p><p>as always, your mileage may vary</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Tue, 17 Sep 2024 14:14:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52252#p52252</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52242#p52242</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>... something wrong. Well, there was: the provider&#039;s equipment.</p></div></blockquote></div><p>I don&#039;t think so.<br />For reasons I can only adscribe to syncronicity, serendipity, karma or just bad luck my box started behaving like yours.</p><p>This in spite of having set my fibre router to use <em>my</em> specific DNS.<br />ie: PiHole/Unbound in a VM running Devuan Chimaera.</p><p>Before that, it happened once every two weeks or so, when the fibre provider did a remote reset of the router, the result being the DNS1 and DNS2 settings being restored to their default IP addresses.</p><p>But, if my provider&#039;s router is set to use my own DNS (192.168.1.11) and <span class="bbc">NetworkManager</span>&#039;s settings are set to use <em>that very same</em> IP adress why in holy fuck&#039;s name is this POS <span class="bbc">NetworkManager</span> setting <span class="bbc">/etc/resolv.conf</span> to an IP address reflecting one of my fibre provider&#039;s DNS servers?&#160; &#160;</p><p>I found the answer <a href="https://unix.stackexchange.com/questions/421977/how-to-set-chattr-i-for-my-etc-resolv-conf#comment759233_421977" rel="nofollow">here</a>.</p><div class="quotebox"><cite>cas wrote:</cite><blockquote><div><p>It seems that every clueless moron who writes some half-arsed network management tool or script thinks that it is acceptable to blow away a hand-crafted /etc/resolv.conf and replace it with some garbage that only works in the imaginary fantasy-land of the author&#039;s imagination, not in the real world. If you don&#039;t want your /etc/resolv.conf being mangled by programs like systemd-resolved or network manager, then you need to either a) configure them to stop doing that, or b) stop using them. In your case, something (probably systemd-resolved) has replaced your /etc/resolv.conf with a symlink. –</p></div></blockquote></div><p>Unfortunately, I have not been able to make option a) work and b) needs <span class="bbc">WiCD</span> to get made into the Debian/Devuan repositories.<br />Other available options seem to be worse.</p><p>The author also (quite eloquently) said this:</p><div class="quotebox"><cite>cas wrote:</cite><blockquote><div><p>... said it before but apt-get purge is effective but unsatisfyingly inadequate, there should be a --kill-it-with-fire or --banish-to-hell option for miserable system-breaking junk like that. –</p></div></blockquote></div><p>I wholeheartedly agree with his opinion, <span class="bbc">NetworkManager</span> fits the description perfectly.</p><p>In short:<br />I tried all the solutions I found posted on line and (up to now) the <em>only</em> one that worked (jury still out) is the one posted by fsmithred <a href="https://dev1galaxy.org/viewtopic.php?pid=47932#p47932" rel="nofollow">here</a>.</p><p>But there&#039;s a twist.<br />As <span class="bbc">/etc/resolv.conf</span> is a <span class="bbu">symlink</span>, the right syntax to use is this:</p><div class="codebox"><pre><code>~$ sudo chattr -f +i /etc/resolv.conf</code></pre></div><p>Otherwise you get an error:</p><div class="codebox"><pre><code>~$ sudo chattr +i /etc/resolv.conf
--- snip ---
chattr: Operation not supported while reading flags on /etc/resolv.conf
~$ </code></pre></div><p>So now we know ...&#160; 8^°</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 17 Sep 2024 02:37:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52242#p52242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52221#p52221</link>
			<description><![CDATA[<p>Report from another place:<br />Now away from that nice place where I spent a week, and back home to my environment:<br />deb.devuan.org resolves as it is supposed to and everything works. Great.<br />Ping, apt update and Co. all do well.</p><p>The provider of that other place is the most widely used here in our country, and usually their networks just work. Sort of. But f you have a problem, don&#039;t try to get support, even paid-for support.<br />I was the unlucky one who had to use that unfortunate router/network with no access to whatever equipment of it.</p><p>So my first question was: is there something wrong. Well, there was: the provider&#039;s equipment.<br />And all of you were quick to confirm that deb.devuan.org works well.<br />Devuan is great and always was. As is the Devuan-community.</p><p>Thank you all for your suggestions. Lovely.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Mon, 16 Sep 2024 07:22:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52221#p52221</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52204#p52204</link>
			<description><![CDATA[<p>Which ISP is it? That at least tells other people in your country which ISP to avoid.</p><p>If you look through the admin screens on the router your ISP provided you might find one saying what IP address it queries (the router will at most cache DNS entries). Assuming it&#039;s at 1.2.3.4 (replace that with whatever it is) run the following:<br /><span class="bbc">host deb.devuan.org 192.168.1.1</span><br /><span class="bbc">host deb.devuan.org 1.2.3.4</span><br /><span class="bbc">host deb.devuan.org 1.1.1.1</span></p><p>If only the first fails your router is confused. Try power cycling it.<br />If the first two fail your ISP&#039;s DNS server is confused.<br />If the last one fails something very strange is going on.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sat, 14 Sep 2024 15:56:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52204#p52204</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52192#p52192</link>
			<description><![CDATA[<p>@chris2be8<br />Thank you for your suggestion.<br />The problem is: to check with this ISP is absolutely hopeless.<br />I would waste my time with them.<br />I will tell how it works in other places, next week.<br />Have a nice weekend. André</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Sat, 14 Sep 2024 07:44:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52192#p52192</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52181#p52181</link>
			<description><![CDATA[<p>It sound as if your next step is to ask your ISP to investigate.</p><p>As an aside, <span class="bbc">host</span> accepts a 3rd parameter, the IP address of the DNS server it should query. So you could try <span class="bbc">host deb.devuan.org 1.1.1.1</span> to see what Cloudflare&#039;s DNS server would return. It&#039;s quicker than temporarily changing /etc/resolv.conf.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 13 Sep 2024 16:09:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52181#p52181</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52179#p52179</link>
			<description><![CDATA[<p>@Altoid<br />I temporarily disabled the NetworkManager to acquire the DNS address from the local DHCP server, and set the nameserver to 8.8.8.8, as you requested.<br />After restarting the network-manager, for the first time deb.devuan.org was resolved by a ping request! Thanks a lot!</p><p>Now I reset the default Network-Manager configuration, and deb.devuan.org is not resolved again.<br />That proves that nothing is wrong with deb.devuan.org, nor with my workstation.</p><p>The local ISP provides the DNS service by the means of that cable-modem box, and the culprit really is the ISP.<br />Just as a side note: deb.debian.org was always resolved correctly by ping queries.</p><p>That concludes the matter and I thank you all for your hints and kind suggestions.<br />I will close the case.<br />Have a great weekend! with or without snow ;-)<br />André</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Fri, 13 Sep 2024 13:11:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52179#p52179</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52177#p52177</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>NetworkManager resets the resolv.conf file ...</p></div></blockquote></div><p>Quite so.</p><div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>... the ISP&#039;s problem.</p></div></blockquote></div><p>No.<br />It is the <em>default</em> behaviour for NetworkManager.&#160; 8^°</p><div class="quotebox"><cite>man networkmanager.conf wrote:</cite><blockquote><div><p>--- snip ---<br />dns<br />&#160; &#160; &#160; &#160;Set the DNS (resolv.conf) processing mode.</p><p>&#160; &#160; &#160; &#160;default: The default if the key is not specified. NetworkManager will update<br />&#160; &#160; &#160; &#160;resolv.conf to reflect the nameservers provided by currently active connections.</p><p>&#160; &#160; &#160; &#160;dnsmasq: NetworkManager will run dnsmasq as a local caching nameserver, using a &quot;split<br />&#160; &#160; &#160; &#160;DNS&quot; configuration if you are connected to a VPN, and then update resolv.conf to point<br />&#160; &#160; &#160; &#160;to the local nameserver.</p><p>&#160; &#160; &#160; &#160;none: NetworkManager will not modify resolv.conf.<br />--- snip ---</p></div></blockquote></div><p><a href="https://people.freedesktop.org/~lkundrak/nm-docs/NetworkManager.conf.html" rel="nofollow">https://people.freedesktop.org/~lkundra … .conf.html</a></p><p>See these two posts for a solution:</p><p><a href="https://dev1galaxy.org/viewtopic.php?pid=47932#p47932" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=47932#p47932</a><br />and<br /><a href="https://stackoverflow.com/questions/51784208/stop-network-manager-from-updating-resolv-conf" rel="nofollow">https://stackoverflow.com/questions/517 … esolv-conf</a></p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 13 Sep 2024 11:57:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52177#p52177</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52168#p52168</link>
			<description><![CDATA[<p>@altoid, @chris2be8<br />These tests don&#039;t change the result. NetworkManager resets the resolv.conf file to the old value at restart.<br />It must be the ISP&#039;s problem. I&#039;m actually on holiday, hence at another location.</p><p>No further analysis is required. I will report back next week.<br />Thank you all, greetings, Andre</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Thu, 12 Sep 2024 22:43:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52168#p52168</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52165#p52165</link>
			<description><![CDATA[<p>Other options: if &quot;not responding&quot; shows again, check <a href="https://downdetector.com/status/googlepublicdns" rel="nofollow">https://downdetector.com/status/googlepublicdns</a>, or try Cloudflare (1.1.1.1/1.0.0.1) to see if another DNS has same/different results.</p>]]></description>
			<author><![CDATA[dummy@example.com (fanderal)]]></author>
			<pubDate>Thu, 12 Sep 2024 20:08:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52165#p52165</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52161#p52161</link>
			<description><![CDATA[<p>Hello:</p><div class="codebox"><pre><code>~$ cat /etc/resolv.conf 
# Generated by NetworkManager
search home
nameserver 192.168.1.1
nameserver 2a02:1210:3236:f500:a2b5:49ff:feb7:9ea0
~$ </code></pre></div><p>Right ...<br />Let&#039;s try something.</p><p>As <span class="bbc">sudo</span>, please edit <span class="bbc">resolv.conf</span> so that it ends up like this:</p><div class="codebox"><pre><code>~$ cat /etc/resolv.conf 
# Generated by NetworkManager
# search home
#
nameserver 8.8.8.8
nameserver 8.8.4.4
#
# nameserver 192.168.1.1
# nameserver 2a02:1210:3236:f500:a2b5:49ff:feb7:9ea0
~$ </code></pre></div><p>Save the file, reboot and see if your problem is still there.<br />If things work, now you know that you have some DNS configuration problem.</p><p>TL;DR<br /><span class="bbc">192.168.1.1</span> is (most probably) a/your router&#039;s IP address.<br /><span class="bbc">2a02:1210:3236:f500:a2b5:49ff:feb7:9ea0</span> <em>is</em> a valid IPv6 address but I cannot say what it belongs to, maybe the router also.</p><p>You can check it here: <a href="http://sqa.fyicenter.com/1000334_IPv6_Address_Validator.htm" rel="nofollow">http://sqa.fyicenter.com/1000334_IPv6_A … idator.htm</a></p><p>By editing <span class="bbc">resolv.conf</span> you will have set Google&#039;s DNS servers as nameservers for your box and things <em>should</em> work as expected now.<br />Bear in mind that Google&#039;s DNS servers are not the only ones you can use, you can also use your service provider&#039;s DNS servers or freely available public DNS servers.</p><p>Let us know how you fared with this.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 12 Sep 2024 16:24:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52161#p52161</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52160#p52160</link>
			<description><![CDATA[<p>The first things I&#039;d try would be <span class="bbc">ping -c 1 deb.devuan.org</span> and <span class="bbc">ping -c 1 deb.rr.devuan.org</span><br />If the first fails and the second works the I&#039;d try <span class="bbc">host -v deb.devuan.org</span> which gives more details of how the DNS query works. But I&#039;d be reaching the limit of my knowledge of DNS trying to work out why the one fails and the other works.</p><p>Other questions are which country are you in and which ISP do you use (I&#039;m assuming you are doing this from home)? It might be ISP specific.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Thu, 12 Sep 2024 16:21:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52160#p52160</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52159#p52159</link>
			<description><![CDATA[<p>Sure:</p><div class="codebox"><pre><code>andre@yokohama:~$ cat /etc/resolv.conf 
# Generated by NetworkManager
search home
nameserver 192.168.1.1
nameserver XXXX.XXXX.XXXX.XXXX.XXXX.XXXX.XXXX
andre@yokohama:~$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Thu, 12 Sep 2024 15:43:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52159#p52159</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52157#p52157</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>traceroute never responds ...</p></div></blockquote></div><p>Hmm ...<br />Could you please post the output of:</p><div class="codebox"><pre><code>$ cat /etc/resolv.conf</code></pre></div><p>Thanks.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 12 Sep 2024 14:45:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52157#p52157</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] deb.devuan.org doesn't respond]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52156#p52156</link>
			<description><![CDATA[<p>nslookup shows:</p><div class="codebox"><pre class="vscroll"><code>andre@yokohama:~$ nslookup deb.devuan.org
Server:		192.168.1.1
Address:	192.168.1.1#53

Non-authoritative answer:
deb.devuan.org	canonical name = deb.rr.devuan.org.
Name:	deb.rr.devuan.org
Address: 190.64.49.124
Name:	deb.rr.devuan.org
Address: 160.16.137.156
Name:	deb.rr.devuan.org
Address: 185.178.192.43
Name:	deb.rr.devuan.org
Address: 198.58.118.8
Name:	deb.rr.devuan.org
Address: 125.228.189.120
Name:	deb.rr.devuan.org
Address: 94.16.114.15
Name:	deb.rr.devuan.org
Address: 185.236.240.103
Name:	deb.rr.devuan.org
Address: 106.178.112.231
Name:	deb.rr.devuan.org
Address: 5.161.180.234
Name:	deb.rr.devuan.org
Address: 67.219.104.166
Name:	deb.rr.devuan.org
Address: 202.61.197.17
Name:	deb.rr.devuan.org
Address: 185.183.113.131
Name:	deb.rr.devuan.org
Address: 131.188.12.211
Name:	deb.rr.devuan.org
Address: 147.78.194.22
Name:	deb.rr.devuan.org
Address: 195.85.215.180
Name:	deb.rr.devuan.org
Address: 103.146.168.12
Name:	deb.rr.devuan.org
Address: 95.216.15.86
Name:	deb.rr.devuan.org
Address: 200.236.31.1
Name:	deb.rr.devuan.org
Address: 46.4.50.2
Name:	deb.rr.devuan.org
Address: 130.225.254.116
Name:	deb.rr.devuan.org
Address: 141.84.43.19
Name:	deb.rr.devuan.org
Address: 2a01:4f9:2a:fa9::2
Name:	deb.rr.devuan.org
Address: 2801:82:80ff:8000::2
Name:	deb.rr.devuan.org
Address: 2a01:4f8:140:1102:2b76:955d:b48f:bdf3
Name:	deb.rr.devuan.org
Address: 2001:878:346::116
Name:	deb.rr.devuan.org
Address: 2001:4ca0:4300::1:19
Name:	deb.rr.devuan.org
Address: 2800:a8:c001::a
Name:	deb.rr.devuan.org
Address: 2001:e42:102:1704:160:16:137:156
Name:	deb.rr.devuan.org
Address: 2a03:4000:28:24c::
Name:	deb.rr.devuan.org
Address: 2a0d:eb00:8006::acab
Name:	deb.rr.devuan.org
Address: 240b:10:f00:1b00::240
Name:	deb.rr.devuan.org
Address: 2a01:4ff:f0:dd3a::1
Name:	deb.rr.devuan.org
Address: 2401:c080:2000:229e:4b70:fe82:36ed:f788
Name:	deb.rr.devuan.org
Address: 2a03:4000:59:123:68cc:97ff:fee1:c81
Name:	deb.rr.devuan.org
Address: 2001:638:a000:1021:21::1
Name:	deb.rr.devuan.org
Address: 2a0a:e5c0:10:3::6eeb
Name:	deb.rr.devuan.org
Address: 2a01:9e40::180
Name:	deb.rr.devuan.org
Address: 2407:b6c0::12

andre@yokohama:~$</code></pre></div><p>traceroute never responds:</p><div class="codebox"><pre><code>andre@yokohama:~$ traceroute deb.devuan.org</code></pre></div><p>As I wrote: every address responds well with the only exception of <strong>deb.org.devuan</strong>.<br />I can live with the situation, but I will try again next weekend when I will be at another place, physically.<br />Then I will report back. Thanks to you all for your good will.</p><p>Oh, after a long while traceroute came back with some answer:</p><div class="codebox"><pre><code>andre@yokohama:~$ traceroute deb.devuan.org
deb.devuan.org: Name or service not known
Cannot handle &quot;host&quot; cmdline arg `deb.devuan.org&#039; on position 1 (argc 1)
andre@yokohama:~$ </code></pre></div><p>funny, isn&#039;t it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Thu, 12 Sep 2024 12:54:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52156#p52156</guid>
		</item>
	</channel>
</rss>
