Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - austin

Pages: [1]
1
Installation and Upgrades / Re: squid was not working out of the box
« on: January 21, 2008, 05:59:07 pm »
well I am not sure if this is the actual problem(I am not sure what the defaults are) but from a default install of squid proxy the amount of data stored needs to be raised in the default configuration file.

here is my /etc/squid/squid.conf

Code: [Select]

http_port 3128
cache_mem 300 MB
visible_hostname squid800
cache_dir ufs /var/spool/squid 20000 16 256       #the first number represents the amount of           
                                                                           #cache to be stored to disk IE 20000mb or 20GB 

offline_mode on

cache_effective_user proxy
cache_effective_group proxy

maximum_object_size 302400 KB
reload_into_ims off

pipeline_prefetch on

acl malware_block_list url_regex -i "/etc/squid/malware_block_list.txt"
http_access deny malware_block_list

deny_info http://malware.hiperlinks.com.br/denied.shtml malware_block_list

acl my_network src 10.10.44.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0
http_access allow my_network
http_access deny all

2
Installation and Upgrades / Re: Ebox installation in XEN
« on: January 16, 2008, 01:11:18 am »
I am trying to install xen to a sarge xen VM.  It worked flawlessly last week.. however this week it is giving me big issues.  Any ideas on whats going on? It seems like everything is failing due to some... "as a HASH ref while "strict refs" in use "

Code: [Select]
Setting up foomatic-db-hpijs (1.5-20050420-1) ...
Setting up foomatic-filters-ppds (20050430-1) ...
Restarting Common Unix Printing System: cupsd.

Setting up libtree-perl (1.00-1) ...
Setting up libwww-perl (5.803-4) ...
Setting up libapache-mod-perl (1.29.0.3-6sarge3.0warp) ...

Setting up apache-perl (1.3.33-6sarge3.0warp) ...

Creating config file /etc/apache-perl/httpd.conf with new version

Creating config file /etc/apache-perl/srm.conf with new version

Creating config file /etc/apache-perl/access.conf with new version

Creating config file /etc/apache-perl/modules.conf with new version
Starting web server: apache-perl.

Setting up libapache-authcookie-perl (3.06-1) ...
Setting up ebox (0.11) ...
/var/lib/dpkg/info/ebox.postinst: line 10: gconf-schemas: command not found
pkill: invalid user name: ebox
Stopping web server: apache-perl.
/usr/bin/openssl
/usr/bin/md5sum
Creating eBox's ssl.key directory
Generating RSA private key, 1024 bit long modulus
....................++++++
......................................++++++
e is 65537 (0x10001)
New key file generated
Creating eBox's ssl.crt directory
New certificate file generated
Creating eBox's ssl.pem directory
New PEM file generated
All server's certificate files in place

Adding group `ebox' (113)...
Done.
adduser: Warning: The home dir you specified already exists.
Adding system user `ebox'...
Adding new user `ebox' (108) with group `ebox'.
Home directory `/var/lib/ebox/' already exists.
Adding user `ebox' to group `adm'...
Done.
Creating the eboxlogs database
apache is not a valid module name
invoke-rc.d: initscript ebox, action "start" failed.

Setting up ebox-ca (0.11) ...
/var/lib/dpkg/info/ebox-ca.postinst: line 21: /usr/lib/ebox/ebox-migrate: No such file or directory

Setting up ebox-objects (0.11) ...
/var/lib/dpkg/info/ebox-objects.postinst: line 21: /usr/lib/ebox/ebox-migrate: No such file or directory
EBox: restart objects:                     [ OK ]
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.

Setting up ebox-network (0.11) ...
/var/lib/dpkg/info/ebox-network.postinst: line 30: /usr/lib/ebox/ebox-migrate: No such file or directory
Deconfiguring network interfaces...SIOCDELRT: No such process
done.
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces...ifup: interface lo already configured
done.
Can't use string ("/ebox-ro/modules/network/nameser") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 916.
invoke-rc.d: initscript ebox, action "network" failed.
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.

