* {Question] Is "kernel.org" down ?
@ 2011-09-29 6:00 santosh
2011-09-29 6:16 ` Kukjin Kim
0 siblings, 1 reply; 8+ messages in thread
From: santosh @ 2011-09-29 6:00 UTC (permalink / raw)
To: linux-kernel
Hi
http://kernel.org/
When I try to browse the above site, it shows "Down for maintenance".
If it is down then from where I can download kernel source ??
--Santosh
^ permalink raw reply [flat|nested] 8+ messages in thread* RE: {Question] Is "kernel.org" down ? 2011-09-29 6:00 {Question] Is "kernel.org" down ? santosh @ 2011-09-29 6:16 ` Kukjin Kim 2011-09-29 6:33 ` santosh 0 siblings, 1 reply; 8+ messages in thread From: Kukjin Kim @ 2011-09-29 6:16 UTC (permalink / raw) To: 'santosh', linux-kernel santosh wrote: > > Hi > > http://kernel.org/ > > When I try to browse the above site, it shows "Down for maintenance". > If it is down then from where I can download kernel source ?? > You can get it from following: git://github.com/torvalds/linux.git Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: {Question] Is "kernel.org" down ? 2011-09-29 6:16 ` Kukjin Kim @ 2011-09-29 6:33 ` santosh 2011-09-29 6:34 ` CaT ` (2 more replies) 0 siblings, 3 replies; 8+ messages in thread From: santosh @ 2011-09-29 6:33 UTC (permalink / raw) To: Kukjin Kim; +Cc: linux-kernel Kgene, https://github.com/torvalds/linux.git Thanks for your response. I could not find location in that site to download linux kernel. I need 2.6.38 kernel source. Can you please help me out ? Thanks Santosh On Thu, Sep 29, 2011 at 11:46 AM, Kukjin Kim <kgene.kim@samsung.com> wrote: > santosh wrote: >> >> Hi >> >> http://kernel.org/ >> >> When I try to browse the above site, it shows "Down for maintenance". >> If it is down then from where I can download kernel source ?? >> > > You can get it from following: > git://github.com/torvalds/linux.git > > Thanks. > > Best regards, > Kgene. > -- > Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, > SW Solution Development Team, Samsung Electronics Co., Ltd. > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: {Question] Is "kernel.org" down ? 2011-09-29 6:33 ` santosh @ 2011-09-29 6:34 ` CaT 2011-09-29 6:36 ` Wanlong Gao 2011-09-29 6:57 ` Kukjin Kim 2 siblings, 0 replies; 8+ messages in thread From: CaT @ 2011-09-29 6:34 UTC (permalink / raw) To: santosh; +Cc: Kukjin Kim, linux-kernel On Thu, Sep 29, 2011 at 12:03:01PM +0530, santosh wrote: > I need 2.6.38 kernel source. Can you please help me out ? http://www.google.com.au/search?q=linux+kernel+mirrors&ie=utf-8&oe=utf-8&aq=t&tbo=1 -- "A search of his car uncovered pornography, a homemade sex aid, women's stockings and a Jack Russell terrier." - http://www.dailytelegraph.com.au/news/wacky/indeed/story-e6frev20-1111118083480 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: {Question] Is "kernel.org" down ? 2011-09-29 6:33 ` santosh 2011-09-29 6:34 ` CaT @ 2011-09-29 6:36 ` Wanlong Gao 2011-09-29 6:57 ` Kukjin Kim 2 siblings, 0 replies; 8+ messages in thread From: Wanlong Gao @ 2011-09-29 6:36 UTC (permalink / raw) To: santosh; +Cc: Kukjin Kim, linux-kernel On 09/29/2011 02:33 PM, santosh wrote: > Kgene, > > https://github.com/torvalds/linux.git This may be the thing. https://github.com/torvalds/linux Thanks -Wanlong Gao ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: {Question] Is "kernel.org" down ? 2011-09-29 6:33 ` santosh 2011-09-29 6:34 ` CaT 2011-09-29 6:36 ` Wanlong Gao @ 2011-09-29 6:57 ` Kukjin Kim 2011-09-29 9:52 ` santosh 2 siblings, 1 reply; 8+ messages in thread From: Kukjin Kim @ 2011-09-29 6:57 UTC (permalink / raw) To: 'santosh'; +Cc: linux-kernel Santosh wrote: > > Kgene, > > https://github.com/torvalds/linux.git > > Thanks for your response. I could not find location in that site to > download linux kernel. > > I need 2.6.38 kernel source. Can you please help me out ? > Hi Santosh, Please refer to below... $ git clone git://github.com/torvalds/linux.git $ cd linux $ git checkout v2.6.38 Or $ git reset --hard v2.6.38 Or $ git checkout -b [local branch] v2.6.38 Actually, there are many ways and above is one of them... Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > Thanks > Santosh > > On Thu, Sep 29, 2011 at 11:46 AM, Kukjin Kim <kgene.kim@samsung.com> wrote: > > santosh wrote: > >> > >> Hi > >> > >> http://kernel.org/ > >> > >> When I try to browse the above site, it shows "Down for maintenance". > >> If it is down then from where I can download kernel source ?? > >> > > > > You can get it from following: > > git://github.com/torvalds/linux.git > > > > Thanks. > > > > Best regards, > > Kgene. > > -- > > Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, > > SW Solution Development Team, Samsung Electronics Co., Ltd. > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: {Question] Is "kernel.org" down ? 2011-09-29 6:57 ` Kukjin Kim @ 2011-09-29 9:52 ` santosh 2011-09-29 10:27 ` esmaeil mirzaee 0 siblings, 1 reply; 8+ messages in thread From: santosh @ 2011-09-29 9:52 UTC (permalink / raw) To: linux-kernel Thanks to all of you. --Santosh On Thu, Sep 29, 2011 at 12:27 PM, Kukjin Kim <kgene.kim@samsung.com> wrote: > Santosh wrote: >> >> Kgene, >> >> https://github.com/torvalds/linux.git >> >> Thanks for your response. I could not find location in that site to >> download linux kernel. >> >> I need 2.6.38 kernel source. Can you please help me out ? >> > Hi Santosh, > > Please refer to below... > > $ git clone git://github.com/torvalds/linux.git > > $ cd linux > > $ git checkout v2.6.38 > Or $ git reset --hard v2.6.38 > Or $ git checkout -b [local branch] v2.6.38 > > Actually, there are many ways and above is one of them... > > Thanks. > > Best regards, > Kgene. > -- > Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, > SW Solution Development Team, Samsung Electronics Co., Ltd. > > >> Thanks >> Santosh >> >> On Thu, Sep 29, 2011 at 11:46 AM, Kukjin Kim <kgene.kim@samsung.com> > wrote: >> > santosh wrote: >> >> >> >> Hi >> >> >> >> http://kernel.org/ >> >> >> >> When I try to browse the above site, it shows "Down for maintenance". >> >> If it is down then from where I can download kernel source ?? >> >> >> > >> > You can get it from following: >> > git://github.com/torvalds/linux.git >> > >> > Thanks. >> > >> > Best regards, >> > Kgene. >> > -- >> > Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, >> > SW Solution Development Team, Samsung Electronics Co., Ltd. >> > >> > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* {Question] Is "kernel.org" down ? 2011-09-29 9:52 ` santosh @ 2011-09-29 10:27 ` esmaeil mirzaee 0 siblings, 0 replies; 8+ messages in thread From: esmaeil mirzaee @ 2011-09-29 10:27 UTC (permalink / raw) To: santosh; +Cc: linux-kernel Hi all could you give any suggestion for download 2.6.11, because I'll read Understand linux kernel and the book is base on 2.6.11. I need this version of kernel. thank P.S: apologize in weak English. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-09-29 10:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 6:00 {Question] Is "kernel.org" down ? santosh
2011-09-29 6:16 ` Kukjin Kim
2011-09-29 6:33 ` santosh
2011-09-29 6:34 ` CaT
2011-09-29 6:36 ` Wanlong Gao
2011-09-29 6:57 ` Kukjin Kim
2011-09-29 9:52 ` santosh
2011-09-29 10:27 ` esmaeil mirzaee
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.