Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 1997 10:59:04 -0700 (PDT)
From:      ush@netlab.is.tsukuba.ac.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   bin/3221: rpc.rusersd : can't communicate with SunOS 5.x rusers client.
Message-ID:  <199704071759.KAA26961@freefall.freebsd.org>
Resent-Message-ID: <199704071800.LAA27097@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3221
>Category:       bin
>Synopsis:       rpc.rusersd : can't communicate with SunOS 5.x rusers client.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr  7 11:00:01 PDT 1997
>Last-Modified:
>Originator:     Hiroyuki Ushine
>Organization:
Computer Networks Laboratory, Univ of Tsukuba, Japan
>Release:        3.0-970209-SNAP
>Environment:
FreeBSD efreet.netlab.is.tsukuba.ac.jp 3.0-970209-SNAP FreeBSD 3.0-970209-SNAP #0: Mon Mar 31 21:31:37 JST 1997     ush@efreet.netlab.is.tsukuba.ac.jp:/usr/src/sys/compile/EFREET  i386
>Description:
SunOS 5.x "rusers" client(supported rusers protocol 2-3) can communicate with SunOS 4.x(supported 1-2) and OpenBSD(supported 1-3).
But can't communicate with FreeBSD, Linux and other platforms(supported 1-2).

>How-To-Repeat:

>Fix:
I think Sun RPC rusers protocol 2 implementation is different others implementation in detail.
But, I don't know which is bad implementaion.

To Fix this problem, replace OpenBSD 2.0's RPC.
But it's dangerous to merge source-tree, I made rusersd replacement package from OpenBSD 2.0. 

------
[INSTALL]

1) get ftp://jaz.jp.freebsd.org/pub/incoming/PUT-here/rusersd3.tgz
2) extract rusersd3.tgz (tar+gzip)
3) cd rpc.rusersd
4) cd librpcsvc
5) make
6) cd ..
7) make
8) su
9) mv /usr/libexec/rpc.rusersd /usr/libexec/rpc.rusersd.orig
10) install -c -s -o bin -g bin -m 555 rpc.rusersd /usr/libexec
11) edit /etc/inetd.conf
   before: rusersd/1-2     dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
   after:  rusersd/1-3     dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd

12) killall -HUP inetd

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704071759.KAA26961>