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.


Topics - austin

Pages: [1]
1
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...

2
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?

3
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. 

Pages: [1]