Hackable mercurial based on python 2.7
Matt Harbison
matt_harbison at yahoo.com
Thu Jun 28 12:47:05 UTC 2012
Mads Kiilerich wrote:
> On 28/06/12 04:32, Matt Harbison wrote:
>> That was it- I forgot the --local because I'm used to running the
>> Linux tests without it. Now everything passes except:
>>
>> --- c:\users\Matt\ScratchRepos\hg-crew\tests\test-clone.t
>> +++ c:\users\Matt\ScratchRepos\hg-crew\tests\test-clone.t.err
>> @@ -479,7 +479,7 @@
>> No remote source
>>
>> $ hg clone http://127.0.0.1:3121/a b
>> - abort: error: *refused* (glob)
>> + abort: error: A socket operation was attempted to an unreachable
>> network
>> [255]
>>
>> But that's obviously just getting the wrong error code for some
>> reason, and it works on Linux in VirtualBox on the same machine. Maybe
>> its one of the network filter drivers. I'm not gonna worry about it.
>
> Do you have a working IPv4 stack on that machine?
I haven't noticed any other problems
> Can you ' ping 127.0.0.1 '?
>
Yes
> What is the output of ' ipconfig ' and ' route print '?
>
C:\Users\Matt\Projects\hg>ipconfig
Windows IP Configuration
Wireless LAN adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a14b:508a:2644:a71e%10
IPv4 Address. . . . . . . . . . . : 192.168.1.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::189a:486e:1e22:d98c%42
IPv4 Address. . . . . . . . . . . : 192.168.56.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Tunnel adapter isatap.{75B5753E-2E1A-43A8-992C-3AFD112DED9F}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{4BF22C31-1B6A-406D-9F9B-086700BFFFB5}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter isatap.{18559FB9-13A5-4B79-9BA9-7F8017C232F7}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : 2001:0:4137:9e76:2c07:7a5:3f57:fef5
Link-local IPv6 Address . . . . . : fe80::2c07:7a5:3f57:fef5%19
Default Gateway . . . . . . . . . : ::
C:\Users\Matt\Projects\hg>route print
===========================================================================
Interface List
14...58 94 6b 58 4b c0 ......Intel(R) Centrino(R) Advanced-N 6200 AGN
10...3c 4a 92 51 7d fc ......Realtek PCIe GBE Family Controller
42...08 00 27 00 90 2b ......VirtualBox Host-Only Ethernet Adapter
1...........................Software Loopback Interface 1
17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
20...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
18...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #4
19...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.10 10
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 On-link 192.168.1.10 266
192.168.1.10 255.255.255.255 On-link 192.168.1.10 266
192.168.1.255 255.255.255.255 On-link 192.168.1.10 266
192.168.56.0 255.255.255.0 On-link 192.168.56.1 276
192.168.56.1 255.255.255.255 On-link 192.168.56.1 276
192.168.56.255 255.255.255.255 On-link 192.168.56.1 276
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.56.1 276
224.0.0.0 240.0.0.0 On-link 192.168.1.10 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.56.1 276
255.255.255.255 255.255.255.255 On-link 192.168.1.10 266
===========================================================================
Persistent Routes:
None
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
19 58 ::/0 On-link
1 306 ::1/128 On-link
19 58 2001::/32 On-link
19 306 2001:0:4137:9e76:2c07:7a5:3f57:fef5/128
On-link
42 276 fe80::/64 On-link
10 266 fe80::/64 On-link
19 306 fe80::/64 On-link
42 276 fe80::189a:486e:1e22:d98c/128
On-link
19 306 fe80::2c07:7a5:3f57:fef5/128
On-link
10 266 fe80::a14b:508a:2644:a71e/128
On-link
1 306 ff00::/8 On-link
19 306 ff00::/8 On-link
42 276 ff00::/8 On-link
10 266 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
The only other variable I can think of is I have Kaspersky 2012 on this
machine. I tried 'pausing' it and nothing changed, but I'm sure that
doesn't detach the driver from the network stack.
--Matt
More information about the Mercurial-devel
mailing list