Saturday 30 April 2011

Protege

Installed Protege 4.0.115 on ubuntu using these instructions
Added Skos editor and ACE tool.

Built eXist 1.5 dev after setting JAVA_HOME 
Discovered the problems with open-jdk exist list 

set java
andy@ThinkPad-T42:~$ sudo update-alternatives --config java
[sudo] password for andy: 
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                      Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      auto mode
  1            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      manual mode
  2            /usr/lib/jvm/java-6-sun/jre/bin/java       63        manual mode

Press enter to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/lib/jvm/java-6-sun/jre/bin/java to provide /usr/bin/java (java) in manual mode.
andy@ThinkPad-T42:~$ 

looking to fix server index serving xml

Sunday 24 April 2011

Wednesday 20 April 2011

places

Got kerala2009 largely working on readynas. Main problem was tooltips  causing layout problems in bordercontainer. Moved them to bottom to fix. Problems still with dialogs and flickr store.

Node.js on DUO progress

Returning to this as I got a response to my msg of the forum. Got a bit further.


Monday 18 April 2011

Places

Unable to get kerala working on dojo 1.6. Debuging with CDN not easy. So
installed dojo 1.6 src on readynas and wrote rsync script to install kerala on it.

Sunday 10 April 2011

dojo 1.6

Updated places and playlist code to dojo 1.6.
Also in playlists:
  • set svn:keyword on title to show revision and date
  • removed calls to hosted hookbox which has been down for months now

Saturday 9 April 2011

Installing Nodejs on Readynas duo

 working from https://github.com/joyent/node/wiki/Installation

Failed for lack of a C complier. So tried this which failed at

apt-get install libc6-dev
Tried this

Then try apt-get upgrade again, apt-get -f install back and forth until only the package that has the error is left.


A lot of scary messages later.. no progress
Setting up apache-common (1.3.33-6sarge3) ...
addgroup: The group `www-data' already exists.
dpkg: error processing apache-common (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 apache-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

Realise this is all a bit dangerous
 Please remember, do not replace the libc6 package! I haven't try that, but I guess it will brick the system if tried.
apt-get install libssl-dev
...
Unpacking libssl-dev (from .../libssl-dev_0.9.8g-10_sparc.deb) ...
Setting up apache-common (1.3.33-6sarge3) ...
addgroup: The group `www-data' already exists.
dpkg: error processing apache-common (--configure):
 subprocess post-installation script returned error exit status 1
Setting up linux-kernel-headers (2.6.17.8ReadyNAS.netgear1) ...
Setting up libc6-dev (2.3.2.ds1-22sarge6.infrant1) ...
Setting up zlib1g-dev (1:1.2.2-4.sarge.2) ...
Setting up libssl-dev (0.9.8g-10) ...
Errors were encountered while processing:
 apache-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

Looking for advice on the readynas forums

Sunday 3 April 2011

More git

Working on servlex examples. switched to giggle as GUI, rabbitCVS has too many issues.
git remote add locker git-apb@free1.projectlocker.com:webservlex.git
Also interesting Using Git to manage a web site