Changes between Version 5 and Version 6 of xQTLAdministratorJobs


Ignore:
Timestamp:
2011-09-09T00:26:46+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorJobs

    v5 v6  
    1717* Your scheduler (master/head..) node must a SSH keyboard interactive login mechanism
    1818* Try to log in to the cluster from your application server. This will accept the SSH key and ensure your firewall isn't blocking outgoing SSH.
     19
     20=== Curl install ===
     21
     22Inside R: install.packages("RCurl",lib="~/libs")
     23
     24might result in...
     25
     26`installing *source* package ‘RCurl’ ...`[[BR]]
     27`checking for curl-config... no`[[BR]]
     28`Cannot find curl-config`[[BR]]
     29`ERROR: configuration failed for package ‘RCurl’`[[BR]]
     30
     31Fix by...
     32sudo apt-get install libcurl3-openssl-dev
     33
     34inside, try again
     35
     36`*** installing help indices`[[BR]]
     37`** building package indices ...`[[BR]]
     38`* DONE (RCurl)`[[BR]]
     39
     40
    1941
    2042= OLD STUFF =