Sysadmin
Evaluating open source web control panels again
by specialj on Jan.08, 2012, under Sysadmin
Here is what I’m looking at:
- ISPConfig – been around a long time, seems quite mature
- Froxlor – an active fork of SysCP which has a decent reputation
- I-MSCP – a fork of ispCP which was a fork of VHCS which I know several people who supported
Xen 4.0 and 4.1 packages for Ubuntu and Debian
by specialj on May.25, 2011, under Sysadmin, virtualization
Packages can be found here:
https://launchpad.net/~agent-8131/+archive/ppa/+packages
Design goals:
- packages created for xen 4.0.1 and xen 4.1.0
- packages mirror install of xen as closely as possible
- currently only hypervisor and utils are included (make xen and make tools)
- no rc.d scripts setup, that’s left to user
- should be installable and functional on Debian and Ubuntu and on several versions
- Debian lenny (hopefully), squeeze
- Ubuntu hardy (hopefully), lucid, maverick, natty
Things to work on:
- getting stubdom to compile so pvgrub is present
- testing on various systems and fixing dependencies and conflicts as needed
Attempting to package Xen
by specialj on May.17, 2011, under Sysadmin, virtualization
I’m not an expert at Debian packaging but I’ve been gotten tired of building Xen on every systems and losing the advantages that packaging brings like tracking file conflicts. So I decided to try and package Xen though I have had no luck so far. I am making slow but steady progress. I wanted to package both 4.0.1 and 4.1.0 so I could compare them. I’m finding that 4.1.0 has stability issues and switching between the two without packages is incredibly time consuming.
Working with Xen 4.1
by specialj on May.09, 2011, under Sysadmin, virtualization
I took a development box running Xen 3.3 on Ubuntu 8.04 and upgraded in to Ubuntu 10.04 and installed Xen 4.1.0 from source. I still believe Xen is the best open source virtualization solution. At some point I’ll have to write up my experiments testing KVM + libvirt but suffice if to say the performance and stability were unacceptable. However, while the performance of Xen is great, I have noticed some issues with Xen 4.1.0.
shaping p2p traffic
by specialj on Apr.24, 2011, under Linux, Sysadmin
I’ve been doing more work with linux traffic control. I’m finding my earlier efforts are too complicated and end up introducing latency. My latest shaper is very simple. I decided I wanted to check in on the status of a couple of projects that can be used to classify p2p traffic.
- ipp2p – discontinued, recommends checking out opendpi: OpenDPI.org
- l7-filter – moved here: l7-filter | ClearFoundation
Though I’ve played with both of these in the past I’m not using either in production currently. Most p2p programs are well behaved enough to mark data transfers as bulk which makes shaping easy.
Comparing Piwik vs Open Web Analytics
by specialj on Apr.05, 2011, under Sysadmin
Just some notes. Of course one could use both.
Resetting postfixadmin password
by specialj on Mar.15, 2011, under Sysadmin
I had a client using postfixadmin but no one knew the password. Simple enough to go into the db to reset:
dovecotpw -s MD5-CRYPT -p password | sed ‘s/{MD5-CRYPT}//’
Then in the database:
update admin set password=’CRYPTED PASSWORD” where username=’USERNAME’;
I found how to do this here:
SourceForge.net: Postfix Admin: Topic: Postfixadmin mysql password storage method
Getting Xen 4.0.1 working in Debian 6.0
by specialj on Mar.12, 2011, under Sysadmin, virtualization
I’ve decided to expand this post a bit as I’ve run into a lot more problems. I think I will try evaluating XCP 1.0. Hard to imagine it being worse than Xen on Debian.
Useful list of linux kernel console modes
by specialj on Feb.25, 2011, under Sysadmin
Leave a Comment more...Kernel patches I’m hoping to see in Ubuntu 10.10
by specialj on Aug.16, 2010, under Sysadmin
I’m planning on buying/building a new computer and I think I will install Ubuntu 10.10 on it. My plan is to use btrfs for the first time. Risky, but I will be taking nightly backups. However, Ubuntu 10.10 is planning on shipping with the Linux 2.6.35 which has a severe btrfs performance regression as documented here:
But besides that I’m also hoping that the I/O performance situation will be improved. It has been very difficult to track down where the bug is but I have certainly experienced it. I haven’t tested the patches but if they work I hope they find there way into Ubuntu 10.10