User registration now required

My Trac spam filters seem to have stopped working. So in an effort to tide the spam, this site now requires user registration to post tickets or edit the wiki’s. One user account covers all trac projects, but you have preferences for each. We’ll see how it goes :)

On the importance of MTU

So, I’m now finally natviely IPv6 enabled :) This led to an interesting debtate about my internet connection. In a nutshell my Drayetk Vigor 100 is broken, but apparently by design. The problem is this- for IPv4 goes through my NAT whose public IP has an MTU of 1492 so Path MTU Discovery works fine. However IPv6 does not need NAT and the PPPoE interface does not have a public IPv6 and nor do the internal clients use it even it there was one.
Read full post

ISP Changed

I as blogged about earlier I’ve now changed ISP to Goscomb Technologies. Quite a straight forward migration and although the downspeed isn’t much better, it’s a lot snappier which implies I was congested on the Demon line. However, my upload speed has doubled, which is good news for this server :D There maybe some more downtime in the near future as I may change registrar as I’ll be getting native IPv6 later today (yay, no more tunnel!
Read full post

Changing ISP

I’ve been a loyal Demon Internet customer for a long time now (since 1989 I think). But the time has come to change as they’re simply just not the same ISP I first joined, started going downhill when they were bought by Thus. Service speed degradation is now common and sometimes the PPP is just dead even though it gets an IP address. Also, they have no plans for native IPv6.
Read full post

mod_wsgi

In my efforts to improve performance in terms of speed and memory consumption of trac which powers web the interface you’re seeing here, I’ve just installed mod_wsgi. Initial reaction is that it is lighter on memory and also faster, but time will tell. What I did like is that installation is very simple and well documented, unlike fastcgi or fcgid. Sadly I still need to use fcgid for the non python parts of my site.
Read full post