similar to: 2.4.13 Stability?

Displaying 20 results from an estimated 700 matches similar to: "2.4.13 Stability?"

2001 Oct 25
3
ext3 Patch doesn't work with 2.4.13
Hi, I just wanted to compile my kernel 2.4.13 with the ext3-2.4.13-pre6 patch, but it doesn't work. It seems, that the patching failes by replacing some things in a textfile. Does anyone of you know, if there is a upcoming solution for this? Kind regards Jan Albrecht -- Jan Albrecht Phone: +49-5241-80-88404 System Consultant UNIX/NT Fax:
2001 Nov 05
1
Ext3 compile problem on 2.4.13
I am having some trouble compiling ext3 for the 2.4.13 kernel. It appears that the journaling source file is corrupted: In file included from sysctl.c:33: /src/linux-2.4.13/include/linux/jbd.h: In function `buffer_jbd': /src/linux-2.4.13/include/linux/jbd.h:241: `BH_JBD' undeclared (first use in this function) /src/linux-2.4.13/include/linux/jbd.h:241: (Each undeclared identifier is
2001 Oct 22
3
ext3 0.9.13 for linux 2.4.13-pre6
An ext3 patch for the latest Linus kernel is at http://www.uow.edu.au/~andrewm/linux/ext3/ The changes are quite small: - Tided up some code now that quotas in Linus and -ac kernels are synced up. - Fix a race which can cause a null-pointer deref in ext3_writepage(). This bug has been there for a long time, but only manifested in 2.3.13-pre for some reason. I've tested this pretty
2004 Aug 06
4
Creating a client
Hi all. Slightly off topic here but I was wondering if anyone here can give me some info on creating a client for an Icecast server. Some months ago I made a simple client (in Java) but was not able to get a reliable glitch free stream and it would only play for a minute or two before the Icecast server would dump the stream with the 'too many errors' complaint. Are there guidelines
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi, My gateway/firewall/mailserver machine has been running 2.4.13 for a day or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for -pre6, with the rej fixed). I'm getting this in /proc/meminfo: total: used: free: shared: buffers: cached: Mem: 130179072 117489664 12689408 0 46854144 69632 Swap: 1073987584 10907648 1063079936 MemTotal: 127128
2005 Oct 13
2
Re: mySQL command line within rails - access denied? [solved]
--- Alex Young <alex-qV/boFbD8Meu8LGVeLuP/g@public.gmane.org> wrote: ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> > Have you
2001 Nov 06
4
ext3 on md0
Hi! Is it safe to use ext3 on a md0 device on 2.2.19?? 2.4.x?? /Pär-Ola Nilsson
2010 May 15
1
SSL Bug
Hi, After many hours of testing, I've finally tracked down the issue I have been having with dovecot's SSL support. The problem is that the SSL certs result in "TLS handshaking: SSL_accept() syscall failed: Connection reset by peer" errors *if the certificate granted is not granted for client use*. For servers, I normally generate SSL certificates specifically for servers: [
2004 Mar 24
1
stalled 'sync' on ext3+quota over drbd
I don't know yet if this is an ext3, quota or drbd issue, but I'll ask anyway. I am building a HA NFS server using two Dell-1750's and drbd. I have ext3 filesystem with quota built on drbd device running over 200Gb disk partition (hardware raid0+1), drdb-mirrored across servers. The kernel is 2.4.25, so hopefully quota deadlock should not be a problem (it was on 2.4.24). Now, the
2001 Nov 04
3
2.4.13 kernel on Redhat 7.2
I have tried everything to compile a new kernel on my 7.2 base system. I have used 2.4.13-ac6 and 2.4.13 w/ ext3 patch. I have compiled with ext3 built-in and with ext3 as module (with the initrd). I have a SCSI system so I have done the previous variations with both SCSI support built-in and modular (with the initrd). The error I get is: Remounting root filesystem in read-write mode: mount: no
2001 Oct 27
1
Ext3 2.4.13 Patch Line-wrap Problems
I have gotten the 2.4.13 kernel and the 2.4.13 ext3 patch. Unfortunately, it appears that some lines are wrapped, meaning that the long lines are actually on two lines, which throws the entire patching process off. Right now, my only recourse is to go through and manually fix the problem, which will take awhile, since there are more than 17000 lines of code! Is the problem on my end, or on the
2001 Nov 07
1
patching 2.4.13
Hi all, Thanks for the prompt reply about 2.4.13. I applied the patch after I'd applied the win4lin and mki patches and it fails. The .rej file is included after this message. If you need any further info I'll try and supply it. Thanks Robyn This file is sched.h.rej from /usr/src/linux/include/linux/sched.h.rej *************** *** 399,404 **** u32 self_exec_id; /*
2001 Nov 14
1
Oops on 2.4.13 w/ ext3-2.4-0.9.13-2413
Hello, We have about 20 - 30 embedded machines running Linux 2.4.13, which the ext3-2.4-0.9.13-2413 patch applied. These are PowerPC 7410 based systems. I am getting reports of Oops happening either during removes (rm's), or coppies (cp's). Most reports state that issuing the same command once the system boots back up, does not cause it to crash. I guess its something else leading up
2007 Apr 27
6
User Privileges and Dtrace
Dear Experts, My customer is migrating to Solaris 10 from Solaris 8 and have asked me to determine if: With Dtrace, is the user limited to probing only processes they own? The customer has a general security requirement to control user access via management of privileges. Currently, on Solaris 8, LDAP is strongly while RBAC is weakly applied. This will likely change in the Solaris 10 production
2008 May 22
1
Plotting a Quadratic...
I have an equation describing the best-fit model for a set of points (just 2 axes) that is in the form: y=b+mx+px^2 Where b is the intercept, m is the slope describing a linear term, and p is a slope of the quadratic term. I would like to plot this equation on a curve (I know the equation is y=(.1766x^2)+(.171x)+.101) on the original scatterplot. Any easy way to plot this equation and
2009 Apr 07
1
Concern with randomForest
Hi all, When running a randomForest run using the following command: forestplas=randomForest(Prev~.,data=plas,ntree=200000) print(forestplas) I get the following result: Call: randomForest(formula = Prev ~ ., data = plas, ntree = 2e+05, importance = TRUE) Type of random forest: regression Number of trees: 2e+05 No. of variables tried at each split: 5
2001 Oct 24
0
Does patch for 2.4.13-pre6 work on 2.4.13 as well?
Hi everybody Just wanted to ask that. pre6 with ext3 work fine for me so far. Bye Tim
2009 Jun 08
1
Random Forest % Variation vs Psuedo-R^2?
Hi all (and Andy!), When running a randomForest run in R, I get the last part of an output (with do.trace=T) that looks like this: 1993 | 0.04606 130.43 | 1994 | 0.04605 130.40 | 1995 | 0.04605 130.43 | 1996 | 0.04605 130.43 | 1997 | 0.04606 130.44 | 1998 | 0.04607 130.47 | 1999 | 0.04606 130.46 | 2000 | 0.04605 130.42 | With the first column representing the
2001 Oct 24
0
Ext3 Patch for 2.4.13
Hi. Is there any ext3 patch for Kernel 2.4.13 out there. I'v been searchin all day for the patch, but can't find any then patch for 2.4.13-ac2 and others. Do they work with 2.4.13? Could anyone please mail me the link if it's avaiable. Thanks. Cheers, :0) best regards, Svavar Orn Reykjavik - Iceland svavar@fiton.is
2001 Nov 01
0
Re: HIGMEM, SMP, 2.4.13 and Cerberus
Hi, On Wed, Oct 31, 2001 at 04:06:31PM +0100, Joan Batet wrote: > As you suggested, I ran the test again with Linux-2.4.12-ac6, > Linux-2.4.13-ac4 and Linux-2.4.13, this time with ext2 filesystem (the > previous cerberus run was run on ext3 partitions). How does ext3 look on 2.4.12-ac6? Pretty much all of the VM testing we've done on ext3 has been on Rik's VM as still present