Displaying 20 results from an estimated 7000 matches similar to: "distribution CD"
2007 Jul 18
2
post Installation
Hi,
I made my own distribution CD . when i am installing this before
post installation /usr/sbin/mouseconfig no such file a message
displays . can anyone can suggest why it's happens??/
Thanks in advance
Regards
juliet
2006 May 08
1
kernel source rpm
Hi All,
I attaching a source code kernel 2.6.9.tar.gz . I want to make
the source rpm of this file which is patched and also includes the
SATA driver controller . Is it possible to get source rpm of this ,so
if i reuired to change the kernel , i can do that make the rpm out of
this src.rpm which creates the initrd .img . I want to attach the
source code . But it gives some problem
Please
2008 Mar 31
1
my centos switched alone its root fs to read-only
My test server was in very eavy load, running kolab's components:
postfix, cyrus-imap and openldap
A second test machine was sending, and reading emails as fast as it can.
The CPU was never idle !
I left the server at about 17H30
and at 22H I find it "uncommitted" (difficult to work when the
partition in read-only !)
However the mount command report it as RW !
The /boot is still RW
2011 Mar 12
3
wich filesystem to store > 250E6 small files in same or hashed dire
Hi
I need to store about 250.000.000 files. Files are less than 4k.
On a ext4 (fedora 14) the system crawl at 10.000.000 in the same directory.
I tried to create hash directories, two level of 4096 dir = 16.000.000
but I had to stop the script to create these dir after hours
and "rm -rf" would have taken days ! mkfs was my friend
I tried two levels, first of 4096 dir, second of 64
2010 Mar 25
2
find /etc -size -1G return only empty files
Hello
find /etc -size -1G
should return all files less than 1Giga byte in /etc, but return a
list of empty file (size=0)
find /etc -size -2G
work fine and return all the files
This works the same on my fedora11 and my centos 5 !
Did I miss something or is it a bug ?
Regards
--
Alain Spineux | aspineux gmail com
Your email 100% available |
2007 Nov 18
11
Dual boot box: WinXP & CentOS 5: Impossible to restore WinXP?
We rarely use M$ Windows, but I let my daughter surf pbskids.org while
using Windows and a Trojan Horse modified or deleted the user32.dll
file. I found the instructions on the Microsoft Support web site, and
it would be very easy for me to expand a new copy of user32.dll if I
could get the MS WinXP CD to work. It boots OK, I press a key so it
will search hardware and it then has hard drive
2006 Mar 17
1
Source RPM
Hi All,
I am using CentOs 4.2 . I need to change the kernel rpm . I
downloaded the kernel-2.6.9.EL .src.rpm. after installing this rpm i
changed the linux-2.6.9.tar.gz . Bu changing the source i made the rpm. But
gives the error . Is it anyother file also required?? . Can anyone knows how
i can do this ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 24
2
Getting host IP address?
Hi,
I''m gradually moving my site''s config over to Puppet (still in the
testing phases at the moment!).
Is there any way of getting/referring to a host''s IP address? I want to
set up iptables via Puppet, & can use a template but need to get the
IP address into the template somehow.
I''m getting my node definitions (& thus classes) from LDAP. I
2006 Apr 20
1
Own CentOS distribution
Hi All,
I have my own distribution CD for RH 7.2 . and when i am i
trying creted for CentOS i am facing some problem . I am not able to
change the anaconda installer .
Thanks in advance
Regards
juliet
2008 Aug 23
3
graphs for pretest data
Is there an easy way to make graphs for the following data. I have
pretest and posttest scores for men and
women. I would like to form a 'titlted segment' plot for the data.
That is, make segments joining the scores,
with different types of segments for men and women.
Example data:
menpre <- c(43,42,26,39,60,60,46)
menpost <- c(40,41,36,42,54,58,43)
womenpre <-
2007 Oct 09
2
Failure to find definition
Hi,
I''m trying to set up apache2 under puppet, as in this recipe:
http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
I have a file "apache2.pp" as shown there, and then a webserver.pp file
(see below).
On running puppetd on the client, I get this message:
err: Could not retrieve configuration: Could not find definition site in
file
2008 Jul 09
3
randomly select duplicated entries
Using this data as an example
dat <- read.table(textConnection("Id myvar
12 1
12 2
12 6
34 9
34 4
34 8
65 15
65 23"), header = TRUE)
closeAllConnections()
how can I create another data set that does not have duplicate entries
for 'Id', but the included values
are randomly selected from the available ones.
Thanks!
Juliet
2010 Jul 15
2
replace negative numbers by smallest positive value in matrix
Hi Group,
I have a matrix, and I would like to replace numbers less than 0 by
the smallest minimum number. Below is an
small matrix, and the loop I used. I would like to get suggestions on
the "R way" to do this.
Thanks,
Juliet
# example data set
mymat <- structure(c(-0.503183609420937, 0.179063475173256, 0.130473004669938,
-1.80825226960127, -0.794910626384209, 1.03857280868547,
2009 Mar 02
3
ways to put multiple graphs on single page (using ggplot2)
Hi, Here are three plots:
library(ggplot2)
data(diamonds)
randind <- sample(nrow(diamonds),1000,replace=FALSE)
dsmall <- diamonds[randind,]
qplot(carat, data=dsmall, geom="histogram",binwidth=1)
qplot(carat, data=dsmall, geom="histogram",binwidth=.1)
qplot(carat, data=dsmall, geom="histogram",binwidth=.01)
What are ways to put these three plots on a single
2003 Jan 20
1
[OT} Speakeasy.net
A little off topic this morning...I'm thinking about switching out of
Comast's clutches to another high-speed service. I've tried TDS DSL, but
they were half the speed comast was/is. I''ve looked into Speakeasy, since
I heard a few of ya talking about them. Since I had TDS, that kinda tells
me I can get DSL. I live in Mount Juliet, on MT juliet road, behind the
2008 Sep 22
2
adding layers in ggplot2 (data and code included)
Here is some sample data:
mydata <- read.table(textConnection("Est Group Tri
0 0 4.639644
1 0 4.579189
2 0 4.590714
0 1 4.443696
1 1 4.588243
2 1 4.650505
0 2 4.296608
1 2 4.826036
2 2 4.765386"),header=TRUE);
closeAllConnections();
I can form two plots,
2007 Nov 13
6
Facter and arrays
Hi,
Is it possible to have an array as the output of a custom fact? And
then to pass it into a template in Puppet?
I currently have a fact that looks like this:
Facter.add("exports") do
setcode do
case Facter.hostname
when (/thishost/i):
[ "/local", "/local2" ]
end
end
end
& a template like this:
<%
2009 Feb 08
2
how to make this qq plot in lattice and/or ggplot2
Hi Group,
Here is some data.
p <- runif(1000) # sample data
groups <- rep(c(1,2),each=500) #conditioning variable
mydata <- cbind(p,groups)
n <- length(p)
u <- (1:n)/(n + 1) # uniform distribution reference for qqplot
logp <- -log(p,base=10)
logu <- -log(u,base=10)
qqplot(logp,logu)
How can I make the above qqplot in lattice and/or ggplot2. The sample
is uniform, and I take
2008 Nov 19
2
ggplot2; dot plot, jitter, and error bars
With this data
x <- c(0,0,1,1,2,2)
y <- c(5,6,4,3,2,6)
lwr <- y-1
upr <- y+1
xlab <- c("Low","Low","Med","Med","High","High")
mydata <- data.frame(x,xlab,y,lwr,upr)
I would like to make a dot plot and use lwr and upr as error bars.
Above 0=Low. I would like there to be
some space between the 5 and the 6 corresponding
2009 Jan 24
2
how to prevent duplications of data within a loop
Hi All,
I had posted a question on a similar topic, but I think it was not
focused. I am posting a modification that I think better accomplishes
this.
I hope this is ok, and I apologize if it is not. :)
I am looping through variables and running several regressions. I have
reason to believe that the data is being duplicated because I have
been
monitoring the memory use on unix.
How can I avoid