Displaying 3 results from an estimated 3 matches for "installalation".
Did you mean:
installlation
2009 Aug 29
1
Rcmdr installalation under Viata gives a warning. Do I need to do anything?
Windows Vista
R 2.9.1
When trying to install Rcmdr I get the message shown below. What does it mean, do I need to do anything?
The downloaded packages are in
C:\Users\John Sorkin\AppData\Local\Temp\RtmpRCLbhe\downloaded_packages
updating HTML package descriptions
Warning message:
In file.create(f.tg) :
cannot create file 'C:\PROGRA~1\R\R-29~1.1/doc/html/packages.html', reason
2007 May 29
0
GFS: Howto - Help/ Inconsistent - Wiki Volunteer?
Hi, I am using this document along with the following links to try and
assemble a GFS set of mahcines:
1.
Log on as the root user.
2.
Run up2date --installall --channel Label for Red Hat Cluster
Suite. The following example shows running the command for i386 RPMs:
# up2date --installall --channel rhel-i386-as-4-cluster
3.
(Optional) If you are
2008 Jul 05
1
FW: Problem with nvidia-drv-x11 when upgrading to CentOS 5.2 (Akemi)
...or a while but you can automate the installation of
the proprietary Nvidia driver by providing appropriate flags. The following
command worked when I tested:
sh ./NVIDIAxxxxx.run -a -q -N --ui=none
Others posted this:
sh ./NVIDIAxxxxx.run --no-network -s -K -n
Once you find the way to get the installalation working without human
intervention, you can put it in a place like /etc/rc.local :
if [ ! -e /lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko ]; then
echo "Installing the proprietary NVIDIA driver."
/full/path/to/ NVIDIAxxxxx.run --no-network -s -K -n fi
This will compile...