Setting up ebox-services (0.11) ...
/var/lib/dpkg/info/ebox-services.postinst: line 21: /usr/lib/ebox/ebox-migrate: No such file or directory
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.

Setting up ebox-firewall (0.11) ...
service eBox administration does not exist./var/lib/dpkg/info/ebox-firewall.postinst: line 28: /usr/lib/ebox/ebox-migrate: No such file or directory
EBox: restart firewall:            [ OK ]
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.

Setting up ebox-dhcp (0.11) ...
update-rc.d: /etc/init.d/dhcp3-server exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/dhcp3-server ...
   /etc/rc0.d/K20dhcp3-server
   /etc/rc1.d/K20dhcp3-server
   /etc/rc2.d/S20dhcp3-server
   /etc/rc3.d/S20dhcp3-server
   /etc/rc4.d/S20dhcp3-server
   /etc/rc5.d/S20dhcp3-server
   /etc/rc6.d/K20dhcp3-server
Stopping DHCP server: dhcpd3.
/var/lib/dpkg/info/ebox-dhcp.postinst: line 31: /usr/lib/ebox/ebox-sql-table: No such file or directory
logs is not a valid module name
invoke-rc.d: initscript ebox, action "logs" failed.
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
/var/lib/dpkg/info/ebox-dhcp.postinst: line 43: /usr/lib/ebox/ebox-migrate: No such file or directory
EBox: restart dhcp:                     [ ERROR ]
No such daemon: dhcpd3

Setting up ebox-dns (0.11) ...
update-rc.d: /etc/init.d/bind9 exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/bind9 ...
   /etc/rc0.d/K85bind9
   /etc/rc1.d/K85bind9
   /etc/rc2.d/S15bind9
   /etc/rc3.d/S15bind9
   /etc/rc4.d/S15bind9
   /etc/rc5.d/S15bind9
   /etc/rc6.d/K85bind9
Stopping domain name service: named.
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
/var/lib/dpkg/info/ebox-dns.postinst: line 35: /usr/lib/ebox/ebox-migrate: No such file or directory
EBox: restart dns:                      [ ERROR ]
No such daemon: bind9

Setting up libnet-ldap-perl (0.3202-3) ...
Setting up ebox-usersandgroups (0.11.2) ...
Stopping OpenLDAP: slapd.
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
/etc/ldap/slapd.conf: line 52: rootdn is always granted unlimited privileges.
bdb_db_open: Warning - No DB_CONFIG file found in directory /var/lib/ebox/ldap: (2)
Expect poor performance for suffix dc=ebox.
done
Starting OpenLDAP: slapd.
EBox: restart users:                       [ OK ]

Setting up ebox-jabber (0.11) ...
update-rc.d: /etc/init.d/jabberd2-ldap-bdb exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/jabberd2-ldap-bdb ...
   /etc/rc0.d/K15jabberd2-ldap-bdb
   /etc/rc1.d/K15jabberd2-ldap-bdb
   /etc/rc2.d/S25jabberd2-ldap-bdb
   /etc/rc3.d/S25jabberd2-ldap-bdb
   /etc/rc4.d/S25jabberd2-ldap-bdb
   /etc/rc5.d/S25jabberd2-ldap-bdb
   /etc/rc6.d/K15jabberd2-ldap-bdb
Stopping Jabber Services: c2s s2s sm resolver router.
Stopping OpenLDAP: slapd.
Starting OpenLDAP: slapd.
Can't create ldapi connection
Setting up ebox-mail (0.11) ...
update-rc.d: /etc/init.d/postfix exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/postfix ...
   /etc/rc0.d/K20postfix
   /etc/rc1.d/K20postfix
   /etc/rc2.d/S20postfix
   /etc/rc3.d/S20postfix
   /etc/rc4.d/S20postfix
   /etc/rc5.d/S20postfix
   /etc/rc6.d/K20postfix
update-rc.d: /etc/init.d/courier-authdaemon exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/courier-authdaemon ...
   /etc/rc0.d/K20courier-authdaemon
   /etc/rc1.d/K20courier-authdaemon
   /etc/rc2.d/S20courier-authdaemon
   /etc/rc3.d/S20courier-authdaemon
   /etc/rc4.d/S20courier-authdaemon
   /etc/rc5.d/S20courier-authdaemon
   /etc/rc6.d/K20courier-authdaemon
update-rc.d: /etc/init.d/courier-imap exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/courier-imap ...
   /etc/rc0.d/K20courier-imap
   /etc/rc1.d/K20courier-imap
   /etc/rc2.d/S20courier-imap
   /etc/rc3.d/S20courier-imap
   /etc/rc4.d/S20courier-imap
   /etc/rc5.d/S20courier-imap
   /etc/rc6.d/K20courier-imap
update-rc.d: /etc/init.d/courier-imap-ssl exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/courier-imap-ssl ...
   /etc/rc0.d/K20courier-imap-ssl
   /etc/rc1.d/K20courier-imap-ssl
   /etc/rc2.d/S20courier-imap-ssl
   /etc/rc3.d/S20courier-imap-ssl
   /etc/rc4.d/S20courier-imap-ssl
   /etc/rc5.d/S20courier-imap-ssl
   /etc/rc6.d/K20courier-imap-ssl
update-rc.d: /etc/init.d/courier-pop exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/courier-pop ...
   /etc/rc0.d/K20courier-pop
   /etc/rc1.d/K20courier-pop
   /etc/rc2.d/S20courier-pop
   /etc/rc3.d/S20courier-pop
   /etc/rc4.d/S20courier-pop
   /etc/rc5.d/S20courier-pop
   /etc/rc6.d/K20courier-pop
update-rc.d: /etc/init.d/courier-pop-ssl exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/courier-pop-ssl ...
   /etc/rc0.d/K20courier-pop-ssl
   /etc/rc1.d/K20courier-pop-ssl
   /etc/rc2.d/S20courier-pop-ssl
   /etc/rc3.d/S20courier-pop-ssl
   /etc/rc4.d/S20courier-pop-ssl
   /etc/rc5.d/S20courier-pop-ssl
   /etc/rc6.d/K20courier-pop-ssl
Stopping OpenLDAP: slapd.
Starting OpenLDAP: slapd.
EBox: restart mail:                        [ OK ]
Stopping SASL Authentication Daemon: (not running).
Starting SASL Authentication Daemon: saslauthd.
/var/lib/dpkg/info/ebox-mail.postinst: line 49: /usr/lib/ebox/ebox-sql-table: No such file or directory
logs is not a valid module name
invoke-rc.d: initscript ebox, action "logs" failed.

Setting up ebox-ntp (0.11) ...
update-rc.d: /etc/init.d/ntp-server exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/ntp-server ...
   /etc/rc0.d/K23ntp-server
   /etc/rc1.d/K23ntp-server
   /etc/rc2.d/S23ntp-server
   /etc/rc3.d/S23ntp-server
   /etc/rc4.d/S23ntp-server
   /etc/rc5.d/S23ntp-server
   /etc/rc6.d/K23ntp-server
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
Can't use string ("/ebox-ro/modules/ntp/server1") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 916.
invoke-rc.d: initscript ebox, action "ntp" failed.

Setting up ebox-openvpn (0.11) ...
Generating DH parameters, 1024 bit long safe prime, generator 2
This is going to take a long time
.................+...................+..................+.................+...+...........................................+............................................+...+...+....+...+........................................+..........................................................+..........................................+..................+...................................................+...........................................+..................................++*++*++*
update-rc.d: /etc/init.d/openvpn exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/openvpn ...
   /etc/rc0.d/K20openvpn
   /etc/rc1.d/K20openvpn
   /etc/rc2.d/S16openvpn
   /etc/rc3.d/S16openvpn
   /etc/rc4.d/S16openvpn
   /etc/rc5.d/S16openvpn
   /etc/rc6.d/K20openvpn
