standard install of OS 11.1 boots correctly to, uname -a Linux server 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux installing Xen33x, configured with, cat /etc/xen/xend-config.sxp (logfile /var/log/xen/xend.log) (loglevel DEBUG) ... (network-script ) (vif-script vif-bridge) ... boots to 'kernel-xen', uname -a Linux server 2.6.27.7-9-xen #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux changing to an external network script, which works on OS 11.0 + Xen 32x, cat /etc/xen/xend-config.sxp (logfile /var/log/xen/xend.log) (loglevel DEBUG) ... # (network-script ) # (vif-script vif-bridge) (network-script custom-bridge) ... cat /etc/xen/scripts/custom-bridge #!/bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 bridge=br01 netdev=eth0 "$dir/vif-bridge" vifnum=0 bridge=br01 netdev=eth0 ip link set br01 up then reboot to 'kernel-xen', startup hangs in console @ "setting up loopback interface lo" and proceeds no further ... reboot to 'kernel', checking xen log, it's empty :-/ -rw-r--r-- 1 root root 0 2008-12-24 09:58 xend.log Ideas? Thanks. -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-virtual+help@opensuse.org