Displaying 3 results from an estimated 3 matches for "linuxsvr".
Did you mean:
linuxsir
2008 Nov 18
2
anyone familiar with this error?
[whit at linuxsvr R.packages]$ sudo R CMD INSTALL portfolio.construction
* Installing to library '/usr/local/lib64/R/library'
* Installing *source* package 'portfolio.construction' ...
** R
** preparing package for lazy loading
Loading required package: fts
Loading required package: quadprog
Loading...
2008 Dec 09
1
any suggestions to deal with 'Argument list too long' for a R CMD check?
...tions into individual files.
I guess I'm too clever for myself, because now I get hit with the
"Argument list too long" error.
Is there a way to deal with this aside from writing my own configure
script (which could possibly feed the gcc commands one by one).
-Whit
RHEL 5
[whit at linuxsvr]$ uname -a
Linux linuxsvr.kls.corp 2.6.18-92.1.18.el5 #1 SMP Wed Nov 5 09:00:19
EST 2008 x86_64 x86_64 x86_64 GNU/Linux
from 00install.out:
* Installing *source* package 'RFincad' ...
** libs
g++ -I/usr/local/lib64/R/include -I/usr/local/include
-I./RAbstraction -I./R.tslib.backend -I./t...
2003 Jul 17
1
2 GB Limit when writing to smbfs filesystems
...onal
workstation.
After experiencing the problem, I installed an NFS client on the Windows
2000 Professional workstation (for testing purposes). Everything works with
NFS, but I want to make it work with samba.
I DO NOT get an error when:
MS copy from NTFS to samba share (i.e. copy c:\bigfile
\\linuxsvr\smbshr\bigfile)
MS copy from samba share to NTFS (i.e. copy \\linuxsvr\smbshr\bigfile
c:\bigfile)
Linux copy from ext3 to ext3 (i.e. cp -p /home/bigfile1 /home/bigfile2)
Linux copy from NFS to ext3 (i.e. cp -p /nfs/bigfile /home/bigfile)
Linux copy from ext3 to NFS (i.e. cp -p /home/bigfile to /...