update-rc.d: /etc/init.d/quagga exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/quagga ...
   /etc/rc0.d/K20quagga
   /etc/rc1.d/K20quagga
   /etc/rc2.d/S20quagga
   /etc/rc3.d/S20quagga
   /etc/rc4.d/S20quagga
   /etc/rc5.d/S20quagga
   /etc/rc6.d/K20quagga
/var/lib/dpkg/info/ebox-openvpn.postinst: line 44: /usr/lib/ebox/ebox-sql-table: No such file or directory
/var/lib/dpkg/info/ebox-openvpn.postinst: line 47: /usr/lib/ebox/ebox-migrate: No such file or directory
logs is not a valid module name
invoke-rc.d: initscript ebox, action "logs" failed.
EBox: restart openvpn:                     [ OK ]

Setting up smbldap-tools (0.8.7-4) ...

Setting up ebox-samba (0.11) ...
update-rc.d: /etc/init.d/samba exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/samba ...
   /etc/rc0.d/K19samba
   /etc/rc1.d/K19samba
   /etc/rc2.d/S20samba
   /etc/rc3.d/S20samba
   /etc/rc4.d/S20samba
   /etc/rc5.d/S20samba
   /etc/rc6.d/K19samba
Stopping Samba daemons: nmbd smbd.
Stopping OpenLDAP: slapd.
Starting OpenLDAP: slapd.
No such daemon: smbdSetting stored password for "" in secrets.tdb
root command /usr/sbin/smbldap-useradd -a ebox-samba-admin failed.
Error output: Unable to open /etc/smbldap-tools/smbldap.conf for reading !
 Compilation failed in require at /usr/sbin/smbldap-useradd line 32, <DATA> line 225.
 BEGIN failed--compilation aborted at /usr/sbin/smbldap-useradd line 32, <DATA> line 225.

Command output: .
Exit value: 2Could not find / or /home mounting pointsTurning off quotas.
EBox: restart samba:                    [ ERROR ]
No such daemon: smbd

Setting up ebox-printers (0.11) ...
update-rc.d: /etc/init.d/cupsys exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/cupsys ...
   /etc/rc0.d/K20cupsys
   /etc/rc1.d/K20cupsys
   /etc/rc2.d/S20cupsys
   /etc/rc3.d/S20cupsys
   /etc/rc4.d/S20cupsys
   /etc/rc5.d/S20cupsys
   /etc/rc6.d/K20cupsys
Stopping Common Unix Printing System: cupsd.
/var/lib/dpkg/info/ebox-printers.postinst: line 30: /usr/lib/ebox/ebox-sql-table: No such file or directory
logs is not a valid module name
invoke-rc.d: initscript ebox, action "logs" failed.
EBox: restart printers:         [ ERROR ]
No such daemon: cups

Setting up ebox-software (0.11) ...
/var/lib/dpkg/info/ebox-software.postinst: line 21: ebox-sudoers-friendly: command not found
Can't use string ("/ebox-ro/modules/firewall/deny") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 916.
/var/lib/dpkg/info/ebox-software.postinst: line 21: ebox-sudoers-friendly: command not found
Can't use string ("/ebox/modules/firewall/rules/out") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 916.
WARNING: Using deprecated debconf compatibility library.
EBox: restart software:            [ OK ]

Setting up ebox-squid (0.11.1) ...
update-rc.d: /etc/init.d/squid exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/squid ...
   /etc/rc0.d/K30squid
   /etc/rc1.d/K30squid
   /etc/rc2.d/S30squid
   /etc/rc3.d/S30squid
   /etc/rc4.d/S30squid
   /etc/rc5.d/S30squid
   /etc/rc6.d/K30squid
