Is there any hope that the economy will turn around?
MySQL cluster: Brian Aker (krow) and I have been discussing different ways to make a MySQL cluster. All of the known ways seem to have faults. I went ahead and made one that uses PVFS. What I did was make one master/metadata server and 3 IO servers. PVFS distributes a files data between the IO servers. The master keeps track of the meta info and where what parts of the file are on what server. I built MySQL on the master server and made the MySQL database files sit on the PVFS filesystem. Unfortunatly the benchmark results were very poor. So right now I'm playing around with the MySQL code to maybe have it use the PVFS library. This might help with the speed of it. There are a couple of other things I might try to see what speed increase I get.
Honeynet Project: The Linux kernel patches I put together were mentioned in the honeynet projects white papers "Know your enemy: Honeynets". This was a pleasant surprise.
openMosix: I havent done a whole lot for openMosix these last few days. But I have some plans in mind about openMosix's filesystem oMFS. I'm still thinking about it though so nothing I want to make public yet.
Well.. thats it.
I've also been hacking on some kernel patches for the honeynet project. The patches impliment command logging to syslog or a file. You can get them here for anyone interested in them. I also worked on a terminal patch for the linux kernel that logs all terminal input and output to a file. But so far it doesnt look very feasable to do. It seems to log everything.... including term settings. So for now it's going on the back burner.
Well thats about it for now.
I recently setup LXR for openMosix at this site. It's a very useful tool for learning the openMosix kernel code and also good for developing if anyone is interested in helping.
Thats about it for now.
Havent been doing much online gaming lately. Dont have the time really. Between work, the family, and my coding projects I dont have much time to play any of the games.
Works been pretty much the same. The normal System Admin stuff.
15 Apr 2002 (updated 15 Apr 2002 at 16:19 UTC) »
At work I've been messing with drbd (http://www.complang.tuwien.ac.at/reisner/drbd/) and heartbeat (http://www.linux-ha.org/) for a HA Linux NFS server. It's all working well now. I'm stress testing it today. I made a program that copies and deletes files on the drbd partition. Seems pretty stable so far and replication is working. The initial sync is a little slow though. The failover works pretty well too. It takes about 20 seconds or less to failover.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!