On 2014-03-02 21:14, Petter Reinholdtsen wrote:
[Pino Toscano]
Attached there is a patch for libtiprc so __rpc_dtbsize falls back on
rlim_cur if rlim_max is unlimited.

I tried this patch on Hurd, and rpcinfo -p is still not working after
I build libtirpc1_0.2.2-5.2_hurd-i386.deb and installed it.  Am I
testing the wrong thing?


root@hurdtest:~# dpkg -i libtirpc1_0.2.2-5.2_hurd-i386.deb
(Reading database ... 50646 files and directories currently installed.)
Preparing to unpack libtirpc1_0.2.2-5.2_hurd-i386.deb ...
Unpacking libtirpc1:hurd-i386 (0.2.2-5.2) over (0.2.2-5.1) ...
Setting up libtirpc1:hurd-i386 (0.2.2-5.2) ...
Processing triggers for man-db (2.6.6-1) ...
Processing triggers for libc-bin (2.18-3) ...
root@hurdtest:~# rpcinfo -p
rpcinfo: can't contact portmapper: RPC: Remote system error -
Operation not supported
root@hurdtest:~# ps -ef|grep rpc
    root   694     1   -  0:00.04 /sbin/rpcbind -w
    root  2002 19709  p0  0:00.00 grep rpc
root@hurdtest:~# /etc/init.d/rpcbind restart
[ ok ] Stopping rpcbind daemon....
[ ok ] Starting rpcbind daemon....
root@hurdtest:~# ps -ef|grep rpc
    root  2031     1   -  0:00.01 /sbin/rpcbind -w
    root  2053 19709  p0  0:00.00 grep rpc
root@hurdtest:~# rpcinfo -p
rpcinfo: can't contact portmapper: RPC: Remote system error -
Operation not supported
root@hurdtest:~#

I said earlier that unix sockets are not working yet, so you might try:
  # rpcinfo -p 127.0.0.1
(or whatever is the IP address of the service)

--
Pino Toscano


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to