update-rc.d: /etc/init.d/dansguardian exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/dansguardian ...
   /etc/rc0.d/K19dansguardian
   /etc/rc1.d/K19dansguardian
   /etc/rc2.d/S50dansguardian
   /etc/rc3.d/S50dansguardian
   /etc/rc4.d/S50dansguardian
   /etc/rc5.d/S50dansguardian
   /etc/rc6.d/K19dansguardian
EBox: stop squid:                       [ ERROR ]
No such daemon: squid
Stopping proxy server: squid.
FATAL: Could not determine fully qualified hostname.  Please set 'visible_hostname'

Squid Cache (Version 2.5.STABLE9): Terminated abnormally.
CPU Usage: 0.000 seconds = 0.000 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
/var/lib/dpkg/info/ebox-squid.postinst: line 77:  8928 Aborted                 /usr/sbin/squid -z
/var/lib/dpkg/info/ebox-squid.postinst: line 66: /usr/lib/ebox/ebox-sql-table: No such file or directory
/var/lib/dpkg/info/ebox-squid.postinst: line 69: /usr/lib/ebox/ebox-migrate: No such file or directory
logs is not a valid module name
invoke-rc.d: initscript ebox, action "logs" failed.
Can't use string ("/ebox-ro/modules/squid/tables_ar") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 916.
invoke-rc.d: initscript ebox, action "squid" failed.
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.

Setting up ebox-trafficshaping (0.11) ...
/var/lib/dpkg/info/ebox-trafficshaping.postinst: line 21: /usr/lib/ebox/ebox-migrate: No such file or directory
Can't use string ("/ebox/modules/network/gatewaytab") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
invoke-rc.d: initscript ebox, action "trafficshaping" failed.
apache is not a valid module name
invoke-rc.d: initscript ebox, action "apache" failed.


3
Installation and Upgrades / Re: eBox .11.2 PDC part looks broken
« on: January 15, 2008, 07:25:43 pm »
when installing the pdc patch.. I saw this...

pdc800:~# dpkg -i ebox-usersandgroups_0.11.3_all.deb
(Reading database ... 24986 files and directories currently installed.)
Preparing to replace ebox-usersandgroups 0.11.2 (using ebox-usersandgroups_0.11.3_all.deb) ...
Unpacking replacement ebox-usersandgroups ...
Setting up ebox-usersandgroups (0.11.3) ...
Stopping OpenLDAP: slapd.
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.
Starting OpenLDAP: slapd.




I feel I remember seeing this error somewhere else as well...
Can't use string ("/ebox/modules/services/serviceTa") as a HASH ref while "strict refs" in use at /usr/share/perl5/EBox/GConfModule.pm line 416.

4
Installation and Upgrades / Re: Squid Sarge setup
« on: January 15, 2008, 07:04:18 pm »
maybe something like this could help you.. maybe easy to integrate?...

http://samm.kiev.ua/sqstat/

5
Installation and Upgrades / Re: eBox installation on Debian Etch
« on: January 10, 2008, 05:29:43 pm »
It is a real shame that you are dropping support for Debian in the future and opting for Ubuntu.  Many of us choose our server platforms for the stability of the system, not the cutting edge features.  Stability is an area in which Debian has an excellent reputation and Ubuntu has yet to prove themselves.

agreed.. though our company uses both ubuntu and debian I have felt more comfortable with the stability of debian.  Who knows.. there should be a new lts version this year right? maybe ubuntu has something up there sleeve. =]

6
yah I actually had 2 successful installs last night.. by just ignoring the error =].

7
well now I have done some testing on a xen machine.. we would like to use test this on a development windows network... so running ebox on a xen machine is no longer feasible(networking issues).. I am going to be installing sarge first.. and attempt to go about things with out the ebox cd... has anyone tested the most recent ISO?

8
Installation and Upgrades / minimum disk size?
« on: January 06, 2008, 04:55:56 am »
I am looking to install ebox onto on one of the Compact flash minidisks.. (what they use in the older ipods). I have a 4gb one will this be enough for a standard installation plus maybe userdata for a 20-30 users?  I imagine I will have limit the squid caching as well.  I think they may sell 8gb minidisks as well...

