<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title>Recent changes to bugs</title><link href="http://sourceforge.net/p/peerguardian/bugs/" rel="alternate"></link><id>http://sourceforge.net/p/peerguardian/bugs/</id><updated>2013-05-12T21:30:02Z</updated><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#8b02" rel="alternate"></link><updated>2013-05-12T21:30:02Z</updated><published>2013-05-12T21:30:02Z</published><author><name>jre-phoenix</name><uri>http://sourceforge.net/u/jre-phoenix/</uri></author><id>http://sourceforge.net46935d24b09a8f017cb42d983d7b66253f1071d8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Priority&lt;/strong&gt;: 5 --&amp;gt; 3&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#2828" rel="alternate"></link><updated>2013-05-12T21:29:22Z</updated><published>2013-05-12T21:29:22Z</published><author><name>jre-phoenix</name><uri>http://sourceforge.net/u/jre-phoenix/</uri></author><id>http://sourceforge.net1e1ec91ef5c7c4d8271248174076ecfd5bd7ea4b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Well, that's surprising news, but good news.&lt;br /&gt;
Still not sure whether we need to make something about firewalld.&lt;/p&gt;
&lt;p&gt;For the next days please check the mails sent to root (or have a look at pglcmd.log) to see whether the pglcmd.wd (watchdog) ever needs to restart pgl, because the iptables were messed up. (I still fear, that fiewalld may decide from time to time (automatically or upon user request) to completely reset the iptables rules, and hereby removing pgl's iptables rules).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#d592/93cb" rel="alternate"></link><updated>2013-05-12T21:22:14Z</updated><published>2013-05-12T21:22:14Z</published><author><name>Curtis Adkins</name><uri>http://sourceforge.net/u/curtadkins/</uri></author><id>http://sourceforge.neteed4d1775e6cc3c1ac7c5244eaf65a81be207bee</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;OK, well good news! I got it work.  I had been running the "make uninstall" from the directory and then re-running the "configure, make, make install" process.&lt;br /&gt;
I then ran a "locate pgl" and found a lot of config files left over so I manually removed them.&lt;/p&gt;
&lt;p&gt;After that I re-downloaded the code and ran it again with "./autogen.sh, autoreconf" Then, I re ran it with all the suggested flags "./configure --sysconfdir=/etc --localstatedir=/var --with-lsb=/lib/lsb/init-functions" re-ran make and make install.&lt;/p&gt;
&lt;p&gt;It worked.  Ran an update and it updated the files.  Ran "pglcmd start" and then "pglcmd status" and it was running.  Ran "pglcmd test" and it succeeded.&lt;/p&gt;
&lt;p&gt;I then tested it with a few know blocked sites and it was working.&lt;/p&gt;
&lt;p&gt;I am not sure which one (manually removing all the files or with the added flags besides "--sysconfdir=/etc" worked but it did work.&lt;/p&gt;
&lt;p&gt;Thanks for all your help and a great program!  Much appreciated.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#d592" rel="alternate"></link><updated>2013-05-12T20:55:43Z</updated><published>2013-05-12T20:55:43Z</published><author><name>jre-phoenix</name><uri>http://sourceforge.net/u/jre-phoenix/</uri></author><id>http://sourceforge.netd3ffd02356227d04a6656962153f9be59207c967</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hmm, still interested in the pgld.log. But I wonder if the firewalld/iptables stuff is important at all. Perhaps it was some change to the LSB implementation.&lt;/p&gt;
&lt;p&gt;Step 1:&lt;/p&gt;
&lt;p&gt;Please edit your/usr/lig/pgl/pglcmd.lib and change line 1679 (from the current git code):&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;start_daemon&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;n&lt;/span&gt; $&lt;span class="n"&gt;NICE_LEVEL&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt; $&lt;span class="n"&gt;PIDFILE&lt;/span&gt; $&lt;span class="n"&gt;DAEMON&lt;/span&gt; $&lt;span class="n"&gt;DAEMON_OPTS&lt;/span&gt;
&lt;span class="o"&gt;+&lt;/span&gt;$&lt;span class="n"&gt;DAEMON&lt;/span&gt; $&lt;span class="n"&gt;DAEMON_OPTS&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;You can edit this directly, no need to recompile.&lt;/p&gt;
&lt;p&gt;Step 2:&lt;br /&gt;
If this doesn't work, remove the following next few lines:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;            &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt; &amp;quot;$&lt;span class="n"&gt;RETVAL&lt;/span&gt;&amp;quot; &lt;span class="p"&gt;=&lt;/span&gt; 0 &lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt;
                &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt; &amp;quot;$&lt;span class="n"&gt;WD&lt;/span&gt;&amp;quot; &lt;span class="p"&gt;=&lt;/span&gt; 1 &lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt;
                    # &lt;span class="n"&gt;Start&lt;/span&gt; &lt;span class="n"&gt;pglcmd&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;wd&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;
                    &lt;span class="n"&gt;do_start_wd&lt;/span&gt;
                &lt;span class="n"&gt;fi&lt;/span&gt;
            &lt;span class="k"&gt;else&lt;/span&gt;
                # &lt;span class="n"&gt;Remove&lt;/span&gt; &lt;span class="n"&gt;iptables&lt;/span&gt; &lt;span class="n"&gt;again&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;since&lt;/span&gt; &lt;span class="n"&gt;starting&lt;/span&gt; &lt;span class="n"&gt;failed&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;
                # &lt;span class="n"&gt;Save&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;retval&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;although&lt;/span&gt; &lt;span class="n"&gt;currently&lt;/span&gt; &lt;span class="n"&gt;delete_iptables&lt;/span&gt; &lt;span class="n"&gt;doesn&lt;/span&gt;&lt;span class="o"&gt;'&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt; &lt;span class="n"&gt;use&lt;/span&gt; &lt;span class="n"&gt;this&lt;/span&gt; &lt;span class="n"&gt;variable&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;
                &lt;span class="n"&gt;SAVE_RETVAL&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;$&lt;span class="n"&gt;RETVAL&lt;/span&gt;
                &lt;span class="n"&gt;delete_iptables&lt;/span&gt;
                &lt;span class="n"&gt;RETVAL&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;$&lt;span class="n"&gt;SAVE_RETVAL&lt;/span&gt;
            &lt;span class="n"&gt;fi&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;and post your "pglcmd status" again.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#3ce9/89d2" rel="alternate"></link><updated>2013-05-12T20:51:22Z</updated><published>2013-05-12T20:51:22Z</published><author><name>Curtis Adkins</name><uri>http://sourceforge.net/u/curtadkins/</uri></author><id>http://sourceforge.net273122dd974172fdc15df59b7edcf8908bc026a7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here ya go.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#3ce9" rel="alternate"></link><updated>2013-05-12T20:39:37Z</updated><published>2013-05-12T20:39:37Z</published><author><name>jre-phoenix</name><uri>http://sourceforge.net/u/jre-phoenix/</uri></author><id>http://sourceforge.net61868dbb7f6800f8ed07c1e53dfe3f52c760de83</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks, and now pgld.log please&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#e8f6/baa1" rel="alternate"></link><updated>2013-05-12T20:37:01Z</updated><published>2013-05-12T20:37:01Z</published><author><name>Curtis Adkins</name><uri>http://sourceforge.net/u/curtadkins/</uri></author><id>http://sourceforge.netebbd6ba2a9f5441d9d48f142cf092e6926c484da</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sure thing.  Thanks for taking the time to look into this.&lt;br /&gt;
I am using the latest source from git as well as the latest release (2.2.2)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#e8f6" rel="alternate"></link><updated>2013-05-12T20:31:57Z</updated><published>2013-05-12T20:31:57Z</published><author><name>jre-phoenix</name><uri>http://sourceforge.net/u/jre-phoenix/</uri></author><id>http://sourceforge.netc024dd5dda92a9cf8cc0fd65e735a99875551cd3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ok, so my proposed change to firewalld.conf is of no use. But that was just a quick idea, without really understanding it.&lt;/p&gt;
&lt;p&gt;The status output shows that firewalld really is using iptables, but the iptables rules of pgl are missing. (So, at least my original fear of having to rewrite pgld was proven wrong.)&lt;/p&gt;
&lt;p&gt;Please try again a "pglcmd start" and post its output and the relevant part of /var/log/pgl/pglcmd.log&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#b445/4c2a" rel="alternate"></link><updated>2013-05-12T20:18:18Z</updated><published>2013-05-12T20:18:18Z</published><author><name>Curtis Adkins</name><uri>http://sourceforge.net/u/curtadkins/</uri></author><id>http://sourceforge.net8edc3e65b5d2397909fd4d882b39776caddfd306</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Also wanted to note that I did make the suggested change to firewalld.conf when I ran this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#322 fails to start in Fedora 18, firewalld and pgl need integration</title><link href="http://sourceforge.net/p/peerguardian/bugs/322/?limit=25#b445/26da" rel="alternate"></link><updated>2013-05-12T20:16:33Z</updated><published>2013-05-12T20:16:33Z</published><author><name>Curtis Adkins</name><uri>http://sourceforge.net/u/curtadkins/</uri></author><id>http://sourceforge.net71f8a81a104d4e4c597f102ac70cd5d435793460</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I just downloaded the latest and compiled and tried to run.  Same issues.&lt;br /&gt;
Here is the result of pglcmd status.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>