Slashdot Mirror


Stable Linux Kernel 2.6.10 Released

An anonymous reader writes "Offering it as 'something to play with over the holidays,' Linus Torvalds released the official 2.6.10 Linux kernel, which he named the 'Woozy Numbat.' KernelTrap offers the full details, noting that there have been minimal changes since the last release candidate, 2.6.10-rc3. Linus commented that with 2.6.10 released, now he could 'get into the Glögg for real' (a hot mulled wine with spices, red wine, port and brandy). As always, the latest Linux kernel can be downloaded from a kernel.org mirror." (Here are some recipes, too.)

281 comments

  1. A helpful holiday reminder... by kngthdn · · Score: 5, Funny

    Remember to put a piece of metal silverware into each of of your glasses before you pour your glögg in. If you forget, they'll all crack from the sudden heat.

    And don't forget to rerun lilo afterwards. ; )

    Friends don't let friends "make menuconfig" drunk.

    1. Re:A helpful holiday reminder... by TedCheshireAcad · · Score: 4, Funny

      Friends don't let friends "make menuconfig" drunk.

      This is why the linux kernel needs a breathalyzer driver.

    2. Re:A helpful holiday reminder... by theparanoidcynic · · Score: 4, Funny

      Friends don't let friends "make menuconfig" drunk.

      Oh word. Judging by previous experiences in (highly) inebriated system administration I may well spell "make menuconfig" as "rm -rf /". This, while funny at the time would make for a very . . . interesting hangover.

      --
      Only in a Slashdot fantasy can a Slackware install turn into several hours of sex . . . . .
    3. Re:A helpful holiday reminder... by lgftsa · · Score: 2, Funny

      /dev/bloodalcohol

    4. Re:A helpful holiday reminder... by IO+ERROR · · Score: 4, Insightful
      Switch to GRUB. No more annoying reinstalling your bootloader everytime you change your kernel. Just edit the configuration file and off you go.

      Ooops, forgot to edit the config file? AND removed your old kernel? No problem. GRUB will give you a command line where you can locate and boot off your new kernel. With lilo you'd have to go figure out where you stashed that rescue CD...

      --
      How am I supposed to fit a pithy, relevant quote into 120 characters?
    5. Re:A helpful holiday reminder... by Frank+T.+Lofaro+Jr. · · Score: 1

      Friends don't let friends write kernel patches drunk. (e.g. 2.4.20).

      --
      Just because it CAN be done, doesn't mean it should!
    6. Re:A helpful holiday reminder... by jericho4.0 · · Score: 0
      That would probably be;

      /proc/bloodalcohol

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    7. Re:A helpful holiday reminder... by zerocool^ · · Score: 1


      Friends don't let friends "make menuconfig" drunk.

      Off topic, but I've started copying .config to /boot/config-2.6.8-200412251, and I do that everytime I recompile now. It saves a LOT of headaches when you're overly zealous and you end up changing 12 things in the config, trying to fix your problem, and you don't know which one fixed it, plus you want to know what you did to screw something else up.

      --
      sig?
    8. Re:A helpful holiday reminder... by lgftsa · · Score: 1

      We want to measure the real-world user, not the system. The driver interfaces with a sensor plugged into your most available artery.

    9. Re:A helpful holiday reminder... by jericho4.0 · · Score: 1
      Ah! Correct. My misunderstanding was a consequence of blood alcohol level, as it happens.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    10. Re:A helpful holiday reminder... by Halcyonandon · · Score: 2

      So, maybe /dev/breathalyzer would be more appropriate?

      --
      ^o^
    11. Re:A helpful holiday reminder... by secretsquirel · · Score: 0
      " Friends don't let friends write kernel patches drunk. (e.g. 2.4.20)."

      Na, I think for that one they were just stoned.

    12. Re:A helpful holiday reminder... by Afrosheen · · Score: 1

      No, we're dealing with udev now, so it'd be something like /dev/misc/breathalyzer

    13. Re:A helpful holiday reminder... by ThJ · · Score: 1

      Slashdot apparently can't handle nordic charsets. That's supposed to be 'glögg', as in 'juleglögg'.

    14. Re:A helpful holiday reminder... by Anonymous Coward · · Score: 1, Funny

      echo 0.002 > /dev/bloodalcohol

      better yet:

      $ ssh user@otherbody -c "echo 0.002 > /dev/bloodalcohol"
      $ ssh user@otherbody -c "cat /dev/bloodalcohol"
      0.002
      "hey man, you cant possibly drive home like that"

    15. Re:A helpful holiday reminder... by $!*_ForeignApes · · Score: 3, Funny

      else the kernel would have to be installed in /booze/vmlinuz

    16. Re:A helpful holiday reminder... by RikRat · · Score: 1

      I also think GRUB is a lot more advanced than LILO. I would use GRUB if I could, but it just won't run on some PC's, like mine. So I need to re-run lilo every time I compiled a new kernel :( My server does run GRUB, though.

    17. Re:A helpful holiday reminder... by m50d · · Score: 1

      I'll normally produce a kernel which is at least working, although sometimes I'll get the bright idea to compile in EVERYTHING, or compile in nothing but what's needed to boot. I've never menuconfigged badly enough to give me an unuseable kernel though.

      --
      I am trolling
    18. Re:A helpful holiday reminder... by Anonymous Coward · · Score: 0

      You fuck Will Dunn Reindeer.

    19. Re:A helpful holiday reminder... by BrokenHalo · · Score: 1
      I've never menuconfigged badly enough to give me an unuseable kernel though.

      New around here, are you?

      :-D

    20. Re:A helpful holiday reminder... by sconeu · · Score: 1

      Who uses lilo? I use grub. That way, if I rebuild my kernel, I don't get boot errors when I forget to run lilo.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    21. Re:A helpful holiday reminder... by MooseGuy529 · · Score: 1

      Grub is quite nice. It is easier to set up than LILO (the LILO config file always felt a little klunky) and has many more options. I used to use LILO with Slackware but now I use Grub with Gentoo. Dual-booting was also much easier to figure out.

      --

      Tired of free iPod sigs? Subscribe to my blacklist

    22. Re:A helpful holiday reminder... by m50d · · Score: 1

      No, I just don't drink as much as I should

      --
      I am trolling
    23. Re:A helpful holiday reminder... by magefile · · Score: 1

      Works fine for me. Perhaps it's on your end? Or the submitter's end, and it has been corrected? And umlauts are hardly Nordic-only ...

    24. Re:A helpful holiday reminder... by gorre · · Score: 1
      Ooops, forgot to edit the config file?
      You edit your config file every time you compile a new kernel!?
      $ make-kpkg --rootcmd=fakeroot clean
      $ make menuconfig
      $ make-kpkg --rootcmd=fakeroot --revision=hostname.1.0 kernel_image
      $ su
      Password:
      # dpkg -i ../kernel-image-version_revision.deb
      Now my kernel is installed and my GRUB config file updated (with my favourite kernel options automatically set).
      --
      "Madness is something rare in individuals - but in groups, parties, peoples, ages it is the rule." -- Nietzsche
    25. Re:A helpful holiday reminder... by ThJ · · Score: 1

      I'm using Firefox. I bet it would display correctly if I told it manually that the page uses ISO-8859-1 or what ever. But this is Slashdot's responsibility. And don't come here and be nit-picky. You know as well as I do that I was speaking in the context of this message. In Norway, "æ", "ø" and "å" are called "Norwegian letters" even though they're used in Denmark too. I bet the Danes call them "Danish letters". Neither of us pick on the other for doing so. In this context, they are Nordic letters. So there!

    26. Re:A helpful holiday reminder... by magefile · · Score: 1

      Erm ... I see an umlaut. Not a nordic/danish/scandinavian letter.

    27. Re:A helpful holiday reminder... by ThJ · · Score: 1

      Linus Torvalds is Finnish. The character is supposed to be an "o" with two dots on top of it. I don't know what you see.

  2. Glogg by Ajmuller · · Score: 5, Informative

    Somewhat OT but Glogg, or Mulled Wine, is absolutely wonderful at the holidays. I generally make about 40 bottles of it and give it out as gifts. It's very well recieved people love it as a gift (as a rule, store 2-3 extra bottles in the car when you visit a party, you can never be sure who will show up). It also warms you up wonderfully when you come back from caroling or sleigh riding with the little ones.
    A major component of Glogg is Aquavit, this year I had two extra bottles of Aquavit left over, one bottle got spiced with apples & cinnamon, the other, whole Pomogrante seeds and slices of orange. Both are absolutely fabulous. After letting them mull for a few weeks freeze them inside a block of ice, the ice will freeze around the bottle and but the Aquavit will stay liquid and freezing cold all through your holiday party.

    First First Post, what a wonderful christmas present!

    1. Re:Glogg by iamnotacrook · · Score: 0, Flamebait
      Please, there is more to the holiday season than alcahol, so many people will die in cars from the drunk driver. Pray for them when you encourage this behavious my friend.

      Peace and a Holy Chirstmas to you.

    2. Re:Glogg by Anonymous Coward · · Score: 0

      It's Christmas... on Slashdot... on the east coast
      Slashdot... Christmas Trolls... failed it

      Happy holidays!

    3. Re:Glogg by kovarg · · Score: 4, Funny

      there is more to the holiday season than alcahol

      Really? What?

      --
      blame me!
    4. Re:Glogg by Anonymous Coward · · Score: 1, Funny

      Without the alcahol(sic) how do you expect to have drunken holiday family fued? It's not christmas unless the ham gets shoved up someone's arse.

    5. Re:Glogg by Ajmuller · · Score: 1

      Generally if someone get's overly drunk at my home, at any time of the year, they are invited, politely or more forcefully if needed, to sleep there.
      Simply encouraging someone to drink does not encourage them to drink and drive.

    6. Re:Glogg by iamnotacrook · · Score: 0

      Why is it necessary for you to drink to enjoy yourself? And if to drink then to be drunk? Alcahol cause more consequences to society than anything from these attitudes. But I know you mean no harm, so I dont be angry.

    7. Re:Glogg by iamnotacrook · · Score: 1

      I can only say, sad, sad, your life is sir.

    8. Re:Glogg by Ajmuller · · Score: 1

      But, what would christmas be if we don't degenerate into a shouting match about Politics, Religion or some other topic that decent people avoid when in sober polite company?
      I honestly would not want to participate in such a christmas.... I would still want the gifts, but I would refuse to participate!

    9. Re:Glogg by DaMouse404 · · Score: 1

      what are you? retarded? I dislike alcohol, I don't drink it and I dislike touching anything to do with it (toilet cleaning would be bad without toilet duck!) But really.. NOONE cares, if they cared they'd have stopped doing it ages ago.. encouragement is nothing because they always have the choice.. -DaMouse

    10. Re:Glogg by sp0rk173 · · Score: 1

      Which is more sad, that he made a joke referring to alcoholism during the holidays, or that you failed to acknowledge it as funny?

      Lighten up. People die, life is shit, members of extended families generally hate each other. You can't stop it. The least you can do is joke about it.

      You should have commented more on his use of the world "arse." If he's not from a country that actually uses the word "arse" rather than "ass", he should be severely beaten.

    11. Re:Glogg by Ajmuller · · Score: 2, Insightful

      You speak like a drunk person, let's just clear that one up.
      Second, we drink because it's fun. Why don't you drink? It's not about having to drink, it's about wanting to drink. It's not like we are out every single night getting plastered (speaking for myself) but every once and a while I personally like to get thoroughly plastered. There is nothing wrong with this so long as you don't engage in otherwise socically irresponsble behaviors (IE driving drunk). Drinking is not the cause of such behaviors, for someone to drink and drive they must have an inherient character flaw that allows them to have such a reckless disregard for human life.

    12. Re:Glogg by Adam9 · · Score: 1

      It's not Christmas on /. until a posting fued(sic) starts about spelling corrections.

    13. Re:Glogg by iamnotacrook · · Score: 0, Offtopic

      Perhaps you should remeber it is CHRISTmas not Xmas and a time for your family and loved ones. Would you be shouting about politics if you were in Iraq? Be thankful that you have a Christmas.

    14. Re:Glogg by iamnotacrook · · Score: 1

      Who are you to call me retarded? This is Christmas time. If you want to get drunk fine just dont tell me about it.

    15. Re:Glogg by Hork_Monkey · · Score: 2

      Hail Satan!

    16. Re:Glogg by iamnotacrook · · Score: 1

      It is funny to you too? You want hate to thrive in families? That is not my country.

    17. Re:Glogg by Anonymous Coward · · Score: 0

      I'm not going to degenrate into a shouting match. Oh Fuck it. I will.
      JESUS WAS BORN IN MARCH! CHRISTMAS IS A PAGAN HOLIDAY!
      http://de.essortment.com/christmaspagan_ rece.htm
      And you little shit, I have family in Iraq, so I suggest you shut the Fuck up. And, FYI, every single one of them blames this POS president for being over there. This idiot who want's to preserve "traditional values" sends hundreds of thoulsands of kids off to die in a country for no good reason. NONE!
      And I swear if you come back with some shit about AlQueda or Saddam or Weapons of Mass Destruction I will blow your arse so far off this planet!

    18. Re:Glogg by iamnotacrook · · Score: 1

      No sir, I respect you for that, and I agree, traditional values ARE more important that Saddam or the AlQueda. Thats what this country was built on.

    19. Re:Glogg by bofkentucky · · Score: 1

      blood orgy blood orgy!

      --
      09f911029d74e35bd84156c5635688c0
    20. Re:Glogg by sp0rk173 · · Score: 2, Interesting

      The word is "Alcohol." And it isn't necessary for most people. However, on a special occasion, what's wrong with getting a bit tipsy? Especially if it's a cultural tradition, as I take Glogg to be in Norwegian countries. Personally, I don't partake in the consumption of spirituous beverages that often, but as an occasional, responsible consumer of said drinks, I'm a bit offended at your attitude. You seem to be assuming that alcohol leads to social ill when I would argue it's the intent of the individual instead. Alcohol does provides a means to tear down the barriers of standard social decency, but that doesn't mean the drive behind crimes committed under the influence of alcohol or even drugs don't exist in a sober individual. Assuming alcohol is the root of many evils is assuming that humans are inherently good and rational beings, which i would strongly argue against. Humans are inherently human, no more no less, and are shaped mainly by influences in their pre-adult years. It is up to the individual to decide how much alcohol, or any other reality-altering substance, is suitable for them given the situation they are in. If an individual fails that social test, then perhaps there are deeper rooted issues that they need to contend with themselves. We don't live in a utopia, and we never will. Getting upset because alcohol can lead to ill, be it exsitu-percieved or experienced first hand, seems to me to be a rather immature attitude towards life and humanity in general.

    21. Re:Glogg by LearnToSpell · · Score: 4, Informative
      My granny wrote me a letter some years ago which I saved. No idea how much is true, but it sounds good. :-)

      "It has none of the coma-inducing sweetness of mulled cider, let alone the melted ice cream overkill of eggnog. Instead, it combines the robustness of a serious wine with the headiness of a strong martini. It also goes surprisingly well with food, which is no small consideration on a Champagne recovery day."

      Glogg varies. Traditionally the spiced wine is set afire and poured over sugar so that the granules melt into the punch, adding just enough sweetness to smooth the bitter edge.

      TRADITIONAL GLOGG
      Time: 40 minutes

      1/4 cup raisins*
      1 cup blanched whole almonds*
      6 cardamom pods*
      Pinch ground nutmeg*
      6 cloves*
      2 sticks cinnamon*
      1 teaspoon dried ground orange peel*
      (available where spices are sold)
      1/3-inch piece fresh ginger*
      1 bottle dry red wine
      1 1/2 cups aquavit
      5 ounces cube sugar

      1. In a large stainless steel or other nonreactive saucepan, combine the *. Add the red wine, and allow to steep for 30 minutes. Add the aquavit and place over low heat until steaming, but do not boil.

      2. Place the sugar cubes on a flameproof perforated ladle. Carefully light the glogg with a long match; low blue flames will dance on the surface (be careful of face, hair, and hands). Hold the ladle with the sugar over the pan, and use a second ladle to scoop up the burning glogg and pour it over the sugar. Continue until the sugar melts into the pan. Put out the fire by covering the pan with a lid. (If you do not wish to light the glogg, the sugar can be added to the pan with the spices, and stirred until dissolved.)

      3. Serve glogg very warm in small cups with a few almonds and raisins in each.

      Yield: 5 1/2 cups (10-12 servings).

      HIGH-OCTANE GLOGG
      Time: 10 minutes

      1 quart aquavit
      2 bottles inexpensive dry red wine
      1 bottle ruby port
      5 tablespoons sugar
      4 cardamom pods
      12 whole cloves
      12 allspicberries
      1 cinnamon stick
      1 cup blanched, slivered almonds
      1 cup golden raisins

      Combine all ingredients but almonds and raisins in large enameled or stainless steel pot. Bring slowly to a simmer, stirring to dissolve sugar, and heat just until liquid starts to steam, about 10 minutes. To serve, place a couple of almonds and raisins each in small cups and ladle glogg over.

      Yield: 1 gallon.

      The first recipe was adapted from Jan Wickstrom, executive chef to the Swedish consul general. Remember that Wikings, as the word is pronounced in Norway (or Norge, as they spell it on their postal stamps), had a lot of practice drinking until the government put a clamp on all things alcoholic.

      The word "berserk" is a Norwegian adjective, "berserker" is a Viking term, and Vikings were Norwegian, Swedish, and Danish. They went berserk in the summertime, too, when they tried to drink to get to sleep during the midsummer when there wasn't much nighttime. More Icelanders are alcoholics than any other nationality. Too far north. You don't hear about Laplanders being alcoholics, but that may be because they have only reindeer, and they keep moving about, and stills are too cumbersome to pack onto reindeer as the North People travel hither, thither, and yon.

      Caution: Fire is dangerous in the hands of folks who have had a few slugs of glogg. Have a fire extinguisher ready or invite a fireman to the party. He'll know what to do in case of rash behavior.

      Remember to say "Skol!" before your first sip. The glass is raised high as the wish is cried out. There's a long o in "Skol." It rhymes with "shoal." Glasses are not thrown against the fireplace. That's English.

    22. Re:Glogg by Anonymous Coward · · Score: 0

      This country was founded on money, asshat. Taxation without representation. Not values, not religious freedom, not anything but cold hard cash.

    23. Re:Glogg by YU+Nicks+NE+Way · · Score: 2, Informative

      By the time one reaches my age, one typically has a number of friends who were sober, but still becamse casualties of drunk drivers.

    24. Re:Glogg by Ajmuller · · Score: 1

      Very similar to what I use, but port is expensive. I use muscatel or similar cheap wines. I generally leave out the rasins and the almonds. And I Always use fresh orange peel. It's very good like that. The recipie I use also has alot more sugar.

      Caution: Fire is dangerous in the hands of folks who have had a few slugs of glogg. Have a fire extinguisher ready or invite a fireman to the party. He'll know what to do in case of rash behavior.
      Beyond funny. Your grandma wrote you this?

    25. Re:Glogg by Frank+T.+Lofaro+Jr. · · Score: 2, Funny

      Linux kernel patches, of course.

      --
      Just because it CAN be done, doesn't mean it should!
    26. Re:Glogg by sp0rk173 · · Score: 4, Insightful

      Well, I'm not sure what country you live in, but to deny belonging to it based simply on the actions of individuals that you have no control over is a little harsh. Part of dealing with reality, and in turn improving it, is laughing at it. By laughing at an absurd situation, you acknowledge that it is indeed absurd. Bringing the absurdity into focus you can then say, "ok, that's really lame, I *personally* and as an *individual* choose not to be like that."

      It's the principal behind social commentary. It's also a tool in formal logic, called reduction to the absurd - showing how something is not logical by showing it's absurdity. We can all hold hands and pretend that this is a great world and that families never argue or bicker, or we can accept it as part of current reality and do what we can to fix it in our own lives. Personally, I choose the latter approach.

      THAT is *my* country.

    27. Re:Glogg by Frank+T.+Lofaro+Jr. · · Score: 1

      We celebrate Christmas time at 12 AM PACIFIC time here on Slashdot.

      The East Coast has the political capital of the country, the West has the technological capital - let us keep that!

      --
      Just because it CAN be done, doesn't mean it should!
    28. Re:Glogg by Anonymous Coward · · Score: 0

      Maybe a drink or two might loosen up your tight ass.

      If you don't like what you read here, don't fucking read it, retard.

    29. Re:Glogg by zakezuke · · Score: 4, Interesting

      JESUS WAS BORN IN MARCH! CHRISTMAS IS A PAGAN HOLIDAY!

      It wouldn't shock me if Jesus was born in March. I believe I spoke of that when in Catholic School. I got hit by a ruler. Not only are dates near the winter solstice common among many cultures, I believe it was an excellent political move to celebrate the birth of Jesus on a holiday that was already in practice.

      One of the benefits of the commercialization of Christmas is the fact that one of the important sermons of Jesus can be observed by all, "All men are brothers, love thy neighbor". You don't have to believe in Jesus or even Santa Claus to respect that one time a year many people wish the best for each other regardless. Truth is truth whether it's wrapped in dogma or a white fluffy beard. And perhaps if one day people can set aside their differences we will remember it's actually very nice.

      And fuck, someone remind me of this tomorrow.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    30. Re:Glogg by lack1uster · · Score: 0

      OMFG! Knock it off, please. Unless these are jokes that have gone on for way too many posts, you're a complete idiot. You really should lighten up, and nobody gives a shit about your country, or what you believe to be the ideals of your country.

    31. Re:Glogg by DrEasy · · Score: 1

      I can't believe you got flamed and judged, just because you were sharing good memories and a delicious sounding mulled drink recipe... Cheers and Merry Christmas!

      --
      "In our tactical decisions, we are operating contrary to our strategic interest."
    32. Re:Glogg by Kenshin · · Score: 1

      Aquavit?
      Oh my GOD, don't remind me of that horrbile stuff...

      --

      Does it make you happy you're so strange?

    33. Re:Glogg by jericho4.0 · · Score: 1
      I just returned home from an evening out with some friends. I have had 4 or 5 drinks this evening, on other evenings, I've had more. I have also smoked some pot tonight. I have not driven. I have not beaten my girlfriend, or participated in any violence at all.

      Not takeing responsiblity for your actions causes 'consequences' to society, not ethanol or any other chemical.

      Christmas might have come from the celebration of Christs birth, but in my life, it's about friends and family and fun. Drinking is fun. Driving drunk is fun also, but only it has consequences.

      Merry Christmas all.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    34. Re:Glogg by iamnotacrook · · Score: 0, Troll

      What has Norwegian to do with this problem? Its a worldwide issue. And I apologize sir, if you are offended but you offenze is minor compared to the millions of deaths caused by your "resoonsible" consumption.

    35. Re:Glogg by jericho4.0 · · Score: 1
      OK dude, after reading your posts here, and your other posts on /. (80% of which are from today), I would just like to say;

      chill

      Many of us are idiots, have a poor sense of humor, or voted for Bush.

      What is your country, BTW? Because no one's going to buy 'America' with your grammer. :-)

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    36. Re:Glogg by klevin · · Score: 1

      The traditional anise flavor can be a bit much. However, context is always important. That, and make sure you leave it in the freezer overnight.

      I was introduced to aquavit by my grandfather (bedstefar), who was from Denmark (well, Bornholm, which ended up as Danish territory). I can't remember a single family gathering at their house that didn't end with at least a few toasts and aquavit. Don't even think about having smorgasboard without beer and aquavit. Man, just thinking about the rye bread, pickled herring, smoked ham, pickled onion, beer, aquavit and conversation has me salivating.

    37. Re:Glogg by Curtman · · Score: 3, Insightful

      as a rule, store 2-3 extra bottles in the car when you visit a party, you can never be sure who will show up

      Take a cab to the party please. I don't want to die on Christmas.

    38. Re:Glogg by jericho4.0 · · Score: 3, Insightful
      Fuck off. I respect your beliefs, but your preachy atittude in this and other posts is really fucking anoying. I'm not celebrating the birth of your saviour, I'm having a glass of scotch and going to bed. I'm sorry that pisses you off, but you'll be a lot happier with the world if you can still see me as a 'good' person, rather than some heathen wallowing in booze.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    39. Re:Glogg by vhold · · Score: 1

      ^$^@#%!@#%^

      The one, and nearly only thing, I miss about living in the midwest are those absolutely magic moments in fresh snow... Although I only actually went sleigh riding once, and caroling a few times... those memories are so deeply etched in my mind, I somewhat feel that raising children without similar experiences is a kind of crime.

      Changing topics suddenly, has anybody else felt that something about the bitter cold makes people friendlier? Many of my memories of people being unexpectedly friendly and myself performing totally random acts of kindness are tied to frigid cold conditions. I really feel there is some kind of deep rooted response to helping others through a cold winter that is a strong part of the human pysche.

    40. Re:Glogg by Afrosheen · · Score: 0, Offtopic

      He said store them in the car, not open and drink them in the car whilst lighting a cigarette and putting on lipstick.

      I'd like to think most of us slashdotters have the sense to not drive drunk.

    41. Re:Glogg by Afrosheen · · Score: 1

      That reminds me of a funny thing an ex girlfriend said before. She had a crappy 1987 Mustang LX that I ended up pushing to start all the time because it had a myriad of problems. She got the car through an uncle who was a used car salesman.

      On Christmas, her family was together drinking and eating and singing songs. Her uncle came up to her and asked, "so, how is your car?". She replied with a smile, "oh, it's a piece of crap and I hate it." It was so quick and well timed I couldn't help but laugh out loud. Ahh, speaking your mind to shady relatives, that's worth at least 20 points.

    42. Re:Glogg by gl4ss · · Score: 1

      it's not necessary, but it's still fun. like it or not, alcohol IS a drug like substance that, like it or not, makes some people feel "good"(very good, makes some people have more fun by being more social too). it's not necessary to eat meat but most people enjoy it still. it's not necessary to eat shitloads of pork during the christmas holidays, yet it is still fun and makes you feel good. it's not necessary to eat a big fat steak every now and then but it makes you feel good. it's not necessary to spend $$$(that you could donate or whateer) on downhill skiing but it too makes you feel good. a whole lot of things aren't necesary but they bring that lil bit of extra spice to life to make it worth living! (fyi there was a prohibition for a while in finland where torvalds is from - it didnt work)

      --
      world was created 5 seconds before this post as it is.
    43. Re:Glogg by telekon · · Score: 1
      The traditional anise flavor can be a bit much.

      Anise? No, no, no. Aquavit is caraway-flavoured. Did your grandpa slip you absinthe, perchance?

      --

      To understand recursion, you must first understand recursion.

    44. Re:Glogg by Anonymous Coward · · Score: 0

      Good Glogg! ...oh, get over it! Someone had to say it!

    45. Re:Glogg by zakezuke · · Score: 1

      This country was founded on money, asshat. Taxation without representation. Not values, not religious freedom, not anything but cold hard cash.

      America was colonized by a various people including those interested in religious freedom. Our government was founded on money and ideals. It would be accurate to say our country was founded on money and God which is why we have on our cash "In God We Trust". I wish sometimes that we were founded on religious ideals rather than ideology.

      There are those who believe they should this day wish a Mary Christmas to all *good* people rather than all people.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    46. Re:Glogg by Anonymous Coward · · Score: 0
      Perhaps you should remember that there are quite a few people in the world who feel that the story of Jesus is nothing more than a ridiculous fairy tale, much like Santa Claus. The winter solstice had been a time of celebration for centuries before you people started claiming that it was "your" holiday.

      You can celebrate whatever you like, however you like, and that's fine, but don't you dare tell me how I should celebrate the solstice. I leave my beliefs out of your holiday, so you keep your damned Jesus out of mine.

    47. Re:Glogg by chefren · · Score: 1

      Absinthe? No, no, no. Real absinthe has wormwood in it and is therefore outlawed in most countries. *Pernod* has the wormwood substituted with anise.

      Here is one recipe (Bluehouse Recipe):
      1.5 oz Wormwood
      1/3 oz Hyssop
      1/3 oz Calamus Root
      1/8 oz Fennel Seed
      1 tsp Mint *
      1 tsp cloves *
      1 tsp coriander *
      1/2 tsp Nutmeg *

      Don't forget the to soak the stuff in some strong alcohol before you drink it :)

    48. Re:Glogg by chefren · · Score: 1

      The ingredients marked with an asterisk are optional and you *can* of course add some anise or sugar syrup to make it less nasty. Place vodka in large jar with tight fitting lid. Add wormwood and shake well; steep 48 hrs and strain out. Crush seeds and pods in mortar. Add them and all remaining spices to vodka and steep in a warm place 1 week. Filter and drink.

    49. Re:Glogg by Anonymous Coward · · Score: 0

      good good, then let's go back to the pagan tradition that the xtians destroyed by creating there xmas. let's restore the tradition!

    50. Re:Glogg by Anonymous Coward · · Score: 0
      Aquavit is caraway-flavoured.
      Not always.
    51. Re:Glogg by Paiway · · Score: 2, Interesting

      The word "berserk" is a Norwegian adjective, "berserker" is a Viking term, and Vikings were Norwegian, Swedish, and Danish. They went berserk in the summertime, too, when they tried to drink to get to sleep during the midsummer when there wasn't much nighttime. The word "berserk" or "bärsärk" in Swedish comes from the words "bär" which meant bear(not anymore, now it's björn), and the work "särk" which means skin or shirt. They were called "bärsärk" because that was what they often wore; shirt made out of bear skin. Other sources imply that "bärsärk" means "bare shirt", ie that they fought wearing nothing but a shirt. Which one is true? You'll have to decide for yourself.

    52. Re:Glogg by felis_panthera · · Score: 1

      I'm not celebrating the birth of your saviour

      that's okay... neither are they

      --

      The chains are broken
      Loki is free
      Ragnarok is at hand...
    53. Re:Glogg by BobFunk · · Score: 1

      Don't forget insane amounts of food!

    54. Re:Glogg by ocelotbob · · Score: 1

      Most of the people here know the risks of alcohol and take steps to mitigate it. I don't drink very often; I had a double shot of peppermint liquour today and that'll last me a good 2-3 months. When I do drink socially, I know that I'm in no condition to drive and will take steps to make sure that I don't have to. Most people here act similarly. Thus, save your sermon for the pulpit, otherwise, you are acting like an ass.

      --

      Marxism is the opiate of dumbasses

    55. Re:Glogg by sl4shd0rk · · Score: 1

      The dysfunctional family gathering.

      --
      Join the Slashcott! Feb 10 thru Feb 17!
    56. Re:Glogg by ocelotbob · · Score: 1

      If you're ever in the LA area, email me or something, I'll buy you a drink. You showed what's a fundamental flaw in too many societies today. One can be responsible and still partake in vices; there are times when one can let their hair down, provided they know they have some self control and put limits ahead of time of what they will and won't do. To do so otherwise just invites yourself trouble.

      --

      Marxism is the opiate of dumbasses

    57. Re:Glogg by Carewolf · · Score: 1

      One important detail is that you don't use regular raisins. You should use rum-raisins. Basically you put raisins in a bottle and fill it with rum and let them sit there for at least a couple of _weeks_ preferably months. The result is rum-raisins and one of the most important ingredients in Gløgg.

    58. Re:Glogg by spitefulcrow · · Score: 1

      "In God We Trust" was added in 1908. The Pledge of Allegiance wasn't written until the 1950s. Let's see, what else... Oh yeah, the Constitution was written and the Revolution was driven by a small wealthy elite interested in maintaining and expanding their wealth and property. Religion had nothing to do with it.

      --
      Sorry, my karma just ran over your dogma.
    59. Re:Glogg by Anonymous Coward · · Score: 0

      I used to wonder about the point of drinking, then one night I got together with some mates and we drank a couple of cartons. I found out that more than anything, drinking is a social thing. I don't drink alone, there's no point in it. As you drink, alcohol loosens your inhibitions and makes your conversations more lively and interesting. Most people become happy and everyone's out for a good time.

      Last night was christmas eve, and I went down to the town that I attended high school at. Every year on christmas eve, everyone goes to a pub there. I saw friends I haven't seen for years and caught up with some that I don't see as often as I'd like to. There must have been a thousand people there... so many people that the party poured out of the front bar and into the street. It was a great time and I only wish that I'd rocked up earlier.

      When I started drinking I didn't know how to handle piss and I often ended up getting paralytic and vomiting. (But not before a great time was had!) The aftermath of going hard like that isn't pleasant and because of that, I now know my limits and can handle my piss - I know how much I can drink and can tell when I'm having too much so I can pace myself.

      Really, lighten up. Alcohol isn't evil, it's the uneducated fucktards who drink that are evil. They're the people that drink until they vomit or get angry and start fighting or the ones that drink and drive. More than anything, they lack self-discipline. Self-discipline is the key to enjoying the intoxicating effect of alcohol.

    60. Re:Glogg by Anonymous Coward · · Score: 2, Insightful

      Drinking alcohol is not wrong. Jesus first miracle turned water into very fine wine. Jesus drank wine the night of his birth. What is wrong is drinking to the point of losing control of your thinking ability. When you no longer act yourself.

      Christmas is _not_ about the birth of the savior. It was a political move by a Catholic Pope centuries ago, to bring non-believers into watered-down, apostate christianity, thereby not only swelling church membership, but his coffers. Christmas never had anything to do with the Christ, but everything to do with hedonism.

      I now leave you to your celebration of the Saturnalia.

    61. Re:Glogg by Anonymous Coward · · Score: 0

      Actually, I think that the Pledge may have existed before the 1950s. The phrase "under God, " was added to the Pledge in the 1950s.

    62. Re:Glogg by bamberg · · Score: 1

      t would be accurate to say our country was founded on money and God which is why we have on our cash "In God We Trust".

      It certainly wasn't founded on any god, which explains why the word "god" doesn't appear in the Constitution. The Treaty of Tripoli further clarifies the issue with regards to the christian religion in article 11, which begins "As the government of the United States of America is not in any sense founded on the Christian Religion,..."

      I wish sometimes that we were founded on religious ideals rather than ideology.

      Which religion? I certainly wouldn't tolerate living in a country based on any of the Abrahamic religions. Buddhism might be nice.

      There are those who believe they should this day wish a Mary Christmas to all *good* people rather than all people.

      For their own definition of "good", I'm sure. How nice.

    63. Re:Glogg by bheading · · Score: 1

      I'm an atheist so I don't believe in your "saviour" mumbo jumbo or made-up deities. However, I can't see how Christ would have approved of Christmas. It's all about gluttony and apart from anything else it brings out the worst taste in everyone.

    64. Re:Glogg by Anonymous Coward · · Score: 0

      Hail Satan!!

    65. Re:Glogg by Woy · · Score: 1

      I had a white christmas and it never snows around here.

      --
      "If God created us in his own image we have more than reciprocated." - Voltaire
    66. Re:Glogg by asdfghjklqwertyuiop · · Score: 1

      As you celebrate the birth of the savior reflect on this please.


      We aren't celebrating the birth of your "savior". We are celebrating the shortest day of the year and the end of the darkness (yule tide), the coming of spring and rebirth of nature (guess what the tree with color spheres all over it represents) and many other things.

      Since these were primary pagan holidays, the celebration of Christ's birth was added to the mix on this day hundreds of years after his birth happened since they couldn't let all that attention being drawn to the pagan celebrations...
    67. Re:Glogg by asdfghjklqwertyuiop · · Score: 1

      Alcahol cause more consequences to society than anything from these attitudes.


      I'd say people with fascist attitudes who wish to ram their moral beliefs down everyone else's throats cause far more consequences to society than alcohol.

    68. Re:Glogg by zsau · · Score: 1

      I dunno... maybe it's that Glögg doesn't work in summer, but I tried some recently and was less then impressed, as were the other people who work with me at the Sweden Shop of an Ikea in Australia. (Julmust, on the other hand, is good.)

      --
      Look out!
    69. Re:Glogg by Anonymous Coward · · Score: 0

      No wonder you slashdotters never get laid.

      Speak for yourself. Oh, you were?

    70. Re:Glogg by Anonymous Coward · · Score: 0

      We have "In God we trust" on our money because the founders wanted to say that we still believe in God, even though we chose to remove God from our government.

    71. Re:Glogg by rdnk · · Score: 1

      That must be one of the most insightful comments I've read here for a long time.

    72. Re:Glogg by hesiod · · Score: 1

      WOW, Thanks for informing me that he has killed millions! I will inform the authorities about our MASSIVELY murderous /.er.

      resoonsible? Can you try just a BIT?

    73. Re:Glogg by BalkanBoy · · Score: 1

      Well, amen to that.. because you just reminded me of an small incident I had while I lived in Orlando, FL.. Went out with a good friend of mine for a night out in downtown Orlando, bar hopping clubbing etc, and the little fucker didn't just drink profusely, but also split a ruffie with someone else... Bad mistake. Then we all had to ride with him back to his house, which is where I parked my car.. Bad mistake #2.

      The guy could barely drive. I don't even know how he came to terms with himself that he could drive, and while we were driving down on Colonial Dr, he tried to change lanes.. but he was soooo out of it that he side swiped a vehicle next to him. At this point, I knew we're in deep shit, but what are you going to do? I was shitting bricks... I offered up to drive us all back before he even set foot in the car, but he indignantly refused (I dont know if this is common for drunk people, or his breed - he's palestinian - or some other bullshit, but it wasn't funny at all) saying he can drive and that he didn't want me driving his new '98 camry (at the time)...

      To top the evening off, as I was fixing to leave his house, he leaned on the back of my Tercel with his big ass and dented it! Fortunately I was able to push the dent out without any damage... But this really put me over the top. Everysince then, I sort of stopped going out with him.. We would hang out still, but this just really left me with a bad aftertaste.

      Luckily no one was hurt.. but who is to say I wasn't on the verge of death or a major fucking accident that night? I've seen people who survived bad accidents.. It's like looking at a recovering heroin addict.. constant pain and reminders of what it can be like.

      I could just go on and on.. but if at least one person reads this - it'll be worth my while typing it up - don't, even if you are superintelligent,supereducated, a damn Hawking/Einstein type of IQ - EVER drink (more than you're supposed to) & drive, or worse, leave your fate to someone who you know very little about when he or she's under influence of alcohol...

      The ensuing drama to your life that follows bad car accidents just isn't worth it, I'm telling you.

      Take care.

      --
      'A lie if repeated often enough, becomes the truth.' - Goebbels
  3. downloaded earlier but by Anonymous Coward · · Score: 0

    but how do I get libata to work sigh

  4. Woozy Numbat? by Anonymous Coward · · Score: 0

    Are you sure that is not Noozy Wumbat?

  5. Changelog by Mad+Merlin · · Score: 0

    Don't forget about the changelog. It weighs in at a meaty 1.5 megs this time.

    1. Re:Changelog by setagllib · · Score: 1

      Yeah, why did the post say "minimal changes?"

      I find this to be one of the bigger leaps in 2.6, at least in that a new direction is coming out (let's excuse 2.6.6->.8 which had some disruptive/big changes we all know about). They're cleaning out deprecated driver code and making things more abstract, and also finally PCMCIA is split into its relevant sub-drivers (you'll know if you configure it; but note that your old config will NOT include PCMCIA when you just copy it over). I think this is a good step forward.

      Another big change is that -march=pentium[234] is no longer used, but -march=i686 with -mtune (however I did NOT see mtune in action while building, so there might be an oops). This is because of gcc's bugs actually, but I like it more this way for other reasons.

      I have now taken to building one kernel for two machines as I used to, in my BSD way, so as to save maintainance and re-emering sources all the time. Build once, install everywhere.

      This is a good release, I like seeing that Linux 2.6 is finally going somewhere good. Now let's see some attempts at security and supporting all the ports, not just the fun ones.

      --
      Sam ty sig.
    2. Re:Changelog by cpeterso · · Score: 1


      why did the post say "minimal changes?"

      He said "minimal changes since the last release candidate, 2.6.10-rc3." And if Linus actually practiced SANE release management, there would be ZERO changes between the final RC and the real release.

    3. Re:Changelog by setagllib · · Score: 1

      Even that has quite a few changes... but yes, why call it a 'release candidate' if it has no chance of being the release? It's like having presidential candidates just advertise guys who could become the president.

      I think Linux should use a CVS system like the BSDs, so you can keep a real-time track of the source tree and do away with the need for point releases every few weeks or so. Notice that the BSDs release a couple of times a year, but with CVS[up] they stay updated. And in the -stable branches they actually [gasp] make sure things work before committing them!

      --
      Sam ty sig.
    4. Re:Changelog by raxx7 · · Score: 2, Informative

      He does, it's called BitKeeper.
      You can download the current 2.6 kernel with:
      bk clone bk://linux.bkbits.net/linux-2.5

      However, some people refuse to use it because it's not Free Software and has some licencing issues.

      Also, Linus decided to go ahead without the previous two tree system. So, until there is any major changes requiring the split, 2.6 will be both the stable and development tree.

      So, you still need point in time releases, both for users and to developers who don't want to use BitKeeper.

    5. Re:Changelog by setagllib · · Score: 1

      So what you're saying is, I'm still entirely right because they lack CVS, but they just happen to provide something the desperate can use? Thanks, good to see you agree with me.

      A branch cannot be stable and development at once, that's stupid. The closest that comes to this is DragonFly which has a careful engineering cycle which includes a tagging of 'stable' in the tree every time the whole system seems to work fine, usually /after/ a period of system instability brought on by a new subsystem. It works for them because typically only a few disruptive things happen at a time, and the developers are worryingly skilled. Neverthless these are NOT two branches, these are like point 'releases' in CVS instead of tarballs.

      Hey, a unified GNU + linux utilities base package, with CVS access and a trimmed glibc (nobody needs 90% of that code), would really get it to a BSD status.

      Imagine instead of copying out your .config, removing the old tree, unpacking/emerging a new one, then copying in the .config, make menuconfig to fill in the blanks, and have to build basically from scratch... you just cvs -zX up -dP from a 'linux' directory that isn't even a symlink, and carry on building. It probably is like this with the BK interface (but then I don't know), but the software/license itself is dubious. Tip: Don't talk to me about patching every time, that involves opening a browser or predicting a URL. If you have to do either of these to keep a base system component up to date, the system is flawed.

      --
      Sam ty sig.
    6. Re:Changelog by raxx7 · · Score: 1

      There are BK->CVS and BK->SVN gateways too, for your convenience.

      Well, indeed you can't have a tree that's both stable and unstable as the previous Linux kernel trees were. I just misexpressed myself.
      Linus liked the way things turned out for 2.6 and decided to develop it away until something disruptive enough to require a 2.7 tree shows up.

  6. Christmas Present by Anonymous Coward · · Score: 0

    Thank you Linus!

  7. old news by tblake · · Score: 0

    Got it about 2 hours ago, already running it :-)

    1. Re:old news by InfinityBuffer · · Score: 1

      And while your running it, im lazily waiting on the Fedora guys so i can apt-get it.

  8. I know its OT but ... by Phiu-x · · Score: 2

    Merry XMas to all!!! :)

    --
    This is a stolen sig.
    1. Re:I know its OT but ... by drakethegreat · · Score: 1

      Nothing like spending christmas day configuring and compiling a new kernel!

    2. Re:I know its OT but ... by Scrameustache · · Score: 1

      Merry XMas to all!!! :)

      Joyeux Noël!

      --

      You can't take the sky from me...

    3. Re:I know its OT but ... by Anonymous Coward · · Score: 0

      But I'm JEWISH you insensitive clod!!!!

  9. Let me be the first to say... by c.r.o.c.o · · Score: 1

    ...that I _JUST_ installed 2.6.9 yesterday. I never learn, if I decide to upgrade kernels, I should do it RIGHT after it's released. Who cares it may nuke my system, at least I won't have to recompile it 24 hours later. *grin*

    1. Re:Let me be the first to say... by Anonymous Coward · · Score: 0

      Got 2.6.9 yesterday? Same happened with me. :)

    2. Re:Let me be the first to say... by Pflipp · · Score: 1

      You should've expected Santa Linus, it IS Christmas after all. I personally kind of planned for this and plan to install it with reiser4 to play with.

      --
      "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
    3. Re:Let me be the first to say... by Rhone · · Score: 1

      Strange... you make it sound like you feel as if you have to upgrade your kernel as soon as a new version is released, but at the same time you make it sound like you always end up upgrading your kernel late (i.e. right before the next version comes out).

      But seriously, if you waited as long as you did to upgrade to 2.6.9, why do you feel like you have to upgrade to 2.6.10 as soon as it's out?

    4. Re:Let me be the first to say... by oliverthered · · Score: 1

      ohhh, 2.6.9 isn't a nice kernel, it's had a profiler tweak that screws up wine and cedega.

      I don't like to touch a stream kernel for at least a few builds after the unstabalise it with a new 'feature'. How long did it take for the VM changes in 2.4 to calm down?

      --
      thank God the internet isn't a human right.
    5. Re:Let me be the first to say... by c.r.o.c.o · · Score: 1
      But seriously, if you waited as long as you did to upgrade to 2.6.9, why do you feel like you have to upgrade to 2.6.10 as soon as it's out?


      I was just kidding about compiling 2.6.10 right away. It's hard finding a kernel and ATI drivers that work together, so I will stick with 2.6.9 untill ATI releases new drivers.
  10. Re: [OT] Glogg by Mick+Ohrberg · · Score: 4, Informative

    Mmmm, glögg is the stuff dreams are made of. Loaded with sugar and spices. The alcohol free version is very good, and excellent at warming you up, as you're sitting around a bonfire in the sub arctic winter night (I was born and raised in northern Sweden). The alcohol version is more fun! And yes, glögg is reminiscent of glühwein.

    --

    Quidquid latine dictum sit, altum sonatur.

  11. Safety tip by lheal · · Score: 5, Funny

    Don't forget to compile in the designated driver.

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
  12. Figures... by Anonymous Coward · · Score: 0

    I download 2.6.9 on thursday night (through friday morning) on a dialup connection and *this* happens. :o)

    Oh, well. Merry Christmas!

    1. Re:Figures... by Anonymous Coward · · Score: 0

      > I download 2.6.9 on thursday night (through friday morning) on a dialup connection and *this* happens. :o)

      1) Ever hear of patches? Jeez, you script kiddies just waste of bandwidth.
      2) If your system does anything that requires stability, which I doubt, it's not wise to upgrade to the latest kernel *right after* it's released.

    2. Re:Figures... by setagllib · · Score: 1

      If the changelog was right, 2.6.9 would have had a lot of "this patch breaks X" and 2.6.10 would have "fixes X again". I know a lot of people having flake-outs with 2.6.9 that are indulging in 2.6.10's very good stability. Realistically Linux 2.6 rarely gets worse from one version to the next, barring some 'oops'es that often come up very quickly so any users can downgrade again without much uptime.

      You can easily dual-boot between an old and new kernel and simply fall back on the old one if you have problems with a new one. If you're running even a redundant cluster of servers this should be painless, the only problem occurs if you rely on a single server (in which case you're just asking for these problems).

      --
      Sam ty sig.
  13. MERRY CHRISTMAS!!!! by daskalou · · Score: 2

    From all in Australia, hope you have a safe and happy XMAS, to you and your families!!! :)

    --
    The world is full of stupid people.
    1. Re:MERRY CHRISTMAS!!!! by WankersRevenge · · Score: 1

      Back at you, daskalou from all your neighbors in the USA. Specifically, Boston, Mass. We raise our glasses to you and your families as well :)

  14. Re:Special Ed says: by Ajmuller · · Score: 1

    You have been drinking too much glogg. Way too much.
    ** Your invited to stay the nite if you are unable to drive home. **

  15. Warning: bad pun incoming by LGagnon · · Score: 5, Funny

    Well, this just goes to show Linux isn't 100% perfect: Even with all the great programs for Linux, even Linus sometimes needs to use WINE for something. :) /ducks fanboys and humorless mods

    1. Re:Warning: bad pun incoming by DarkHelmet · · Score: 1

      Someone needs to make a Linux emulator on Windows called "BLOW".

      --
      /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    2. Re:Warning: bad pun incoming by fvbommel · · Score: 1

      BLOW's Linux On Windows?

    3. Re:Warning: bad pun incoming by setagllib · · Score: 1

      I could argue Linux isn't even >=20% perfect, since its most optimal code is just in scheduling. Read the driver sources and try that post again.

      --
      Sam ty sig.
  16. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  17. Re:Special Ed says: by Anonymous Coward · · Score: 0

    LOL

  18. come upstairs and open your presents by c01100011 · · Score: 5, Funny

    . . . .not now mom i am compiling my kernel . . . .

    lucky me, since i do it the debian way i will be done before they finish the stocking stuffers. . .

    1. Re:come upstairs and open your presents by colmore · · Score: 1

      or you could just track debian stable and not worry about 2.6 kernels for *years*

      --
      In Capitalist America, bank robs you!
    2. Re:come upstairs and open your presents by Epidemical · · Score: 1

      Yeah, if you do it the Gentoo way it won't be done until next year :P

    3. Re:come upstairs and open your presents by Freultwah · · Score: 1

      . . . .not now mom i am compiling my kernel . . . .

      Stop doing that, you'll go blind!

    4. Re:come upstairs and open your presents by Anonymous Coward · · Score: 0

      "lucky me, since i do it the debian way..."

      Translation: I've shaved my testicles, eaten a jar of peanut butter and sexually assaulted the family cat.

  19. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  20. Re:Jesus was born in march by humuhumunukunukuapu' · · Score: 1, Offtopic

    Yes Jesus was born in the spring or early summer.

    In the time of Jesus it wasn't exactly kosher to be Christian. Christmas was celebrated very early on in December under the cover of other holidays, some Pagan some I forget the details of. The tradition stuck. It was made official in 336AD when the pope decreed christmas was to be celebrated on 12/25 to offset a pagan holiday.

    --
    i saw the baby, and the baby looked at me
  21. Re:Jesus was born in march by morgan_greywolf · · Score: 2, Informative

    The Christian holidays were moved around by one of the Roman emperors so that Christian holidays would coincide with the traditional pagan holidays. The idea was to get the pagans to convert to Christianity. Christmas, for example, was changed so that it would coincide with the Winter Solstice.

  22. Yay! by lasindi · · Score: 1

    Well, we get a new version of the GIMP, and now a new version of Linux! I'm very pleased. I hope that 2.6.10 does multitasking a little better. I've found that 2.6.9 gives a few too many CPU cycles to demanding processes (thereby slowing down the mouse cursor and music and other stuff that I wish wouldn't be affected by something like compiling a program). Anybody else have such experiences? lasindi

    --
    I have discovered a truly remarkable proof of this theorem that this sig is too small to contain.
    1. Re:Yay! by bcmm · · Score: 1

      Adjust the priority of demanding processes then.
      "man nice" for more information.
      I update Gentoo with "nice -n 19 emerge --update whatever" at a very low priority, and that allows me to browse the web, listen to music. even play opengl games while my machine is compiling the latest stable Firefox.

      Also, I am listening to music right now, and compiling the Gimp without any change in priorities. I am using kernel 2.6.9-gentoo-r1, which is supposed to be patched to give fewer processor cycles to background stuff. It's not enough for 3d games or screensavers, but Firefox and XMMS are running fine, the music only skipping when emerge does source unpacking (tar).

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    2. Re:Yay! by Anonymous Coward · · Score: 0

      Yes, ever since I downgraded to IDE.

      It's too bad decent-sized SCSI disks are so expensive.

      (Yeah, one of these days I'll put my SCSI disk back in for the OS, and just keep my files on the big IDE guy. In my copious free time.)

  23. New year new kernel by kokoko1 · · Score: 1

    After releasing 2.6.10 what next? new kernel series 2.7.x ? when kernel team going to abondoned 2.4.x series ? cheers

    --
    http://askaralikhan.blogspot.com/
    1. Re:New year new kernel by SPY_jmr1 · · Score: 1

      *sighs* 2.6.11-rc1.... then 2.6.12.... then.... 2.4 is onto what, 29? 10 != "THEEND" (generic holiday salutaion)

    2. Re:New year new kernel by DarkTempes · · Score: 0

      2.7 has been out as a while (ever since 2.5 turned into 2.6 came out afaik), but of course unless you're a real linux fanatic you wouldn't use it wanna know why? ;p the odd numbers are basically development/test branches and extremely unstable. when 2.7 is done with development it'll become 2.8 (sometime in mid-2005 i think is the plan)

    3. Re:New year new kernel by Anonymous Coward · · Score: 1, Funny

      Abandon 2.4?! I'm still using 2.2 here with my Debian.

    4. Re:New year new kernel by 1lus10n · · Score: 1

      2005 ? eh ? Last I heard it was 2006. I don't think they are going to bump up to 2.8 that quick since it took them 3 years to go from 2.4 to 2.6 and from what I have heard they are planning some major subsystem re-writes.

      Of course I admitedly dont follow the LKML like religion so I might be a little behind on info. (still dont think a 1.5 year turnaround is the target ....)

      --
      "Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe." --Albert Einstein
    5. Re:New year new kernel by MikeCapone · · Score: 1

      2.7 has been out as a while

      Are you sure of that? I'm fairly sure from what I've read at kerneltrap.org that 2.7 hasn't branched into 2.7 yet, and it's not on kernel.org either... But maybe I missed something.

    6. Re:New year new kernel by m50d · · Score: 2, Informative

      No, 2.7 hasn't branched off yet. That's why 2.6 is still unstable. I'm sticking with 2.4 until it does.

      --
      I am trolling
    7. Re:New year new kernel by Jugalator · · Score: 1

      If 2.6 is unstable, what was 2.5 for / why isn't it called 2.5?

      --
      Beware: In C++, your friends can see your privates!
    8. Re:New year new kernel by m50d · · Score: 1

      If I was in charge of releasing, it would still be 2.5. I think it's 2.6 because it's sort of beta rather than alpha, many drivers are unstable but they're not going to get rid of IDE support halfway through the tree.

      --
      I am trolling
    9. Re:New year new kernel by MacJedi · · Score: 1

      2.6 is officially the stable kernel tree, however 2.7 has not branched yet. Therefore new features are still going into 2.6 rather than just bugfixes. I'm not entirely sure why Linus is doing this, except perhaps that he wishes 2.6 to aquire more features first. As it is, many users are waiting for 2.7 to branch before switching over. So what's in a name, eh?

      --
      2^5
    10. Re:New year new kernel by SilverspurG · · Score: 1

      Dude. You may be an ubergeek... but you're still a 'tard.

      --
      fast as fast can be. you'll never catch me.
  24. "which he named the 'Woozy Numbat.'" by shakezula · · Score: 0, Offtopic

    Did he mean Wooldoor Sockbat?

    --
    I know what you're thinking. Did I forward 65,535 packets or 65,536 packets?
    1. Re:"which he named the 'Woozy Numbat.'" by 0racle · · Score: 2, Funny

      I think he had already hit the GlÃgg pretty good when they named this one.

      --
      "I use a Mac because I'm just better than you are."
    2. Re:"which he named the 'Woozy Numbat.'" by Anonymous Coward · · Score: 0

      I thought he said "Woolly Nutbag"

    3. Re:"which he named the 'Woozy Numbat.'" by liangzai · · Score: 2, Insightful

      "GlÃgg" is of course "Glögg" in UTF-8 viewed as ISO-8859-1. It cracks me up to see how unable the Linux community (and Slashdot) is to cope with anything but ASCII and its immediate extensions.

  25. Re:Jesus was born in march by Anonymous Coward · · Score: 1, Insightful

    Exactly. It was all marketing to compete with the celebration of Winter Solstice.

    Remember, Religion is a business. It sells hope.

  26. weeeeeee by Anonymous Coward · · Score: 0

    I for one welcome our new woozy numbat overlords.

    Merry Christmas! (in Soviet Russia too)

  27. Working fine on my x86_64 by tomstdenis · · Score: 4, Informative

    Just chiming in to say 2.6.10 works fine on my amd64 box [using tulip network, alsa/cmpci sound, nvidia video, reiserfs disk, have most I2C/I2O turned on, using NFS for network shares, etc...]. ;-)

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:Working fine on my x86_64 by Anonymous Coward · · Score: 0

      shut up

    2. Re:Working fine on my x86_64 by Anonymous Coward · · Score: 0

      Works very well on X86_32 as well (I'm typing to you with "Linux localhost.localdomain 2.6.10 #1 Sat Dec 25 00:58:21 MST 2004 i686 i686 i386 GNU/Linux"). I use accelerated Nvidia drivers on FC3. Runs like a clock.

    3. Re:Working fine on my x86_64 by Anonymous Coward · · Score: 0

      I got a black screen with X using NVIDIA's 1.0-6629 drivers. The system could still be restarted with ctrl+alt+del, but nothing else worked.

      If anyone else is having the same problem, there's some patches attached to a post at the nvnews forums that fixed it for me.

    4. Re:Working fine on my x86_64 by tomstdenis · · Score: 1

      Um, any odd options in your X config or /etc/ dir?

      I've been using the nvidia drivers for the longest while and the only problem I've had was the 4K stack issue.

      Also have you recompiled your nvidia drivers for the new kernel?

      Tom

      --
      Someday, I'll have a real sig.
  28. don't worry by emmons · · Score: 1

    It hasn't changed enough to matter.

    --
    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  29. Make grub even easier to use by fo0bar · · Score: 1

    For those who don't know (I didn't until recently, and was doing everything manually), when you do "make install", make copies the bzImage into /boot/vmlinuz-VER-EXTRAVER, System.map into /boot/System.map-VER-EXTRAVER, and.config into /boot/config-VER-EXTRAVER.

    THEN, it manages symlinks, pointing each respective base name to its newly copied version (IE, /boot/vmlinuz-VER-EXTRAVER to /boot/vmlinuz), it also takes the old symlinks and renames them to, for example, /boot/vmlinuz.old.

    This way, I only have 2 linux-related grub images: an image pointing to the /boot/vmlinuz kernel symlink, and an image pointing to the /boot/vmlinuz.old kernel symlink, in case the newly installed kernel doesn't work.

    1. Re:Make grub even easier to use by jericho4.0 · · Score: 1
      For those who don't know, this is how is goes on Debian;

      apt-get install kernel-tree-2.whatever
      cd /usr/src/kernel-source-2.whatever
      make config/xconfig/whatever
      dpkg -i kernel-image-2.whatever

      everything is either taken care of, or clearly warned about if you're doing something unusual....

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    2. Re:Make grub even easier to use by Anonymous Coward · · Score: 0

      everything is either taken care of, or clearly warned about if you're doing something unusual....

      Including loading EVERY module at boot time in the initrd. Pffft-toooie.

    3. Re:Make grub even easier to use by jericho4.0 · · Score: 1
      True 'nuff. But at least there's a prompt sitting there for you to fix that with.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    4. Re:Make grub even easier to use by telekon · · Score: 2, Informative
      For those who don't know, this is how is goes on Debian; apt-get install kernel-tree-2.whatever cd /usr/src/kernel-source-2.whatever make config/xconfig/whatever dpkg -i kernel-image-2.whatever

      You forgot to 'make-kpkg buildpackage' before you went and installed that non-existent package with dpkg... I'm assuming you're going for a monolithic kernel here and thus dispensed with the pesky module compilation.

      --

      To understand recursion, you must first understand recursion.

    5. Re:Make grub even easier to use by jericho4.0 · · Score: 2, Funny
      Actually, I forgot

      #make kernel_image --revision=1.0

      This produces a package, including image,modules, lilo configuration, etc, in the /usr/src directory.

      My apologies to the masses who, seeing how easy my previous example was, ditched windows/BSD/OSX, installed Debian, and got stuck at step 4.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    6. Re:Make grub even easier to use by telekon · · Score: 1
      Oh, right, you were using the kernel-tree deb... I always use the latest kernel.org source and make-kpkg.

      I'm glad we cleared this up, though. I'd hate for those millions of people who spent xmas eve installing Debian based on your previous post to get stuck and not be able to check email bright and early on xmas morning!

      --

      To understand recursion, you must first understand recursion.

  30. Re:Special Ed says: by Anonymous Coward · · Score: 0

    it's so generous to supply you're house to the drunken /. miscreants!

  31. OMG by Anonymous Coward · · Score: 0

    Shit, is it digitally signed?

  32. Wonderful! by zerocool^ · · Score: 3, Funny


    It's a good thing I wasn't busy. The turkey can marinate for another 24 hours, should do it good.

    ~Wx
    (merry fucking whatever, everyone!)

    --
    sig?
    1. Re:Wonderful! by Soko · · Score: 1

      (merry fucking whatever, everyone!)

      D00d.

      The proper BOFH greeting at this festive tim eof (yes, intentional) year is M. F. C..

      Happy Holidays to you and yours, may you triumph over the lusers.

      Soko

      --
      "Depression is merely anger without enthusiasm." - Anonymous
  33. IBM Thinkpad APM Lockups by Anonymous Coward · · Score: 0

    I hope that it fixes some issues with APM and the Thinkpad T30 lockups

  34. Of course by T0t0r0_fan · · Score: 2, Informative

    Of course it is signed.

    PGP sig for the patch

    Instructions

  35. just in time for the festive season by kzh · · Score: 2, Funny

    and on the twelfth day of Christmas, Linus left for me... an upgrade for linux-2.60.10-rc3

    --
    There are 10 types of people in the world.. those who understand binary and those who don't
    1. Re:just in time for the festive season by Anonymous Coward · · Score: 0

      This isnt funny, until you actually sing it aloud.

    2. Re:just in time for the festive season by imroy · · Score: 1

      2.60? Shit, Linus really should jump the numbering to 3.0! :)

      Merry christmas from Australia.

  36. Re:Jesus was born in march by discogravy · · Score: 1

    The pagan (to who?) holiday that was assimilated was Saturnalia/the winter solstice. See this article on saturnalia at wikipedia and this other article about christmas from same for more info on those.

  37. Changelog size? by WMD_88 · · Score: 1

    If you look at the size of the 2.6 changelogs: http://www.kernel.org/pub/linux/kernel/v2.6/
    They get larger every release. What gives?

    1. Re:Changelog size? by MikeCapone · · Score: 1

      Not to be trollish, but the obvious answer is that they change and update lots of things...

    2. Re:Changelog size? by WMD_88 · · Score: 1
      No doubt they do; after all, they've been putting possible-2.7 stuff into 2.6 BUT...this doesn't account for the fact that...they just keep adding more each time?

      The 2.6.1 log (148k IIRC) was bigger than any 2.4 log. But, it's ten times that now (2.6.10). Seems like an awful lot for a 0.0.1 change.

    3. Re:Changelog size? by MikeCapone · · Score: 1

      I'd be curious to look at the date at which each of the 2.6.x kernels were released, and also at how the level of activity on 2.4.x decreased.. Maybe people just had more time to add stuff to 2.6.x lately, or they moved from working on 2.4.x to 2.6.x.. Or maybe it's just that recent changes have been on smaller things, making for bigger lists in changelogs, which at the beginning it was big things but that take fewer lines to write in the changelog.

      All reasonable possibilities, IMO.

    4. Re:Changelog size? by m50d · · Score: 2, Insightful

      It's not being released as often as it used to. Also, the kernel itself is getting bigger - the number of changes per megabyte of kernel source per release may well be staying the same.

      --
      I am trolling
    5. Re:Changelog size? by xgamer04 · · Score: 1

      A lot of the current changelog size has to do with the adding of "SIGNED OFF BY: " lines, where the patch in question is signed by the original guy, then by the subsystem maintainer, all the way up. It was done to be able to track where code comes from better, in order to deter legal fiaSCOs.

      --
      When you look at the state of the world, how can you not become a radical, liberal anarchist?
  38. Re:Missing demographic by Anonymous Coward · · Score: 0

    I'm Jewish, you insensitive clod!

  39. Norwegian Countries????? by calidoscope · · Score: 1
    Perhaps you meant Scandinavian countries - or maybe you meant Norwegian counties as in, for example, parts of Nort Dakohta or Vashington. FWIW, Swedes outnumber Norwegians about 2:1 in Scandinavia, the ratio is probably less than that in the US.

    It is very impolite to mix up Norwegians and Swedes, however crossbreeding is a whole nudder story.

    The whole point of serving Glogg to non-scans is to prepare them for the Lutefisk and Gamleost.

    --
    A Shadeless room is a brighter room.
    1. Re:Norwegian Countries????? by iamnotacrook · · Score: 1

      Thank you I couldnt have put it better myself.

  40. Re:Jesus was born in march by dasunt · · Score: 1

    Yes Jesus was born in the spring or early summer.

    The reason why this is assumed is that the Gospels mention the shepards being in the fields with their flocks. This would have happened during the lambing season, which is the *tada* spring or early summer.

    Oh, and he probably wasn't born in 1 BC. The best argument I've seen calls for a birthdate in about 6 BC, due to astronomical events, but even the 6 BC birthdate has to assume that a certain astronomical event (Halley's Comet) was the Star of Bethelhem, and it would contradict the chronology in the book of Luke.

    Also, the date of Jesus's birth wasn't standardized for a few centuries and different groups of Christians used different dates for quite awhile.

  41. This is a Numbat if you're wondering... by Anonymous Coward · · Score: 0
    Yes, you could have googled yourself, but here is a numbat.

    Information from the first image results gives us:
    Numbat
    Myrmecobius fasciatus
    Status: Vulnerable
    The Numbat or Banded Anteater is Western Australia's fauna emblem. It used to be widespread across southern Australia but by 1980 only a few hundred animals remained in two populations in the South West. Widespread fox control and a captive breeding population at the Perth Zoo have seen the numbat back from the brink of extinction. They were reintroduced to Karakamia in 1994 and have taken up residence in the open woodland where plenty of hollow logs can be found. Numbats were found eucalypt forest, woodland, mulga and even desert areas. In forested areas they are often seen sheltering in hollow logs but in drier areas they also dig burrows. They feed exclusively on termites, up to 20 000 a day. They are one of the few marsupials that do not have a pouch, instead having stiff hairs. Numbats breed in January with up to 4 young which are transferred into a burrow from an early age.

  42. cdrecord/k3b fixed? by rsilvergun · · Score: 1

    I've been far too lazy to check up on this. Was the stuff broke in 2.6.8 related to cd-recording fixed (you could only write as root, no matter what your perms were)?

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re:cdrecord/k3b fixed? by robw810 · · Score: 2, Informative

      Still not working here - the only mention of 'cdrecord' in the changelog is this: [PATCH] Permit LOG_SENSE and LOG_SELECT in SG_IO command table This patch adds LOG_SENSE as a read-ok command. cdrecord-prodvd uses this. I also added LOG_SELECT as write-ok as this seems to fit in as well.

    2. Re:cdrecord/k3b fixed? by thinkninja · · Score: 1

      Well, IIRC, I've been able to write CDs/DVDs as a user since 2.6.9, definitely with the 2.6.10 release candidates, but then I'm a CK user :)

      --
      "The number of Unix installations has grown to ten, with more expected." (Unix Programmer's Manual, 2nd ed.; june 1972)
    3. Re:cdrecord/k3b fixed? by Rebar · · Score: 1

      k3b with 2.6.9 as a normal user works just fine for me, and k3b isn't setuid... However with 2.6.10-rc3-bk14 (bleeding edge nightly build of a few nights ago), the whole machine locked up hard when using k3b. Back to 2.6.9 and it works fine. Hmmm... hopefully something screwy with the nightly build only, or maybe my flakey hardware...

    4. Re:cdrecord/k3b fixed? by Rebar · · Score: 1

      Whoops, too fast on the draw there. My cdrecord IS setuid root, so my previous reply is in fact useless since I'm burning as root but didn't know it. Sorry about that.

    5. Re:cdrecord/k3b fixed? by iabervon · · Score: 1

      You might want to send in the strace of cdrecord not working for you to the mailing list; all of the known things from the 2.6.8 breakage have been fixed, so it will probably never work on your hardware unless you report it.

  43. Re:Jesus was born in march by io333 · · Score: 1

    In the time of Jesus it wasn't exactly kosher to be Christian.

    Um, Mr. Mod? Just what exactly drinking when you bumped this as "informative?"

  44. Patch by MikeCapone · · Score: 3, Informative

    You can download just the patch to go from 2.6.9 to 2.6.10, y'know. On dialup that'll save you a lot of time, and that'll save Kernel.org some bandwidth (not that they are short on that).

  45. Re:Jesus was born in march by secretsquirel · · Score: 0

    I'm gonna guess egg nog.

  46. on the fiifth day of Christmas, by Herr_Nightingale · · Score: 4, Funny

    my internet gave to me
    five spambot virii,
    four porno graphics,
    three smiley faces :)
    two free-after-rebate sweaters,
    an anti-spam robot
    and an update to the source tree

  47. Sweet! by secretsquirel · · Score: 0
    Now all of us who don't partake in the christmas festivities can celibrate Dec. 25th too!

    We can just celibrate the kernels birthday!

  48. Re:Jesus was born in march by jericho4.0 · · Score: 2, Interesting
    And the Winter Soltice, that I just finished celebrating with a bunch of friends in my rural mountain hippie town, is a far better reason to celebrate, in my book.

    Think about it; From that day on, the days get longer. How cool is that, for us northen types, at least?

    --
    "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
  49. Re:Missing demographic by shoolz · · Score: 0, Offtopic

    I know we're already OT... For all of those wishing to know about the Jewish faith/nation/religion, check out http://www.jewfaq.org

    This site helped me immensley in the beginning of my relationship with a Jewish woman.

    Oh... and to address the post... when somebody says "merry Christmas" and you're not Christian... just return the sentiment. Be happy that you're being included.

    I don't get pissed of when Jews say "happy chanukkah", I am pleased that they are choosing to include me.

  50. At first, I thought Linus called it.... by Anonymous Coward · · Score: 0

    the "Woolly Nutbag"

  51. Re:die by Anonymous Coward · · Score: 0

    haha, yfi, yhbt.

  52. Re:Jesus was born in march by Anonymous Coward · · Score: 0

    What does that have to do with football? Freakin' holly rollers trying to take Christmas away from professional sports.

  53. w000thooooooohooo!!! by Anonymous Coward · · Score: 0

    merry chrismast slashdoottters... I"m drunk, adn I wsih you da bets... merri christmas dawg!!!! viva heineken

  54. Re:Jesus was born in march by Anonymous Coward · · Score: 0

    Holly roller? Moron.

  55. You, sir, are a waste of bandwidth. by Anonymous Coward · · Score: 0
    Perhaps you ought to get a better grasp of the English language before you post on a message board dominated by English-speaking people. You seem to lack the ability to express a coherent thought in written English. I suspect that there is more to this issue than a simple ignorance of the English language; and after having looked through your posting history I can only conclude that you lack the capacity to express an intelligible thought in any language. I feel you ought to consider canceling your Slashdot account, because you are certainly not contributing anything of value to these discussions.

    People of your intelligence level ought to be barred from participation in public forums. Your inability to articulate logical thought (and your insistence in attempting to do so regardless of that fact) has wasted the time of all those who have read your drivel. Please, just stop now. I highly recommend that you end your life as speedily as possible, to free up natural resources and job opportunities for a person better able to contribute something meaningful to humanity.

    Thank you, and good night.

  56. Re:Jesus was born in march by dbIII · · Score: 1
    Oh, and he probably wasn't born in 1 BC.
    It looks like you are following the lead of such modern thinkers as the Venerable Bead. Not long before 1000AD he pointed out that Herod wasn't alive at the right time, but it was too late to change the calender anyway without causing chaos.

    What's a few months and taking over a holiday from Mithras when the date is shifted a few years. Mary's virginity didn't even seem to be important enough to mention for a few hundred years until the temple of Isis in Rome became a church and it's followers became Christian. Accept it folks, it's well and truly a Roman tradition. The message is more important than the date and bits of the bible we ignore like prohibitions against pork and shellfish (pork is very much part of the roman tradition).

  57. Re:Jesus was born in march by Anonymous Coward · · Score: 0

    Read it again and sound it out, dumbass. Then say the usual phrase aloud, fuckwit. Then drink the drano under the sink, farthuffer.

  58. Re: [OT] Glogg by richie2000 · · Score: 1

    Du behöver fixa hemsidan. ;-) God Jul, förresten! Är du hem nånting?

    --
    Money for nothing, pix for free
  59. GlÃgg by andreyw · · Score: 1

    GlÃgg for real' (a hot mulled wine with spices, red wine, port and brandy)

    Yup, also known as Gluehwein (Germany) and Gloeg (Sweden). Red wine yes. (Many) Spices? Yes. Hot? Yup. Port? I don't think Portwine is part of the recipe... neither is Brandy for that matter. (The real question is errm... WHY... and... ugh that would taste odd). Anyways, good stuff though.

    1. Re:GlÃgg by frambris · · Score: 2, Informative
      Actually, Glögg and Gluwein is not exactly the same.

      Here's my moms recipe (which is made the real way, not cheating with red wine ;-) ). Do try it once it's really nice and goes nice with the season

      Metric units and swedish translations of the ingredients in parantheses.

      2 Dried peels from Seville orange (Pomerans)
      5 Potatoes, sliced raw
      1/3 cup (3/4 dl) Dried clove (Nejlikor)
      A bit of ginger (ingefära)
      17.5 oz (1/2 kg) Raisins
      A bag of (1/2 dl) Cardamom (Kardemumma)
      1.5 oz (50 g) Yeast
      5.5 lb (2.5 kg) Sugar
      1.5 gal (5.5 l) Small beer (really really weak (of taste and alcohol) beer... sort of. Tommelillas svagdricka)

      That is then just put in a pot for 4 weeks. It's then strained off and set to rest in another pot for a week. Then it's ready to be bottled up and drunk hot.

    2. Re:GlÃgg by Anonymous Coward · · Score: 0

      The funny thing for me is that both slashdot and you in your reply couldn't even be bother with encoding the damn character "ö":-(

      In Firefox, all I see is a A with a funny tilde over it. (character #195 is NOT ö on my system!)

      One would think that the editors of slashdot would care for the proper charset..

      Tels

  60. Re:Jesus was born in march by andreyw · · Score: 1

    ...And Yule. (Think Northern lands). Easter "just happens" to coincide with the Ostara's Day (notice any similarity in naming ;-)). Intersting that although in Germanic countries "Ostara's Day" became Easter through the wonders of sword-and-commerce conquests, the name for Easter in Romance countries such as Italy is derived from a bastardisation on the hebrew word for passover.

    Btw, all those cutesy things like Easter Eggs, Easter Bunny, Christmas (really Yule) Tree, carolling and getting completely *cough* soused are all really european pagan things and have nothing to do with Christianity per-se. Nice to know that I can still celebrate Christmas and Easter while being pagan, since I'm REALLY celebrating Yule and Ostara's day. Heheh. I digress.

    Merry whatever ;-D.

  61. Re:Jesus was born in march by TractorBarry · · Score: 1

    Well said.

    Not that I've got anything against Jesus (actually he seemed like a bloody good bloke.. it's just a shame about his latter day followers) but this is why I will only refer to the midwinter festivities as Xmas - that way "X" can represent the reason of your choice :)

    Actually if you take anything more than a casual look at Christian festival days you'll find they've simply usurped an existing festival. Anyone for the godess Oestre and her symbol of fertility the hare (one of the few animals that can conceive again whilst pregnant) ? Ooh look that'll be Easter in the Christianised version with the poor old hare being made into a cutesy pie rabbit.

    Remember the motto: "Where the Roman war machine failed, the Church followed".

    --
    Sky subscribers are morons. They pay to be advertised at !
  62. Randeon 9200SE and ACPI by Anonymous Coward · · Score: 0

    With Linux 2.6.9 i cant get 3d accelaration on Randeon 9200SE card. With 2.6.9 i can?
    How about ACPI? Nforce2 cards and throtle and temperature reading?

    1. Re:Randeon 9200SE and ACPI by setagllib · · Score: 2, Informative

      If you couldn't with 2.6.9, 2.6.9 won't be any better... logic, boy, logic.

      ACPI should work anywhere that conforms (BIOSes earlier than 2000 usually have problems though), what kind of problems do you have? nForce2 has been supported for almost as long as it's existed. Throttle depends on processor, but I saw an nForce-specific driver there too. Temperature if it's available.

      Just try it. It's a good release, rare in 2.6 so far, and should support all you've described... except MAYBE DRI (not just 3D acceleration) for the Radeon. Unless it's backwards compatible with the 9200, which I hear is the latest of the supported-in-tree cards. Google it.

      --
      Sam ty sig.
    2. Re:Randeon 9200SE and ACPI by Anonymous Coward · · Score: 0

      Or you could stop using a homosexual operating system and use a real man's OS.

    3. Re:Randeon 9200SE and ACPI by Anonymous Coward · · Score: 0

      How can an operating system be homosexual? They don't replicate sexually... or do they? It takes two to replicate, the OS and the user. So an OS that is homosexual tries to mate with another OS in what would be the traditional act of replicating, like automatically downloading new kernels or some such?

      Oh, wait, I get it now; you are just a stupid troll. Nevermind.

    4. Re:Randeon 9200SE and ACPI by jbr439 · · Score: 1

      I am running 2.6.9 with a 9200SE and I do get 3D acceleration. Particulars are:
      Debian kernel: 2.6.9-1-k7
      XFree86: 4.3.0.dfsg.1-8
      0000:01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)
      ASUS A7V133 m.b.

      So it's not the 2.6.9 kernel that's preventing your 9200SE from giving you 3D acceleration.

  63. Wanna know why so many drunks get into wrecks? by Anonymous Coward · · Score: 0

    because they don't learn to drive drunk.

  64. Re:Jesus was born in march by Anonymous Coward · · Score: 0

    Nearly every major religion's holidays are clustered at either the beginning or end of winter, and it has nothing to do with trying to usurp anything--it's just that in an agrarian society, that's when the bulk of the population has the free time for a festival.

  65. Absinthe and anise by telekon · · Score: 1
    Absinthe? No, no, no. Real absinthe has wormwood in it and is therefore outlawed in most countries.

    Anise seed is in real absinthe and in Pernod which gives it its (IMO nasty) licorice flavor. You wouldn't substitute anise for wormwood; wormwood is horribly bitter, whereas anise is horribly licorice-y. Also, BTW, the once ubiquitous ban on absinthe production has been lifted in most European countries. In addition, due to the way in which thujone (the psychoactive present in wormwood) is regulated by the FDA not as a drug but as a food additive, you can legally import absinthe (but not sell it) in the U.S., from places like this.

    --

    To understand recursion, you must first understand recursion.

  66. Re:fuCk? by Anonymous Coward · · Score: 0

    nice ass,

  67. Re:Jesus was born in march by Dominatus · · Score: 1

    He clearly means in the general time, as in anywhere from Jesus to 100 years or so after his death. He doesn't mean in the time of Jesus' birth.

  68. Glögg not "GlÃgg" by LiLL-MiCK · · Score: 2, Informative

    Glögg not "GlÃgg". And btw, its very good tasting :P

  69. Re:Jesus was born in march by Rhone · · Score: 1

    I wish I had points to mod this up. Most religions start with very noble, well-meaning ideals, thought up by very compassionate and well-meaning people.

    But as soon as you put the "organized" into "organized religion"--i.e. as soon as there are positions of authority for people to follow--power-hungry people get involved twist the religion for their own purposes.

  70. This is great and all, but... by Anonymous Coward · · Score: 0

    ...does it run on Linux?

  71. Little tip by Quattro+Vezina · · Score: 1

    I update Gentoo with "nice -n 19 emerge --update whatever" at a very low priority

    You can stick a PORTAGE_NICENESS variable into your /etc/make.conf, and you won't have to type out the nice command--Portage will take care of it for you.

    I use PORTAGE_NICENESS="10" and everything else works fine while compiling.

    --
    I support the Center for Consumer Freedom
  72. Not vitriolic enough by Anonymous Coward · · Score: 0

    "I will blow your arse so far off this planet!" should be "I will blow your fookin arse so far off this fookin planet!". (Or you can go ahead and use "fucking" instead of "fookin", But the British usually say "fookin", if I'm not mistaken, which I probably am.)

  73. Is it signed by Verizon? by kalleh · · Score: 1

    I also noticed they promote downloading it through mirrors. EVERONE knows mirrors are bad security (especially mirrors with numeric ip addresses! http://blogs.msdn.com/ptorr/archive/2004/12/20/327 511.aspx :P

  74. Re:die by Anonymous Coward · · Score: 0

    Pain looks great on other people - that's what they're for.

    Sincerely,
    A smug nordic motherfucker.

  75. improved ACPI support? by jeif1k · · Score: 1

    ACPI has been unusable on many laptops (no suspend or faulty suspend on Sony, ASUS, and many others) with kernel versions below 2.6.9. I heard that a lot of work has been done on ACPI recently and that some big patches were going to be integrated.

    So, does ACPI work better in 2.6.10?

    1. Re:improved ACPI support? by Anonymous Coward · · Score: 0

      Yes, definitely. ACPI only started working very recently since 2.6.10-rcX on my Dell Inspiron 8000 due to the fix for the resume vector virtual address.
      So yes, you could say that 2.6.10 is actually the first kernel to *fully* (well, maybe some devices are still broken, didn't check *everything* in my household yet) suspend/resume everything on my main machine.

      Note that you might still need the special video_post utility for ATI mobile cards reinitialization...

    2. Re:improved ACPI support? by Anonymous Coward · · Score: 0

      not so for my dell inspiron 8600 (nvidia geforce). I've tried most of the late 2.6 kernels and still can't get suspend/resume working. 2.6.10 is no different - resume doesn't wake up the screen and the disk light stays on.

  76. OT. on Gløgg by grusapa · · Score: 1

    "Glogg is a traditional drink of the Swedish & Finnish Advent season" ehh.. we use it in Norway to.. And Norway is not in Sweden :)

  77. Re:Jesus was born in march by alerante · · Score: 1

    Actually, the X in "Xmas" can stand for a Greek chi, which is also the first letter of the Greek version of Christ. [1]

  78. Wallowing Heathen! by MarcQuadra · · Score: 1

    Hmm, considering my plans, if anyone sees my heathen self tonight wallowing in booze, please tilt my head to the side so I don't choke on my own vomit. I'll be the only guy in Providence with an NTK t-shirt on. Leave your slashdot nick written on my forehead with a sharpie so I know who to mod-up in the future.

    Thanks in advance!

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
  79. Your 9200 IS FULLY SUPPORTED AND ACCELERATED! by MarcQuadra · · Score: 1

    Sorry pal, according to the documentation, the 9200 has FULL 3D support in XFree 4.4 and XOrg 6.7.0.

    I've got a 7500 and a 9200 here working with only open-source drivers, and the 3D is fully accelerated, no closed binary drivers whatsoever.

    The 9200 is an RV280, which has in-kernel 3D support.

    If you're not getting full OpenGL acceleration the problem is on your end (prolly with your xorg.conf or kernel options). I'm right here if you've got any questions.

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
  80. Winter-een-mas by accessdeniednsp · · Score: 1

    Hey, anybody here gonna be celebrating Winter-een-mas next month? It's getting close! Very exciting time!!

    For those not yet tuned in: http://www.ctrlaltdel-online.com/index.php?t=stati c&bd=weminfo

  81. What's Fun Here... by Master+of+Transhuman · · Score: 1


    go through the list and look at the incredibly international list of names of people working on the kernel...including some guy named Linus Torvalds (can't imagine where he's from) who did nine of them...

    One guy has a last name of about five characters - three of which are represented as special characters...

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  82. Changes Since 2.6.9? by bottlerocket · · Score: 1

    Does anybody have a list of the major changes/fixes from 2.6.9? Compiling the changelogs from each release of the beta builds and then distilling it down into Fixes for 2.6.9 VS Fixes for Things Broken in the Previous Beta is a bit much...

    --
    where the comment ends and sig begins
  83. That Linus... by pergamon · · Score: 1

    ...he always gives the perfect gifts.

  84. Re: [OT] Glögg by Mick+Ohrberg · · Score: 1

    Tja! Blitt klent med det :( Sist var 2001 när syrran gifte sig. Har planer på nästa år eller 2006 kanske. Måste ju ta frugan och svärisarna på en riktig skotertur!

    --

    Quidquid latine dictum sit, altum sonatur.

  85. GAG by Anonymous Coward · · Score: 0

    With GAG, I don't even have to edit anything. And it's all graphical and autodetects my OS when I set it up.

  86. Re:Jesus was born in march by Anonymous Coward · · Score: 0
    I love Jesus because,
    "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
    -- John 3:16
    Merry Christmas!
  87. Re:Glogg (Jesus? What jesus?) by Anonymous Coward · · Score: 0

    Do you really believe Jesus was born? I mean, I know it is a fashionable belief, but so is the little mermaid...

  88. blech by yurimi · · Score: 1

    Live easy; switch to Mac! OK, flame away...

    1. Re:blech by The+MESMERIC · · Score: 1

      if you buy me a nice Mac I will switch

      (but you'll let me at least install Yellow Dog right?)

  89. Re: [OT] Glögg by richie2000 · · Score: 1

    Då får du nog ta upp dem till Canada eller så, här har det varit dåligt med snö ett par vintrar... Jag säger till när Golfströmmen slagit av, då borde det vara läge. :-/

    --
    Money for nothing, pix for free
  90. Re:Glogg (Jesus? What jesus?) by zakezuke · · Score: 1

    Do you really believe Jesus was born? I mean, I know it is a fashionable belief, but so is the little mermaid...

    I imagine it could be a big conspiracy theory... but I would think it at least likely for there to at least have been a man called Jesus born there and abouts of 2000 years ago who thought it was a good idea to give up fishing and become a prophet. After all prophets were a dime a dozen in those days.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  91. Re:Jesus was born in march by cburley · · Score: 1
    power-hungry people get involved twist the religion for their own purposes.

    True, even if you replace "religion" with "government", "corporation", "charity", "FOSS project", etc.!

    I no longer believe it's the "religion" part of "organized religion" that's the problem.

    It's the "organized" aspect of things.

    Human nature seems to be ripe for exploitation by others, and any form of organization offers much more opportunity for such exploitation than does reliance on individual initiative.

    (I guess that's not too surprising when one considers the most "sacred" form of human organization -- marriage -- and the problems it has presented over the millenia.)

    What's cool, to me, about Linux and other FOSS projects is that the low barrier to entry is accompanied by a low barrier to exit, making it difficult for "power-hungry people" to long succeed at twisting such projects to their own purposes.

    And Linus, for the most part, continues to "run" Linux in ways that suggest, to me as a fairly "distant" observer anyway, that he is aware of many of the pitfalls, as well as the advantages, of organized FOSS development.

    I believe I've said this before, but I do wish I'd had his example to work from back when I started work on my own FOSS project. I took the "cathedral" approach instead, which wasn't surprising given my more-corporate background, and it didn't work out as well as I now think it could have (though at least I did finally "ship" something that sorta kinda worked).

    Interestingly, Mary Baker Eddy wrote, over 100 years ago, "Organization and time have nothing to do with Life", and she uses "Life" (capitalized) as a synonym for "God".

    Having been raised a Christian Scientist (the religion Eddy "discovered" and "founded"), I often found myself wondering what in the world she meant by that...it makes more sense to me now.

    --
    Practice random senselessness and act kind of beautiful.