|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Does it make sense to build xen source (4.0.1 rc5) in opensu
Source of Xend on Suse 11.3 working with 2.6.34-12-xen :-
case "$1" in start) check $1 echo -n "Starting xend " if [ ! -z "$XEND" ]; then echo -n "(already running pid $XEND) " else cleanup fi # Load XEN backend modules # Sidenote: They could be loaded later: # - netbk and blkbk when the dom0
hotplug events occur # (in xen-network-common.sh and block-common.sh) # - xenblk when xend prepares for bootloader # but for now it's safest to have them loaded when xend starts in dom0. modprobe evtchn 2>/dev/null || true modprobe blktap 2>/dev/null || true modprobe blkbk 2>/dev/null || true modprobe xenblk 2>/dev/null || true modprobe netbk 2>/dev/null || true modprobe gntdev 2>/dev/null || true modprobe usbbk 2>/dev/null ||
true xend start await_daemons_up ;; Source of Xend (4.0.1) working with pvops kernel :-
case "$1" in start) mkdir -p /var/lock/subsys touch /var/lock/subsys/xend test -z "$XENSTORED_ROOTDIR" || export XENSTORED_ROOTDIR test -z "$XENCONSOLED_TRACE" || export XENCONSOLED_TRACE [[ "$XENSTORED_TRACE" == @(yes|on|1) ]] && export XENSTORED_TRACE [[ "$XENBACKENDD_DEBUG" == @(yes|on|1) ]] && export XENBACKENDD_DEBUG xend start
await_daemons_up ;;
So, you would have to get source of "kotd" kernel and hard link all modules from "modprobe list" otherwise you'll get "Hotplug scripts not working" for now by another reason. What,actually, happens with 2.6.34.1 with rebased patch set on systems like Fedora and Ubuntu Lucid. CentOS 5.5 per Fajar has similar code in xend.
Boris.
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] Does it make sense to build xen source (4.0.1 rc5) in opensuse 11.3 ?,
Boris Derzhavets <=
|
|
|
|
|