Displaying 20 results from an estimated 10000 matches similar to: "weird install issue"
2008 Sep 16
5
i didn't see the 4.7 announcement
i (and others) have missed messages on centos-devel as well. did other
people not see the 4.7 announcement message? i'm wondering if the centos
list server is having some kind of issue.
2006 Mar 04
1
comps.xml
I want to modify the comps.xml . I have a package list of minimal
nstallation of centos. So I tried to change the comps.xml with respect to
that . In my comps file is having only one group "Base" . while
installing with this distribution CD , i am getting an error of comps
tree structure
missing some critical groups. Can anyone can suggest,
Thanks in advance
Regards
2008 May 24
2
40 second delay on automounts with 2.6.18-53.1.21.el5 kernel
after this latest centos 5 kernel update, i am seeing 40 second delays on
automount points. nothing in the rpm changelog looks obviously related to
autofs and the autofs module seems to be the same as the previous kernel.
i'm starting to do some strace'ing and other debugging, but nothing has
jumped out at me yet. i'm hoping someone else has seen it so i know i'm
not alone
2005 Mar 02
7
another odd centos 4 issue
while in firefox if i use arrow keys in text fields, it acts very oddly.
starting at the beginning of the line it works fine for a few characters
and then jumps to the end of the line. backarrow jumps backwards from the
end of line to within a few chars of the beginning.
anyone else seeing this?
2005 May 12
1
pls -- crossval vs plsr(..., CV=TRUE)
Hi,
Newbie question about the pls package.
Setup:
Mac OS 10.3.9
R: Aqua GUI 1.01, v 2.0.1
I want to get R^2 and Q^2 (LOO and Leave-10-Out) values for each
component for my model.
I was running into a few problems so I played with the example a little
and the results do not match up with the comments
in the help pages.
$ library(pls)
$ data(NIR)
$ testing.plsNOCV <- plsr(y ~ X, 6, data =
2007 Mar 26
1
tzdata update, but no announcement?
i see one available in the repos, but i don't recall seeing any
announcement about it. from googling, it does seem to be real, but still
a bit disconcerting to not have an announcement about it.
2005 Apr 26
2
using vino on centos 4
sorry i figured this out after deleting the other parts of the thread.
just run vino-preferences as the user who runs the main x display. it
will have various options to enable and as soon as you do that you can get
to hostname:0 via vnc. works quite well.
2006 Mar 13
1
corrupted kernel src rpm?
i've downloaded the new 2.6.9-34 kernel src rpm and keep getting
signature issues or md5 issues if i tell rpm to ignore signatures. it
seems that maybe the master copy is corrupted?
2006 Jun 01
1
kernel issues
there doesn't seem to be a src.rpm for the newest kernel up on
mirror.centos.org. i need to apply a local patch. is it the same as the
upstream version?
also, the centosplus unsupported version is either missing the -doc
package or people need to know to do some manual intervention to get the
regular version to replace the old unsupported version.
2005 Mar 01
2
more info about missing fonts in centos 4
redhat did apply the opendesktop patch to build the iso8859-1 fonts, but
then they forgot to rebuild the fonts-xorg package to pick them up. they
have done some magic with how that happens such that you have to build the
full xorg-x11 with a special %define set, and then go rpm2cpio stuff and
tar that and blah blah blah. i am trying to work through this and i have
whined at redhat again.
and
2005 Mar 11
2
rsync crashing under centos 4
the rsync in centos 4 (a recompile of rhel4) is version 2.6.3. and under
certain circumstances it will segfault when run in daemon mode. i have
tracked it down to the nss code in libc. so this could be a general libc
bug, but it is possible that rsync is doing things that don't help matters
any.
the problem manifests when you have chroot mode on (which seems to be the
default), have
2004 Sep 21
1
Centos-3.3 i386 CDs
Hi
Just wondering why there are two diferent version of file comps
#ll iso/mnt-cd1/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
-r--r--r-- 1 root root 6821992 Sep 16 19:11
iso/mnt-cd1/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
#ll iso/mnt-cd3/RedHat/RPMS/comps-3.0.0centos-0.20040916.i386.rpm
-r--r--r-- 2 root root 6809965 Sep 16 18:52
2023 Mar 01
1
tab-complete for non-syntactic names could attempt backtick-wrapping
Consider:
x <- list(`a b` = 1)
x$a<tab>
(i.e., press the 'tab' key after typing 'x$a')
The auto-complete mechanism will fill the buffer like so:
x$a b
This is not particularly helpful because this is now a syntax error.
It seems to me there's a simple fix -- in
utils:::specialCompletions(), we can wrap the result of
utils:::specialOpCompletionsHelper() with
2013 Sep 14
1
Difficulty building custom Install CD
Greetings,
I am trying to follos the procedure as outlined in:
http://smorgasbork.com/component/content/article/35-linux/128-building-a-custom-centos-6-kickstart-disc-part-1
I am using Cendos minimal ISO to build a custom installer and Live CD
(with addition of NTP, samba and some custom application with
dependencies)
According to the above link:
"In RHEL/CentOS 6, this file is no longer
2011 Apr 14
1
saving a regression model to a file
Hello all,
First off, I am using R version 2.13.0 in Ubuntu.
I have read previous posts in the R mailing list on saving models for
later use, and the responses indicate using the R save() function to
save a model and then using load() to load it is one way to go.
However, when I use the save() function to save a model to a file, and
then try to load it using load(), the loaded "model"
2005 Feb 03
1
bug: comps has wrong version number
hi,
comps in rh9 is comps-9-0.20030313 while in the latest centos-3.4 it's
comps-3.4centos.0-0.20050105 so the rh9 has higher version number which
means this packages not upgraded during an upgrade to any version of
centos. and yum also not upgrade this package. imho it's a bug.
is there any way to find out what other packages is remain from some
older rh version?
yours.
--
Levente
2006 Jul 31
1
How does biplot.princomp scale its axes?
I'm attempting to modify how biplot draws its red vectors (among other
things). This is how I've started:
Biplot <- function(xx, comps = c(1, 2), cex = c(.6, .4))
{
## Purpose: Makes a biplot with princomp() object to not show arrows
## ----------------------------------------------------------------------
## Arguments: xx is an object made using princomp()
##
2011 Apr 11
1
plot - kamada.kawai layout without arrows
Hi,
I am plotting a graph with kamada.kawai layout.
But I am getting direction arrows in the graphs.
Please let me know how to avoid this.
g <- watts.strogatz.game(1, 2000, 5, 0.4)
comps <- clusters(g)$membership
colbar <- rainbow(max(comps)+1)
V(g)$color <- colbar[comps+1]
png(filename)
plot(g, layout=layout.kamada.kawai, vertex.size=2, vertex.label=NA)
dev.off()
Please find
2012 Aug 16
6
undefined method `with_indifferent_access' for "":String
Hi
I''m having a issue with one object when try to update the attributes in
this object previously saved in the database
I have one object comp and one object reg they have this relationship
comp
has_many regs
reg
belongs_to comp
when run use the method valid? like this
current_contribuyente.comps.build(params[:comp]).valid?
it returns: IndexError (string not matched)
And when
2012 Apr 18
2
problem extracting data from a set of list vectors
Dear useRs,
A colleague has sent me several batches of output I need to process, and I'm struggling with the format to the point that I don't even know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario:
# Data sets are lists:
>