Displaying 2 results from an estimated 2 matches for "receive_text".
2010 Mar 09
1
Bugs with ovirt-awake
...;${mgmthost}" ]] && [[ -n "${mgmtport}" ]]; then
# log "Notifying oVirt management server: ${mgmthost}:${mgmtport}"
- exec 3<> /dev/tcp/$mgmthost:$mgmtport
+ exec 3<>/dev/tcp/$mgmthost/$mgmtport
connect-to-server
receive_text
if [ $REPLY == "HELLO?" ]; then
- logo "Starting wakeup conversation."
+ log "Starting wakeup conversation."
send_text "HELLO!"
receive_text
I still have this error :
Starting ovirt-awake: /etc/ini...
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed
towards a more generic boot process. With this patch the node can now
boot up and execute a few specifically-named scripts that reside in
/etc/node.d/ at key points during the startup.
After this goes upstream, the next step will be to define in more detail
the remote interfaces for the "managed" runtime