Lotus Notes 8.5 Beta on Ubuntu

I installed the 8.5 beta this AM onto Ubuntu 8.04 aka Hardy Heron. This is a development environment, so I “merely” uninstalled 8.0.1 and installed 8.5 over the same data directory.

The beta code works well, and appears to be somewhat quicker than the 8.0.1 code.

I did see one problem - when I attempted to paste a 60 KB .PNG image into an email - Notes popped up a “NSD is running” dialogue box which appeared to do nothing.

When I attempted to kill Notes using the NSD.SH script, the script appeared to loop with the following message being displayed: -

/opt/ibm/lotus/notes/nsd.sh: line 169: s;[()]; ;g: command not found

/opt/ibm/lotus/notes/nsd.sh: line 169: {print substr($2,1,32);}: command not found

ad infinitum.

I was running this as “root”, having used sudo bash before running nsd.sh.

It’s not 100% clear why the NSD.SH fails to run. Here’s the offending line 75: -

$Whereis -b -B $path -f $1 | $Awk ‘{print $2}’

Am I missing something obvious ?

PS I couldn’t reproduce the original symptom e.g. pasting a .PNG file :slight_smile:

Regards

Dave Hay

david_hay@uk.ibm.com

Subject: Recreation of NSD.SH problem

a) Open BASH as “root” → $ sudo bashb) Change to the data directory → $ cd /home/hayd/lotus/notes/data

c) Run the NSD script for info → $ /opt/ibm/lotus/notes/nsd.sh -info

Enjoy !

Subject: nsd.sh on Ubuntu

thanks for reporting this issue, we have fix for this and it will be included in our next release

Subject: NSD.SH problem

the problem is $awk, try to install or update gawk