glib on solaris (volga)

when Ketan tried to load graph library, error occurs like
> library(graph)
Loading required package:
cluster
Error in assign(“nullgraphID”, getuuid()) :
        couldn’t find function “getuuid”

Error: unable to load R code in package ‘graph’
Error: package/namespace load failed for ‘graph’

This is because Ruuid package could not be correctly loaded even there
is no warning. If we re-install Ruuid package, R will show the exit
code is not zero. The Ruuid installation failure is caused by
missing  glib.h head file in Solaris. I have to install glib and
reinstall Ruuid package to fix it. Though the actual working version is
glib-1.2.9 (Ruuid use glib-config in PATH), the notes here shows installation for glib-2.6.5.

Continue reading

More notes on iNQuiry

Headnode image is Portal/wp_asr.dmg file. By default the headnode
platform is set to G5X, but we are using G4, so need to update it for
G4. To do it, edit Portal/rc.portal, add "echo G4 >
/Volumes/${VolmeName}/etc/bipod/platform" before reboot command.
Howerver the mod prevents iNQuiry from completing the installation in
the next boot. When you inputs information on each ethernet (though
appears right), it turns back to the initial welcome page, and lost in
the infinite loop.

Instead of using G4, I have to use the real G5 machines to test iNQuiry.

Continue reading