search for: tget

Displaying 2 results from an estimated 2 matches for "tget".

Did you mean: get
2009 Nov 11
1
getaddrinfo: nodename nor servname provided, or not known
...no user with that email address." end end In environment.rb I have: ActionMailer::Base.delivery_method = :sendmail and at the top of the same file I have: ENV[''RAILS_ENV''] ||= ''production'' When I try and enter an email address into the form: I tget an error back: SocketError in EmailController#remind getaddrinfo: nodename nor servname provided, or not known Has anyone else experienced this, and how do you get it up and running? Many Thanks
2007 Feb 16
1
Destination directory creation
...${RSYNC} -e ssh 2>/dev/null user@${remote_get_host}:${RLIST} ${remote_get_localdir} >> ${remote_errorlog} 2>> ${remote_errorlog} # Check each Rsync run was successful or had errors if [ $? = 0 ];then echo "\tGet of [${RLIST}] status [Successful]" >> ${remote_mainlog} else echo "\tGet of [${RLIST}] status [Suspect]\n\tSee [${remote_errorlog}]" >> ${remote_mainlog} fi done Now ${remote_get_list} is a variable conta...