Hazard's stuff

WISP-Dist 1.3.1p35 declared stable

— Posted by hazard @ 2007-01-14 11:44
WISP-Dist 1.3.1p35, which has been beta since 2005, has been declared stable. Of course it is quite outdated right now as it doesn't have reliable Atheros support, I wish I had time to update it. :-(

parprouted 0.64

— Posted by hazard @ 2007-01-14 11:39
I made a new release of parprouted, which fixes a bug where it sent ARP requests for incomplete records. Thanks to Ben Pfountz for the patch.

OpenVZ hints

— Posted by hazard @ 2007-01-14 05:29
Here are a few useful hints I learned while I was setting up VPS for hazardous-area.org:

  • Default mysql+apache installation WON'T fit into 128 Mb of memory on OpenVZ VPS, and you'll get memory allocation errors. The core of the issue is that OpenVZ apparently takes into account all memory allocated by processes, even if it hasn't been used. To overcome the problem you need to minimize allocated memory use:
    • Use minimal mysqld config (copy my-small.cnf from /usr/share/doc/mysql-server*).
    • Add "skip-innodb" to my.cnf - it will reduce MySQL server memory footprint by about 100 MB.
    • Use lighttpd instead of Apache.
  • openvzmon is a nifty tool which gives more realistic report on CPU and memory usage by your OpenVZ VPS.
  • Also you can get useful stats from /proc/user_beancounters.


New hosting

— Posted by hazard @ 2007-01-14 05:27
I have decided to move hosting of hazardous-area.org to a VPS in USA. Before it was on my personal PC situated in my apartment, and was turned off every night. :)