Slashdot Mirror


New Testing Version Of Linux 2.6

James A. A. Joyce writes "It's all up now at the kernel archives. Get the full 2.6.0-test2 or a patch, whichever suits you. We need to test those new kernels! Hop to it!"

327 comments

  1. do you see that! by Anonymous Coward · · Score: 4, Funny

    /me watches the bandwith-o-meter explode

    1. Re:do you see that! by chihowa · · Score: 4, Interesting

      No kidding! I had just checked kernel.org minutes before this story was posted. I began the download before the story, only to see it drastically slow down halfway through. So I checked Slashdot, and here we are!

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    2. Re:do you see that! by Anonymous Coward · · Score: 0

      Its still downloading at a reasonable 57 kb/s for me, on a 512Kbit connection (64 kb/s max).

    3. Re:do you see that! by Uber+Banker · · Score: 1

      I think you have your K and k the wrong way around.

      But it holds up for me fine too.

    4. Re:do you see that! by IWannaBeAnAC · · Score: 2, Informative

      err, wouldn't that be the 'b' and 'B's ? 57 KBytes at 512 Kbits/sec ?

    5. Re:do you see that! by Uber+Banker · · Score: 1

      Indeed it would... i should stay off the crack on a Sunday...

    6. Re:do you see that! by gantrep · · Score: 3, Interesting

      When I downloaded test1, a couple weeks ago I think, I remember noting that kernel.org had some nice bandwidth; I was downloading it at about 200kb/s. So yeah that is a pretty big dip.

    7. Re:do you see that! by caouchouc · · Score: 3, Insightful

      kernel.org should get into the habit of making .torrents available given how every test release from here 'till 2.6.0 will wind up on the front page of /.

    8. Re:do you see that! by Anonymous Coward · · Score: 0

      err, wouldn't that be the 'b' and 'B's ? 57 KBytes at 512 Kbits/sec ?

      Just to be pedantic, there is no "K" prefix as a multiplier, it's "k" for kilo.

      So it would be 57kB at 512kb/s =)

    9. Re:do you see that! by Kenard · · Score: 1

      They should release things like this on a P2P network. Then the download would have sped up. ;)

      --
      (appended to the end of comments you post)
    10. Re:do you see that! by jmaatta · · Score: 1

      Why do I always see a post like this when a new kernel is out? :)

    11. Re:do you see that! by IWannaBeAnAC · · Score: 1

      Really? I thought all 'large' ( > 1) SI prefixes were capital letters. K = 1,000, M = 1,000,000, G = 1,000,000,000, T = ... etc etc

    12. Re:do you see that! by IWannaBeAnAC · · Score: 1
    13. Re:do you see that! by chihowa · · Score: 1

      Most likely a combination of karma whoring and first post excitement. It's really unavoidable. I am seeking treatment, though.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
  2. Fresh off the cob! by Limburgher · · Score: 5, Funny

    Of course, I've still got bits stuck between my teeth from the last release. Should have remembered to type 'make toothpick'.

    --

    You are not the customer.

    1. Re:Fresh off the cob! by yroJJory · · Score: 5, Funny

      Of course, I've still got bits stuck between my teeth from the last release. Should have remembered to type 'make toothpick'.

      Isn't that just an alias for "make clean"?

      --
      Jory
    2. Re:Fresh off the cob! by Limburgher · · Score: 5, Funny

      No! Common error, though. 'make toothpick' satisfies a dependency for 'make clean'. You can't 'make clean' until you 'make toothpick'. It's just too difficult. :)

      --

      You are not the customer.

    3. Re:Fresh off the cob! by yroJJory · · Score: 3, Funny

      Sorry. I guess I ran "make mistake".

      --
      Jory
    4. Re:Fresh off the cob! by jfortier · · Score: 0

      But that's the thing about makefiles. If you type make clean, it should make toothpick and then make clean.

    5. Re:Fresh off the cob! by NotQuiteReal · · Score: 2, Insightful
      Damn, y'all are geeks.

      oh. never mind.

      --
      This issue is a bit more complicated than you think.
    6. Re:Fresh off the cob! by Limburgher · · Score: 1, Funny

      That's one way, but I chose to seperate those two targets for code portability. For example, in another app, I 'make toothpick' and 'make moistened_peas' as preparation for 'make little_model_bridge'.

      --

      You are not the customer.

    7. Re:Fresh off the cob! by gantrep · · Score: 3, Funny
      Haha, you guys are so funny.
      Don't forget the classic:

      make love
      make: *** No rule to make target `love'. Stop.
    8. Re:Fresh off the cob! by leviramsey · · Score: 4, Funny
      Of course, I've still got bits stuck between my teeth from the last release. Should have remembered to type 'make toothpick'.

      Making 'make...' jokes is a sign that you haven't 'make whoopee''d in a long time...

    9. Re:Fresh off the cob! by minkwe · · Score: 1
      Actually it should be:
      make love
      make: Don't know how to make 'love'. Stop.
      --
      "Fighting terrorists with millitary might is like killing a mosquitor on your Dad's forehead with a rifle."
    10. Re:Fresh off the cob! by Hard_Code · · Score: 1

      Shouldn't you use automake? ;)

      --

      It's 10 PM. Do you know if you're un-American?
  3. Heh. by MrBiiggy · · Score: 0

    That has to be one of the worst spiel's ever.

  4. New in 2.6 by bethane · · Score: 5, Informative

    Being a LKML lurker, here are a few of the new features.

    In-kernel Module Loader and Unified parameter support: http://www.kernel.org/pub/linux/kernel/people/rust y/patches/Module/

    Nanosecond Time Patch: http://www.ussg.iu.edu/hypermail/linux/kernel/0210 .3/0793.html

    Fbdev Rewrite: http://www.uwsg.iu.edu/hypermail/linux/kernel/0111 .3/1267.html

    Linux Trace Trollkit (LTT): http://www.uwsg.iu.edu/hypermail/linux/kernel/0204 .1/0832.html

    statfs64: http://marc.theaimsgroup.com/?l=linux-kernel&m=103 610918825614&w=2

    POSIX Timer API: http://marc.theaimsgroup.com/?l=linux-kernel&m=103 553654329827&w=2

    Shared Pagetable support: http://marc.theaimsgroup.com/?l=linux-kernel&m=103 498293902006&w=2

    Hotplug CPU Removal Support and Kernel Probes

    --


    Bethanie: Whore...
    Fan Whore
    1. Re:New in 2.6 by zifty · · Score: 5, Informative

      The full changelog is here.

    2. Re:New in 2.6 by Anonymous Coward · · Score: 1, Funny

      Linux Trace Trollkit
      Linux Trace Trollkit
      Linux Trace Trollkit
      Error cmd out of memory -- shutdown

      visit goatse.cx
      visit tubgirl.com
      visit whitehouse.gov

    3. Re:New in 2.6 by samhalliday · · Score: 1
      Linux Trace Trollkit

      is that for real? or is it the obligatory intentional-typo ;-)

    4. Re:New in 2.6 by Anonymous Coward · · Score: 0

      That's sad.

      If you are trolling, please, don't joke about that stuff.

    5. Re:New in 2.6 by Uber+Banker · · Score: 1

      Agree... that is sad... but natural selection is like that...

    6. Re:New in 2.6 by Anonymous Coward · · Score: 1
    7. Re:New in 2.6 by Anonymous Coward · · Score: 0

      I just spoke to steve on the phone, it's true. The dude sounded pretty depressed, we spoke about Star Wars Glaxies and stuff he's a cool guy. Kinda sad story, scares me.. I've met two girls online, but they live in college with me.

    8. Re:New in 2.6 by antiMStroll · · Score: 3, Funny
      ...Linux Trace Trollkit...

      Hmmm, sounds like something that'll be useful around here.

    9. Re:New in 2.6 by Clith · · Score: 3, Informative
      a URL-ized version of an informative posting

      Being a LKML lurker, here are a few of the new features.

      --
      [ReidNews]
    10. Re:New in 2.6 by Anonymous Coward · · Score: 0

      nanosecond support. Took long enough.

    11. Re:New in 2.6 by Anonymous Coward · · Score: 0

      Mod that as troll, the LTT is Linux Trace Toolkit.

    12. Re:New in 2.6 by kasperd · · Score: 1

      Linux Trace Trollkit
      is that for real? or is it the obligatory intentional-typo ;-)


      I'm pretty sure I saw that exact same "typo" when 2.6.0-test1 was released (or was it 2.5.75? or was it ...).

      --

      Do you care about the security of your wireless mouse?
    13. Re:New in 2.6 by Anonymous Coward · · Score: 0

      I just sent him an email. I hope I can speak to this guy.

      -luciano.

    14. Re:New in 2.6 by Anonymous Coward · · Score: 0

      Why are there so many Darwinian parrots on Slashdot who love to go on and on about "natural selection" to assert their own superiority?

      I don't know who they are fooling.

      It would be fitting for you to contract HIV. But I would not wish such a horrible thing upon anyone. For you see, I have a soul.

      Peace be with you,
      -luciano.

    15. Re:New in 2.6 by Anonymous Coward · · Score: 0

      you mean whitehouse.com ?

  5. Changelog by CNeb96 · · Score: 0, Redundant

    http://www.kernel.org/pub/linux/kernel/v2.6/Change Log-2.6.0-test2

  6. IP Violation by Anonymous Coward · · Score: 2, Funny

    But is it SCO free?

    1. Re:IP Violation by NanoGator · · Score: 5, Funny

      "But is it SCO free? "

      Sign this NDA and I'll tell you.

      --
      "Derp de derp."
    2. Re:IP Violation by Anonymous Coward · · Score: 3, Funny

      YES!
      Old McBride he had some IP
      IBIBM
      And that IP it was not free
      IBIBM

      With some SCO code here; Some SCO code there
      Here a SCO, there a SCO; Everywhere a SCO SCO

      The linux kernel had SMP
      IBIBM
      And that code was from Project Monterey
      IBIBM

      The linux kernel had NUMA
      IBIBM
      Then someone spread rumours
      IBIBM

      The linux kernel had JFS
      IBIBM
      And Christoph Hellwig did his best
      IBIBM

      Old McBride owns none of that
      IBIBM
      How we'd love to see THAT contract
      IBIBM

      With a lawsuit here; A counter-suit there
      Sue a SCO, sue a SCO; Everybody sue a SCO SCO

    3. Re:IP Violation by Anonymous Coward · · Score: 0

      I think so, but I did notice that pppoe was buggy. Perhaps SCO code could have caused that.

    4. Re:IP Violation by Anonymous Coward · · Score: 0

      Linux is a true international effort.
      Born in Finnland, it grew up in Europe, Australia and many other countries worldwide.
      It`s the community`s baby.
      And it will never be imprisoned by imperialistic american money shitters.

  7. Here is a link by Billly+Gates · · Score: 5, Funny
    Look right here for a link.

    Sincerly Mcbride CEO of SCO

    1. Re:Here is a link by Anonymous Coward · · Score: 0

      Did SCO hire ESR to do their graphics?

    2. Re:Here is a link by Anonymous Coward · · Score: 0

      um who/what is ESR ?

    3. Re:Here is a link by Anonymous Coward · · Score: 1, Funny

      What is ESR? It's a company, Environmental Science and Research Ltd

    4. Re:Here is a link by Anonymous Coward · · Score: 0

      Excellent, a voluntary punching bag! Hey Bill Gates, watch me pull a rabbit out of my hat and club you over the head with it as if you were a harbor seal.

      Gee, I wonder whether the real Bill Gates reads /. Well, in case you do, I dare you to come within 1 mile of me you pustulent pile of shit. Right about now I would take great pleasure in killing you. Bring it on scumbag. I'd love it. My phone number is 508-230-7032 My address is 27 Hilltop Lane, South Easton, Ma. My name is Allan Bevins, and yours is mud, dead fucking mud.

    5. Re:Here is a link by Anonymous Coward · · Score: 0

      Crown Research Institute actually, more of an SOE than a company, but still very company like. Ok, what the hell, they're a company, just a gov't spinoff company.

      But I agree with the parent, Eric's managed to put some ugly graphics on that site somehow. Move over Eraserhead.

    6. Re:Here is a link by gl4ss · · Score: 1

      ehh billy, all i could find from their ftp was:
      kernel-source-2.4.19.SuSE-106.nosrc.rpm 10496 KB 9.5.2003 13:32:00
      kernel-source-2.4.19.SuSE-133.nosrc.rpm 11067 KB 9.5.2003 13:32:00
      kernel-source-2.4.19.SuSE-152.nosrc.rpm 11418 KB 9.5.2003 13:32:00
      kernel-source-2.4.19.SuSE-82.nosrc.rpm 10228 KB 9.5.2003 13:32:00

      --
      world was created 5 seconds before this post as it is.
    7. Re:Here is a link by Rysc · · Score: 1

      Who is ESR? ESR is Eric S Raymond. For all the juicy details, ask your friendly neighborhood Google.

      --
      I want my Cowboyneal
    8. Re:Here is a link by nulleffect · · Score: 1

      ESR -> Eric S. Raymond, the guy who is a megalo gun-nut and happens to be the president of OSI.

  8. PowerPC? by SHEENmaster · · Score: 4, Interesting

    I use an Apple iBook2 as my primary desktop, with an x86 for a server/renderer. Is PowerPC/Sparc/etc support focused on early or late in the development cycle? Should I expect the file I'm downloading to compile, or collapse?

    --
    You can't judge a book by the way it wears its hair.
    1. Re:PowerPC? by Cheesy+Fool · · Score: 5, Informative

      Compared to 2.4.X these are the problems i've seen. No cpufreq scaling, alsa doesn't work too good and preempt doesn't work properly (mouse stutters).

      --

      Hail to the king, baby!
    2. Re:PowerPC? by Cheesy+Fool · · Score: 1

      Forgot to say thats on an iBook2.2.

      --

      Hail to the king, baby!
    3. Re:PowerPC? by NanoGator · · Score: 1

      "with an x86 for a server/renderer."

      What kinda rendering are ya doing? Just curious, I'm a Lightwaver and they only recently have Linux support.

      --
      "Derp de derp."
    4. Re:PowerPC? by Anonymous Coward · · Score: 0

      He didn't say he was running Linux on the x86.

    5. Re:PowerPC? by The+Analog+Kid · · Score: 1

      Yes I've had problems with ALSA, it worked just all distorted when playing some songs, it was more apparent in some then others, like Fly By Night by Rush is terrible. When using the OSS drivers everything is a crystal clear as in Windows.

    6. Re:PowerPC? by Anonymous Coward · · Score: 0

      Which sound chipset exactly?

    7. Re:PowerPC? by Zork+the+Almighty · · Score: 3, Funny

      Fly By Night by Rush is terrible.

      So what's that got to do with ALSA ?

      --

      In Soviet America the banks rob you!
    8. Re:PowerPC? by The+Man · · Score: 1

      I can't speak for ppc, but I can talk a bit about sparc and sparc64. sparc64 is a first-class port managed continuously by David Miller. It generally tracks progress of x86 fairly closely and can be expected to work at almost any time. sparc(32) however, is barely hanging onto critical mass and 2.6 will, sadly, probably be the last seriously supported kernel for that platform. Development will happen late in the cycle and it's unlikely to work at all before 2.6.2 or so. I'm working on it now, as are a handful of others, but we don't have a lot of time and debugging takes a long time on such slow systems...

    9. Re:PowerPC? by G3ckoG33k · · Score: 3, Funny

      I think that was meant as a general warning - never play anything with Rush. At least I haven't done it, as far as I now. And even if it shouldn't affect ALSA at all, one may better be on the safe side.

    10. Re:PowerPC? by jrockway · · Score: 1

      PowerPC is working fine over here. test1's ALSA was broken, but test2's might not be. I haven't tested that yet. There should be build available from PPCKernel.org soon. I just submitted one.

      --
      My other car is first.
    11. Re:PowerPC? by Anonymous Coward · · Score: 0

      What kind of system?

    12. Re:PowerPC? by XO · · Score: 2, Informative

      ALSA works great, as far as I can tell, although I am doing everything thru the OSS compatibility modules. Preempt is awesome. If you're having problems with it, I'm guessing you're using Debian, and you need to un-nice your X server.

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  9. Coincidence? by Anonymous Coward · · Score: 1, Funny

    This is announced at the same time we have a poll asking the number of times the OS on your main computer crashes. If this IS "from the crashy-crashy" dept. then I'd have to say this is an interesting coincidence. Or is it?

  10. 2.6.0-test1 was really boring by Bruce+Perens · · Score: 4, Interesting
    I decided to test 2.6.0-test1 on one of my primary servers. After building the kernel, I had to install the Debian module-init-tools package (required to manipulate kernel modules in 2.6) and edit /etc/modprobe.conf to alias what module to load for my ethernet cards and for the PS/2 mouse driver (the "mousedev" module). And then it just ran. It's been serving perens.com for days.

    I am also running it on my Vaio U-101 (a Pentium 4 600 sub-laptop that fits in a fanny-pack).

    Bruce

    1. Re:2.6.0-test1 was really boring by Zero_K · · Score: 1

      Did I see you in OS Revolution????

    2. Re:2.6.0-test1 was really boring by cscx · · Score: 1

      Do you know offhand if this can run straight-away on Debian-stable without upgrading any other dependencies (like for instance, GNU libc)?

    3. Re:2.6.0-test1 was really boring by rf0 · · Score: 1

      Unfortunatly test-1 had a problem that if you had an XFS root fs it didn't mount. Firstly it tried mounting as UFS then Resier. Haven't seen ins -test2 has fixed it

      Rus

    4. Re:2.6.0-test1 was really boring by Bruce+Perens · · Score: 5, Informative
      I guess I should have mentioned that I almost always run "unstable". I've always been imnpressed with its stability! I've had a down day once in about 10 years due to a bad Debian package.

      I have no information regarding running it on "stable".

      Bruce

    5. Re:2.6.0-test1 was really boring by Anonymous Coward · · Score: 0

      I haven't seen "Revelution OS", but yes, that's the Bruce Perens of Toy Story/Debian/HP/whatever fame.

    6. Re:2.6.0-test1 was really boring by Anonymous Coward · · Score: 0

      Hehe! I saw Revolution OS last night! He looks different there than on his website... longer hair. :)

    7. Re:2.6.0-test1 was really boring by dossen · · Score: 1

      What problems are there with XFS?

      (pts/0)dossen@leela:~$ mount
      /devices/ide/host0/bus0/target0/lun0/part4 on / type xfs (rw,noatime)
      proc on /proc type proc (rw)
      devpts on /dev/pts type devpts (rw)
      tmpfs on /var/lock type tmpfs (rw)
      tmpfs on /var/run type tmpfs (rw)
      tmpfs on /tmp type tmpfs (rw,size=256m,nr_inodes=64m)
      /devices/ide/host0/b us0/target0/lun0/part3 on /mnt/win type vfat (rw)
      usbfs on /proc/bus/usb type usbfs (rw)
      sysfs on /sys type sysfs (rw)

      (pts/0)dossen@leela:~$ uname -a
      Linux leela 2.6.0-test1 #1 Fri Jul 18 23:56:44 CEST 2003 i686 unknown

      It works for me.

    8. Re:2.6.0-test1 was really boring by Anonymous Coward · · Score: 0

      perhaps other contrainsts are required for the failure.

    9. Re:2.6.0-test1 was really boring by MicroBerto · · Score: 1
      Bruce, you're a great guy. However, I think you need to google around and learn to tie a tie better. It is important for when you have to suck up to corporate douchebags, like it or not :-(

      Best wishes bruce! Up the irons!

      --
      Berto
    10. Re:2.6.0-test1 was really boring by Anonymous Coward · · Score: 0
      After building the kernel, I had to install the Debian module-init-tools package (required to manipulate kernel modules in 2.6) and edit /etc/modprobe.conf to alias what module to load for my ethernet cards and for the PS/2 mouse driver (the "mousedev" module). And then it just ran. It's been serving perens.com for days.

      Well, Linus did say there would be less time needed than the 2.4 series pre-releases. Maybe the kernel developers did a better job fixing loose ends before releasing the pre-release. As for modules... never did trust them. I still prefer compiling everything into the kernel.

    11. Re:2.6.0-test1 was really boring by fshalor · · Score: 1, Informative

      No problems on debian stable... I'd just moved the backup server to 2.6.0-test1 for "testing" and two days later found out I had one day to backup all of our systems PRONTO for a poweroutage for the entire weekend.

      Video is a little twitchy if you're running an ATI board and a KVM switch. (It wigs out on first switch.) Other than that, it's fast and rock solid. USB-2.0 works with an external drive.

      I wrote 9 DVD's with it and copied 30 G's over to a usb drive without a problem. 4 of the 9 DVD's were backups from over a network.

      Can't wait to throw test2 on the box.

      Oh, one wierd clock error, but it didn't crash anything out.

      --
      -=fshalor ::this post not spellchecked. move along::
    12. Re:2.6.0-test1 was really boring by laa · · Score: 1

      At least it ran on my Debian-testing. As stated previously module-init-tools had to be installed, and some tweaking in /etc/modules and /etc/modutils was required, but that's about it. Some scripts in /etc/init.d generate non-critical messages when shutting down, and my automounted partitions don't get unmounted. Apart from this I haven't noticed any problems.

      --
      Why does the kernel go through stable and then unstable forks? Can't it always be a stable build, like with Windows?
    13. Re:2.6.0-test1 was really boring by ViGe · · Score: 1

      I guess I should have mentioned that I almost always run "unstable". I've always been imnpressed with its stability! I've had a down day once in about 10 years due to a bad Debian package.

      As Debian turns 10 years next month, I just have to wonder: Have you had your first "down day" yet?

      --
      It has to work - rfc1925
    14. Re:2.6.0-test1 was really boring by isorox · · Score: 4, Funny

      obviously you never did an "apt-get remove libc6" when you came home drunk one night.

    15. Re:2.6.0-test1 was really boring by BlueWonder · · Score: 5, Funny

      martin@feynman:~ > su -
      Password:
      feynman:~ # apt-get remove libc6
      Reading Package Lists... Done
      Building Dependency Tree... Done
      The following packages will be REMOVED:
      a2ps aalib1 adduser adjtimex alsa-base alsa-modules-2.4.20-6
      alsa-modules-2.4.21-1 alsa-source alsa-utils alsa-xmms anacron apache
      apache-common apt apt-show-source apt-show-versions apt-utils at audacity
      autoconf automake1.7 autotrace barcode base-files base-passwd bash bc
      bible-kjv bible-kjv-text biff bind9-host binutils binutils-dev bison
      bittorrent blender bsdgames bsdmainutils bsdutils buffer build-essential
      bzip2 ca-certificates calc cdda2wav cdrdao cdrecord cdtool cflow
      checksecurity console-common console-data console-tools console-tools-libs
      coreutils countrycodes cpio cpp cpp-3.3 cracklib-runtime cracklib2 cron
      cutils cvs db4.1-util dc debbugs-el debconf debconf-utils debhelper
      debianutils debmake deborphan debsigs debsums debview defoma devfsd
      devscripts dh-kpatches dh-make dialog dict dict-devil dict-easton
      dict-elements dict-foldoc dict-gcide dict-hitchcock dict-jargon dict-vera
      dict-wn dictd dictionaries-common dictzip diff diffstat dlocate dnsutils
      doc-base dpkg dpkg-dev dpkg-dev-el dselect dsniff e2fsprogs eboard ed
      electric-fence elisp-manual emacs-lisp-intro emacs21 emacsen-common enscript
      ethereal ethereal-common exim4 exim4-base exim4-config exim4-daemon-light
      expect expectk fakeroot fdutils fetchmail ffmpeg figlet file fileutils
      findutils finger flex fontconfig fortune-mod fortunes fortunes-bofh-excuses
      fortunes-min fping freeciv-client-gtk freeciv-server ftp fvwm g++ g++-3.3
      gawk gcc gcc-3.3 gdb gdk-imlib1 gettext gettext-base gettext-el gimp1.2
      gimp1.2-perl gimp1.2-print gnuchess gnuchess-book gnupg gnuplot gperf grep
      grep-dctrl groff groff-base grub gs gs-common gsfonts gsfonts-x11 gtksee gv
      gzip hdparm help2man hostname html-helper-mode html2text iamerican ibritish
      icmpinfo id-utils ifupdown imagemagick imlib-base imlib-progs indent info
      ingerman initscripts iogerman ipmasq iptables iptraf ircii ispell jackd
      jhead jpeginfo jpegoptim jpegpixi kdelibs-bin kdelibs4 kernel-image-2.4.20-6
      kernel-image-2.4.21-1 kernel-package kernel-patch-2.4-preempt
      kernel-source-2.4.21 klogd ksymoops lame less lesstif2 libao2 libart-2.0-2
      libarts1 libasound2 libatk1.0-0 libaudio2 libaudiofile0 libautotrace3
      libblkid1 libbz2-1.0 libbz2-dev libc6 libc6-dev libcap1
      libcompress-zlib-perl libcupsys2 libcurl2 libdb1-compat libdb2 libdb3
      libdb4.0 libdb4.1 libdb4.1-dev libdns8 libdps1 libesd0 libexpat1 libfam0c102
      libfluidsynth1 libfontconfig1 libfreetype6 libft-perl libg2c0 libgcc1
      libgcrypt1 libgd-gif1 libgdbm-dev libgdbm3 libgdbmg1 libggi-target-x libggi2
      libggimisc2 libgii0 libgii0-target-x libgimp1.2 libgimpprint1 libglib1.2
      libglib2.0-0 libgmp3 libgmp3-dev libgnutls5 libgnutls7 libgpmg1 libgtk-perl
      libgtk1.2 libgtk2.0-0 libgtk2.0-common libgtkxmhtml1 libid3-3.8.3 libid3tag0
      libidl0 libidn9 libimage-info-perl libio-string-perl libisc4 libjack0.50.0-0
      libjack0.71.2-0 libjpeg-progs libjpeg62 libjpeg62-dev libkpathsea3 libkrb53
      liblame0 liblcms1 libldap2 liblocale-gettext-perl liblockfile1 libltdl3
      libltdl3-dev liblwres1 liblzo1 libmad0 libmagic1 libmagick++5.5.7
      libmagick5.5.7 libmikmod2 libmldbm-perl libmng1 libmpeg1 libnasl2
      libncurses5 libncurses5-dev libnessus2 libnet1 libnet1-dev libnetpbm9
      libnetpbm9-dev libnids1 libnss-db libogg0 libopencdk4 libpam-cracklib
      libpam-dotfile libpam-modules libpam-pwdfile libpam0g libpam0g-dev
      libpango1.0-0 libpango1.0-common libpaper-utils libpaper1 libpcap-dev
      libpcap0.7 libpcre3 libperl-dev libperl5.6 libperl5.8 libpisock4 libplot2
      libpng10-0 libpng12-0 libpng12-dev libpng2 libpng3 libpopt0 libpstoedit0
      libqt3c102-mt libreadline4 libreadline4-dev librecode0 libsasl-modules-plain
      libsasl2 libsasl7 libsdl-mixer1.2 libsdl1.2debian libsdl1.2debian-oss
      libsmpeg0 libsndfile1 libssl-dev libssl0.9.

    16. Re:2.6.0-test1 was really boring by idiat · · Score: 1

      I assume you mean "nearly" ten years rather that "about" ten years, it's not debians birthday for another two weeks yet :)

      --
      And remember folks, Gnu's *not* unix.
  11. More hot news!!! by InfiniteWisdom · · Score: 5, Funny

    Somebody just submitted a patch!!!! Go download it from the bitkeeper NOW!!!!

  12. I just installed FreeBSD by Billly+Gates · · Score: 2, Interesting
    Grrr.

    I love Linux but hate most of the bloated distro's. However I would love to see how real time and fast this new kernel is. Also I heard you do not have to do a "make modules" when compiling.

    Anyway back to my long instant-workstation ports installation.

    1. Re:I just installed FreeBSD by Anonymous Coward · · Score: 1, Insightful

      Gentoo/Debian is/are your/the friend/answer.

    2. Re:I just installed FreeBSD by rf0 · · Score: 4, Interesting

      Try Debian. A small install is around 96Mb and if you install a customer kernel should 200 Mb (Excluding source)

      Rus

    3. Re:I just installed FreeBSD by cscx · · Score: 2, Informative

      Use Debian, make-kpkg is your friend!

    4. Re:I just installed FreeBSD by Anonymous Coward · · Score: 0

      Um, there are plenty of non-bloated distros like slack.

      As for "make modules" you can still use the command to make the modules, but you can also just type "make" after you set up your '.config'. which will do the kernel and modules. "make bzImage" will still make the kernel only as well.

    5. Re:I just installed FreeBSD by Bodhammer · · Score: 5, Informative
      This is one of the best recipes for a tight install I have used:

      The Very Verbose Debian 3.0 Installation Walkthrough

      This will give you a minimal but extremely stable install. If you want newer stuff you can shift to "testing" or "unstable". Unless your are doing cutting edge stuff, this install is bulletproof!

      --
      "I say we take off, nuke the site from orbit. It's the only way to be sure."
    6. Re:I just installed FreeBSD by damiam · · Score: 3, Interesting

      Actually, a minimal Debian install is like 25 MB, IIRC. Of course, that's with nothing but bash, the gnu tools, apt/dpkg, and the kernel, but sometimes that's all you need.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    7. Re:I just installed FreeBSD by Penguin+Follower · · Score: 1
      "Also I heard you do not have to do a "make modules" when compiling."

      Well, I don't know about that. If you type "make modules" it does indeed do something. However! Typing "make dep" gets you a message saying that it is no longer required ;)

    8. Re:I just installed FreeBSD by phoxix · · Score: 1
      This got modded up to interesting? Excuse me?

      Sunny Dubey

    9. Re:I just installed FreeBSD by antiMStroll · · Score: 1

      Nice link. Tx.

    10. Re:I just installed FreeBSD by rowanxmas · · Score: 3, Funny

      25MB...the gnu tools

      and if you don't install emacs its like 5MB.

    11. Re:I just installed FreeBSD by makapuf · · Score: 1

      Actually, even a Mandrake has a minimalist install of about 100MB. (only core packages, no X, but you get python, perl+usual suspects)

    12. Re:I just installed FreeBSD by fafaforza · · Score: 1

      Baking powder?

    13. Re:I just installed FreeBSD by discogravy · · Score: 1

      While I'm a big fan of this guide, and have used it myself, the post that references it is misleading -- or at least, not totally accurate. You do not need to upgrade to unstable/testing to get the latest version of a specific package. Edit your /etc/apt/sources.list to include an apt repository for the packages you want (e.g., gnome2.2, kde3.1, mozilla-firebird, etc,) and then do apt-get update, and apt-get install whatever-it-is. Check apt-get.org for apt-get repositories for newer stuff. Adding new stuff to older versions of debian may break stuff, caveat emptor.

    14. Re:I just installed FreeBSD by shaitand · · Score: 1

      ok I love linux, but I can't resist.

      So the kernel make process has finally caught up with every other package in existance?

    15. Re:I just installed FreeBSD by shaitand · · Score: 1

      actually from my understanding the kernel has finally caught up with the other packages worldwide.

      you can now ./configure
      make
      make install

      you can still compile just the modules or just the kernel with the usual commands but they aren't needed accomplish this anymore.

  13. Changelog? by Feztaa · · Score: 0

    I can't find one on kernel.org, would anybody mind telling me what they fixed between -test1 and -test2?

  14. We suck. by caluml · · Score: 5, Funny
    Current bandwidth utilization 67.69 Mbit/s

    Is this all we can do? Is this Slashdot, or what...

    1. Re:We suck. by neurostar · · Score: 1

      Is this all we can do? Is this Slashdot, or what...

      I'll just browse over there and hit "reload" a bunch of times... :D

    2. Re:We suck. by T0t0r0_fan · · Score: 1

      Seriously, I think that's just a compliment to the mirrors...I never remember having speed problems getting any kernel version. We'll see about 2.6.0 stable, though :) I think an "officially stable" one would change that :) Btw, I think it's slowly climbing up now :)

    3. Re:We suck. by Anonymous Coward · · Score: 0

      reload? are you saying you use netscape or mozilla? what you meant to say is "refresh"!!!

    4. Re:We suck. by rodbegbie · · Score: 1

      It's almost like they deliberately released it on a Sunday evening, when /. reading is relatively low.

      Let's see them release a new kernel on a Monday morning at 9am. That'd get their bandwidth pumping.

      rOD.

      --
      Rod Begbie done this, and he's not
    5. Re:We suck. by rastos1 · · Score: 1
      The comment #6547230 was placed on a wrong place. It should be here since it reads:

      This was fixed in 2.4.18 ... :-)

  15. The AMD and Nvidia Issue (mem=nopentium) by Anonymous Coward · · Score: 4, Interesting

    This was fixed in 2.4.18, correct? Was this fix foward-ported to the development kernel so that I can safely boot without using mem=nopentium and have no fear of my X locking?

    Thank You

    1. Re:The AMD and Nvidia Issue (mem=nopentium) by James_Duncan8181 · · Score: 2, Informative

      I am running an AMD 1600+ and a Geforce 4200. I have run 2.4.18bf, 2.4.20, 2.4.21, and 2.6-test1 without problems.

      --
      "To any truly impartial person, it would be obvious that I am right."
    2. Re:The AMD and Nvidia Issue (mem=nopentium) by The+Analog+Kid · · Score: 1

      I have a 2500+ and a 5600 Ultra and no problems under the 2.6-test1(also using ACPI) though my networking doesn't work without a patch. I have a Broadcom 4401, has it been fixed yet?

    3. Re:The AMD and Nvidia Issue (mem=nopentium) by tlk+nnr · · Score: 2, Informative

      Yes, it was fixed: AGP GART pages are removed from the linear mapping with change_page_attr.

  16. Excellent! Time to upgrade.. by Fu+Ling-Yu · · Score: 0, Troll

    As we do not get access to many news site in China, I very happy to read this story on here.

    Upgrading kernel is important for stability of system to run our university and other system.. so I will now instruct technical people to upgrade kernels on mission critical machine straight away!

    Will using 2.6 be a big improvement over our existing 2.5 boxes? Also is upgrading to PHP 5 beta a worth while idea?

    --
    -- Dr. Fu Ling-Yu, Internal Technology Consult; Tongji University, People Republic of China.
    1. Re:Excellent! Time to upgrade.. by caluml · · Score: 2, Funny

      PHP 5 is being integrated into the 2.6 kernels - should provide a noticable boost for web servers.

    2. Re:Excellent! Time to upgrade.. by glockenspieler · · Score: 1

      As we do not get access to many news site in China, I very happy to read this story on here.

      Hmmm, apparently endless SCO rants and bamboo bicycles is not the type of subversive speech that the Chinese government feels is worth blocking.

      Welcome to slashdot!

    3. Re:Excellent! Time to upgrade.. by Anonymous Coward · · Score: 0

      You again? You like your 1000+ key keyboard for entering Asian languages?

      Exactly how many accounts on Slashdot do you have already?

    4. Re:Excellent! Time to upgrade.. by Anonymous Coward · · Score: 0

      That's because we never say anything important here.

    5. Re:Excellent! Time to upgrade.. by Anonymous Coward · · Score: 5, Funny

      Stereotypical chinese grammar mistakes? Check.

      Silly questions meant to start a flame war? Check.

      A subtle comment about the great firewall of China, to which most people are against? Check.

      Moderators who obviously didn't realized the give-away name "Fu Ling-Yu"? Check, Check.

      >0x5e610

    6. Re:Excellent! Time to upgrade.. by Nighttime · · Score: 1

      Will the moderator who moderated this as interesting please read the original poster's name out aloud a few times until the penny drops.

      --
      I've got a fever and the only prescription is more COBOL.
    7. Re:Excellent! Time to upgrade.. by RichMan · · Score: 1

      If you are running mission critical machines they should be running the latest 2.4 version.

      2.5 is an experimental kernel set. 2.6 is supposed to be the stable inclusion of 2.5 technologies. This is a 2.6 test version so it is not expected to be stable.

    8. Re:Excellent! Time to upgrade.. by Anonymous Coward · · Score: 0

      you SO don't have a sense of humour... (im JUST guessing, but are you a ham-ear-ican?)

    9. Re:Excellent! Time to upgrade.. by samhalliday · · Score: 1
      (wipes tears from eyes...) i wish i had mod points :-D

      i can't believe how many people replied to this with serious advise...

    10. Re:Excellent! Time to upgrade.. by leviramsey · · Score: 1

      I salute you! Bravo, Dr. Fu Ling-Yu!

  17. hooray! by larry+bagina · · Score: 3, Interesting
    having ACLs as a standard feature will be fantastic.

    I wonder if the ACL haters will have a foxhole conversion.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:hooray! by GirTheRobot · · Score: 1

      I am sure ACL's are merely an option. I installed Gentoo this weekend and the default sources came with the GrSecurity patch, which includes POSIX ACL's (among other things like a non-executable stack, buffer overflow protection, and randomized program PID's).

  18. Re:Woo Hoo by caluml · · Score: 0, Troll

    Nope, they're said that they're never going to support that, because people shouldn't be plugging cameras into webservers.

  19. Re:Woo Hoo by sirmikester · · Score: 4, Informative

    Its not a kernel issue as it already supports USB. You'd have to have a service(daemon) running that would scan the USB ports on your computer for any changes and then have it load a program to download the pictures off your computer.

    --
    In linux libertas
  20. Real time vs. Fast by Anonymous Coward · · Score: 0

    You really can't have it both ways. Although a real-time OS gives the impression of being fast because of the low latency of the system, in fact it is quite a bit slower than non-real-time systems because the scheduler comes into play many more times than normal. It is possible to make an OS so real time that the system simply doesn't have any time to process any system calls because it is too busy pre-empting itself via the over-active scheduler.

    Since Linux isn't (and never will be) a real-time OS at the Linus-level releases, this isn't a problem. However, it has been the experience of quite a few companies who tried RT-Linux that their systems mysteriously crashed. It turns out that the Linux kernel just isn't prepared to have the scheduling thread pumped up as high as the companies wanted. Of course, they could have simply raised the latency, but then they wouldn't have been any better than WinCE for latency.

    It's too bad that Linus isn't interested in hardening the kernel for real-time. But then again, that was never really his stated purpose and there are many other kernels out there that are real-time and do a great job at it.

    Who needs real-time on network servers anyway?

  21. SCO by WolfieN · · Score: 0, Interesting

    I wonder how many more lawsuit claims will come from this release..

  22. Wont't boot for me by Anonymous Coward · · Score: 1, Interesting

    I'd love to test this but it won't boot for me as I have some kind of drive manager on my 60GB DeskStar drive. My partitions don't show up. Support for drive managers eg OnTrack has been removed in 2.6. Does anyone know how to remove this from a drive non-destructively ?

    1. Re:Wont't boot for me by NoRemorse · · Score: 1

      i think if you do a 'low level' formatt it should remove it but *shrugs* im not sure what the hell im talking about these days...

    2. Re:Wont't boot for me by Anonymous Coward · · Score: 0

      I don't know if it's possible to remove it non-destructively. You could try using a boot floppy, creating a backup of your MBR then rewriting it with a proper one. The floppy must boot before the drive manager loads.

    3. Re:Wont't boot for me by Anonymous Coward · · Score: 0

      Boot with the old kernel, backup data, then boot with the new kernel and fdisk/format the disk and restore the backup. Get rid of that ontrack garbage, it hasn't been needed since circa 1995.

  23. Question by tomstdenis · · Score: 1, Funny

    I have 2.4.21 installed right now, what branch is 2.6.0 based on?

    I'll wait for 2.4.22 :-)

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:Question by Anonymous Coward · · Score: 0

      Well :
      - X.(2n+1) are development (unstable) branches, and - X.(2n+2) are stable branches, based on the unstable of the same X and n value.

      So this basically means that 2.6 is based on the latest revision of the 2.5 branch.

    2. Re:Question by MrByte420 · · Score: 2, Informative

      2.4.xx is the current stable release 2.5.0 = the current relase of 2.4.xx at the time they started the development series The last 2.5.xx became 2.6.0-test1 which sooner or later becomes 2.6.0

      --
      If religous zealots don't believe in Evolution, then why are they so worried about bird flu?
    3. Re:Question by Anonymous Coward · · Score: 0

      Be precise, tom. Since you're running your own kernel variant, it's proper to include the full version number. In your case, that's 2.4.21-manham

  24. Re:Woo Hoo by Anonymous Coward · · Score: 1, Interesting

    It'd be nice if that daemon could be something integrated into the OS so that the USB camera could be seen as an external hard drive and used as such. You know, like how Windows and Mac do it.

  25. SPARC64 seems to work by tugrul · · Score: 2, Informative

    I just built and booted it on my Sun Ultra 60. CONFIG_PREEMPT seems broken on SPARC64, but after I removed a redefined symbol in ffb_drv.c, everything else seems to work.

    One interesting note is that the sun/type5 keymap/keyboard settings for the console/XF86Config don't work anymore. Had to revert to the kernel keymap for the console, and xfree86/pc101 for X11. Also had to change /dev/sunmouse::BusMouse to /dev/psaux::PS/2 in XF86Config, but the middle mouse button doesn't work now. Gonna figure out that later when I get a chance.

    1. Re:SPARC64 seems to work by Anonymous Coward · · Score: 0

      Well, that's only true if you consider a dying OS like NetBSD to be "working" at all.

    2. Re:SPARC64 seems to work by Eil · · Score: 1


      I'm not familiar with Sun hardware, but perhaps try 'IMPS/2' for the mouse type in XF86Config.

  26. A minimum level of stability needed by mnmn · · Score: 4, Informative

    I use Linux for a very multipurpose server... SNAT, pppoe, tokenring+ethernet+atm+arcnet+slip, apache+php+perl, postgresql, Nvidia and hordes of other stuff I cant think of now. The test1 crashed for me as I was configuring the networking portions.

    For setups like me, I couldnt test Linux beta versions. The server is really not mission-critical but I believe 2.6 will keep crashing for me till version say 2.6.15 or something. I'll be trying to add my contributions to the community but not at such an alpha stage.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  27. Re:Woo Hoo by sirmikester · · Score: 2, Insightful

    I'm sure that Windows and Mac OS X run USB Camera detection as a service. I doubt that the functionality is in their kernels. They're just setup in a way that makes the whole process transparent. You could setup linux to do exactly the same thing, I'm sure that this will be (or already is) a feature in Lycoris, Lindows etc...

    --
    In linux libertas
  28. Re:Woo Hoo by grennis · · Score: 0, Redundant
    What?... so you are saying... no?? yes??

    Hell, I dont even understand your answer. You really expect this to be a mainstream OS?

  29. Re:Woo Hoo by Anonymous Coward · · Score: 0

    It's actually that the USB host driver supports "external hard drive" as a device type. It isn't anything more sophisticated than that.

    But I guess implementing that would be too much for Linux developers. But hey, you've still got 30-odd filesystems and window managers to choose from!

  30. Works under Debian Woody 3.0 by spaceturtle · · Score: 2, Informative

    It worked under a completely unpatched Debian Woody DVD-R install, so I would say yes. I had some problem with VT support, but I think that was a configuration issue with the kernel rather than a dependancy problem.

  31. Actually you don't need this much... by oGMo · · Score: 2, Informative

    You could use modutils and, say, gphoto2 along with a script to do it for you.

    Since there's likely a specific USB driver, just insert a post-install line (post-install drivername command ) and when you plug it in, the module handler will start things going for you.

    Since you're the one writing the script (which doesn't really have to be more than a gphoto command telling it where to put the pictures), you can make it as robust as you like... for instance, set up a file with camera ID to username mappings, and drop stuff in ~user/.photos-incoming or something.

    If it's a camera that Linux sees as USB storage, the same thing pretty much holds, but you'll have to just run cp and put them where you'd like... no need to compile gphoto.

    To bring this back on topic, I can't wait to check out 2.6, but I'm still in the middle of configuring test1. ;-(

    --

    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

  32. You forgot... by leonbrooks · · Score: 4, Funny

    "Remove support for The SCO Group lawsuit"

    "Emit mocking laughter when incoming TCP profile matches SCO UNIX"

    "Increment World Domination progress meter when incoming TCP profile matches Linux"

    --
    Got time? Spend some of it coding or testing
    1. Re:You forgot... by Anonymous Coward · · Score: 0

      How about DDoS sco.com, that is a module we all should load.

    2. Re:You forgot... by iendedi · · Score: 1

      We could play an MS game and add:

      "Randomly drop packets when incoming TCP profile matches MS Windows"

      -- Seriously, I worked at Sun back in the days of Sun/MS warfare over Java and we were able to prove that Exchange servers would randomly drop emails going to or coming from sun.com... That was some bizarre shite...

      --

      It is your personal duty to fight for what is right on a daily basis. Ignoring injustice is identical to approving
  33. You might be looking at it in the wrong way.... by NerveGas · · Score: 5, Insightful


    You're *exactly* the type of person who will make the best tester, precisely because it *will* crash for you. It's the tiny bugs that only show up under bizarre/rare combinations of features and usage that can be the most pesky.

    Now, I'm not saying you should run a non-stable version on your server, but what about setting up a spare machine simply to replicate what's being done on your server?

    Not only will it help out kernel development, it will also mean that you will get a stable kernel for your server sooner.

    steve

    --
    Oh, you're not stuck, you're just unable to let go of the onion rings.
    1. Re:You might be looking at it in the wrong way.... by mnmn · · Score: 2, Insightful

      Thats exactly my point. The people who are in the best position to really test the kernel are the ones who require at least some level of stability to run at least for a few days before a crash. If I had a mission critical server, I'd just run 2.4.21. If I had redundant servers, I could run a test server in parallel, but I have one overloaded Pentium1 that connects 5 networks together and is a file/web/database/game server.

      I ran some of the 2.5.x kernels on this, some of which actually worked and I submitted some bugs, most of which were reported already. I understand the importance of contributing back and enjoy being myself on the bleeding edge (I use samba 3 etc, most appications are beta), but struggling with a kernel that doesnt even compile, and one that does, but doesnt boot is complicated to deal with, and currently given my job, I dont have the time to work out patches or chase the bugs.

      My point is that most of the contributions will be sent back to the team when the stability level is about the same as say 2.4.2, where people really want to use the new features and believe a FEW of the bugs need ironing out. After the major ones with 2.6.test2 has been ironed out, the team should expect a surge of bugreports and contributions.

      Theyre doing an excellent job by the way. I've high hopes and expectations of 2.6

      --
      "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    2. Re:You might be looking at it in the wrong way.... by NitroPye · · Score: 1

      I do not know why so many people had issues with 2.5 even compiling. I ran 2.5 exclusivly on my gentoo machine. Granted I was using the mm patchset on the 2.5 vanilla kernel but I never once had an issue. Just some small changes systemwise (alsa and nvidia) for running it. I must say if you want to get into development of, or even testing of unstable kerenels look into gentoo, they make it incredibly easy with already included patches for the nvidia drivers on new kernels and so on. Only complaint I had is every 6 hours after an emerge sync i would have a new kernel sources update waiting to be installed.

    3. Re:You might be looking at it in the wrong way.... by Anonymous Coward · · Score: 0

      >I do not know why so many people had issues with 2.5 even compiling

      Because they have different hardware than you.

  34. Re:Woo Hoo by The+Analog+Kid · · Score: 1

    There is a hotplugging script for stuff like that, its how I've seen a lot of distros autodetect during install, Knoppix and Gentoo being an example. If you have Gentoo, its I think

    emerge hotplug

    The only thing you need is Support for hotplugging in the kernel.

  35. Re:Attention moderators by Restil · · Score: 3, Funny

    You were saying?

    -Restil

    --
    Play with my webcams and lights here
  36. Linux by Anonymous Coward · · Score: 0, Funny

    This is me while i fight the Linux kernel.

    1. Re:Linux by arkane1234 · · Score: 1

      Considering it was a wmv file, I had trouble, definately.

      --
      -- This space for lease, low setup fee, inquire within!
  37. 2.6 is now available in Debian Stable! by Anonymous Coward · · Score: 5, Funny

    [This post was made at 13 May 2006]

    1. Re:2.6 is now available in Debian Stable! by Joey+Vegetables · · Score: 1

      Well, given all this SCO nonsense, it's funny that Debian may be the only Linux distribution *not* affected if a brain-damaged judge decides to rule that the 2.4.x series are illegal.

  38. Alien pictures! by ratfynk · · Score: 1

    If you did plug a usb camera into a web server you might get to actually see the spaced out google eyed Martians that are really the reason why the Linux kernel works so well.

    --
    OH THE SHAME I fell off the wagon and use sigs again!
  39. Issues not disscussed in kernel documentation by spaceturtle · · Score: 3, Interesting
    Here are some issues not discussed in the kernel documentation, that need to be resolved before technical users who know nothing about the kernel (like me) will be able to test the kernel in any meaningful way...

    How to configure support for Virtual Terminals?

    Using an install straight from the Debian Woody DVD-R, it can compile, boot and get to X. However there is absolutely no output from "loading kernel...", to the start of X, and cntl-alt-f1 gets be to an unchanged screen, not a login prompt. I know that VT support is not enabled by default (why?), but enabling VT and console on VT does not make any difference. Same thing happens with Mandrake 9.1.

    Are compile errors for default configuration OK?

    I thought I may have accidentally removed something required for VT support. So I made a completely default install, i.e. "make config" and hold down enter for all questions. However, this would not even compile on gcc 3.95.4 from Debian Woody. Are drivers that don't even compile enabled by default, or is the statement in the docs that any gcc 3.95.x where x>3 will be ok, out of date?

    Would getting the .config file from a working install of 2.6-test help?

    If so do you have a link?

    Why does make modules_install complain about missing dependencies?

    Why doesn't it just make the dependencies? What are we meant to do about this?

    Also, is NTFS write support ready for end-user testing in non-mission critical situations?

    1. Re:Issues not disscussed in kernel documentation by Anonymous Coward · · Score: 0

      WTF..... gcc 3.95.4

    2. Re:Issues not disscussed in kernel documentation by vinsci · · Score: 2, Interesting
      In Linux 2.6 the old NTFS driver support was removed and new better code installed instead. The NTFS write support is there, but very, very limited; the only good use for NTFS write support I know about is Topologi-Linux, which allows you to run Linux installed in a large loop-mounted file on an NTFS disk (don't need to partition your MS Windows disk to try out Linux, yet get a full "normal" install).

      See http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.htm l#write for more info on the old vs new NTFS support in Linux.

      BTW, the kernel config help is outdated on this subject and gives seriously wrong advice. Hopefully we can fix that soon.

      --

      Trusted Computing FAQ | Free Dawit Isaak!
    3. Re:Issues not disscussed in kernel documentation by spaceturtle · · Score: 1

      >WTF..... gcc 3.95.4 Doh... I meant gcc 2.95.4

    4. Re:Issues not disscussed in kernel documentation by |<amikaze · · Score: 1


      However there is absolutely no output from "loading kernel...", to the start of X,


      Is VGA Console support turned on?

    5. Re:Issues not disscussed in kernel documentation by Archie+Steel · · Score: 1

      About the console issue: is it a VGA console? If so, do you have a recent 3D card with 128MB of on-board memory and a system with 1GB+ of RAM? This has been a long-standing framebuffer bug for which a patched kernel is now available (2.4.21). I thought that this fix was included in 2.6, though. I hope so, otherwise I won't be switching until the patch for it is available...

      --

      Reminder: find a new sig
    6. Re:Issues not disscussed in kernel documentation by Cooper_007 · · Score: 2, Informative
      The virtual terminals thing happened to me too.
      Turns out that in the "Input Device Support" section, you must have "Input devices" compiled in. I had it set to module, and unfortunately that doesn't cut it.

      Once you've set that, enter the "Character devices" section. At the top there will now be a "Virtual terminal" item which you can select. Once you've done that, you'll get the familiar scrolling of kernel messages.

      I didn't get any compile errors, but then I went into the top level makefile (2.6.0-test1/Makefile) and changed all "gcc" and "g++" entries (3 total) to gcc-2.95/g++-2.95 which could account for something. You can also run "make V=1" to get the old, verbose output so you might get a better idea of what's causing the problem.

      The dependencies thing I'm still working out myself. I suspect it's why the sound's not working yet.

      In all, I'm quite pleased with 2.6.0-test1's performance on my system.

      Cooper

    7. Re:Issues not disscussed in kernel documentation by Joey+Vegetables · · Score: 1

      Another issue I haven't seen discussed yet - which gcc version(s) should be used to compile the kernel?

  40. raid by thrift24 · · Score: 3, Interesting

    Does anyone know if there is anything diffrent w/ xfs or raid in 2.6? I tried out 2.6 beta 1 with my striping raid which is all xfs(just software raid on hpt370 card)...When I booted into 2.6 my keyboard didn't work, so i booted back into 2.4.20 and my raid was absolutely insane(no files showing up), so I rebooted once more into 2.4 and it fixed itself...Anyone have any idea why that would happen, can I expect better behavior with 2.6 beta 2?

  41. Well..that's nothing compared to.. by Anonymous Coward · · Score: 0

    That's hardly nothing compared to Enlightenment desktop shell project's bandwidth usage since it changed it's look now! For those of you interested in it, check it out here!.

    1. Re:Well..that's nothing compared to.. by Anonymous Coward · · Score: 0

      What's the point? Duke Nukem Forever will be out before those guys finish DR17.

  42. You know that you're a nerd when.... by sonicattack · · Score: 2, Funny

    ..you actually let out an a reverbing "Aaaah" when you read this kind of headline.

    I didn't.

    So OK, I did. But I was already running 2.6.0-test1-mm2 with the O9 scheduler patches.

    1. Re:You know that you're a nerd when.... by darketernal · · Score: 1

      For the record, O10int, the latest iteration of the orthogonal scheduler patches, is now available at kernel.kolivas.org/2.5.

      People are raving about this one. I'd try it, but I'm kind of waiting for a 2.6.0-test2-mm1 which will probably include it anyway :)

      And you're not a Linux kernel nerd until you echo subscribe linux-kernel | mail majordomo@vger.kernel.org :P

  43. Grrr damned Linus and his timing by DamnedMouse · · Score: 3, Funny

    I just finished compiling and rebooted into 2.6.0-test1-bk3 and then went to check kernel.org to see if the 2.4.xx tree had changed to 22 stable and voila there it is -test2 and I was REALLY mad!
    But I've compiled -test2 now and I hope it works -test1 did :)

    --
    Microsoft kiss my ass. Linux wasn't designed to beat you but it will mwuahhaha.
  44. A new kind of karma whoring... by NightHwk1 · · Score: 4, Informative

    Grab kernel 2.6.0-test2 via Bittorrent here

    1. Re:A new kind of karma whoring... by ameoba · · Score: 1

      You might want to consider setting one up when 2.6.0 hits

      --
      my sig's at the bottom of the page.
  45. Exactly. This is Slashdot. by JeanPaulBob · · Score: 2, Funny

    Meaning only 5% of us actually use Linux.

  46. Scheduler patch by awptic · · Score: 4, Informative

    The scheduler in 2.6 is still having some problems with interactive programs; XMMS skips frequently when switching desktops or running a CPU intensive program in the background. Ingo Molnar put together a patch which seems to fix this nicely, I highly recommend patching the kernel before using it if you're running linux on the desktop. the patch is available at http://people.redhat.com/mingo/O(1)-scheduler/sche d-2.6.0-test1-G6

    1. Re:Scheduler patch by GigsVT · · Score: 1

      XMMS skips frequently when switching desktops or running a CPU intensive program in the background.

      I get this with Red Hat 8.0 also on one of my boxes. Haven't tested to see if it does it on 9 too. 8.0 is unstable enough for me.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    2. Re:Scheduler patch by Anonymous Coward · · Score: 0

      I though this was included in 2.6 ?? Confused ??

    3. Re:Scheduler patch by reaper20 · · Score: 1

      I had this problem with test1 but it seems that test2 has fixed it for me so far, no skips.

    4. Re:Scheduler patch by StarHeart · · Score: 2, Interesting

      Not sure exactly if it made a difference, but I am not running test2 with sched G6. xmms seems to be run much smoother.

      Thank you for mentioning it.

      --
      Havoc Penington, the bane of my Linux desktop.
    5. Re:Scheduler patch by Anonymous Coward · · Score: 0

      Yea, I get the same problem in 9.

    6. Re:Scheduler patch by oever · · Score: 1

      Why run G6 when there's G7?

      --
      DNA is the ultimate spaghetti code.
    7. Re:Scheduler patch by XO · · Score: 1

      XMMS skips frequently when switching desktops IF THERE IS NOTHING ELSE HAPPENING. It's amazing. The more load I put on the system, the less XMMS skips. :)

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  47. /.'ing soon... impending doom by radoni · · Score: 1

    with a link on /. to perens.com it won't be serving for much longer :)

    good to hear fellows checking out the bold and for-all-good-purposes "experimental" kernels in real situations.

    --
    SIGERR: laziness exceeds quota
    1. Re:/.'ing soon... impending doom by suwain_2 · · Score: 1

      2.6 supposedly has way better file handling and overall handling under high loads. Maybe he's actually testing to see if this is true. ;)

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    2. Re:/.'ing soon... impending doom by Bruce+Perens · · Score: 1
      I have been slashdotted many times. It's going to saturate both DSLs (768 Kbit and 128 Kbit) before the system has to work hard.

      Bruce

    3. Re:/.'ing soon... impending doom by XO · · Score: 1

      Yeah, that's the way it goes, Bruce. I've been telling people that for years, here on Slashdot.. it's always the bandwidth not the servers. My 486sx/25 could handle a slashdotting.. the network traffic would never get there enough to freak it out.

      --
      "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  48. bad idea by NightHwk1 · · Score: 1

    Ok, so kernel.org wasn't affected much..

    I'm taking this torrent down due to lack of downloading.

  49. WebHosting with 2.6 kernels by rimu+guy · · Score: 1

    If you want to try out the new 2.6 kernel, I'd suggest you do it with User Mode Linux. You can load it up on your PC without having to change the host kernel and play around with all the cool 2.6 features.

    Note: use the UML patch from the author, Jeff Dike, vs. what is in the kernel.org source which is old and crufty. Jeff's patches are much more up to date and more widely used.

    BTW: if anyone out there wants to try out their hosting on a 2.6 kernel (just to see how it goes, or as part of a 2.6 testing program), then I'm making a 2.6 kernel option available on my UML hosted Virtual Private Servers.

  50. Yes, SCO Does own Linux by Anonymous Coward · · Score: 0

    But I do to. And you. And the next person here. And so on. So does Bill Gates. Only problem is that Bill never learned to share.

  51. I have yet to get this working... by silvaran · · Score: 2, Interesting



    I've tried three of these, 2.5.74, 2.6.0-test1 and -test2. Every time I boot up the kernel (bzImage from arch/i386/boot) it says "Uncompressing linux... OK " and that's it. Nothing else. I would really love to get this to work out, especially the native ALSA support (my sound card works great under ALSA, not so great under OSS). I'm wondering if perhaps some of the stuff I've compiled in is inhibiting the boot process.

    I have IDE support compiled right in, my CPU is set up correctly (x86/Pentium-II), I'm not using anything fancy like initrd et al, I have ACPI and APM enabled, nss what else I can mention.

    Installed module-init-tools and converted over my old profile (just had two aliases for my network cards), depmod runs w/o any problems (I remembered to pass in the symbols for the new kernel).... argh.

    1. Re:I have yet to get this working... by Amon+Re · · Score: 5, Informative

      That is because you you didn't enable virtual terminals in your config. Make sure you have the options CONFIG_INPUT=y, CONFIG_VT=ys, CONFIG_VGA_CONSOLE=y and CONFIG_VT_CONSOLE=y.

    2. Re:I have yet to get this working... by Garion911 · · Score: 4, Informative

      Make sure you have Character Devices->SUpport for console on Virtual Terminal enabled.. If you don't, you wont see anything.. But you kernel actaully was booting.

      --
      Slashdot is like Playboy: I read it for the articles
    3. Re:I have yet to get this working... by Anonymous Coward · · Score: 0

      taken from

      http://www.mail-archive.com/gentoo-user@gentoo.o rg /msg12506.html

      Also, note that you must compile in support for
      * input devices (Input device support->Input devices),
      * the virtual terminal (Character Devices->Virtual terminal),
      * vga_console (Graphics Support->Console...->VGA text console)
      * and the vt_console (Character Devices->Support for console...).
      * Otherwise, you will get the dreaded "Uncompressing the Kernel"
      * error.

    4. Re:I have yet to get this working... by silvaran · · Score: 1

      Thanks Amon.. I had CONFIG_INPUT as module as I'm used to the old config organization in menuconfig -- thus I thought the input was related solely to USB. When it's disabled, you don't get prompted for virtual terminal or console on virtual terminal.

      Thanks again :).

  52. Re:Woo Hoo by Anonymous Coward · · Score: 0

    This is not a kernel issue, it is a userspace issue. The kernel already supports USB devices, and has for a long time (although USB is much improved in 2.6). The program gphoto supports over 100 different digital cameras. I use it with my Canon S30. I can just plug the camera into a USB port, launch the program, and view the thumbnails/exif data from whatever is on the camera. Piece of cake. (mmmm..)

  53. UML version of the kernel 2.6test2?? by uwh1 · · Score: 1

    Hi, did anybody try to compile the uml version of the kernel? I can not do it, I get a funny error: root@trabi linux-2.6.0-test2 # make linux ARCH=um make[1]: `arch/um/sys-i386/util/mk_sc' is up to date. CC arch/um/util/mk_task_kern.o In file included from include/asm/thread_info.h:13, from include/linux/thread_info.h:21, from include/linux/spinlock.h:12, from include/linux/capability.h:45, from include/linux/sched.h:7, from arch/um/util/mk_task_kern.c:1: include/asm/processor.h:66: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) include/asm/processor.h:66: requested alignment is not a constant arch/um/util/mk_task_kern.c: In function `main': arch/um/util/mk_task_kern.c:13: structure has no member named `regs' make[1]: *** [arch/um/util/mk_task_kern.o] Error 1 make: *** [arch/um/util] Error 2 Does somebody have a clue what I do wrong? I thought, the uml version is an achitecture like x86, so the X86 stuff would not be needed. Uwe

  54. Re:This is a start. by AntiOrganic · · Score: 2, Interesting

    I'm not trying to start a flamewar, just referring to this:

    On Fri, Jul 18, 2003 at 03:51:36PM -0400, Richard Stallman wrote:
    > > If you are trying to copy BK, give it up. We'll simply follow in the
    > > footsteps of every other company faced with this sort of thing and change
    > > the protocol every 6 months. Since you would be chasing us you can never
    > > catch up. If you managed to stay close then we'd put digital signatures
    > > into the protocol to prevent your clone from interoperating with BK.

    http://lkml.org/archive/2003/7/19/175/

  55. You need a test server. by Population · · Score: 4, Informative

    Never try anything new on your production machines.

    Have a test server configured exactly (or as close as you can get) like your production server.

    Always test new software on the test machine before putting it on the production machine.

    This is important whether you're running Linux or Windows or whatever. Even when you're testing new versions or updates of apache or PHP or perl or postgresql or whatever.

    Running untested (by you) code on production servers is guaranteed to bite you eventually.

    Just save yourself the lost time and headaches and get a test box.

    Your time and data are worth far more than the cost on a test box.

    1. Re:You need a test server. by broeman · · Score: 1

      bu then again, without any production the tests won't be comprehensive enough. Important stuff on a stable (file)server, and then use a unstable (when you are in the mood, multiple kernels is possible at boot) client machine with all your production happing (also servers). Linux has its power in the major testing happening for servers and desktops by the many users using it for daily work/play.

      --

      (yes this can be compared with sex)
    2. Re:You need a test server. by HiThere · · Score: 1

      I don't know about you, but I have about 6 computers, counting the one's that I can't allow to crash. And not one of them is the same as another. Different CPU models, different RAM sizes, diffe...

      The better computers CAN'T be used for anything but work. The best computer is mine, so it's both work and development, but it needs to be stable enough and complete enough most of the time. And some of the applications needed only work with specific kernels. (Well, two of them. One I'm planning to put into VMWare and run it in emulation...but that means that the machine it runs on has to use a system version that will run VMWare.)

      So I can test things on non-essential systems, but I can't test anything on the systems are are critical. I suspect that this is a quite common situation.

      When it comes time to do an OS upgrade, I do it with trepedation. Get the software running on the OS version installed on a non-critical system (meaning underpowered). Test. Make the backups. Then try a test on the new system, and hope that it will work as well as on the test system. (And parts of this are always compressed under time pressure...there's never enough testing.) But I can't even *think* about testing on a new kernel until certain software works on that kernel.

      I don't see a way around this. Sometimes it's always going to be..."We aren't ready enough, but the current testers aren't giving us any new information. So put it into wider circulation." (Paraphrasing Linus upon the release of the 2.4 kernel.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  56. Thank you goes to... by inode_buddha · · Score: 3, Informative

    James A.A. Joyce. I should have been keeping closer track I guess, but I was still trying to do 2.6.0-test1 with the -mm2 and the -int7 patches. Thx for the info, I'll get back to you on it!

    FWIW, I read the kernel ML daily and I can say that the kernel team strongly desires end user feedback in the form of commentary and bug reports (not flames!)

    They're looking for all the possible "oddball" cases (AKA "corner cases") and also for extreme loads such as huge files/filesystems, throughput, mem and net bandwidth, fs integrity, etc.

    Regular users should participate; Linus has said that his focus is still on desktop usability and responsiveness. Anyone else who is interested should make sure to enable the -preempt option as well -- amazing performance!

    Damn... now I need to try -test2.

    --
    C|N>K
  57. Compiling It? by suwain_2 · · Score: 1

    It's been ages since I last compiled a kernel (2.4.18 when it was 'hot off the press'), and I don't remember all the steps. (I always manage to get them in the wrong order.) Furthermore, the compiling instructions are apparently different for 2.6?

    Searching on Google -- even with the "2.6" or "2.5" -- yields some instructions on 1.0 series kernels that trail on for pages and pages. Can someone post a verbose summary of how to build the kernel under 2.6? (I know the basics, of course. Just the make commands and such.) I doubt I'm the only one who would benefit.

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
    1. Re:Compiling It? by tkdack · · Score: 2, Informative

      Untar kernel sources

      cd /path/to/kernel/sources

      make menuconfig
      make bzImage modules modules_install

      cp arc/[your arch]/boot/bzImage [appropriate place]

      modify lilo/grub config, run lilo if required

      get the new module-init-tools and install them (debian can apt-get them I believe, gentoo just emerge them)

      reboot, enjoy.

    2. Re:Compiling It? by Anonymous Coward · · Score: 0

      Go to the task bar; click on "Start" then "Linux Update"

    3. Re:Compiling It? by suwain_2 · · Score: 1

      Thanks a bunch. Can't wait to get started.

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    4. Re:Compiling It? by Anonymous Coward · · Score: 0

      $ make xconfig
      $ make
      $ make modules_install
      $ make install

      setup a lilo entry, run lilo. Done.

  58. Virtual terminals missing? by cbiffle · · Score: 1

    If your VTs are missing (and chances are pretty good that, if you can get into X, you can't start an xterm) you likely forgot to mount the devpts filesystem.

    Try `mount -t devpts devpts /dev/pts` and see if that resolves it; if so, add the appropriate entry to your fstab.

    1. Re:Virtual terminals missing? by bartvh · · Score: 1

      and how are you supposed to type that if you have no console and you can not start an xterm?

    2. Re:Virtual terminals missing? by Anonymous Coward · · Score: 0

      Error: Keyboard not present. Press F1 to continue.

  59. easter egg from long ago by devphil · · Score: 3, Funny


    Some versions would print:

    $ make war
    make: *** make love, not war
    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
    1. Re:easter egg from long ago by Benley · · Score: 1

      Make fuck, not kill!

      (an old George Carlin joke if you haven't heard this before :)

  60. Why don't they use bittorrent? by Anonymous Coward · · Score: 0

    Is there a reason they don't use bittorrent?

    You'd think this would be the exact kind of thing that would benefit from a bittorrent addition. The bittorrent files could be generated automatically. And moreover, they're targetting the one demographic (people who would actually install the 2.6 prerelease test kernels) who would be willing to download an entire program just to download a 30 MB file quicker.

    1. Re:Why don't they use bittorrent? by __aavhli5779 · · Score: 5, Insightful

      It's pretty clear that Bram's intention with BitTorrent was exactly for situations like this; a file is posted with a huge surge of immediate demand (i. e. slashdot linkage) and download speeds become intolerable.

      I'm sure the kernel.org servers are quite formidable, but with a BT-based solution everybody could be happily downloading 2.6-test2 at a steady clip.

    2. Re:Why don't they use bittorrent? by Anonymous Coward · · Score: 0

      http://www.freecache.org/

    3. Re:Why don't they use bittorrent? by Anonymous Coward · · Score: 0

      Try http://alsutton.force9.co.uk/

      It keeps track with releases :)

    4. Re:Why don't they use bittorrent? by SpeedBump0619 · · Score: 1

      It's pretty clear that Bram's intention with BitTorrent was exactly for situations like this; a file is posted with a huge surge of immediate demand (i. e. slashdot linkage) and download speeds become intolerable

      The better question is why don't the slashdot moderators create BitTorrent links for such stories? Hmm, I guess that would imply a modicum of respect for the bandwidth usage foisted onto their targets, so nevermind.

    5. Re:Why don't they use bittorrent? by shaitand · · Score: 1

      Perhaps the moderators are busy enough as it is?

    6. Re:Why don't they use bittorrent? by tjpromo · · Score: 0

      Linux users and respect for others? I don't really see those two things going together. Most Linux users download music they didn't pay for, steal movies they didn't buy or rent, and spend as much time hacking Microsoft servers as they can to prove they are unreliable. So respecting bandwidth usage when your a college kid who still lives with his parents over the summer isn't something you often consider. Luckily dumb college kids never figure out how to hack through NAT so, I am doing fine. But I wouldn't expect sites to stop getting slash dotted anytime soon.

      --
      -Mess With The Best Die Like THE Rest- "You can hardly call Linux a joke, it's not even worth making fun of" webmaster
  61. xosview problems? by 42forty-two42 · · Score: 2, Informative

    I tried running xosview, but it hung. gdb shows:

    bdonlan@bd-home-comp bdonlan $ gdb `which xosview`
    GNU gdb 5.3
    Copyright 2002 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...
    (gdb) run
    Starting program: /usr/bin/xosview
    (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...

    [time passes...]

    ^C
    Program received signal SIGINT, Interrupt.
    0x4017af39 in std::basic_istream >& std::operator>> >(std::basic_istream >&, char*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++ .so.5
    (gdb) bt
    #0 0x4017af39 in std::basic_istream >& std::operator>> >(std::basic_istream >&, char*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++ .so.5
    #1 0x0805d6fb in strcpy ()
    #2 0x0805d195 in strcpy ()
    #3 0x080561d4 in strcpy ()
    #4 0x08054949 in strcpy ()
    #5 0x08055a9a in strcpy ()
    #6 0x402217a7 in __libc_start_main () from /lib/libc.so.6

    top shows it comsuming a lot of cpu time while it's hung.

    1. Re:xosview problems? by Anonymous Coward · · Score: 0

      If top shows it using lots of cpu cycles then it is most likely creating an overflow you should report that to the dev people. The 2.6 might have a libc.so.6 runtime error with xosview, or it could be a common resource use conflict.

  62. RPM stuff does not work with RH9 and 2.6.x by Anonymous Coward · · Score: 0

    Does anyone know how to fix the rpm stuff in RH9. When I try to double click in kde, I just some cpu usage and then nothing. It would seem I get this error message in messages

    error: cannot open Packages database in /var/lib/rpm
    error: cannot open Packages index using db3 - Resource temporarily unavailable (11)
    error: db4 error(11) from dbenv->open: Resource temporarily unavailable
    no packages
    rpmdb: unable to join the environment

    1. Re:RPM stuff does not work with RH9 and 2.6.x by CjKing2k · · Score: 1

      You don't need kernel 2.6.x for RPM to break. I have this happening in my university department every time an RPM command is run and I can't find out why.

    2. Re:RPM stuff does not work with RH9 and 2.6.x by Anonymous Coward · · Score: 0

      It works fine when I'm using 2.4.21. The rpm stuff works and the updatedb works ok. It's just in 2.6.x. 8*(

    3. Re:RPM stuff does not work with RH9 and 2.6.x by Anonymous Coward · · Score: 0

      I just spent some time configuring options and compiling 2.6.0-test2 and have the same problem.

      I had to roll back to 2.4.21 since this was a serious issue that I couldn't live with. So much for testing.

    4. Re:RPM stuff does not work with RH9 and 2.6.x by Anonymous Coward · · Score: 0

      Have you "upgraded" glibc recently? I had similar problems when I applied the glibc patch to a redhat system. Of course, they don't tell you to use the "i686" version of the patch rather than "i386" so you can completely hose your system if you're not careful. Very poorly documented by Redhat.

      Otherwise, try some chicken blood and a panicked email to Alan Cox. 8-)

  63. changelog typo by Tokerat · · Score: 2, Funny

    • use enun instead of tons of #defines
    Does the eNun have to take a vow or is it just pretend like Sister Act? ;-)
    (Score: -1, Poster is a Dumbass)
    --
    CAn'T CompreHend SARcaSm?
  64. Better tell me... by SharpFang · · Score: 1

    when/where to gfind a .deb - patched version - I'm not going to corrupt my dependencies...

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:Better tell me... by darketernal · · Score: 1

      Dependencies? Nothing depends on a kernel-image-*...

      Just build it from source, and install the bzImage, System.map, and modules, make symlinks, run lilo if that's how you do it, reboot, ..., PROFIT!

      I can probably make-kpkg one, but I can't be arsed to right now.

    2. Re:Better tell me... by SharpFang · · Score: 1

      Technically...

      But lm-sensors, alsa, modutils, losetup, devfsd and several other packages are very kernel-specific and stuff depends on them. Some of them are strictly version-specific (install patches) and some are just required in new versions after certain threshold (since about 2.5.60 new version of modutils is needed.)

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  65. GNU/Linux. Computer. by donsaklad · · Score: 0, Offtopic

    For the type of neophyte consumer who might have considered an iMac, where can you buy a GNU/Linux computer other than Walmart already set up for the home user?...

  66. mod parent up +5 insightful by Anonymous Coward · · Score: 0

    you know you want to.

  67. What's new? by 0x12d3 · · Score: 0, Redundant

    Anybody know of any neat new features?

  68. Re:Exactly. This is Slashdot. by Creepy+Crawler · · Score: 0, Flamebait

    That's what the web stats always said BEFORE slashdot went corporate.

    It's quite embarassing that ONLY 5% of your user base, ON A PRO-LINUX SITE, uses Linux.

    What it shows is, that Slashdot is a site where loosers TALK about Linux, not actually use it.

    As one last note, the 5% statistic is the Worldwide average of Linux users is.

    --
  69. Other replys obvious troll are morons, wrong too by Ayanami+Rei · · Score: 5, Interesting

    USB mass storage is supported since late 2.2, as is the interesting "hotplug" interface.

    Plug in the camera, and it appears as a SCSI disk. If you have autofs turned on, it should "just work".

    With modern Gnome and KDE, it's as easy as plugging it in and double-clicking an icon that appears on your desktop.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  70. Check the changelog... by Ayanami+Rei · · Score: 1

    I think they unified a lot of the keyboard driving code and they may have attempted to remap type 5/6 keys into the USB scancode HID equivalents to make it easier for configuring X, etc.

    (someone might want to correct me)

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  71. mousepad by peripatetic_bum · · Score: 1

    does anyone know why the synatics mousepad in most laptops does not work in 2.6?

    Thanks all!

    --

    Sigs are dangerous coy things

    1. Re:mousepad by ILEoo · · Score: 1

      You have to update your XFree86 synaptic driver, see: http://w1.894.telia.com/~u89404340/touchpad/index. html

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

      I don't know about you, but the problem w/ my Presario 1675 (kernel [2.5.53 - 2.6.0-test2]) is that the internal PS2 port is not even being detected. Not even w/ the event driver I'm able to read from the synaptics pad. 2.4.x kernels, even 2.4.21 works OK.

    3. Re:mousepad by ILEoo · · Score: 1

      Did you remember to enable synaptic on kernel?

  72. Re:Exactly. This is Slashdot. by moncyb · · Score: 0, Offtopic

    Pro-Linux site? I thought this was the anti-M$ one. Oh wait, this is just the fake bait site for trolls and M$ shills.... Nevermind. ;-)

  73. Re:This is a start. by darketernal · · Score: 1

    Larry McVoy (the BitKeeper guy), you must admit, is in between a rock and a hard place. He's an honest guy trying to make a buck and keep it. But these days it's hard to market software to one of the earliest, really really big GPL'd projects. He is definitely marketing to the wrong crowd, specifically a crowd containing many Free software zealots.

    Alan Cox refuses to use Bitkeeper, FWIW. But I kind of feel sorry for Larry...

  74. If you are a MS windows junkie eat this! by ratfynk · · Score: 1

    Use windows update;
    then watch as some app gets broken or your computer slows down to shit, and worst of all YOU CANNOT REMOVE YOUR shit ass windows update without a re-install. What Windows junkies do not know is that us poor stupid linux users can use more than one kernel config, we can tweak installs, reconfig stuff and customise to our hearts content, 2.6 is no different it just gives users the ability to try it out and find the bugs real fast. Keep watching how many get squashed with just this /. article. Then eat your heart out.

    --
    OH THE SHAME I fell off the wagon and use sigs again!
    1. Re:If you are a MS windows junkie eat this! by The+Spie · · Score: 1
      Use windows update; then watch as some app gets broken or your computer slows down to shit, and worst of all YOU CANNOT REMOVE YOUR shit ass windows update without a re-install.

      Bullshit. That's what the rollback feature is for. And guess what? It's GUIed, simple to use, stated in clear language that EVERYONE can understand, and works perfectly. That's when you have to use it. I have used it a grand total of once since I installed XP a year and a half ago, and that was due to Stupid User Error rather than something being broken.

      When was the last time you ran Windows, crunchie? Sure as hell wasn't XP (or even ME), otherwise you'd never have made such an asinine statement.

      TS

      --
      If using Linux is about choice, how come people complain when I choose to use Windows?
    2. Re:If you are a MS windows junkie eat this! by nagora · · Score: 1
      stated in clear language that EVERYONE can understand, and works perfectly.

      Nothing is so clear that some idiot won't get confused and no piece of software of any complexity works perfectly.

      When was the last time you ran Windows, crunchie? Sure as hell wasn't XP (or even ME), otherwise you'd never have made such an asinine statement.

      Well, I don't know about "crunchie" but I gave MS 20 years to get it right before moving on. I don't see why they deserve any more chances than that.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    3. Re:If you are a MS windows junkie eat this! by The+Spie · · Score: 1
      Nothing is so clear that some idiot won't get confused and no piece of software of any complexity works perfectly.

      Of course, you're not questioning the fact that rollback is there, which totally invalidates your first position. Playing sematic games with my response doesn't change the fact that you were wrong.

      I gave MS 20 years to get it right before moving on. I don't see why they deserve any more chances than that.

      Then why didn't you say that you were posting from past knowledge and put in a disclaimer that "I haven't run Windows since XXXX"? All you did by ignoring the rollback functions that have been in place since 1999 is make yourself look like a complete ass. And a crunchie.

      --
      If using Linux is about choice, how come people complain when I choose to use Windows?
    4. Re:If you are a MS windows junkie eat this! by nagora · · Score: 1
      Of course, you're not questioning the fact that rollback is there, which totally invalidates your first position

      You seem to be mistaking me for the OP. I was mearly pointing out that your statement is hyperbole. Which it still is.

      What the hell is a crunchie (apart from a chocolate covered bar of honeycombe)?

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  75. you can keep your old kernel install too ! by ratfynk · · Score: 1

    Sounds like another silly anon coward that replaced the kernel rather than doing the sensible thing and keeping the old 2.4 config as well. It is the first release it is going to take time. Read all documentation an the changes before config, and always back up your old kernel. The first law of Linux. This aint windows you have a choice! Oh sorry you could do that with XP, well sort of,

    --
    OH THE SHAME I fell off the wagon and use sigs again!
  76. LVM 2 ? by mbyte · · Score: 1

    Anyone had success with 2.6.0-test* and LVM2-stable ? LVM2 allways bombs out with some strange compilation errors :(

  77. Re:This is a start. by 10Ghz · · Score: 1

    Yeah, how dare they use the best tool for the job!

    How is McVoy "screwing people over"? He lets them freely use Bitkeeper. Some people then assume that that gives them the right to bitch and moan all the time about it and try to copy it's functionality. It seems to be that McVoy has done everything he could do to accomodate the needs of the Kernel-hackers (BK==>CVS-gateway etc.), yet some people keep on whining.

    If BK is so bad, why don't you get up on your fat ass and write a better replacement?

    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  78. NEW? by Anonymous Coward · · Score: 0

    So, whats new in this release, and is it worth it to recompile my whole system?

  79. Re:Other replys obvious troll are morons, wrong to by TrancePhreak · · Score: 1
    With modern Gnome and KDE, it's as easy as plugging it in and double-clicking an icon that appears on your desktop.

    Ewwww, how mac-ish. Isn't there some other way to have something like that show up? I like a clean desktop, except for the programs that hide it.
    --

    -]Phreak Out[-
  80. Let's just be friends by CGP314 · · Score: 1

    We need to test those new kernels! Hop to it!

    Why is this relationship always about you.

  81. Re: Fannies by Anonymous Coward · · Score: 0

    I am also running it on my Vaio U-101 (a Pentium 4 600 sub-laptop that fits in a fanny-pack).

    Guys please, I know what fanny means in America but here in the commonwealth lands it means something *very* different.

  82. does software raid 10 work? by Anonymous Coward · · Score: 0

    filed bug report almost 3 months ago, was still broken in -test1.

  83. BroadCom 4401 by Anonymous Coward · · Score: 0

    The ChangeLog says that the b44 driver has been reworked and should work now. I didn't have time to test it yet.

  84. Why dependancies don't work. by spaceturtle · · Score: 1
    I found why at least one of the symbol dependancies failed. The nvidia driver requires the symbol agp_memory_reserved. Adding the line
    EXPORT_SYMBOL(agp_memory_reserved);
    to generic.c fixes this. Presumably the other dependacies suffer a similar problem.

    This raises an issue, why would Linus release a kernel with hundreds of missing EXPORT_SYMBOL statements for end-user testing. I can think of two answers:
    1. Opps, well thats what testing is for.
    2. These symbols are now private. If this breaks drivers, somebody should fix those drivers.

    2 sounds more plausible to me.

  85. Why sound isn't working. by spaceturtle · · Score: 1

    Also OSS is depreciated in 2.6. ALSA doesn't seem to support my sound card. Maybe using the depreciated OSS support would help.

  86. And using the term... by gosand · · Score: 2, Funny
    Making 'make...' jokes is a sign that you haven't 'make whoopee''d in a long time...

    And using the term "whoopee" is a sign you are 40+ years old.

    --

    My beliefs do not require that you agree with them.

    1. Re:And using the term... by spun · · Score: 1

      No, using the term "make whoopee" is just a sign that you know how to "make joke" because "make love" had already been used and "make sex, make f**k, etc." don't "make sense."

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    2. Re:And using the term... by gosand · · Score: 1
      No, using the term "make whoopee" is just a sign that you know how to "make joke" because "make love" had already been used and "make sex, make f**k, etc." don't "make sense."

      Sounds like "make redundant" then, if those terms had already been used.

      --

      My beliefs do not require that you agree with them.

  87. Why no changelogs on kernel.org? by daveman_1 · · Score: 1

    I'm sure I'm not the only one to notice the changelogs have been missing from kernel.org's home page over the last few releases of 2.6.0-test. In case anyone else is interested:

    http://marc.theaimsgroup.com/?l=linux-kernel&m=105 932590109238&w=2

    --
    Russian Russian Russian RussianDollSig DollSig DollSig DollSig
  88. I've said it before, and I'll say it again... by gosand · · Score: 1
    I don't lurk on the LKML. I don't know how many people here do, or how many would understand what they would read there anyway. I have a CS degree, and have been using Linux for several years now. I am not a kernel person. But wouldn't it be more beneficial to the Linux kernel to have more people use the test versions?

    I would love to do some testing on the new kernel, but I don't download it. Why? Because to me, testing is not just using something. If I knew what was updated in the kernel, I could test it better. The changelog may have a good description of the change, or it may have a few word cryptic sentence. Without following the kernel list, or keeping up with every change, I am lost. I suppose I could wait for someone to post a summary of the changes, but that may not happen. I just don't understand why the information doesn't come from the kernel maintainer. Would it take that much more time to do a quick write-up of the changes, in addition to the changelogs?

    So there will be comments like "Just wait for your distro to upgrade the kernel, n00b!" and other childish remarks. I wonder how many of those people actually upgrade their kernel and know what they are doing, or if they just do it to seem cool in their little online world. I'll bet most of them have no idea what they are doing. I at least admit that I don't see the need to test out development versions of kernels, because I haven't been given enough information to know what to test.

    Even when new versions of the kernel are officially released, there is no good information about what has changed. Changelogs don't cut it. If it was some huge complicated thing, I would understand, but it would be trivial for the kernel maintainer to give highlights of the changes. That is where the information should come from, IMO. I am sure all the fanbois will take offense, but it is constructive critisizm, not bashing, and should be taken as such.

    --

    My beliefs do not require that you agree with them.

  89. Noticed one thing by UltraWide · · Score: 1

    You do not have to run make dep anymore ..
    And it seems like the modules get compiled at once as well.

    Or am I wrong?

    --
    I really HAD another userid .. I promise!
  90. Re: 2.6 with USB external drives by Jon+Abbott · · Score: 1

    I've been hoping that 2.6 allows me to boot off from my external USB/Firewire hard drive. The 2.4 series kernels (at least on my PC) won't recognize the drive until after INIT loads, which means that I can't have the root filesystem on the USB drive. I've heard that 2.5/2.6 fixes this, so right now I am in the middle of compiling the kernel for testing this out. If anyone else is curious about if this works or not, please reply to this post, and I'll reply back when I am finished testing things out. My end hope is to have a bootable CD that I can bring along with the enclosure, which would kickstart the Linux installation on the drive.

    One more interesting thing to note about 2.6 -- when configuring the kernel, it doesn't disable ACPI power management when you disable the master power management setting. The first go-around with the kernel resulted in tons of ACPI error messages on boot-up.

  91. Re:Exactly. This is Slashdot. by Anonymous Coward · · Score: 0

    Yeah, that's what I've been saying all along. That's because there is lousy Hardware & Software support in linux. It's going to come down to the point of if you want to use a computer, you're going to have to use a M$ Product.

    SCO may be right about their claims of IP theft in linux, and even if their isn't, how can it be prevented? It can't , so theres always a threat that there may be someones IP in the code, and don't give me any of that information wants to be free bull, because that just means you don't want to pay for anything.

    I know, I know, you pay big time money for your hardware, but, if there was any way of ste^h^h^hcopying it like you can software, then you /.ers will do that as well, because you don't want to pay for anything. Just one more thing to say, THERE'S NO SUCH THING AS A FREE LUNCH.

  92. More than twice that large. by autechre · · Score: 1

    bobb:/# apt-get install emacs21
    .
    .
    .
    0 packages upgraded, 4 newly installed, 0 to remove and 156 not upgraded.
    Need to get 13.2MB of archives. After unpacking 42.0MB will be used.

    Eeesh. But yes, Debian is great for installing only what you need (you can even use auto-apt to install it as you need it). The base system doesn't even include less or man, last I checked. But that's OK since things are so easy to install.

    Also note that newer Red Hat installers will not run on older machines, and I don't know if every distribution can be installed over a serial connection. So Debian may be a good choice for other reasons.

    --
    WMBC freeform/independent online radio.
    1. Re:More than twice that large. by shaitand · · Score: 1

      rh 9 will install without issue on a p1... if the box is older than that (actually if the box is older than a p2 400) it's cost me far more money to install the os than it did for the box anyway.

    2. Re:More than twice that large. by Pharmboy · · Score: 1

      im putting rh9 on 4 different dual ppro 200s as we speak. (ibm pc server 325) with ram varying from 128mb to 512mb. It works slick as can be, and each can handle more traffic than a t1 can throw at it.

      It DOES take a while to install, mainly do to older cdrom and scsi drives (8x and uw40, respectively) but its mainly do to the bloated nature of rh9, which insists on an install of at least 1gb if you DONT install X.

      Personally, I still like 7.2 best. RH is getting feature bloat more and more with each release. Even apache 2.x that ships with it takes up an extra 4mb for the parent and an extra 100-200k nonshared for each instance unless you do alot of tweaking. thinking about downgrading to 1.3.x for my static stuff.

      But yea, it runs well with just a little patience.

      --
      Tequila: It's not just for breakfast anymore!
    3. Re:More than twice that large. by shaitand · · Score: 1

      I agree about the bloat, on the other hand rh 9 marks some important differences in time (for me at least). Mostly in terms of defaults. Cups is default now, postfix, etc. I'm a lazy sob and normally install on p4's not p1's, and drive space is cheap. So for me at least just the time saved by them picking a few better defaults makes it a better choice than 7.2, 7.2 either I custom it, or uninstall half the system and install the appropriate packages. It was alot more trim though.

      Usually in place of 7.2 I'll install clarkconnect, which is actually 7.3, picking no options. Kill their admin interface and install webmin, and further customize from there (clarkconnect already uses alot of the same defaults rh9 does but doesn't really give you much of anything in terms of custom install. You just point apt-get at a better repository and your set :)

    4. Re:More than twice that large. by Pharmboy · · Score: 1

      actually, due to redhat's recent decision to NOT support OSs 1 year after a new version comes out (even tho I PAY for the service, direct to redhat) I may be moving to another distro anyway. Debian is one obvious choice. Part of the problem is that I, just like you, am very lazy, and like the easy install of RH.

      Typical to bitch that way, I just simply want my cake and eat it, too ;)

      --
      Tequila: It's not just for breakfast anymore!
  93. Re:SI by E_elven · · Score: 1

    It could in theory have been Kelvin-barns.. so it'd be something like 10^-28 m^2 per second at 57 Kelvins -this clearly refers to the areaic speed of electric current on a wafer in a good temperature.

    --
    Marxist evolution is just N generations away!
  94. Re: 2.6 with USB external drives by Jon+Abbott · · Score: 1

    OK, now for the update... For anyone who is curious, using a stock 2.6.0 when trying to boot a USB device doesn't work (at least on my system). Here is a document that explains the reasons why -- there isn't enough delay before INIT starts to load. The solution is to add a patch to the kernel that continually retries loading, at one second intervals.

  95. I know it was flamebait, but oh well. by JeanPaulBob · · Score: 1

    SCO may be right about their claims of IP theft in linux, and even if their isn't, how can it be prevented? It can't , so theres always a threat that there may be someones IP in the code

    As people have pointed out time and time again, this threat is always there, whether you're dealing with open source or closed source. The difference is that open source provides accountability; the code is out there in the open for anyone to see. If there's an IP violation, it can be caught.

    With closed source, that accountability just isn't there. Microsoft could be copy-and-pasting the entire Linux kernel into XP, ME, or 2K, except for the fact that they crash too much.

    Though I suppose they could have a crashAtRandomInterval() method as camouflage... Hot dog! I'm onto something here. I gotta blow the lid on this thi>SDnaI&n389cK8kd(FK#ld9:f3]}"#l

    NO CARRIER

  96. Re:Exactly. This is Slashdot. by iendedi · · Score: 1

    Meaning only 5% of us actually use Linux.

    Err.. no.. I think it means that only 5% of us either work on the kernel or, alternatively, are stupid enough to patch our kernel everytime a new patch is released...

    --

    It is your personal duty to fight for what is right on a daily basis. Ignoring injustice is identical to approving
  97. S-ATA by xjqkojqxj · · Score: 1

    What is the state of S-ATA support, with and without RAID?

  98. Re:Exactly. This is Slashdot. by JeanPaulBob · · Score: 1

    ERROR: Did not recognize humor.intent in joke.post

    joke.post status: killed



    Admittedly, it was pretty sickly to begin with...

  99. RTC access by rompe · · Score: 1

    Did you compile RTC access for applications into the kernel and configured XMMS to use it? That helps a lot, even on slow systems.

  100. Would a 4 proc SS1000E help you out? by SHEENmaster · · Score: 1

    I recently acquired one at auction. Contact me if you're interested in it.

    --
    You can't judge a book by the way it wears its hair.
  101. MOD PARENT UP INSIGHTFUL by Anonymous Coward · · Score: 0

    I concur!

  102. cryptoloop subsystem? by Jerk+City+Troll · · Score: 1

    I tried 2.6.0-test2 today and I am a little confused. It appears to have cryptoapi+cryptoloop built in, but I am unable to mount my encrypted file systems. I've been using kernel crypto to mount physical disks through a loopback cipher for some time now using util-linux 2.11. What changed in 2.6 that the old technique for doing this no longer works. Is util-linux 2.12 required to make this work? Any help?