Displaying 1 result from an estimated 1 matches for "xenconsoled_log_guest".
Did you mean:
  xenconsoled_log_guests
  
2007 Jun 01
1
RFC: making the xen startup integrate better with distros
...config/modules containing user config
options
  [root@celery console]# cat /etc/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...