Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
pfSense Forum
pfSense English Support
»
Packages
»
Dansguardian package for 2.0
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
Home
Help
Search
Login
Register
Pages:
1
...
27
28
29
30
[
31
]
Go Down
« previous
next »
Print
Author
Topic: Dansguardian package for 2.0 (Read 59737 times)
0 Members and 1 Guest are viewing this topic.
LokisMischief
Newbie
Offline
Posts: 21
Re: Dansguardian package for 2.0
«
Reply #450 on:
May 07, 2013, 03:18:24 am »
Quote from: marcelloc on April 29, 2013, 07:30:22 am
Quote from: LokisMischief on April 29, 2013, 05:28:50 am
Not sure where to start looking for this one
Did you applied the binary patch fot fix web upload bug? you can try to downgrade binaries via pkg_add too.
Well, I have updated to your latest package, still had the same issue, child processes dropping out with sig 11's, applied your upload patch (incidentally I didn't have any web upload issues) but still the same sig 11's
Edit:
For more information on this issue, read here:
http://forum.pfsense.org/index.php/topic,61811.0.html
«
Last Edit: May 08, 2013, 05:31:42 am by LokisMischief
»
Logged
Legion
Jr. Member
Offline
Posts: 71
Re: Dansguardian package for 2.0
«
Reply #451 on:
May 10, 2013, 11:06:28 am »
marcelloc, I mentioned once before that DG fills up my cron table with fetch_blacklist entries:
I'm not sure why it happens. I'm guessing every time I save a config it puts another entry in the crontab? The main reason I noticed was I was doing things on my pfSense box at about midnight and noticed it suddenly spike in CPU, memory, etc so I had a look and it was trying to fetch the blacklist 100s of times at once.
Logged
maxxer
Jr. Member
Offline
Posts: 33
Re: Dansguardian package for 2.0
«
Reply #452 on:
May 24, 2013, 06:14:10 am »
Hi. I cannot manage to have DG include blacklists in config.
It's a pfsense 2.1 beta installation, with dg 2.12.
I even tried to upgrade package gui from github, but no change.
Configuration is mostly the default. After adding blackslit url (shallalist) I go to dansguardian > ACLs > Site list, then edit the default entry. I enable the "Banned" checkbox, then select one (or all) the blacklist include, press Save. No domain in the blacklist is taken into consideration.
If I manually add a domain to the "Config" text area just below it works, correctly blocked.
If I manually add
Code:
.Include</usr/pbi/dansguardian-amd64/etc/dansguardian/lists/blacklists/porn/domains>
in the same textarea sites are correcrty blocked.
what's wrong?
thanks
Logged
rjcrowder
Full Member
Offline
Posts: 151
Re: Dansguardian package for 2.0
«
Reply #453 on:
May 24, 2013, 07:00:04 am »
Quote from: maxxer on May 24, 2013, 06:14:10 am
Hi. I cannot manage to have DG include blacklists in config.
It's a pfsense 2.1 beta installation, with dg 2.12.
I even tried to upgrade package gui from github, but no change.
Configuration is mostly the default. After adding blackslit url (shallalist) I go to dansguardian > ACLs > Site list, then edit the default entry. I enable the "Banned" checkbox, then select one (or all) the blacklist include, press Save. No domain in the blacklist is taken into consideration.
If I manually add a domain to the "Config" text area just below it works, correctly blocked.
If I manually add
Code:
.Include</usr/pbi/dansguardian-amd64/etc/dansguardian/lists/blacklists/porn/domains>
in the same textarea sites are correcrty blocked.
what's wrong?
thanks
Did you download the new blacklists before trying to select them? The lists are not the same and the categories will change once you download the list.
Logged
maxxer
Jr. Member
Offline
Posts: 33
Re: Dansguardian package for 2.0
«
Reply #454 on:
May 24, 2013, 07:04:35 am »
Quote from: rjcrowder on May 24, 2013, 07:00:04 am
Did you download the new blacklists before trying to select them? The lists are not the same and the categories will change once you download the list.
Yes, I first downloaded the blacklists then tried to add them to the filter. Confirmed by the populated blacklist list in the box...
Logged
rjcrowder
Full Member
Offline
Posts: 151
Re: Dansguardian package for 2.0
«
Reply #455 on:
May 24, 2013, 07:46:25 am »
Quote from: maxxer on May 24, 2013, 07:04:35 am
Quote from: rjcrowder on May 24, 2013, 07:00:04 am
Did you download the new blacklists before trying to select them? The lists are not the same and the categories will change once you download the list.
Yes, I first downloaded the blacklists then tried to add them to the filter. Confirmed by the populated blacklist list in the box...
Is the selection being saved? In other words, are they highlighted in the list (as you ctrl-click them)?
If you want to check that the UI is writing the config correctly, you can do the following... First, check and see if the list is getting written to the config.xml file (in /conf). If you vi the file, search for "banned_includes" - It should occur three times in the config, once for phraselists, once for sites, and once for URL's. It will be an encoded string and you wont be able to make any sense of it, but make sure the config is getting written here first... Next, check that it is getting properly written into the dansguardian config files located in /usr/local/etc/dansguardian/lists... for example, the one for banned sites for the default group is called "bannedsitelist.Default".
Logged
marcelloc
Hero Member
Offline
Posts: 8173
Re: Dansguardian package for 2.0
«
Reply #456 on:
May 24, 2013, 08:22:16 am »
version 2.12.0.6(
comunity patches
) compiled and pushed to my repo.
Thanks to Fredb.
amd64
http://e-sac.siteseguro.ws/packages/amd64/8/All/dansguardian-2.12.0.6.tbz
i386
http://e-sac.siteseguro.ws/packages//8/All/dansguardian-2.12.0.6.tbz
both complied with maxfiles=8192
Also, I've removed squid ports compile depend. It will not force any squid version anymore.
see changelog
here
«
Last Edit: May 24, 2013, 08:31:58 am by marcelloc
»
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
maxxer
Jr. Member
Offline
Posts: 33
Re: Dansguardian package for 2.0
«
Reply #457 on:
May 24, 2013, 12:15:16 pm »
Quote from: rjcrowder on May 24, 2013, 07:46:25 am
Is the selection being saved? In other words, are they highlighted in the list (as you ctrl-click them)?
If you want to check that the UI is writing the config correctly, you can do the following... First, check and see if the list is getting written to the config.xml file (in /conf). If you vi the file, search for "banned_includes" - It should occur three times in the config, once for phraselists, once for sites, and once for URL's. It will be an encoded string and you wont be able to make any sense of it, but make sure the config is getting written here first... Next, check that it is getting properly written into the dansguardian config files located in /usr/local/etc/dansguardian/lists... for example, the one for banned sites for the default group is called "bannedsitelist.Default".
thanks for your support!
yes, selection is saved and config.xml is correclty populated. Tough I'm missing bannedsitelist.Default. I just have bannedsitelist. So this should be the problem. I guess 2.1 is not totally supported yet?
Logged
rjcrowder
Full Member
Offline
Posts: 151
Re: Dansguardian package for 2.0
«
Reply #458 on:
May 24, 2013, 12:32:40 pm »
Quote from: maxxer on May 24, 2013, 12:15:16 pm
thanks for your support!
yes, selection is saved and config.xml is correclty populated. Tough I'm missing bannedsitelist.Default. I just have bannedsitelist. So this should be the problem. I guess 2.1 is not totally supported yet?
Hmmm... I'm at a little bit of a loss then. I'm running 2.0.3, so I don't know if there is a problem on 2.1 or not. I would think it would still create "bannedsitelist.Default" though... Is the name "Default" filled in at the top of the page? I suppose it would have to be if it is populating into the config.xml file.
Marcello is the package owner - think he's on 2.1. Maybe he has an idea...
Logged
Pages:
1
...
27
28
29
30
[
31
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Administrative
-----------------------------
=> Forum rules
=> Messages from the pfSense Team
=> Feedback
-----------------------------
pfSense English Support
-----------------------------
=> Installation and Upgrades
=> General Questions
=> 2.1 Snapshot Feedback and Problems
=> Post a bounty
===> Completed Bounties
===> Expired/Withdrawn Bounties
=> Hardware
=> Firewalling
=> NAT
=> CARP/VIPs
=> Routing and Multi WAN
=> Traffic Shaping
=> DHCP and DNS
=> IPv6
=> IPsec
=> PPTP
=> PPPoE Server
=> Captive Portal
=> webGUI
=> Wireless
=> SNMP
=> Packages
=> Virtualization installations and techniques
=> OpenVPN
=> Gaming
-----------------------------
Development/Documentation
-----------------------------
=> Documentation
=> Development
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
International Support
-----------------------------
=> Indonesian
=> Deutsch
=> Español
=> Français
=> Italiano
=> Russian
=> Nederlands
=> Norwegian
=> Portuguese
=> Polish
=> Romanian
=> Swedish
=> Turkish
-----------------------------
Retired
-----------------------------
=> 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
=> 1.2.1-RC Snapshot Feedback and Problems-RETIRED
=> 2.0-RC Snapshot Feedback and Problems - RETIRED
=> DNS Server testing area - RETIRED
Loading...