What Linux version you are using. It's a known issue with SRSS3.1 when run on a non supported Linux versions. The bug 6303775 has been fixed in SRSS3.1.1.
[6303775 utfwload fails in calls to join] Thanks P.S.M.Swamiji Note:These are my personal opinions, nothing to do with my employer Otheus (aka Timothy J. Shelling) wrote:
I don't know why this hasn't come up in the list before. "utfwload" does not work on linux. The problem is the difference in "join" commands on Linux and Solaris. For Linux, you can patch utfwload using this out: --- /opt/SUNWut/sbin/utfwload 2006-12-20 20:15:24.000000000 +0100 +++ /tmp/utfwload 2006-12-20 20:16:32.000000000 +0100 @@ -190,7 +190,7 @@ } ' | sort >$TMP/map3.$$-join -1 2 -2 1 -o "1.1 1.2 1.3 2.2 2.3 2.4 2.5" $TMP/map4.$$ $TMP/map3.$$ | \ +join -j1 2 -j2 1 -o 1.1 1.2 1.3 2.2 2.3 2.4 2.5 $TMP/map4.$$ $TMP/map3.$$ | \$NAWK -v firmware=$firmware -v all=$all -v fwvers="$fwvers" \ -v load=$load -v forceload=$forceload \ -v host=`hostname` '{
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