9
Installation and Upgrades / Re: eBox .11.2 PDC part looks broken
« on: January 04, 2008, 07:07:47 pm »
thanks for the tips.. Ill give this stuff a go this evening..

10
When installing to disk on a dell poweredge 860, I kept on getting a networking error having todo with my gateway address.  I tested this on 2 separate networks and encountered the same issue.  After which I attempted to set my IP address staticly at which point it gave me more errors.  Eventually I decided to install a fresh sarge VM on my xen machine and pull the packages from your repositories.. this method worked flawlessly.  Has anyone else encountered issues with networking when installing from the iso?

11
Installation and Upgrades / squid was not working out of the box
« on: January 03, 2008, 11:39:14 pm »
I booted up ebox for the first time last night.  I had pulled the most recent version from the debian repositories.
Code: [Select]
pdc800:~# aptitude show ebox
Package: ebox
State: installed
Automatically installed: no
Version: 0.11
I am running on debian sarge on a xen vm.  Everything as far as the system goes seems to be fine.  This morning when I was trying to impliment the squid feature, I enabled the options while looking over the user documentation and for somereason now matter what I did I could not connect.  I consulted the logs and found...
Code: [Select]
2008/01/03 16:17:28| Starting Squid Cache version 2.5.STABLE9 for i386-debian-linux-gnu...
2008/01/03 16:17:28| Process ID 8666
2008/01/03 16:17:28| With 1024 file descriptors available
2008/01/03 16:17:28| DNS Socket created at 0.0.0.0, port 1025, FD 5
2008/01/03 16:17:28| Adding nameserver 192.168.1.10 from /etc/resolv.conf
2008/01/03 16:17:28| User-Agent logging is disabled.
2008/01/03 16:17:28| Referer logging is disabled.
2008/01/03 16:17:28| Unlinkd pipe opened on FD 10
2008/01/03 16:17:28| Swap maxSize 102400 KB, estimated 7876 objects
2008/01/03 16:17:28| Target number of buckets: 393
2008/01/03 16:17:28| Using 8192 Store buckets
2008/01/03 16:17:28| Max Mem  size: 102400 KB
2008/01/03 16:17:28| Max Swap size: 102400 KB
2008/01/03 16:17:28| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2008/01/03 16:17:28| /var/spool/squid/00: (2) No such file or directory
FATAL:  Failed to verify one of the swap directories, Check cache.log
        for details.  Run 'squid -z' to create swap directories
        if needed, or if running Squid for the first time.
Squid Cache (Version 2.5.STABLE9): Terminated abnormally.
CPU Usage: 0.010 seconds = 0.010 user + 0.000 sys
Maximum Resident Size: 0 KB

hrmm.. well thankfully the logs were pretty straight forward running
Code: [Select]
squid -zfixed things.  Though to me this seems to me like something that should be run when ebox is installing and configuring squid. 

12
Installation and Upgrades / Re: eBox .11.2 PDC part looks broken
« on: January 03, 2008, 11:24:20 pm »
thanks javi! let me know if you need me to test anything

13
Installation and Upgrades / Re: Add-On: BackupPC request.
« on: January 03, 2008, 09:39:58 pm »
+1   

 I also feel this would make a great a addition to ebox

14
Installation and Upgrades / Re: eBox .11.2 PDC part looks broken
« on: January 03, 2008, 07:32:22 pm »
I am also having the same issue.. the I did the slapcat|grep and it turns out that I do have duplicate UID numbers.. now what should I do?  *consults samba docs*

# slapcat|grep uidNumbe
/etc/ldap/slapd.conf: line 57: rootdn is always granted unlimited privileges.
bdb_db_open: Warning - No DB_CONFIG file found in directory /var/lib/ebox/ldap: (2)
Expect poor performance for suffix dc=ebox.
uidNumber: 2001
uidNumber: 2001

Pages: [1]