From 3ae017e9af6f2ea7b43a89799b98da8ebf112fd2 Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Thu, 22 Mar 2012 14:57:36 -0400 Subject: [PATCH] Corrected the 2.0 OSRF installation testing section so that it uses the correct OS account addresses LP bug 863641 https://bugs.launchpad.net/evergreen/+bug/863641 --- admin/serversideinstallation_2.0.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/serversideinstallation_2.0.xml b/admin/serversideinstallation_2.0.xml index 63a9666..7b0a7bb 100644 --- a/admin/serversideinstallation_2.0.xml +++ b/admin/serversideinstallation_2.0.xml @@ -784,13 +784,13 @@ Test connections to OpenSRF Once you have installed and started OpenSRF, as the - root user test your connection to + opensrf user test your connection to OpenSRF with the srfsh utility and try to call the add method on the OpenSRF math service: - # as the root user: + # as the opensrf user: /openils/bin/srfsh srfsh# request opensrf.math add 2 2 -- 2.11.0