I do not working with ipv6, I have disable, but I have the same error, I can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong to url samba.org.... If I try to connect to this url using some navegator I connected perfect....but when I run git pull using command line I can not connect..> Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu: >> Hello list, Iam using samba4 as Domain Controller my verion Version >> 4.3.0pre1-GIT-068f9e2, but I have a little problem when I going to >> update >> using GIT PULL I have this error >> >> error: Failed to connect to 2001:638:603:d06e::80:230: Network is >> unreachable while accessing http://git.samba.org/samba.git/info/refs >> fatal: HTTP request failed >> >> some body can helpme > > do you have working ipv6? > if not disable it via sysctl.conf > > net.ipv6.conf.all.disable_ipv6=1 > net.ipv6.conf.default.disable_ipv6=1 > > that above is most likely because the link-local address if the ipv6 > stack is enabled and some piece of software thinks it's useable > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Am 28.02.2015 um 19:13 schrieb sandy.napoles at eccmg.cupet.cu:> I do not working with ipv6, I have disable, but I have the same error, I > can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong > to url samba.org.... > > If I try to connect to this url using some navegator I connected > perfect....but when I run git pull using command line I can not connect..the question is *how* did you disable ipv6 - when ifconfig shows a "link local" ipv6 address the stack is *not* entirely disabled [root at srv-rhsoft:~]$ ifconfig eth0 eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 ether 24:be:05:1a:c0:27 txqueuelen 100 (Ethernet) RX packets 2460 bytes 577531 (563.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 8722 bytes 1981928 (1.8 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 20 memory 0xf7e00000-f7e20000>> Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu: >>> Hello list, Iam using samba4 as Domain Controller my verion Version >>> 4.3.0pre1-GIT-068f9e2, but I have a little problem when I going to >>> update >>> using GIT PULL I have this error >>> >>> error: Failed to connect to 2001:638:603:d06e::80:230: Network is >>> unreachable while accessing http://git.samba.org/samba.git/info/refs >>> fatal: HTTP request failed >>> >>> some body can helpme >> >> do you have working ipv6? >> if not disable it via sysctl.conf >> >> net.ipv6.conf.all.disable_ipv6=1 >> net.ipv6.conf.default.disable_ipv6=1 >> >> that above is most likely because the link-local address if the ipv6 >> stack is enabled and some piece of software thinks it's useable >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20150228/209cbebe/attachment.pgp>
Hi Sandy, Please can you provide the output from an *i**fconfig -a* command? This should give an idea of what is going on. Turning off IPv6 will not be necessary if you can find the actual cause of the problem. You would not get this error message if you only have a link local address configured on your interface. You must have some form of global address. Also, the IPv6 address is that of git.samba.org not samba.org. You could try: *traceroute6 git.samba.org.* Best Regards, David ------------------------------------------------------------------------ Dr David Holder CEng FIET MIEEE Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK Reception: +44 (0)1422 207000 Direct Dial: +44 (0)131 2026317 http://www.erion.co.uk Registered in England and Wales. Registered Number 3521142 Registered Office: Newtons, 49 Coniscliffe Road, Darlington, County Durham, DL3 7EH, UK VAT Number: GB 698 3633 78 On 28/02/2015 18:38, Reindl Harald wrote:> > > Am 28.02.2015 um 19:13 schrieb sandy.napoles at eccmg.cupet.cu: >> I do not working with ipv6, I have disable, but I have the same error, I >> can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong >> to url samba.org.... >> >> If I try to connect to this url using some navegator I connected >> perfect....but when I run git pull using command line I can not >> connect.. > > the question is *how* did you disable ipv6 - when ifconfig shows a > "link local" ipv6 address the stack is *not* entirely disabled > > [root at srv-rhsoft:~]$ ifconfig eth0 > eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 > ether 24:be:05:1a:c0:27 txqueuelen 100 (Ethernet) > RX packets 2460 bytes 577531 (563.9 KiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 8722 bytes 1981928 (1.8 MiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > device interrupt 20 memory 0xf7e00000-f7e20000 > >>> Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu: >>>> Hello list, Iam using samba4 as Domain Controller my verion Version >>>> 4.3.0pre1-GIT-068f9e2, but I have a little problem when I going to >>>> update >>>> using GIT PULL I have this error >>>> >>>> error: Failed to connect to 2001:638:603:d06e::80:230: Network is >>>> unreachable while accessing http://git.samba.org/samba.git/info/refs >>>> fatal: HTTP request failed >>>> >>>> some body can helpme >>> >>> do you have working ipv6? >>> if not disable it via sysctl.conf >>> >>> net.ipv6.conf.all.disable_ipv6=1 >>> net.ipv6.conf.default.disable_ipv6=1 >>> >>> that above is most likely because the link-local address if the ipv6 >>> stack is enabled and some piece of software thinks it's useable >>> >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba > > >
in /etc/sysctlsysctl.conf net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.eth0.accept_ra = 1 net.ipv6.conf.eth0.autoconf = 1 when i run cat /etc/sysctl.conf | grep ipv6 #net.ipv6.conf.all.forwarding=1 #net.ipv6.conf.all.accept_redirects = 0 #net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.eth0.accept_ra = 1 net.ipv6.conf.eth0.autoconf = 1 and git pull error: Failed to connect to 2001:638:603:d06e::80:230: Network is unreachable while accessing http://git.samba.org/samba.git/info/refs fatal: HTTP request failed> besides that you should stay on list what is that? > inet6 addr: fe80::d227:88ff:fe64:e401/64 Scope:Link > > don't you see the difference? > you said you disabled ipv6 which is not true > > root at srv-rhsoft:~]$ cat /etc/sysctl.conf | grep ipv6 > net.ipv6.conf.all.disable_ipv6=1 > net.ipv6.conf.all.accept_redirects=0 > net.ipv6.conf.all.accept_source_route=0 > net.ipv6.conf.default.disable_ipv6=1 > net.ipv6.conf.default.accept_redirects=0 > net.ipv6.conf.default.accept_source_route=0 > > > Am 02.03.2015 um 14:00 schrieb sandy.napoles at eccmg.cupet.cu: >> eth0 Link encap:Ethernet HWaddr d0:27:88:64:e4:01 >> inet addr:172.18.101.1 Bcast:172.18.10131 >> Mask:255.255.255.224 >> inet6 addr: fe80::d227:88ff:fe64:e401/64 Scope:Link >> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >> RX packets:1413918 errors:0 dropped:0 overruns:0 frame:0 >> TX packets:447049 errors:0 dropped:0 overruns:0 carrier:0 >> collisions:0 txqueuelen:1000 >> RX bytes:1693691489 (1.5 GiB) TX bytes:52975759 (50.5 MiB) >> Interrupt:43 Base address:0xc000 > > > [root at srv-rhsoft:~]$ ifconfig eth0 > eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 > ether 24:be:05:1a:c0:27 txqueuelen 100 (Ethernet) > RX packets 27144 bytes 6479921 (6.1 MiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 96888 bytes 21802062 (20.7 MiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > device interrupt 20 memory 0xf7e00000-f7e20000 > >
Am 02.03.2015 um 14:38 schrieb sandy.napoles at eccmg.cupet.cu:> in /etc/sysctlsysctl.conf > net.ipv6.conf.all.accept_ra = 1 > net.ipv6.conf.all.autoconf = 1 > net.ipv6.conf.eth0.accept_ra = 1 > net.ipv6.conf.eth0.autoconf = 1did you apply the changes? the config file has a header saying clearly you need to issue "sysctl -p" after changes and in doubt restart services> when i run cat /etc/sysctl.conf | grep ipv6oh no - the config file don't matter- you need to ask the OS what is really active and not what is in a random file - the maybe overrides in /etc/sysctl.d/ and so on! sysctl net.ipv6.conf.all.accept_ra sysctl net.ipv6.conf.all.autoconf sysctl net.ipv6.conf.eth0.accept_ra sysctl net.ipv6.conf.eth0.autoconf ________________________________________ why can't you just try the both and *reboot* the machine to be sure it comes up without *any* ipv6 configuration enabled and report if that changes something? net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20150302/1e7c5bec/attachment.pgp>