Thanks, Daniel.
I was skipping over the md5sum errors (I already had it installed, but under Solaris it becomes gmd5sum - a quick symlink sorted it out) because I thought the awk errors were quite serious.
Should've looked a bit closer before posting because it turns out, again, to be another Linux-biased script ...
Lines 135 and 136 in /usr/local/lib64/openser/openserctl/openserctl.base need the space removing before the @ sign. Solaris awk does not allow whitespace before the parameter.
After sorting that out and symlinking gmd5sum, the add user script worked and I can now register a SIP User Agent - which is a great leap fwd ...
Many thanks,
Peter.
Hello,
On 08/14/06 20:08, peter.3.edwards@bt.com wrote:
yes, it was fixed in the past, but I reintroduced by mistake with the new version of openserctl. It was reported on bug tracker as well and it is now fixed on CVS (both head and rel_1_1_0 branches).
You can use the /usr/local/etc/openser/openserctlrc (or ~/.openserctlrc) to set the AWK variable to the appropriate path to gmd5sum. Most of the tool used inside openserctl can be set via env variables.
Cheers, Daniel
Many thanks,
Peter.