TED | Talks | James Nachtwey: TED Prize wish: Share a vital story with the world (video)
Month: May 2008
Schneier on Security: UK Wants to Monitor All Phone Calls and E-mails
apt-get-wife.png PNG Image, 700×240 pixels
WATCH – Run periodically a program
You have enough of typing every time ls -lah to see the state of copying files? Try watch ls -lah. Watch runs the given command in a configurable interval and displays the result. It can also highlight the diff between two outputs.
The development of Kadosu goes on
I started right now the porting of Kadosu to Eclipse 3.4. Important changes are
- all the plugins are now collected in a feature,
- Lucene 2 API is used and
- it is planned to move the project hosting to launchpad.net.
Schneier on Security: The Ethics of Vulnerability Research
Careless Detention | Some Detainees Are Drugged For Deportation (washingtonpost.com)
ioerror: “Some Detainees Are Drugged For Deportation”
Debian Bug Leaves Private SSL/SSH Keys Guessable
ioerror: 6,666,666,666
Ganglia
I had to install Ganglia on ten boxes. I downloaded the source package and followed the readme file. It helped me very much until the point I got on all ten boxes gmond to run and on one the web server. But what now? The web server hadn’t displayed any information. So I came to the point I need gmetad to collect all the informations. I putted it on the web server box to the gmond start script and added the configuration file. First you have to change the gmetad port because the default installation has the same as gmond configured. Then you have to set all boxes in the field data_source like
data_source "cluster name" box1 box2 box3 box4 box5
then set the grid_name like
gridname "grid name"
The last step is to set the grid name also in the gmond configuration like
cluster { name = "cluster name" ... }
After these last steps Ganglia and the web interface are running well.
Summary for a working Ganglia with GUI:
- run gmond on every server
- set the grid name in gmond.conf
- run gmetad on the same server as the web interface
- set all boxes that run gmond in gmetad.conf
- set the cluster name in gmetad.conf
The tool Cssh helped me very much on doing the installation on all ten boxes in parallel.
oae: Fastest way to copy files
The Sietch Blog » Recycled Homes
The Sietch Blog » Beautiful Biomimic Air Ship
The Sietch Blog » Fight For Your Right To Be Educated
Patented European Webshop – FFII
BMWi – Pressemitteilungen
Patentierter Webshop in Europa – FFII
Bilder von meinem Aufenthalt in Los Angeles
SourceForge.net: katta » home
SourceForge.net: katta » home
Distribute lucene indexes in a grid.
You must be logged in to post a comment.