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 - Travis

Pages: [1]
1
Installation and Upgrades / Cannot Change User Password
« on: February 20, 2011, 07:24:44 pm »
I cannot change user passwords in my system.  I am not getting any error messages the browser reports that its uploading data however nothing ever changes.

These are the errors I'm getting in syslog.
Code: [Select]
Feb 20 13:19:52 HPDL145 slapd[7041]: connection_read(50): no connection!
Feb 20 13:19:52 HPDL145 slapd[7041]: connection_read(50): no connection!
Feb 20 13:20:01 HPDL145 CRON[17220]: (root) CMD (/usr/share/ebox-usersandgroups/slave-sync)
Feb 20 13:20:01 HPDL145 slapd[7041]: connection_read(50): no connection!
Feb 20 13:20:19 HPDL145 slapd[7041]: last message repeated 3 times
Feb 20 13:20:19 HPDL145 slapd[7041]: connection_read(51): no connection!
Feb 20 13:21:22 HPDL145 slapd[7041]: last message repeated 103 times
Feb 20 13:21:22 HPDL145 slapd[7041]: <= bdb_equality_candidates: (jabberUid) not indexed
Feb 20 13:21:22 HPDL145 slapd[7041]: <= bdb_equality_candidates: (jabberUid) not indexed
Feb 20 13:21:22 HPDL145 slapd[7041]: <= bdb_equality_candidates: (maildrop) not indexed
Feb 20 13:21:32 HPDL145 slapd[7041]: connection_read(45): no connection!
Feb 20 13:21:32 HPDL145 slapd[7041]: connection_read(45): no connection!
Feb 20 13:21:33 HPDL145 slapd[7041]: connection_read(43): no connection!
Feb 20 13:21:33 HPDL145 slapd[7041]: connection_read(43): no connection!
Feb 20 13:21:37 HPDL145 slapd[7041]: connection_read(47): no connection!
Feb 20 13:21:37 HPDL145 slapd[7041]: connection_read(47): no connection!
Feb 20 13:21:58 HPDL145 slapd[7041]: <= bdb_equality_candidates: (jabberUid) not indexed
Feb 20 13:21:58 HPDL145 slapd[7041]: <= bdb_equality_candidates: (jabberUid) not indexed
Feb 20 13:21:58 HPDL145 slapd[7041]: <= bdb_equality_candidates: (maildrop) not indexed
Feb 20 13:22:04 HPDL145 slapd[7041]: connection_read(31): no connection!
Feb 20 13:22:04 HPDL145 slapd[7041]: connection_read(31): no connection!
Feb 20 13:22:04 HPDL145 slapd[7041]: connection_read(42): no connection!
Feb 20 13:22:04 HPDL145 slapd[7041]: connection_read(42): no connection!

Can anyone help with this error?

I am running the latest version of Zentyal 2.0 on Ubuntu 10.04.  Here is my version Info http://paste.ubuntu.com/569741/

Here is a paste of my ebox.log file.  http://paste.ubuntu.com/569749/ 


2
Installation and Upgrades / eBox and Hyperthreading Performance
« on: August 08, 2010, 03:15:50 pm »
I have a eBox server setup on a Intel Atom D510 (Dual Core) and I was noticing a lot of lag in the system.  I was going through trying different options to speed it up and turned off the hyper-threading to see how it would perform.  To my amazement the system is roughly 50% faster while under load.  The eBox administration website is more responsive and my rsync transfers over my gigabit network went from 26MiB to 52MiB.

I did some quick searching around the internet and I discover that hyper-threading comes with some pretty hefty drawbacks.  Resources such as cache, the floating point unit, etc, are shared - so if these parts of the processor are being heavily utilised by one process then the other process may not get its fair share of these shared resources.  While the throughput of the processor can (*in some applications*) increase up to 30% using hyper-threading this comes with a lot of latency.  Some applications latency doesn't matter and this is not one of them.  

This latency was rearing its ugly head on my system even more because I'm using software raid and it was causing a snowball effect.  All the cores were waiting for a shared resource (my hard drive) and the mdadm software raid system was left scrambling trying to maintain itself.

While hyper-threading might be good for some things it appears eBox isn't one of them.

I know we all want our servers to perform at their peak efficiency so I figured I would let everyone know my findings.

3
I have been setting up a server using ebox and I've run into a problem while trying to configure some custom squid rules.

I am trying to insert

url_rewrite_program /usr/bin/adzapper.wrapper

into my /etc/squid/squid.conf file however every time I make the change when I restart the HTTP Proxy in ebox it changes it back.

Can anyone recommend a way to get my configuration to stick or some other software that will allow me to block advertisments?

I am using ebox version 1.5 installed on Ubuntu 10.04 LTS.

Everything in ebox is working perfectly I just want to add in some ad blocking to make it totally perfect.

Pages: [1]