From owner-freebsd-questions Mon Jul 5 20:47:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from elmls02.ce.mediaone.net (elmls02.ce.mediaone.net [24.131.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 1E6D8151E0 for ; Mon, 5 Jul 1999 20:47:22 -0700 (PDT) (envelope-from burke@mcs.net) Received: from fatman2 (el01-24-131-147-32.ce.mediaone.net [24.131.147.32]) by elmls02.ce.mediaone.net (8.8.7/8.8.7) with SMTP id WAA09919; Mon, 5 Jul 1999 22:47:20 -0500 (CDT) Message-Id: <4.1.19990705223545.00a7b590@pop.ce.mediaone.net> X-Sender: johnburke@pop.ce.mediaone.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 05 Jul 1999 22:47:20 -0500 To: dan.langille@dvl-software.com From: Burke Gallagher Subject: Re: running frequent cron perl scripts Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <37817652.94.0@actrix.gen.nz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think we still have a problem or two left. It did not print the currentIP because it did not find it in the httpResponse message. add a line to print the response message right before the DYNDNS 9th line print "$httpResponse\n"; print "DYNDNS 9th\n"; I think it will show an error probably authentication related. if that is true comment out the line $encoded = "$username:$password"; $encoded = encode_base64( "$username:$password" ); #$encoded = "$username:$password"; the username password is Base64 encoded in http basic authentication. hopefully this will get everything working. burke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message