* Which kernel.org WWW is the master server?
@ 2010-08-19 15:06 Piotr Hosowicz
2010-08-26 13:37 ` Jiri Kosina
0 siblings, 1 reply; 5+ messages in thread
From: Piotr Hosowicz @ 2010-08-19 15:06 UTC (permalink / raw)
To: LKML
Hello,
I wrote a simple python script that tells me that a new kernel version
appeared. The problem is that it is based exactly on this what appears
on the webpage so sometimes it resolves the server IP that the version
has changed, despite the fact that it is not true. Which server is the
master server?
Cheers,
Piotr Hosowicz
--
- Obiecali zbudowac 3 miliony mieszkan! I nie zbudowali!
- Ale to bardzo dobrze, ze nie zbudowali! Nie od tego jest panstwo!
- Kwasniewski obiecywal nie 3, a 10 milionow mieszkan!
- No to wyglada na to, ze Kwasniewski zbudowal siedem,
a Kaczynscy teraz musza dobudowac trzy miliony.
NP: Led Zeppelin - For Your Life
NB: 2.6.36-rc1-20100819-1517+
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which kernel.org WWW is the master server?
2010-08-19 15:06 Which kernel.org WWW is the master server? Piotr Hosowicz
@ 2010-08-26 13:37 ` Jiri Kosina
2010-08-26 15:10 ` Arnd Hannemann
0 siblings, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2010-08-26 13:37 UTC (permalink / raw)
To: Piotr Hosowicz; +Cc: LKML
On Thu, 19 Aug 2010, Piotr Hosowicz wrote:
> I wrote a simple python script that tells me that a new kernel version
> appeared. The problem is that it is based exactly on this what appears on the
> webpage so sometimes it resolves the server IP that the version has changed,
> despite the fact that it is not true. Which server is the master server?
I guess that simply running
finger @kernel.org
will give you exactly the information you are looking for which much less
pain of connecting to www server, parsing html, etc.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which kernel.org WWW is the master server?
2010-08-26 13:37 ` Jiri Kosina
@ 2010-08-26 15:10 ` Arnd Hannemann
2010-08-26 15:20 ` Piotr Hosowicz
0 siblings, 1 reply; 5+ messages in thread
From: Arnd Hannemann @ 2010-08-26 15:10 UTC (permalink / raw)
To: Jiri Kosina; +Cc: Piotr Hosowicz, LKML
Am 26.08.2010 15:37, schrieb Jiri Kosina:
> On Thu, 19 Aug 2010, Piotr Hosowicz wrote:
>
>
>> I wrote a simple python script that tells me that a new kernel version
>> appeared. The problem is that it is based exactly on this what appears on the
>> webpage so sometimes it resolves the server IP that the version has changed,
>> despite the fact that it is not true. Which server is the master server?
>>
> I guess that simply running
>
> finger @kernel.org
>
> will give you exactly the information you are looking for which much less
> pain of connecting to www server, parsing html, etc.
>
Not sure if this is still accurate:
> Aug 21, 2003: Please don't use *finger.kernel.org* for any sort of
> automatic monitoring. The number of automatic bots hitting this port
> is causing the finger daemon to shut down more often than not. The
> same information is available from
> http://www.kernel.org/kdist/finger_banner
> <http://kernel.org/kdist/finger_banner>.
Regards,
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which kernel.org WWW is the master server?
2010-08-26 15:10 ` Arnd Hannemann
@ 2010-08-26 15:20 ` Piotr Hosowicz
2010-08-26 15:36 ` Randy Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: Piotr Hosowicz @ 2010-08-26 15:20 UTC (permalink / raw)
To: Arnd Hannemann; +Cc: Jiri Kosina, LKML
On 26.08.2010 17:10, Arnd Hannemann wrote:
> Am 26.08.2010 15:37, schrieb Jiri Kosina:
>> On Thu, 19 Aug 2010, Piotr Hosowicz wrote:
>>
>>
>>> I wrote a simple python script that tells me that a new kernel version
>>> appeared. The problem is that it is based exactly on this what appears on the
>>> webpage so sometimes it resolves the server IP that the version has changed,
>>> despite the fact that it is not true. Which server is the master server?
>>>
>> I guess that simply running
>>
>> finger @kernel.org
>>
>> will give you exactly the information you are looking for which much less
>> pain of connecting to www server, parsing html, etc.
>>
>
> Not sure if this is still accurate:
>
>> Aug 21, 2003: Please don't use *finger.kernel.org* for any sort of
>> automatic monitoring. The number of automatic bots hitting this port
>> is causing the finger daemon to shut down more often than not. The
>> same information is available from
>> http://www.kernel.org/kdist/finger_banner
>> <http://kernel.org/kdist/finger_banner>.
Moreover it is written as the above.
Regards,
Piotr Hosowicz
--
"Bardzo fajna firma, tylko czasami nie płaci. Do jej głównych
zalet należą: ekspres ciśnieniowy (ale tylko na jednym z pię-
ter) oraz fajne widoki z salki konferencyjnej. No i jakieś
pół roku temu odeszło 90% pracowników działu IT, ale może nie
mieli racji ;)"
NP: Peter Green Splinter Group - I Can't Help Myself
NB: 2.6.36-rc2-git4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which kernel.org WWW is the master server?
2010-08-26 15:20 ` Piotr Hosowicz
@ 2010-08-26 15:36 ` Randy Dunlap
0 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2010-08-26 15:36 UTC (permalink / raw)
To: piotr; +Cc: Arnd Hannemann, Jiri Kosina, LKML
On Thu, 26 Aug 2010 17:20:13 +0200 Piotr Hosowicz wrote:
> On 26.08.2010 17:10, Arnd Hannemann wrote:
> > Am 26.08.2010 15:37, schrieb Jiri Kosina:
> >> On Thu, 19 Aug 2010, Piotr Hosowicz wrote:
> >>
> >>
> >>> I wrote a simple python script that tells me that a new kernel version
> >>> appeared. The problem is that it is based exactly on this what appears on the
> >>> webpage so sometimes it resolves the server IP that the version has changed,
> >>> despite the fact that it is not true. Which server is the master server?
> >>>
> >> I guess that simply running
> >>
> >> finger @kernel.org
> >>
> >> will give you exactly the information you are looking for which much less
> >> pain of connecting to www server, parsing html, etc.
> >>
> >
> > Not sure if this is still accurate:
> >
> >> Aug 21, 2003: Please don't use *finger.kernel.org* for any sort of
> >> automatic monitoring. The number of automatic bots hitting this port
> >> is causing the finger daemon to shut down more often than not. The
> >> same information is available from
> >> http://www.kernel.org/kdist/finger_banner
> >> <http://kernel.org/kdist/finger_banner>.
>
> Moreover it is written as the above.
I have a script that reads finger_banner then adds mmotm & its base kernel tree,
& linux-next & its base kernel tree to the finger_banner. (It was written
before finger_banner included linux-next info.)
Output today is:
The latest linux-next version of the Linux kernel is: next-20100826
The latest snapshot 2.6 version of the Linux kernel is: 2.6.36-rc2-git4
The latest mainline 2.6 version of the Linux kernel is: 2.6.36-rc2
The latest stable 2.6.35 version of the Linux kernel is: 2.6.35.3
The latest stable 2.6.34 version of the Linux kernel is: 2.6.34.5
The latest stable 2.6.33 version of the Linux kernel is: 2.6.33.7
The latest stable 2.6.32 version of the Linux kernel is: 2.6.32.20
The latest stable 2.6.31 version of the Linux kernel is: 2.6.31.14
The latest stable 2.6.27 version of the Linux kernel is: 2.6.27.52
mmotm-2010-0811-1610 ... applies to: 2.6.35
next-20100826 ... applies to: v2.6.36-rc2
http://www.xenotime.net/linux/scripts/kcurrent
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-26 15:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 15:06 Which kernel.org WWW is the master server? Piotr Hosowicz
2010-08-26 13:37 ` Jiri Kosina
2010-08-26 15:10 ` Arnd Hannemann
2010-08-26 15:20 ` Piotr Hosowicz
2010-08-26 15:36 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox