SYNOPSIS

iceccd \kx [ -n netname ] [ -m max_processes ] [ --no-remote ] [ -w ] [ -d | --daemonize ] [ -l logfile ] [ -s schedulerhost ] [ -v[v[v]] ] [ -r | --run-as-user ] [ -b env-basedir ] [ -u | --nobody-uid | nobodyuid] [ --cache-limit MB ] [ -N hostname ]

DESCRIPTION

The Icecream daemon has to run on all nodes being part of the Icecream compile cluster. It receives compile jobs and executes them in a chroot environment. The compile clients send their compile environment the first time they send a job to a particular daemon, so that the environment of the daemon doesn't have to match the one of the client.

The daemon also has to run on clients sending compile jobs to the Icecream network. If a node should be able to send compile jobs, but never receive any, start the daemon with the option \*(T<-m 0\*(T>.

All Icecream daemons need to have contact to the Icecream scheduler which controls the distribution of data between compile nodes. Normally the daemon will automatically find the right scheduler. If this is not the case you can explicitly specify the name of the Icecream network and the host running the scheduler.

OPTIONS

\*(T<-n\*(T> \*(T<netname\*(T>

The name of the icecream network the daemon should connect to. There has to be a scheduler running for the network under the same network name.

\*(T<-m\*(T> \*(T<max_processes\*(T>

Maximum number of compile jobs started in parallel on machine running the daemon.

\*(T<--no-remote\*(T>

Prevents jobs from other nodes being scheduled on this one.

\*(T<-w\*(T>

\*(T<-d\*(T>, \*(T<--daemonize\*(T>

Detach daemon from shell.

\*(T<-l\*(T> \*(T<logfile\*(T>

Name of file where log output is written to.

\*(T<-s\*(T> \*(T<scheduler_host\*(T>

Name of host running the scheduler for the network the daemon should connect to. This option might help if the scheduler can't broadcast its presence to the clients due to firewall settings or similar reasons.

\*(T<-v\*(T>, \*(T<-vv\*(T>, \*(T<-vvv\*(T>

Control verbosity of daemon. The more v the more verbose.

\*(T<-r\*(T>, \*(T<--run-as-user\*(T>

Force running the daemon with user rights. Usually you will need to run the daemon with root rights.

\*(T<-b\*(T> \*(T<env_basedir\*(T>

Base directory for storing compile environments sent to the daemon by the compile clients.

\*(T<-u\*(T>, \*(T<--nobody-uid\*(T> \*(T<nobodyuid\*(T>

Id of user nobody. This user id is used when the daemon is dropping privileges.

\*(T<--cache-limit\*(T> \*(T<MB\*(T>

Maximum size in Mega Bytes of cache used to store compile environments of compile clients.

\*(T<-N\*(T> \*(T<hostname\*(T>

The name of the icecream host on the network.

RELATED TO iceccd…

icecream, icecc-scheduler, iceccd, icemon

AUTHOR

Cornelius Schumacher