As our current R environment still uses R-2.1, the latest ROracle-0.5.8 can not be installed (minimal requirement is 2.3+). Instead, we tried to install ROracle-0.5.5.
Tag Archives: Linux
Unable to load widgetTools package with a new R installation
A R 2.4.0 instance was just installed with basic package and bioconductor 1.9. There is no error reported during compilation and installatino, but when we try to load “widgetTools” package, the following error occurs:
> library(“widgetTools”)
Error in fun(…) : The tcl/tk library is not available in your system.
Download/install the tcltk library from www.tcl.tk/software/tcltk/
Error: .onLoad failed in ‘loadNamespace’ for ‘widgetTools’
Error: package/namespace load failed for ‘widgetTools’
Always something unexpected during maintenance
Well, during each system maintenance, there is always something unexpected happen. This time we are patching the SAN storage. There was some miscommunications.
Create PNG/JPEG in R without real X11 server
Our development also encountered this problem. The remote server
runs Linux and does not have X11 running. The png() or jpeg() function
in R fails because the native device needs to open a X11 window. Hence
the situation is:
- Developer requires to using R script to create PNG/JPEG image on the fly.
- The remote server is not able to run in X11 mode due to its server nature.
Dell cluster headnode down
This is the first time when Dell cluster gets down after I took over the Unix/Linux side. At about 10:20, I got a call from colleague that the cluster head node is not accessible and even ping does not receive any response. Consequently, the entire cluster is not available temporarily to the business.
ZT: 不要一辈子靠技术生存
Fixed “man/groff” error in RHAS3.0
On Redhat AS3.0 environment, the “man” command fails with error:
/usr/bin/gtblgroff: /informatics/tools/Linux/lib/libgcc_s.so.1:
version `GCC_4.2.0′ not found (required by /usr/lib/libstdc++.so.5)
: /informatics/tools/Linux/lib/libgcc_s.so.1:
version `GCC_4.2.0′ not found (required by /usr/lib/libstdc++.so.5)
Again, to work with machines
As the ex-unix-admin left the company, I need to take the responsibility to take care of these unix/linux machines. While the company expected me to do more high-level things than playing with physical machine/environment, I still need to do some basic work while there is nobody to do it.
Installed staden package
The Staden Package (1.6.0) consists of a series of tools for DNA sequence
preparation (pregap4), assembly (gap4), editing (gap4) and DNA/protein sequence
analysis.
Solidot.org helped with MySQL encoding
Solidot.org is a chinese clone of famous Slashdot.org. It is my favorite site to read geek IT news. Yesterday I read a “help request” from solidot.org for experienced Linux server expert. They encountered a problem to restore the MySQL dump to the new server. It appears to be text encoding problem.