From f63ce7dc6a7f6754156297917a43c3a839e45f7c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 2 Mar 2009 15:00:38 +0000 Subject: [PATCH] -Change xen console method to use screen instead of cu, cu hangs too much git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2818 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/cons/xen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/cons/xen b/xCAT-server/share/xcat/cons/xen index 3fabc7e0f..c68d7fdac 100755 --- a/xCAT-server/share/xcat/cons/xen +++ b/xCAT-server/share/xcat/cons/xen @@ -78,7 +78,7 @@ until ($dsthost and $speed and $dstty) { xCAT::Client::submit_request($cmdref,\&getans); } release_lock(); -exec "ssh -t $dsthost cu -s $speed -l $dstty"; +exec "ssh -t $dsthost screen -e ^]a -d -R -S serial-".$ARGV[0]."-cons -A $dstty $speed"; #my $pathtochild= dirname($scriptname). "/"; #exec $pathtochild."blade.expect $mm $slot $username $password";