similar to: Ext3, 2.4.10, and 2.4 in general

Displaying 20 results from an estimated 400 matches similar to: "Ext3, 2.4.10, and 2.4 in general"

2001 Sep 19
1
is there a patch against 2.4.10-pre12 yet?
Hi. The patch against p4 no longer works -- did work for a while though. Is there anything against pre12 yet? Thanks. -- John Covici covici@ccs.covici.com
2001 Sep 10
1
Ultima Online
I'm interested in trying to play Ultima Online in WINE. However, the compatability info I've read says that although UO itself works, UOAssist does not, and neither does the automatic patching procedure. Is this information out of date (I hope)? Are there any workarounds? Also, does anyone have information on using the 3D client? How about other UO utilities? I don't mean to
2002 Feb 08
3
need help from fs guru
Hello I just brought my machine back up from a very nasty crash. Not sure what caused it yet but whatever happeed cause the journal to be foobared. fsck dropped the journal and then proceeded to check the fs. I have a directory called websites which fsck unlinked. however when i look in debugfs i see this.. 622669 40755 0 0 4096 13-Jan-2002 22:39 home3 2133571369 --- error ---
2010 Jan 15
1
[LLVMdev] mkpatch
The document: http://llvm.org/docs/DeveloperPolicy.html refers to using utils/mkpatch. However when using mkpatch it complains about directories no longer under version control. Specifically directories lib/Debugger and win32 in mkpatch's source line: svn diff -x -u >> "$NAME".patch.raw 2>&1 \ autoconf docs utils include lib/System lib/Support lib/VMCore
2001 Oct 30
6
ext3 patch does not want to gunzip
Hi, I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 support on reboot. I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 support but when I try to gunzip it with the instructions gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format I get an
2011 Mar 02
3
transform table to matrix
I have a text file that I have imported into R. It contains 3 columns and 316940 rows. The first column is vegetation plot ID, the second species names and the third is a cover value (numeric). I imported using the read.table function. My problem is this. I need to reformat the information as a matrix, with the first column becoming the row labels and the second the column labels and the cover
2010 Jan 16
1
[LLVMdev] mkpatch patch
I've included a patch which does not remove mkpatch but does remove diff search directories which caused a failure because those directories were no longer in svn. I was uncomfortable removing mkpatch since I believe it helps document creating patches for beginners who do not use separate source and build (object) root directories. Its existence is also expected by readers of:
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:
2004 Jan 05
8
Sip Trunking
Hi list, I have to connect two asterisk box, in this scenario: [asterisk1]----sip----[asterisk2]----PSTN I must use sip, cos we'll use cisco rtp header-compression to save bandwidth. Could you tell me the best way to send calls from asterisk1 to asterisk2, since I cannot use IAX trunking? Thanks in advance Eduardo
2002 Jul 26
3
AIX issues
Hello everyone, I have been given the task of working out a number of issues with OpenSSH for my company (Hertz). I have been following the mailing list for several days now and I'm beginning to compile a list of who is working on what. To make my task faster, it would nice if the people working on the following issues would drop me a email before I start to rewrite their code and get it
2011 Jul 08
2
problem to set CRAN mirror
Dear Sir, When i am trying to set CRAN mirror to install packages, its showing the following messages, i can't install the packages > > > chooseCRANmirror() Warning message: In open.connection(con, "r") : unable to connect to 'cran.r-project.org' on port 80. Best regards Mahmud [[alternative HTML version deleted]]
2007 May 31
3
RF to IP bridge
I wanted to see if there was anything reasonable in price out there yet that performed an RF to IP bridge via asterisk. What I mean by this is callers from PSTN can be patched to a UHF/VHF radio and vis-?-vis. I know there is an option available for the Avaya systems but it?s a little out of the price range I?m looking for (~$200/channel). Has anyone out there found a stable way to do this?
2007 Nov 12
1
help in long loops
hi, please help me out in the following case. seems like it stuck in some where(already 7 hrs passed). what I want is to combine 4 matrix in to one matrix of desired length. final_matrix<-function(ob_feat,content_feat,link_feat,link_feat_transformed){ complete_feat<-matrix(rep(-1),nrow=11402,ncol=278) for(i in 1:8944) {q<-c(0) for(j in 1:11402) {
2003 Dec 23
2
Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]
Hi all! I was trying to run Ultima Online: Age of Shadows (latest patchlevel after autopatch), but I have some problems. The first problem is actually a glitch, in autopatcher, when the textbox is moved at end, the text is hide, because it moves as first character of the textbox the after-the-last character of the text in it. The second is a big problem: when starting the client, it gives an
2001 Sep 05
1
Compile kernel doesn't work
Hi ! Compiling kernel linux 2.4.10pre4 without ext3 works. After patching the kernel sources with cd /usr/src/ext3 scripts/add-to-kernel.sh scripts/file-manifest linux compile fails: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DEXPORT_SYMTAB -c
2004 Dec 10
2
using built-in extension numbers on the ZAP channel
hello, using a legacy PBX to access a Asterisk Zap channel (Legacy PBX FXS --> FXO application Asterisk/TDM400P) I want to be able to "flash" the asterisk pbx. However by pressing the FLASH button on the extension connected to the Legacy PBX gets me the flash features on the Legacy PBX, not on the Asterisk PBX side. I thought of using the following codes (listed below) from
2008 Dec 30
2
[LLVMdev] Unit test patch, updated
Here's the version of the unit test patch, incorporating the feedback I have received so far. Some notes on the patch: - This patch doesn't include googletest itself, that will need to be checked in separately. The source distribution will live in llvm/utils/unittest/googletest. (The reason for the extra directory level is so that the LLVM-specific makefiles can live in
2002 Feb 26
1
hardware error or fs corruption?
Would the following be symptoms of hardware problems or just a corrupt fs? Will fsck tonight when a new power supply is going into the machine. Kernel: 2.4.17 Drive: Maxtor D740X-6L 80GB connected via HPT366 Feb 25 21:26:33 viper kernel: hde: dma_intr: status=0x51 { DriveReady SeekComplete Error } Feb 25 21:26:33 viper kernel: hde: dma_intr: error=0x40 { UncorrectableError },
2006 Dec 14
3
[LLVMdev] ThisCall / Compilation problems
Hi all, A few things. Firstly, I've got a working implementation of the X86ThisCall calling convention, but I'm unsure how to go about submitting it. (I'm not really sure how to go about creating patch files etc, but would like to contribute to the project). Also, I'm using MS Visual C++ Express, and there are a few things that stop llvm1.9 (and the current CVS release) from
2001 Sep 19
1
ext3 0.9.6 vs ext3 0.9.9
Hello, I have done extensive testing between 2.4.9 and 2.4.9-ac12 with ext3 0.9.6 and 0.9.9. I also tried using both kgcc and gcc-2.96. I have a problem with logging into xdm or starting the gnome-session totally locking up the machine while using ext3 0.9.9. It seems to go away using ext3-0.9.6. During xdm/gnome-session the hard disk is under heavy activity. I have attached my kernel config.