The Linux Kernel Archives Gets Major Update 36
hpa writes "The Linux Kernel Archives,
kernel.org, has gotten a major facelift! After suffering with
insufficient bandwidth for far too long, we are now operating with a
dedicated 100 Mbit/s connection from
Globix.
VA Linux gave us a really nice new box to run it on, too; so it is really a wonderful setup we have gotten.
Not only should this resolve the bandwidth shortage, but hopefully
we'll be adding new services soon. We have already added anonymous
rsync services for the benefit of unofficial mirror sites.
I'd appreciate hearing requests for new services on kernel.org, just
email me.
"
Re: a REALLY generous donation from Globix (Score:1)
Wow, they weren't kidding (Score:1)
100 Mb/s? (Score:2)
Oww! Stop hitting me with that mackerel!
Re:OT! Transmeta. (Score:1)
"
There are no secret messages in the source code to this web page.
There are no tyops in this web page.
"
Rsync on gzip (Score:1)
Re:Rsync on gzip (Score:1)
The compressed chunk idea sounds interesting. I'm not certain if it would work, but it would be nice. A similar alternative would be a block compressor back-end to rsync that ungzips the source, block-compresses it, then sends/compares that over the wire. On the other end, the same thing could happen, gunzip block-compress, compare. A severe drawback to this is it's extremely CPU intensive so I think chunk-gzip would be better so long as the "slight" size increase is indeed small. (I don't think your typical user would appreciate a significant packing size increase to help out rsyncers.)
Re:Pre-built kernels? (Score:1)
You'd have to be able to pick a kernel from a list, depending on your architecture, but after that, compiling half-a-dozen kernel modules isn't going to kill your elderly 486, is it?
In my perfect world, the ONLY time you'd ever recompile the whole thing (or download a new one) was when the version changed enough for you to want/need it.
Can any kernel gurus tell me how feasible it would be to restrict the kernel compilation stage to new modules?
--
Thank you to VA (Score:1)
--
Scott Miga
Check out Transmeta's site... (Score:2)
No Secret Messages Here [transmeta.com] - Uh-huh.
Later,
Justin
Re:VA is so cool (Score:1)
All helpfulness aside, it actually makes sense for them to be so generous. By doing so, they strengthen their foothold in the market, increase their name recognition in the industry, and get to enjoy a return on their investment once these various projects bear fruit. By sponsoring all these community projects, theyre ensuring their own survival in what may turn out to be a horribly competitive server market in a few years. Its damn good business sense, if you ask me.
Keep in mind, tho, VA isn't a charity organization. Theyre a business, like any other..and pretty soon a board of directors will be calling the shots. Lets hope they see the same benefits.
Bowie J. Poag
Interviews ? (Score:1)
Maybe it would help to find new hackers if the actual guys speak about their work.
Re:Nifty page. (Score:1)
And instead of make menuconfig or make config you should do a make oldconfig, which only asks for new options.
How much does it cost? (Score:2)
no more all nighters... kinda (Score:1)
make dep; make clean; make bzImage
p.s. I find it amusing the little, Operated by Transmeta, all the way at the bottom.
I really didn't notice (Score:1)
This explains something... (Score:1)
Anybody know of any good mirrors that update on a very regular basis, or even better, are push-updated?
--
Jeremy Katz
They should link to more sites... (Score:3)
By and large the sorts of services that people need are already available. They should recognize that, list a few, and then move on.
I would say that some advice on kernel programming would be good. Sprinkle said advice with links to a few of Torvalds' rants on sending patches.
Cheers,
Ben
Nifty page. (Score:3)
Check the mirrors!
Download the patches!
---
pb Reply rather than vaguely moderate me.
Re:I really didn't notice (Score:2)
Click here [kernel.org] for more details on the kernel archive mirror system.
As a side note, I still haven't heard a reasonable explanation for how and why there is a kernel mirror in Antarctica [kernel.org].
this will be good for when 2.4 comes out (Score:1)
OT! Transmeta. (Score:1)
instead of saying "This web page is not here yet!" it says "This web page is not here yet!
(Hey! You moderator! I said it was offtopic in the subject!)
Guess this means... (Score:1)
Now I'll be able to get a new kernel anytime I want!
VA is so cool (Score:1)
It is so cool how VA helps out as much as they do. Is it just me or do they donate to everything linux be it boxes or bandwidth. I bought my last box from them and while a little on the expensive side, they used the absolute best parts and when my power supply died there was another one waiting for me in the morning without a hassle. Think about it though, half the linux sites seem to have some connection to VA. Any other thoughts on them. I mean maybe it is a little PR but I dont even care.
Re:Pre-built kernels? (Score:1)
Antartica (Score:1)
Re:I really didn't notice (Score:1)
Re:Pre-built kernels? (Score:1)
VA is so cool -- I agree (Score:1)
bzip2 and rsync? (Score:1)
http://www.bzip2.org/bzip2/docs/ manual_2.html#SEC8 [bzip2.org]
This would seem to suggest that it would work better than gzip (without the above-mentioned change to the gzip process). Rsync would only have to send the updated ~900k block, instead of the whole file (and part of that block may be identical). Still not ideal, but the best thing for now. bzip2 compresses better anyways..
Pre-built kernels? (Score:2)
I wonder how much of the kernel could be precompiled anyways for those of us who like to be on the cutting edge, but hate taking those 5 minutes out to recompile the latest unstable kernel. Oh well.. I can always use that time to get a cup of coffee or something.
Re:I really didn't notice (Score:1)
Wrong pole, guys
Actually, the FTP login message explains most, if not all.
(hey, the +1 bonus is back! I guess I'll celebrate by hitting the "No Score +1 Bonus" button below)
Re:Nifty page. (Score:1)
Only people who want to download the entire thing will (by deleting the kernel source dir).
Its also great for going back in history for kernels and downloading those too.
Yes, I know most people will think *bsd. But linux can borrow this as well. Heck, they borrowed the entire concept of unix by cloning it. heh
Re:Pre-built kernels? (Score:1)
They've been up for months since then, with no problems.
Out of curioisity, does anyone know how long it would take to compile a 2.2.5 kernel, and about a dozen modules, on a 25 MHz 386 with 6 MB of RAM?
--Ryan Cleary
Re:Rsync on gzip (Score:1)
In other words, it's not a problem for a properly configured rsync site.