Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Linux Software

New Testing Version Of Linux 2.6 327

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!"
This discussion has been archived. No new comments can be posted.

New Testing Version Of Linux 2.6

Comments Filter:
  • Re:do you see that! (Score:4, Interesting)

    by chihowa ( 366380 ) on Sunday July 27, 2003 @07:09PM (#6547177)
    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!
  • PowerPC? (Score:5, Interesting)

    by SHEENmaster ( 581283 ) <travis@uUUUtk.edu minus threevowels> on Sunday July 27, 2003 @07:12PM (#6547197) Homepage Journal
    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?
  • by Bruce Perens ( 3872 ) * <bruce@perens.com> on Sunday July 27, 2003 @07:14PM (#6547205) Homepage Journal
    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

  • by Billly Gates ( 198444 ) on Sunday July 27, 2003 @07:15PM (#6547213) Journal
    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.

  • by Anonymous Coward on Sunday July 27, 2003 @07:20PM (#6547230)
    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
  • hooray! (Score:3, Interesting)

    by larry bagina ( 561269 ) on Sunday July 27, 2003 @07:22PM (#6547241) Journal
    having ACLs as a standard feature will be fantastic.

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

  • by rf0 ( 159958 ) <rghf@fsck.me.uk> on Sunday July 27, 2003 @07:24PM (#6547251) Homepage
    Try Debian. A small install is around 96Mb and if you install a customer kernel should 200 Mb (Excluding source)

    Rus
  • SCO (Score:0, Interesting)

    by WolfieN ( 654940 ) on Sunday July 27, 2003 @07:28PM (#6547274)
    I wonder how many more lawsuit claims will come from this release..
  • Wont't boot for me (Score:1, Interesting)

    by Anonymous Coward on Sunday July 27, 2003 @07:29PM (#6547287)
    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 ?
  • Re:Woo Hoo (Score:1, Interesting)

    by Anonymous Coward on Sunday July 27, 2003 @07:33PM (#6547310)
    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.
  • by damiam ( 409504 ) on Sunday July 27, 2003 @08:04PM (#6547439)
    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.
  • by spaceturtle ( 687994 ) on Sunday July 27, 2003 @08:37PM (#6547575)
    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?

  • raid (Score:3, Interesting)

    by thrift24 ( 683443 ) on Sunday July 27, 2003 @08:38PM (#6547577) Homepage
    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?
  • by vinsci ( 537958 ) on Sunday July 27, 2003 @09:06PM (#6547736) Journal
    In Linux 2.6 the old NTFS driver support was removed and new better code [sf.net] 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 [sourceforge.net], 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.

  • Re:do you see that! (Score:3, Interesting)

    by gantrep ( 627089 ) on Sunday July 27, 2003 @09:13PM (#6547769)
    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.
  • by silvaran ( 214334 ) on Sunday July 27, 2003 @09:41PM (#6547886)


    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.

  • Re:This is a start. (Score:3, Interesting)

    by AntiOrganic ( 650691 ) on Sunday July 27, 2003 @10:00PM (#6547976) Homepage
    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/ [lkml.org]
  • Re:Scheduler patch (Score:3, Interesting)

    by StarHeart ( 27290 ) on Sunday July 27, 2003 @11:02PM (#6548192)
    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.
  • 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.

Scientists will study your brain to learn more about your distant cousin, Man.

Working...