Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problems installing mercurial: (2 Items)
   
Problems installing mercurial  
I have tried to download and install mercurial from HEAD_640 at ftp.NetBSD.org onto my native QNX 6.4.1 system. 
mercurial does not exist for 6.4.1.

During the installation the process hangs extracting a python file. This happened more than once, but at different 
python files.

pidin showed pkg_add reply blocked on /sbin/io-pkt-v4-hc

What can I do next to find the source of the problem?

Keith Smith
Re: Problems installing mercurial  
Keith Smith wrote:
> I have tried to download and install mercurial from HEAD_640 at ftp.NetBSD.org onto my native QNX 6.4.1 system. 
mercurial does not exist for 6.4.1.
>
> During the installation the process hangs extracting a python file. This happened more than once, but at different 
python files.
>
> pidin showed pkg_add reply blocked on /sbin/io-pkt-v4-hc
>   
Could be any number of things, possibly waiting for data to arrive on a 
socket and maybe there are network problems. Perhaps try pinging the 
servers, tcpdumping the traffic to see if there are interruptions or 
time outs, look at netstat -p ip/tcp/arp/icmp etc, and sockstat etc.

Sorry, not much concrete, just ideas how to start troubleshooting...

/P