Displaying 20 results from an estimated 3000 matches similar to: "rpm dependency question"
2005 Sep 08
3
Intel RAID controller
I have a dell precision 380:
http://catalog.us.dell.com/CS1/CS1Page2.aspx?br=6&c=us&cs=555&fm=11210&l=en&s=biz
with an Intel Matrix Storage Manager ICH7R RAID Controller
http://www.intel.com/support/chipsets/imsm/sb/cs-020663.htm
I need to get CentOS 3 installed on this thing but can't
due to the fact that the controller is not supported
in 2.4 kernels.
There is a patch
2006 Dec 18
5
Diagnosing random hangs
I have many different centos machines that are hanging
regulary. I believe this is due to something our application
is doing - not a centos specific problem.
When the machines hang, there is no access to the console
or remote access(ssh, rsh, etc).
Any tips on debugging this issue? It is becoming quite a
show stopper as we migrate our product from Solaris to
Linux.
tia,
FYI - The
2008 Aug 29
2
detecting boot order
Given that I have a machine with possibly multiple disks, each of
which is bootable(has an MBR)....
Is there a command that will query the BIOS and tell me which disk
is the default boot disk. BTW - this is x86.
The goal is to remotely reboot the workstation into the desired
disk(which contain different centos versions).
tia,
-Mark
--
Mark Belanger
LTX Corporation
2008 Oct 16
3
central patch list
Is there a list somewhere of available updates for a
given CentOS release? Something like this:
https://rhn.redhat.com/errata/rhel4ws-errata.html
Ideally I would like a something like:
Bug Description Link to update
1111 kernel blah,etc http://some.rpm.com/1111.rpm
-Mark
--
Mark Belanger
LTX Corporation
2006 Jul 28
1
nautilus pegging the cpu
I have a user that is running centos on
many machines. At each machine, the users is logged
into a common account that is located elsewhere on the network.
Meaning that everyone is logged on as user_x and accessing
the home directory via NFS.
All users are running gnome. On some of the machines, the nautilus
process is pegging the cpu. At this time, I have no strace or other
info to
2004 Nov 29
2
Building latest version of package
Hi
I have a package which was built using R 1.9.1 and everything worked
fine. I recently upgraded to R 2.0.1 and tried to re-install my package
- and I got:
Error in library(mypackage) : 'mypackage' is not a valid package --
installed < 2.0.0?
So I tried rebuilding it using my new version of R:
R CMD BUILD --binary mypackage
hhc: not found
cp: cannot stat `mypackage.chm': No
2009 Oct 26
2
R CMD check: Error in .C
Function/file names are hypothetical. Say I have written myfunction.R,
which calls myfunction.c via .C("myfunction", ...).
I've compiled successfully myfunction.c via R CMD SHLIB myfunction.c
in the terminal. Then, in the R console:
dyn.load("myfunction.so")
source("myfunction.R")
test <- myfunction() # works fine
So everything is in order, myfunction works
2004 Feb 26
2
Sweave and Xemacs on Windows2000?
Hallo!
Trying to configure Xemacs to work with .snw files on windows 2000. Tried to do it how it is described in the FAQ for Sweaves.
When starting xemacs with and Snw file
*ESS* buffer contains hundrets of lines and the few last ones.
(ess-loop-timeout . 500000) (inferior-ess-primary-prompt . ^) (inferior-ess-secondary-prompt . ^) (comint-use-prompt-regexp-instead-of-fields . t)
2011 Aug 02
2
R CMD check problem
Dear friends,
I am building an R package called *mypackage*. I followed every possible
steps (to my understanding) for the same. I got following problem while
doing *R CMD check mypackage*.
* installing *source* package 'mypackage' ...
** libs
cygwin warning:
MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/i386/Makeconf
Preferred POSIX equivalent is:
2006 Jan 05
2
rc script not running on shutdown
I've create a script and associated links(via chkconfig). The script
runs in the expected runlevels at boot time, but does not run at
all during shutdown(halt, reboot, etc). I swear I've done this
a million times. What am I overlooking?
# cat /etc/issue
CentOS release 3.5 (Final)
Kernel \r on an \m
# chkconfig --list chnghst
chnghst 0:off 1:on 2:off 3:off 4:off
2006 May 31
1
CentOS 3.5 system hanging
Our very large and very complex application is running on
CentOS 3.5 and Solaris. The CentOS machines are hanging
about once per day. By "hanging" I mean the system is
completely unresponsive either from the console or remotely
via ssh. Totally locked.
Does anyone have any tips for troubleshooting this sort
of problem?
-Mark
--
Mark Belanger
LTX Corporation
2006 Jun 02
1
getting update details
I see in CentOS 3.6 - the release notes state that it has
"improved support for dual-core processors" I got that from
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/release-notes/as-x86/RELEASE-NOTES-U6-x86-en.html
Where might I get more details about this improved support. Specifically I'd like
to see if problems I'm having in 3.5 could be related to the kernel
2015 Oct 31
1
Example input data with example output using relative pathway in vignette of R package?
I'm putting together an R package. I would like to show example code in the
vignette, where example data files (included in the package) are used to
generate an (example) output file.
I read about using example data in Hadley Wickham's post (
http://r-pkgs.had.co.nz/data.html), and believe I should keep my example
data as raw data, as it must be parsed to generate the output.
So, I
2005 Jul 04
1
installing packages and libraries
When I run the following:
cd \Rpkgs
rcmd install mypackage -l library
I get a message that it cannot find quadprog which is a library
that mypackage depends on.
Error: package 'quadprog' could not be loaded
I previously used C:\Program Files\R\rw2011\library as my library for CRAN
packages and did not have a problem but now that I use
C:\Program Files\R\library this problem
2006 Mar 31
1
Fortran and C entry point problem.
Dear All,
I have seen a number of e mails on this topic but I have not seen a
general solution to date. I have Fortran and C source codes and they
have been compiled successfully using:
R CMD build mypackage
And
R CMD install mypackage
Without error messages.
I then open R and tests out two functions and get:
> pgl(0.2,1,2,3,4)
Error in
2006 Mar 31
1
Fortran and C entry point problem.
Dear All,
I have seen a number of e mails on this topic but I have not seen a
general solution to date. I have Fortran and C source codes and they
have been compiled successfully using:
R CMD build mypackage
And
R CMD install mypackage
Without error messages.
I then open R and tests out two functions and get:
> pgl(0.2,1,2,3,4)
Error in
2004 Nov 11
4
Questions on package creation
I have some questions about
1. nomenclature,
2. recommended file locations and
3. overall procedure related to creating packages.
To the extent that it matters, examples here relate to Windows XP
R 2.0.1 beta.
The questions are interspersed and prefaced with ***.
My understanding is that there are actually 6 forms of a package
that one should use in package development:
1.
2004 Nov 06
2
install/build/build --binary
I have question regarding package installation.
What is the difference between check, INSTALL, build and
build --binary, which imply which and what order does one
normally perform them? I have been trying:
R CMD build /mypackage
R CMD check /mypackage
R CMD build --binary /mypackage
in that order but wanted to check that this is right.
Also, what portion of the check process can be run
2003 Apr 23
1
Setting up Xemacs + Sweave
Dear list,
I have tried to setup my Xemacs for use with Sweave, which I indend to learn.
I have followed the instructions in the Sweave FAQ, that is to say, I put
(defun Rnw-mode ()
(require 'ess-noweb)
(noweb-mode)
(if (fboundp 'R-mode)
(setq noweb-default-code-mode 'R-mode)))
(add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode))
(add-to-list
2011 Apr 21
1
Package check issue: Rprofile.site is not used
Dear R-users,
I am having some issues with a package I am working on (using R 2.12.1 in a
Linux environment) and would like to have your opinions/advises. My package
- let's call it mypackage for the purpose of this email - passes all checks
of R CMD check, except for the following failure message:
Error : .onLoad failed in loadNamespace() for 'mypackage', details:
call: