http://qs1969.pair.com?node_id=180046


in reply to Re: XPAddiction -- a new XP whoring tool
in thread XPAddiction -- a new XP whoring tool

kxmlrpcd should be running. If not it won't work. You can only connect to localhost because you want to use the kxmlrpcd on your machine. If www.perlmonks.com was running the service, specifiying it in the URL would make output show up there. But it isn't so that won't work at all.

The problem is for some reason you can't make connections to kxmlrpcd. Could your firewall or iptables filtering etc. be blocking connections maybe? Try telneting directly to the port specified in $port on localhost. If you get "connection refused" and you are sure the server is up, I'm willing to bet that's the problem.

--
જલધર

Replies are listed 'Best First'.
Re: Re: Re: XPAddiction -- a new XP whoring tool
by perlkid (Novice) on Jul 08, 2002 at 03:32 UTC
    Jaldhar, I totally like the creativity of the program and definitely easy to re +ad code :). Although, I haven't successfully made it to work yet. Just how much I want to see how it works and I know I am close to it! I ran the program in perl debugging mode, skip most part to the the su +b talktoamor. Along the way, I see it generates XML code with the message Hooray! .. + and it passed the line my $rpc = Frontier::Client->new(url=>"http://localhost:$port/amor") #With the debugging mode I see #url=>'http://localhost:file:///local_acct/.kxmlrpcd-socket-jm524W/amo +r' <b>$port</b> contains ':file:///....jm524W' <-- this is not my passwo +rd ;) There is no port number in it!

    Anyway, at this point, I am pretty certain that one of the module I in +stalled might be crapped out (I suspect the libwww) Thanks! I think I learn in the process, will let you know how it turn +out. -perlkid

    Edit by tye, change PRE to CODE around not-short lines