Changes between Version 5 and Version 6 of xQTLAdministratorJobs
- Timestamp:
- 2011-09-09T00:26:46+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorJobs
v5 v6 17 17 * Your scheduler (master/head..) node must a SSH keyboard interactive login mechanism 18 18 * 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 22 Inside R: install.packages("RCurl",lib="~/libs") 23 24 might 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 31 Fix by... 32 sudo apt-get install libcurl3-openssl-dev 33 34 inside, try again 35 36 `*** installing help indices`[[BR]] 37 `** building package indices ...`[[BR]] 38 `* DONE (RCurl)`[[BR]] 39 40 19 41 20 42 = OLD STUFF =