set timeout 60 spawn socat unix-connect:vm/console - expect { "root@liminix blah blah > " { exit 0 } timeout { exit 1 } }