Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb134

Kb134

Emulab FAQ: Testbed Operations: How do I control verbose syslogging in tmcd?

Emulab FAQ: Testbed Operations: How do I control verbose syslogging in tmcd?

There is a signal handler to change the verbosity of a running tmcd. To turn on verbosity:

  	kill -USR1 `cat /var/run/tmcd.pid`

To turn off verbosity:

  	kill -USR2 `cat /var/run/tmcd.pid`

You can send the signal to individual children, but that would be silly and pointless.