similar to: Unable to get proper ext3 functionality in recompiled 2.4.18-18.7.x kernel

Displaying 20 results from an estimated 300 matches similar to: "Unable to get proper ext3 functionality in recompiled 2.4.18-18.7.x kernel"

2003 Mar 17
1
Problem in recompiling 2.4.18-14.
Hi Guys, While recompiling 2.4.18-14 I get kernel/module version mismatch errors from insmod at boot time and eventually resulting in a kernel panic .I'm compiling my kernel following all usual steps doing a proper make clean and make mrproper. Here are error messages I get : Loading jbd.o module /lib/jbd.o: kernel-module version mismatch /lib/jbd.o was compiled for kernel
2012 Mar 13
2
Problem installing gWidgetsRGtk2 on Ubuntu 10.04
dear all, I'm totally new to R and want to install the RQDA package. It fails because of a dependency with gWidgetsRGtk2, which doesn't install because of the following: > * installing *source* package ?gWidgetsRGtk2? ... ** R ** inst ** preparing package for lazy loading Error in eval(expr, envir, enclos) : konnte Funktion "setRefClass" nicht finden (=could not find
2010 Nov 11
3
User input after opening graphing device
If I run the following: > windows() > > bringToTop(-1) > > interactive() [1] TRUE > > run <- readline(prompt = "Continue (Yes = 1, No = 2):") Continue (Yes = 1, No = 2): > dummy <- 1 > run [1] "" it does not allow user input though the session is interactive (it jumps right over the readline command). It would be great
2008 Jan 30
2
Concatenate xyplots
Dear R-community, I created 5 different xyplots and graphed all of them with the print command on one page (e.g. print(graph1, split=c(1,1,1,5), more = T) ... print(graph5, split=c(1,5,1,5), more =T) Using the above commands separates each graph by a white space. However, since the graphs do share the same x-axis, I was wondering if there is a way to concatenate graph1 through 5 so
2012 Sep 26
2
Error message starting Shorewall with TC simple enabled
Hi, Hi, I get an error with TC Simple. System: shorewall 4.5.6.2 kernel 3.5.3 iptables 1.4.13 xtables 1.45 iproute2 3.5.1 OS: gentoo/linux amd64 when shorewall executes this command: tc filter add dev eth0 protocol all prio 1 parent 1011: handle 1011 flow hash keys nfct-src divisor 1024 It fails with this error: RTNETLINK answers: No such file or directory We have an error
2007 Jul 19
2
Managing recompiled packages?
Hi, I'm using Centos 5.0 on my desktop, and I'm very happy with it. One question bothers me. I rebuilt a handful of apps, for example K3B to enable MP3 audio, or libshout and mpd, to enable streaming audio. Now what happens if these get updated? I guess the new version will squash my personal version. Is there a way to prevent these packages from being updated? Or how should I handle
2010 Jul 31
2
Running windows app on ubuntu arm(recompiled wine)
Hi, I am sorry if there is similar topic, but i couldn't find search field(only in right corner, it wasn't search on forum). Maybe very silly question, but is possible to run Application/Game for Windows(i386 arch) on Linux (for ex. Ubuntu ARM) with recompiled Wine? Default principle: Wine translate instruction from windows application to linux, then linux make known instruction on
2007 Jan 26
0
Recompiled app_xyz.so and Asterisk Dynamic Loader
Hi, I would like to know what is "Asterisk Dynamic Loader". Let me explain what I'm about to ask. I have three Asterisk servers running my in-house built app_xyz.so application. Now what I do to save time is compile application on one server and scp app_xyz.so on rest of servers. All servers have same OS, H/W specs. Today I checked the logs and observed that at the time when
2008 Mar 13
1
recompiled mod_perl insists on old perl dependency
Hello, In order to overcome a known performance bug in perl-5.8.8-10 in centos 5 (see https://bugzilla.redhat.com/show_bug.cgi?id=196836) I downloaded the perl package from fedora 8 (http://mirror.internode.on.net/pub/fedora/linux/releases/8/Fedora/source/SRPMS/perl-5.8.8-30.fc8.src.rpm) and mod_perl
2003 Jul 05
3
Runtime error: Undefined symbol, have fetched new CVS and recompiled everything
Hello there Yesterday I updated my pwlib, openh323 and Asterisk from CVS. After making "clean opt" in pwlib and openh323 and make "clean install" in Asterisk i get an "Undefined symbol" error when I try to start Asterisk. As far as I can see its when loading the h323 channel driver the error occurs. Do I have to update other things as well, by reading the various
2012 Dec 14
1
format.pval () and printCoefmat ()
Hi List, My goal is to force R not to print in scientific notation in the sixth column (rel_diff - for the p-value) of my data frame (not a matrix). I have used the format.pval () and printCoefmat () functions on the data frame. The R script is appended below. This issue is that use of the format.pval () and printCoefmat () functions on the data frame gives me the desired results, but coerces
2011 Nov 13
1
Understand Ncells and Vcells, from gc()
Dear all, I am working on a 64 bits Linux system. I issue the following R commands: > rm(list=ls()) # To remove all objects in the workspace. > gc() # To free memory. used (Mb) gc trigger (Mb) max used (Mb) Ncells 124250 6.7 350000 18.7 350000 18.7 Vcells 124547 1.0 786432 6.0 476934 3.7 > gc() # I had to do it again, don't know why! used (Mb) gc trigger (Mb) max used (Mb) Ncells
2011 Nov 13
1
To moderator
No. But it has not been posted either. You got that message because you sent your message to the wrong address. You should have sent it to r-help at r-project.org You had probably sent it to r-help-request at r-project.org which would have had the effect that the server would have tried to interpret the contents of you message as commands (e.g. to unsubscribe, change your subscription
2008 Apr 07
0
Some memory questions: data.frame and lists.
Hi there, I seek your expert opinion on the following memory related questions. The output below was gotten from R-2.6.2, compiled with --enable-memory-profiling on Ubuntu Linux. ======================================================================= >>> Code and output 1: > gc( ) used (Mb) gc trigger (Mb) max used (Mb) Ncells 131180 7.1 350000 18.7 350000 18.7
2003 Feb 06
0
Re: Ext3-users digest, Vol 1 #793 - 9 msgs
It is most likely that your grub.conf file is _different_ than menu.lst. grub.conf is just a dummy symlink made by RH under /boot/grub as well as under /etc to make peoples lives easier. (Or harder as the case maybe) If the contents of grub.conf is what you want to use for your bootup listing.. cd /boot/grub mv menu.lst menu.lst.bak cp grub.conf menu.lst rm grub.conf #optional step ln -sf
2008 Jan 30
1
Understanding an R improvement that already occurred.
I was surprised to observe the following difference between 2.4.1 and 2.6.0 after a long overdue upgrade a few months ago of our departmental server. It wasn't a bug fix, but a subtle improvement. Here's the simplest example I could create. The size is excessive, on the order of the Netflix Competition data. The integer matrix is about 1.12 GB, and if coerced to numeric it is 2.24 GB.
2007 May 25
0
Recent changes in R related to CHARSXPs
Hello all, I want to highlight a recent change in R-devel to the larger developeR community. As of r41495, R maintains a global cache of CHARSXPs such that each unique string is stored only once in memory. For many common use cases, such as dimnames of matrices and keys in environments, the result is a significant savings in memory (and time under some circumstances). A result of these changes
2003 Feb 06
6
Why does old kernel boot when new kernel installed?
I thought I'd summarise this with a proper subject line: 1. We used up2date to upgrade the kernel of a 7.2 machine that is doing far too much journalling (kjournald at 50% CPU+ often). 2. It installed fine, but when we reboot - GRUB only shows the old 2.4.7-10 although there are 3 kernels listed in grub.conf My Question is "How can we select booting to 2.4.18-24.7 when GRUB lonly lists
2002 Aug 23
1
Sync Unix passwords when not PDC
I need to be able to sync the unix passwords on our Samba server. The Samba server is running as a file share on a W2k Domain. It is a mixed mode domain and I have been able to get the authentification working for the file/printer shares. I have been looking into this and the only information I can find seems to have to do with "unix sync = yes" however I don't think that this
2017 Mar 26
1
Documentation of model.frame() and get_all_vars()
Hi everyone, This is about documentation for the model.frame() page. The get_all_vars() function (added in R 2.5.0) is a great addition, but the behavior of its '...' argument is different from that of model.frame() with which it is documented and this creates ambiguity. The current docs read: \item{\dots}{further arguments such as \code{data}, \code{na.action}, \code{subset}. Any