search for: send_text

Displaying 6 results from an estimated 6 matches for "send_text".

Did you mean: end_text
2010 Mar 16
1
[PATCH] ovirt-awake improvements
...s -. /usr/libexec/ovirt-functions prog=ovirt-awake NODE_CONFIG=/etc/sysconfig/node-config @@ -39,6 +39,8 @@ VAR_SUBSYS_NODECONFIG=/var/lock/subsys/node-config # load the configuration file [ -f "$NODE_CONFIG" ] && . "$NODE_CONFIG" +. /usr/libexec/ovirt-functions + send_text () { local text=${1} @@ -113,6 +115,7 @@ start_ovirt_awake () { log "Node is operating in unmanaged mode." ;; "ovirt") + log "Node is operating in ovirt mode." ovirt_startup RC=$?...
2010 Mar 09
1
Bugs with ovirt-awake
...host:$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/init.d/ovirt-awake: line 73: connect-to-server: command not found The function has been removed by D Pierce : http://www.mail-archive.com/ovirt-devel at redhat.com/msg00445.html -- A...
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
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
...unt : %s' %(str(self.username) ) pass else : send_subject = 'Email Account Updated : %s' %(self.username) #Send update email send_from = 'monitor at scom.ca' send_files = [] send_to = ['monitor at scom.ca'] send_text = '\n\n'+ send_subject + '\n' sendmail(send_from,send_to,send_subject,send_text,send_files) #Send the warning email if send_settings != '' : #Send Email Setup to this address servername = 'mail.%s' %domain send_from = 'info at sc...
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
I?m running version 2.1.7 under Raspbian Wheezy (and have been for a number of years). I want to allow one of my other computers to remotely issue doveadm commands to my server but can?t seem to find the right way to add an inet listener to permit this. Using ?doveconf -a? I?ve found the default service definition for doveadm-server. So I copied that and added it to the dovecot configuration with
2009 Feb 03
2
Contact lookup
Hi All, Asterisk 1.4.12 on CentOS 5 I'd like to be able to look up each incoming CLI to retrieve an associated name, if available, and then pass that to the extensions so that they can see both the name and number of the caller. I'm not after LDAP or anything else maintained externally, just a contact lookup for my system. I suspect that Astdb could be used for this, as could a