<?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=1111&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / reportbug]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1111</link>
		<description><![CDATA[The most recent posts in reportbug.]]></description>
		<lastBuildDate>Tue, 04 Jul 2017 20:33:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: reportbug]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=3127#p3127</link>
			<description><![CDATA[<p>I proceeded to install tinyproxy, and reran:<br />&#160; HTTP_PROXY=http://127.0.0.1:8888/ reportbug slim</p><p>Well, it seems likely that the HTTP_PROXY is there to help in downloading the search for bugs against the package, and not to submit the bug.&#160; Whether or not the proxy is defined, it cannot communicate with Devuan BTS.</p><p>[ Question: does it really mean Devuan BTS, or Debian BTS? ]</p><p>Okay, get past that.&#160; I want to continue.</p><p>So, I can compile a bug report after all.&#160; Do my typing practice, and try to submit.&#160; So here we are, some random site on the Internet trying to connect to the SMTP port at bugs.devuan.org, and we get 550 - relay not permitted.</p><p>Which is kind of what I thought would happen.</p><p>I now have a file sitting in /tmp on a machine not configured to send email.&#160; And if I reboot the computer, I probably find that file has disappeared (cleanup in boot process).&#160; So, if I want to submit the report, I need to transfer that file to a machine which is configured to send email.&#160; (Properly.)&#160; </p><p>Earlier today, I happened across a transcript of an &quot;IRC chat&quot; (?) between a few people at Debian, back in 2010 I believe.&#160; About problems with reportbug.&#160; I didn&#039;t read the entire transcript, but by and large the problems listed are still problems today.&#160; And things like the man pages being opaque to novice users&#160; is part of this.&#160; The transcript sort of had a target of setting up a web based bug submission process.</p><p>Let&#039;s say we have a PC with a new install of Devuan on it, and reportbug is configured to send reports somewhere.&#160; If it cannot send SMTP (because it is some random site on the Internet, and not a real MTA or SMTP that the receiving site can trust), is there some way to still submit the report?</p><p>In my situation, I have an account here at Devuan (I was registered in a now defunct mailing list at one time as well).&#160; What if we have a daemon on the devuan.org side, which can accept bug reports?&#160; Reportbug on our end connects to the daemon, and sends a user string that is registered at Devuan.&#160; The user string and password are concatenated, and used to encrypt the message from reportbug.&#160; (At the moment, I don&#039;t happen to have my password, I let the darned web browser memorize it.&#160; But there is a mechanism in place for me to relearn my password, possibly by resetting it.)&#160; If the daemon looks up the password on its end (or something like that) and the beginning of the decoded message starts with:</p><p>Devuan Bug Report Submission</p><p>then perhaps it could be treated as a bug submission?</p><p>Maybe the daemon generates a 2048 bit random key, and sends it back in the handshake once that decode is finished.&#160; The reportbug on my end would then use this 2048 bit key to encrypt further bug reports made by this process.</p><p>But, I haven&#039;t spent my life thinking about the whys and wherefores of security, so this might not be sufficient.</p>]]></description>
			<author><![CDATA[dummy@example.com (ghaverla)]]></author>
			<pubDate>Tue, 04 Jul 2017 20:33:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=3127#p3127</guid>
		</item>
		<item>
			<title><![CDATA[reportbug]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=3120#p3120</link>
			<description><![CDATA[<p>It was suggested that I file a bug against slim.&#160; Okay.</p><p>This is an install of Devuan/Jessie from the DVD, that was upgraded to Ascii.&#160; All the old Debian/Jessie /home have not been moved yet, the only account really is &quot;root&quot;.</p><p>Reportbug had not been configured (obviously).&#160; Tried the generic dpkg-reconfigure -plow, which did nothing, so I read the man page.&#160; I then ran reportbug --configure</p><p>It plays 20 questions with me (fewer than 20 in this instance).&#160; It sort of suggests that if I don&#039;t have an already established way to send email, that it will make use of a Debian SMTP to do so.&#160; I then try to send a bug report on slim.&#160; Reportbug complains about NoNetwork.&#160; Hmm, I thought the network is up.&#160; Apt-get update works.&#160; querybts slim retrieves all the bugs listed against slim at Debian.org.&#160; So I am guessing that NoNetwork means that the configuration of reportbug has not listed a SMTP to use in sending the report.&#160; Which means how I interpretted the lack of an SMTP on this machine is wrong.</p><p>---</p><p>I have 3 &quot;desktop&quot; machines, a router (OpenWRT), a &quot;modem&quot; (Ubiquity PTP) and 1 &quot;server&quot;&#160; on the LAN at the moment, in the not too distant future there will be 2 or 3 RPi type things as well.&#160; The server does have a configured exim (and claws) which can send email via a SMTP on the Internet.&#160; (Or, I think exim is configured to do so, may not be tested adequately.)&#160; All of the other desktop computers on the LAN at the moment are Debian, and if this is to be Devuan specific there would be a problem anyway.</p><p>But, it would be nice if I have to provide the path to send email to the bug system (is it at Debian, or at Devuan?), that it could be sent via my &quot;server&quot;.</p><p>---</p><p>In the spirit of that sending bugs for a LAN by a LAN server comment, having a &quot;server&quot; has other contexts.</p><p>For example, I like to run gkrellm.&#160; This program can query an external site for the weather.&#160; If I have 4 desktops all with gkrellm querying the weather every 10 minutes, that is on average 4 queries every 10 minutes.&#160; Really, the server should be the one doing the query to the external site.</p>]]></description>
			<author><![CDATA[dummy@example.com (ghaverla)]]></author>
			<pubDate>Tue, 04 Jul 2017 14:49:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=3120#p3120</guid>
		</item>
	</channel>
</rss>
