search for: xenconsoled_log_dir

Displaying 1 result from an estimated 1 matches for "xenconsoled_log_dir".

2007 Jun 01
1
RFC: making the xen startup integrate better with distros
...sysconfig/xend #XENSTORED_PID="/var/run/xenstore.pid" #XENSTORED_ARGS= # Log all hypervisor messages (cf xm dmesg) #XENCONSOLED_LOG_HYPERVISOR=yes # Log all guest console output (cf xm console) #XENCONSOLED_LOG_GUESTS=yes # Location to store guest & hypervisor logs #XENCONSOLED_LOG_DIR=/var/log/xen/console #XENCONSOLED_ARGS= #BLKTAPCTRL_ARGS= (This would be /etc/default/xend instead on Debian I believe) When starting, we run all four currently provided Xen daemon processes, list out all daemons being started along the way... [root@celery console]# service xend start...