Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
DNS-Problems with git and https
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
vlynd
n00b
n00b


Joined: 23 Jan 2012
Posts: 23

PostPosted: Mon May 07, 2012 3:22 pm    Post subject: DNS-Problems with git and https Reply with quote

Hi Folks,

I got this strange Problem with git and cloning https-Repositories.

Example with github and https://:

Code:

$ git clone https://github.com/rain0r/exaile-shuffle-collection.git
Cloning into 'exaile-shuffle-collection'...
error: Could not resolve host: github.com (Timeout while contacting DNS servers) while accessing https://github.com/rain0r/exaile-shuffle-collection.git/info/refs


On the other hand, cloning with git:// works fine:
Code:

$ git clone git://github.com/rain0r/exaile-shuffle-collection.git
Cloning into 'exaile-shuffle-collection'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (5/5), done.
Receiving objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 7 (delta 0)


My git configuration:

Code:

[ebuild   R   ] dev-vcs/git-1.7.8.6  USE="blksha1 curl iconv perl python threads -cgi -cvs -doc -emacs -gtk (-ppcsha1) -subversion -tk -webdav -xinetd"


How does this come?
Back to top
View user's profile Send private message
sebaro
Veteran
Veteran


Joined: 03 Jul 2006
Posts: 1028
Location: Romania

PostPosted: Mon May 07, 2012 5:36 pm    Post subject: Reply with quote

Enable WebDAV use flag.
_________________
My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x
Back to top
View user's profile Send private message
vlynd
n00b
n00b


Joined: 23 Jan 2012
Posts: 23

PostPosted: Mon May 07, 2012 6:59 pm    Post subject: Reply with quote

Unfortunately, enabling the webdav useflag didnt got it right. :-(
Back to top
View user's profile Send private message
sebaro
Veteran
Veteran


Joined: 03 Jul 2006
Posts: 1028
Location: Romania

PostPosted: Tue May 08, 2012 9:35 am    Post subject: Reply with quote

It's working fine here, but I'm using stable x86 (1.7.3.4).
_________________
My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x
Back to top
View user's profile Send private message
vlynd
n00b
n00b


Joined: 23 Jan 2012
Posts: 23

PostPosted: Tue May 08, 2012 10:36 am    Post subject: Reply with quote

I tried it now with that version:

Code:

[ebuild   R   ] dev-vcs/git-1.7.3.4-r1  USE="blksha1 cgi curl cvs iconv perl threads webdav -bash-completion -doc -emacs -gtk (-ppcsha1) -subversion -tk -xinetd"


but keep getting the same error :-(
Back to top
View user's profile Send private message
vlynd
n00b
n00b


Joined: 23 Jan 2012
Posts: 23

PostPosted: Tue May 08, 2012 5:30 pm    Post subject: Reply with quote

When I am executing git clone on an https repository I get this message in dmesg:

Code:

Call Trace:
 [<c144c6a5>] ? printk+0x18/0x1a
 [<c107c288>] __rcu_pending+0x178/0x370
 [<c107c9fe>] rcu_check_callbacks+0x10e/0x130
 [<c1033788>] update_process_times+0x38/0x70
 [<c105f795>] tick_periodic+0x25/0x80
 [<c105f859>] tick_handle_periodic+0x19/0x80
 [<c101b01f>] smp_apic_timer_interrupt+0x4f/0x90
 [<c144f346>] apic_timer_interrupt+0x2a/0x30
 [<c104007b>] ? posix_timer_fn+0x9b/0xa0
 [<c1258d31>] ? acpi_idle_enter_bm+0x233/0x26f
 [<c135fdee>] cpuidle_idle_call+0x7e/0xd0
 [<c1001795>] cpu_idle+0x55/0xa0
 [<c1448c9c>] start_secondary+0x1c9/0x1cf
Back to top
View user's profile Send private message
sebaro
Veteran
Veteran


Joined: 03 Jul 2006
Posts: 1028
Location: Romania

PostPosted: Wed May 09, 2012 5:51 am    Post subject: Reply with quote

Try "GIT_TRACE=1 git clone URL". Also remerge net-misc/curl, dev-libs/expat and git.
_________________
My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum