Please test packages in the latest snapshot version.
-
for ntop, it doesn't appear that the ntop.sh is being generated, there is only the standard package start script.
Trying to start ntop from the command line it complains about not finding librrd_th.so.2 I can only find librrd.so.2 on the system.is the ntop package missing a dependency? Or is the rrd implementation not complete in recent versions of pfsense? I'm guessing the _th indicates ntop is looking for the threaded version of the library.
-
Hello!
Where pkg_config.xml file for 1.2.1? -
Name is changed to pkg_config.7.xml
-
Name is changed to pkg_config.7.xml
Thanks!!!
–-
about squid V 2.6.21
I install in 1.2.1 and get errors woth config
Must be in config line 20 'ufs' type cache (squid -v not contains 'aufs' support)
cache_dir ufs /var/squid/cache
-
About squid and squidGuard problem's:
squid
FATAL: Bungled squid.conf line 20: cache_dir aufs /var/squid/cache 10 16 256
Squid Cache (Version 2.6.STABLE20): Terminated abnormally.squid -v
Squid Cache: Version 2.6.STABLE20
configure options:
… '--enable-storeio=ufs diskd null' ...Need change squid.inc [1083]
from:
|| $conf = <<<eod<br><< cache_dir aufs $cachedir $disk_cache_size $level1 256
to:
|| $conf = <<<eod<br>>> cache_dir ufs $cachedir $disk_cache_size $level1 256</eod<br></eod<br> -
bandwidthd is broken.
I installed from pfsense-20080723-0310.iso.gz last week then have just updated with pfSense-Full-Update-1.2.1-RC1-20080730-2326.tgz
From eth GUI Services menu, BandwidthD -> Access BandwidthD displays
Please start bandwidthd to populate this directory.
If I try to start bandwidthd from a ssh session:
/usr/local/bandwidthd/bandwidthd /usr/local/bandwidthd/etc/bandwidthd.conf
/libexec/ld-elf.so.1: Shared object "libpq.so.5" not found, required by "bandwidthd"
find / -name 'libpq*'
I have a similar problem…
When I ssh and try to start it manually I get
/usr/local/bandwidthd/bandwidthd start
/libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "bandwidthd"
cd /libexec/
ls
ld-elf.so.1
So it looks like is missing it....
-
To make bandwidthd working copy libiconv.so.3 from any FreeBSD 7.0 install.
Works for me… -
I kind of figure that much but I dont have any FreeBSD installs…
Can you email me or attach the lib here?TIA!
-
Thank You.
I got the lib from a VMware instance.
Who ever needs it please pm.Thank You.
-
squid 2.6.21 doesn't support 'aufs coss'':
./squid -v
Squid Cache: Version 2.6.STABLE21
configure options: '–bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/usr/local/squid' '--sysconfdir=/usr/local/etc/squid' '--enable-removal-policies=lru heap' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-epoll' '--enable-auth=basic digest negotiate ntlm' '--enable-basic-auth-helpers=DB NCSA PAM MSNT SMB YP' '--enable-digest-auth-helpers=password' '--enable-external-acl-helpers=ip_user session unix_group wbinfo_group' '--enable-ntlm-auth-helpers=SMB' '--enable-negotiate-auth-helpers=squid_kerb_auth' '–enable-storeio=ufs diskd null' '–enable-err-languages=Armenian Azerbaijani Bulgarian Catalan Czech Danish Dutch English Estonian Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Lithuanian Polish Portuguese Romanian Russian-1251 Russian-koi8-r Serbian Simplify_Chinese Slovak Spanish Swedish Traditional_Chinese Turkish Ukrainian-1251 Ukrainian-koi8-u Ukrainian-utf8' '--enable-default-err-language=English' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'i386-portbld-freebsd7.0' 'build_alias=i386-portbld-freebsd7.0' 'host_alias=i386-portbld-freebsd7.0' 'target_alias=i386-portbld-freebsd7.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe ' 'LDFLAGS=' 'CPPFLAGS='./squid -v
Squid Cache: Version 2.6.STABLE18
configure options: '–bindir=/usr/local/sbin' '--sbindir=/usr/local/sbin' '--datadir=/usr/local/etc/squid' '--libexecdir=/usr/local/libexec/squid' '--localstatedir=/usr/local/squid' '--sysconfdir=/usr/local/etc/squid' '--enable-removal-policies=lru heap' '--disable-linux-netfilter' '--disable-linux-tproxy' '--disable-epoll' '--enable-auth=basic ntlm digest' '--enable-basic-auth-helpers=DB NCSA PAM MSNT SMB LDAP YP' '--enable-digest-auth-helpers=password ldap' '--enable-external-acl-helpers=ip_user session unix_group wbinfo_group ldap_group' '--enable-ntlm-auth-helpers=SMB' '--enable-negotiate-auth-helpers=squid_kerb_auth' '--with-pthreads' '–enable-storeio=ufs diskd null aufs coss' '–enable-delay-pools' '--enable-snmp' '--enable-ssl' '--with-openssl=/usr' '--enable-icmp' '--disable-internal-dns' '--enable-htcp' '--enable-forw-via-db' '--enable-cache-digests' '--enable-wccpv2' '--enable-referer-log' '--enable-useragent-log' '--enable-arp-acl' '--enable-pf-transparent' '--enable-follow-x-forwarded-for' '--with-large-files' '--enable-large-cache-files' '--enable-err-languages=Armenian Azerbaijani Bulgarian Catalan Czech Danish Dutch English Estonian Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Lithuanian Polish Portuguese Romanian Russian-1251 Russian-koi8-r Serbian Simplify_Chinese Slovak Spanish Swedish Traditional_Chinese Turkish' '--enable-default-err-language=English' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' 'i386-portbld-freebsd6.2' 'build_alias=i386-portbld-freebsd6.2' 'host_alias=i386-portbld-freebsd6.2' 'target_alias=i386-portbld-freebsd6.2' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include' 'LDFLAGS= -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/lib' 'CPPFLAGS='8Edit: –enable-delay-pools is also missing!
-
http://forum.pfsense.org/index.php/topic,10586.msg59948.html#msg59948
-
Squid (package 2.6.21) GUI:
Proxy server: Cache management
Memory replacement policy : any option selected here won't stick in config"The memory replacement policy determines which objects are purged from memory when space is needed. The default policy for memory replacement is GDSF."
Other options not be saved in the /usr/local/etc/squid/squid.conf (stays heap GDSF)
# Allow local network(s) on interface(s) acl localnet src 192.168.0.0/255.255.255.0 uri_whitespace strip cache_dir aufs /var/squid/cache 1000 16 256 cache_mem 128 MB maximum_object_size 16384 KB minimum_object_size 0 KB cache_replacement_policy heap LFUDA memory_replacement_policy heap GDSF <-----!!!! offline_mode off cache_swap_low 90 cache_swap_high 95 # No redirector configured