Linux 2.2.0 pre4 125
Prothonotar
writes "Kernel 2.2.0 pre4 is out." www.kernel.org being
overloaded use a mirror. Mirrors are expressions of the form
ftp.country.kernel.org or www.country.kernel.org,
such as ftp.us.kernel.org.
Whatever is not nailed down is mine. Whatever I can pry up is not nailed down. -- Collis P. Huntingdon, railroad tycoon
pre4 not working with cyrix, again? (Score:1)
If you load the TSR and then use loadlin. You can get the framebuffer working.
pre4 not working with cyrix, again? (Score:1)
Sound Problems? (Score:1)
It's not pppd, it's net-tools (Score:1)
Anyway, this goes back to 2.1.9x, when something in
Though, if anyone out there is running pppd 2.3.5 and wants to try the new kernel, upgrade first... (actually, RTFM and do ALL the required upgrades)
---
Alan? no cookie! (Score:1)
What's new (Score:1)
BEEPO!! (Score:1)
Like a flicking candle in a breeze, BEEPO's joke makes a dance like gesture at slapdash, before being darkened by the moderators moistened thumb and forefinger:
Adaptec 7880 Drivers? (Score:1)
Report the problem to the linux-kernel@vger.rutgers.edu. It's important that
we get a chance to fix these things before 2.2 gets out the door. Either that, or mail the maintainer. Does it oops for you? Enabled debugging in scsi driver/cdrom.c?
Contact me privately, if need any help.
Problems with xfstt anyone? (Score:1)
I just noticed that xfstt hangs with linux 2.2.0pre3
Is it just me? Or anyone else, too?
Changes (Score:1)
---
Don Rude - AKA - RudeDude
NFS (Score:1)
^~~^~^^~~^~^~^~^^~^^~^~^~~^^^~^^~~^~~~^~~^
ABORTED effort:
Close all that you have.
NFS (Score:1)
And don't forget to get a samba with smbmount compiled in it. I had to make my own.
^~~^~^^~~^~^~^~^^~^^~^~^~~^^^~^^~~^~~~^~~^~
ABORTED effort:
Close all that you have.
WANABE!! (Score:1)
^~~^~^^~~^~^~^~^^~^^~^~^~~^^^~^^~~^~~~^~~^~
Close all that you have.
Don't fall prey to the ultimate /. effect (Score:1)
Get your huge tarball now and get the patches one at a time, even if you don't recompile in between. The netload of a few hundred thousand people trying to get a 12-meg tarball all at the same time is going to be like nothing the internet has ever seen before. Get the major download over with now, get the patches as they come out, and then when the final patch-2.2.0.gz comes, apply it and recompile. This is going to be huger than the IE 4.0 release, mark my words. Let's show we know how to be better prepared than MS was.
On a side note, has anyone else noticed incredibly huge numbers of TCP checksum errors when trying to FTP something? I'm talking to Alan about this, but I'm sure we could use a few more case studies if anyone else has noticed the same problem.
Cyrix bug fix (Score:1)
if(!cpu_hz) cpu_hz = 150000000;
Adaptec 7880 Drivers? (Score:1)
2.2.0 woes (Score:1)
The only gripe I have is that kernel support for Esoniq 1370 is busted. I can use the commercial OSS drivers just fine except that my card sounds like someone's drowning for the first few seconds, then resumes the watery behaviour on heavy disk activity (no IRQs are shared). 2.1.130+ did this too. Using the kernel 1370 drivers loads, but gives a blank
Any ideas there?
I figure when 2.2.0 is officially released I'll try the switch to glibc too... Perhaps I am a bit masochistic.
oh yeah -- remove the spambusters from the email if you could help me out in any way.
Cyrix bug fix (Score:1)
I didn't think Cyrix' supported SMP. Is smp.c always compiled in?
Compile (Score:1)
read slashdot
Compile
read slashdot
Compile
read slashdot
damm
Cool... (Score:1)
pre4 not working with cyrix, again? (Score:1)
--
pre4 not working with cyrix, again? (Score:1)
--
Adaptec 7880 Drivers? (Score:1)
But pre 1-4 have been crashing hard on me..
Alpha build broken. (Score:1)
Oops... 'linux/include/asm-alpha/ipc.h' was not
provided with this patch, even though 'linux/ipc/util.c' now needs it.
Have they fixed make xconfig yet? (Score:1)
Where to get it.... (Score:1)
--
Aaron Gaudio
"The fool finds ignorance all around him.
pre4 not working with cyrix, again? (Score:1)
--
Aaron Gaudio
"The fool finds ignorance all around him.
SOS !!! With Linux v2.2 Pre 3 and Pre 4 (Score:1)
Also, are you upgrading to glibc from a libc5 system? That's a tricky endevour as I tried that once and got a lot of core dumps from glibc programs as my reward.
--
Aaron Gaudio
"The fool finds ignorance all around him.
Linus' announcement... (Score:1)
no! (Score:1)
I am still using Pre1 (Score:1)
I haven't had any real trouble with it, Is it worth me getting Pre4, patching and compiling it?
or will Pre5 be out tomorrow?
D'oh! (Score:1)
Hmmm didn't even get a chance to D/L pre3 (Score:1)
How to check for the latest version (Score:1)
D'oh! (Score:1)
README patch missed a couple of 2.1.xx strings (Score:1)
gzip -cd linux-2.1.XX.tar.gz | tar xfv -
in there though.
Jonathan
NTFS fs driver compile problem in 2.2.0pre4? (Score:1)
> gcc -D__KERNEL__ -I/usr/src/2.2.0pre4/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer
> -pipe -fno-strength-reduce -m486 -malign-loops=2
> -malign-jumps=2 -malign-functions=2 -DCPU=686
> -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"990102\"
> -c -o inode.o inode.c
> inode.c: In function `ntfs_decompress_run':
> inode.c:421: `ntfs_s16' undeclared (first use this function)
> inode.c:421: (Each undeclared identifier is reported only once
> inode.c:421: for each function it appears in.)
> inode.c:423: `ntfs_s32' undeclared (first use this function)
> make[3]: *** [inode.o] Error 1
> make[3]: Leaving directory `/usr/src/2.2.0pre4/fs/ntfs'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/2.2.0pre4/fs/ntfs'
> make[1]: *** [_subdir_ntfs] Error 2
> make[1]: Leaving directory `/usr/src/2.2.0pre4/fs'
> make: *** [_dir_fs] Error 2
Jonathan
Outgoing packets? (Score:1)
My system is sending out packets all the time, just a little bit like when you're pinging someone (but without the reply's) and every once in a while a large peak (3-4k/s).
I can't figure out what it's doing and I can't find it in any of the logfiles.
Does anybody know what this is?
Outgoing packets? (Score:1)
And it doesn't send packets when I stick a firewall between me and the outside world, so it looks like it's reacting to some incoming stuff.
FWIW, My machine's an AMD K6-2 300 with a NE-2000 clone card. It has done this in 2.2pre as well as 2.1.*, but not in my regular 2.0.35 kernel. And I noticed this because I have the wmnet dockapplet running, which shows incoming and outgoing packets in a graph.
Linus's Announcement (Score:1)
If you are interested in the mailing list check out http://www.tux.org/lkml/ [tux.org]
Ok, you know the drill by now. This fixes:
- yes, people told me about the new and improved ksymoops. Much better,
no need for C++, and this one actually seems to compile and work
reliably.
- ntfs fixes
- the vfat thing _really_ works now
- NFS fix for deleting files while writebacks active.
- ppa/imm driver updated
- minor mm balancing patches
- Alan took the gauntlet and cleaned up some CONFIG_PROC_FS stuff.
More on Monday,
Linus
Hmm... (Score:1)
Wonder how long it takes to replicate (if it's out)...
Justin
I GOT IN!!! (Score:1)
Then you're part of the fucking problem, asshole.
... (Score:1)
DHCP problems (Score:1)
Kernel Upgrade without reboot (Score:1)
re: 2.3.x wishlist (Score:1)
FAT32 problem (Score:1)
but got tired and went home for a long weekend instead. (I'm building it on my desktop workstation at work, which is faster than my home machine.) I got as far as determining that the b_size (blocksize) parameter was set to 0, causing the error. The piece of code looked entirely new; I was tempted to comment it out.
Does anyone know offhand what the fix was? Was it just an uninitialized data structure?
IP Masquerading (Score:1)
I've pre1,pre2, and pre3, and non have worked for me. I'm going from the instructions in Ip-masquerading-howto, which worked perfect in 2.0.35.
Is there something special which has to be done in these kernels?
Where'd it go? (Score:1)
it says latest is pre1 and i don't see pre4 anywhere.
YES (Score:1)
#ipchains -P forward DENY
#ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
#echo 1 >
without the #'s of course
If anyone here has managed to get ipmasqadm working I need some help. I cant get it to forward any ports and I did it exactly as the man file reads
ipmasqadm portfw -a -P tcp -L 192.168.0.1 6112 -R 192.168.0.2 6112
talking windows users is where I draw the line
pre4 not working with cyrix, again? (Score:1)
I just swapped out an ATI card for a S3 Virge and my frame buffer device just stopped working. Anyone have any idea on that?
talking windows users is where I draw the line
I GOT IT !!! :) (Score:1)
###### 2.0.X ######################
#ipfwadm -F -p deny
#ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
#ipautofw -A -r tcp 113 113 -h 192.168.0.2
#ipautofw -A -r tcp 2000 2010 -h 192.168.0.2
#ipautofw -A -r tcp 1034 1035 -h 192.168.0.2
#ipautofw -A -r udp 1034 1035 -h 192.168.0.2
#ipautofw -A -r tcp 6112 6112 -h 192.168.0.2
#ipautofw -A -r udp 6112 6112 -h 192.168.0.2
#ipautofw -A -r udp 7070 7070 -h 192.168.0.2
#ipautofw -A -r udp 7071 7071 -h 192.168.0.2
#ipautofw -A -r tcp 26029 26029 -h 192.168.0.2
#ipautofw -A -r udp 26029 26029 -h 192.168.0.2
###### 2.2.X ######################
ipchains -P forward DENY
ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
echo 1 >
ipmasqadm portfw -f
ipmasqadm autofw -A -r tcp 113 113 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 2000 2010 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 1034 1035 -h 192.168.0.2
ipmasqadm autofw -A -r udp 1034 1035 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 6112 6112 -h 192.168.0.2
ipmasqadm autofw -A -r udp 6112 6112 -h 192.168.0.2
ipmasqadm autofw -A -r udp 7070 7070 -h 192.168.0.2
ipmasqadm autofw -A -r udp 7071 7071 -h 192.168.0.2
ipmasqadm autofw -A -r tcp 26029 26029 -h 192.168.0.2
ipmasqadm autofw -A -r udp 26029 26029 -h 192.168.0.2
talking windows users is where I draw the line
video=vesa woes (Score:1)
video=vesa
inside of lilo.conf and run lilo I get
Syntax error near line 8 in file
is there anywhere special I need to put it or anything or does it not even belong in lilo.conf
I really need this to get ywrap working for scrollback
talking windows users is where I draw the line
PEACE (Score:1)
Peace to my homies If you don't like it you can suck it.
www.espn.com [espn.com]Xconfig (Score:1)
Linux Kernel Documentation (Score:1)