Discussion:
http://pear.pdepend.org/ is not accesible
Michael Wang
2013-05-24 00:35:28 UTC
Permalink
Hi there,

I need some help on accessing http://pear.pdepend.org/ and http://pear.phpmd.org/

I have been trying to connect to them for a fews days, but always got the following error via command line on MacOSX 10.6.8


Updating channel "pear.pdepend.org"
Channel "pear.pdepend.org" is not responding over http://, failed with message: Connection to `pear.pdepend.org:80' failed: Connection refused
Trying channel "pear.pdepend.org" over https:// instead
Cannot retrieve channel.xml for channel "pear.pdepend.org" (Connection to `pear.pdepend.org:443' failed: Connection refused)

Updating channel "pear.phpmd.org"
Channel "pear.phpmd.org" is not responding over http://, failed with message: Connection to `pear.phpmd.org:80' failed: Connection refused
Trying channel "pear.phpmd.org" over https:// instead
Cannot retrieve channel.xml for channel "pear.phpmd.org" (Connection to `pear.phpmd.org:443' failed: Connection refused)

and the two links are not accessible through browser, either.


Michael Wang
Automated Testing Engineer
http://www.sycle.net
Email : ***@sycle.net
Office : 415-692-6158 Ext. 1321
Mobile : 778-320-0817 (Vancouver)
Patrick E.
2013-05-25 12:37:55 UTC
Permalink
Hi,
Post by Michael Wang
I have been trying to connect to them for a fews days, but always got the following error via command line on MacOSX 10.6.8
could that be an issue on your PEAR installation or your network config (DNS?).
Can you ping pear.phpmd.org ?

I see the channel xml, when i check the url http://pear.phpmd.org/channel.xml

If you see the channel.xml, you could upgrade your PEAR Installation:
http://pear.php.net/manual/en/faq.users.php


The installation works:
***@pce-ThinkPad-Z61m:~$ sudo su
[sudo] password for pce:
pce-ThinkPad-Z61m# pear channel-discover pear.pdepend.org
Adding Channel "pear.pdepend.org" succeeded
Discovery of channel "pear.pdepend.org" succeeded
pce-ThinkPad-Z61m# pear remote-list -c pdepend
Channel pdepend Available packages:
===================================
Package Version
PHP_CodeSniffer_Standards_PDepend2 1.0.0
PHP_Depend 1.1.0
PHP_Depend_Log_Arbit 1.0.0
staticReflection 1.0.0
pce-ThinkPad-Z61m# pear channel-discover pear.phpmd.org
Adding Channel "pear.phpmd.org" succeeded
Discovery of channel "pear.phpmd.org" succeeded
pce-ThinkPad-Z61m# pear remote-list -c phpmd
Channel phpmd Available packages:
=================================
Package Version
PHP_PMD 1.4.1
pce-ThinkPad-Z61m# pear install phpmd/PHP_PMD
Did not download optional dependencies: pecl/imagick, use --alldeps to
download automatically
pdepend/PHP_Depend can optionally use package "pecl/imagick" (version
Post by Michael Wang
= 2.2.0b2)
downloading PHP_PMD-1.4.1.tgz ...
Starting to download PHP_PMD-1.4.1.tgz (46,814 bytes)
.............done: 46,814 bytes
downloading PHP_Depend-1.1.0.tgz ...
Starting to download PHP_Depend-1.1.0.tgz (182,692 bytes)
...done: 182,692 bytes
install ok: channel://pear.pdepend.org/PHP_Depend-1.1.0
install ok: channel://pear.phpmd.org/PHP_PMD-1.4.1


--
best regards,
Patrick
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Michael Wang
2013-05-27 16:47:40 UTC
Permalink
Hey Patrick,

Thanks for the help. It seems that the problem's just gone after the weekend, everything's working fine for me now.



Cheers,

Michael W.
Post by Patrick E.
Hi,
Post by Michael Wang
I have been trying to connect to them for a fews days, but always got the following error via command line on MacOSX 10.6.8
could that be an issue on your PEAR installation or your network config (DNS?).
Can you ping pear.phpmd.org ?
I see the channel xml, when i check the url http://pear.phpmd.org/channel.xml
http://pear.php.net/manual/en/faq.users.php
pce-ThinkPad-Z61m# pear channel-discover pear.pdepend.org
Adding Channel "pear.pdepend.org" succeeded
Discovery of channel "pear.pdepend.org" succeeded
pce-ThinkPad-Z61m# pear remote-list -c pdepend
===================================
Package Version
PHP_CodeSniffer_Standards_PDepend2 1.0.0
PHP_Depend 1.1.0
PHP_Depend_Log_Arbit 1.0.0
staticReflection 1.0.0
pce-ThinkPad-Z61m# pear channel-discover pear.phpmd.org
Adding Channel "pear.phpmd.org" succeeded
Discovery of channel "pear.phpmd.org" succeeded
pce-ThinkPad-Z61m# pear remote-list -c phpmd
=================================
Package Version
PHP_PMD 1.4.1
pce-ThinkPad-Z61m# pear install phpmd/PHP_PMD
Did not download optional dependencies: pecl/imagick, use --alldeps to
download automatically
pdepend/PHP_Depend can optionally use package "pecl/imagick" (version
Post by Michael Wang
= 2.2.0b2)
downloading PHP_PMD-1.4.1.tgz ...
Starting to download PHP_PMD-1.4.1.tgz (46,814 bytes)
.............done: 46,814 bytes
downloading PHP_Depend-1.1.0.tgz ...
Starting to download PHP_Depend-1.1.0.tgz (182,692 bytes)
...done: 182,692 bytes
install ok: channel://pear.pdepend.org/PHP_Depend-1.1.0
install ok: channel://pear.phpmd.org/PHP_PMD-1.4.1
--
best regards,
Patrick
Michael Wang
Automated Testing Engineer
http://www.sycle.net
Email : ***@sycle.net
Office : 415-692-6158 Ext. 1321
Mobile : 778-320-0817 (Vancouver)

Loading...