Skip to main content

Questions tagged [onc-rpc]

ONC RPC (also known as Sun RPC) is a family of networking protocols for remote procedure calls over UDP and TCP

0 votes
0 answers
109 views

I'm trying to dockerize a rpc application I made using C lang and rpcgen, I have the byte executable and everything, I tried a lot of docker os image like ubuntu 22.04/ debian and so on, the ...
ALLAOUA Okba's user avatar
0 votes
1 answer
78 views

On Solaris, I enable nfs4 with those options vim /etc/default/nfs # Sets the minimum version of the NFS protocol that will be registered # and offered by the server. The default is 2. ...
elbarna's user avatar
  • 14.5k
2 votes
0 answers
555 views

On my Debian box I am unable to mount an nfs share on my NAS. The local DNS server returns a link-local address for the NAS (because I have set it that way to prevent doing any configuration changes ...
AlteKiet's user avatar
4 votes
1 answer
3k views

I'm looking at lsof -i output on several Linux servers in our environment and finding that rpcbind opens the usual port 111 in both TCP and UDP protocols, but also opens port 873 UDP for no apparent ...
Mike McManus's user avatar
7 votes
2 answers
5k views

I'm working on an NFS solution for RHEL6.5 clients (all VMs) with RHEL6.5 and RHEL7 hosts. Currently, the RHEL7 host with RHEL6.5 clients works fine. The trouble is with the RHEL6.5 host. These ...
Ungeheuer's user avatar
  • 333
-2 votes
1 answer
3k views

$ rpcinfo program version netid address service owner 100000 4 tcp6 ::.0.111 portmapper superuser 100000 3 tcp6 ::.0.111 ...
Tim's user avatar
  • 107k
-1 votes
1 answer
75 views

$ rpcinfo program version netid address service owner 100000 4 tcp6 ::.0.111 portmapper superuser 100000 3 tcp6 ::.0.111 ...
Tim's user avatar
  • 107k
-3 votes
1 answer
218 views

As indicated in https://en.wikipedia.org/wiki/Remote_procedure_call#Analogues, there are many implementations of RPC. Which RPC implementation does rpcbind apply to? I am using Lubuntu. Thanks.
Tim's user avatar
  • 107k
5 votes
2 answers
7k views

I'm using the kernel command line parameter ipv6.disable=1 in my boot loader (systemd boot) to disable IPv6. However, with that option, I now get these errors in the journal after booting up. Jul 09 ...
MountainX's user avatar
  • 19k
2 votes
1 answer
8k views

I am trying to mount one of NFS volume exported from NetApp storage but getting below error. 10.242.12.24 is my NFS server. I am trying to mount on Suse 11.4 which is my NFS client. mount.nfs: ...
Hitesh Kataria's user avatar
8 votes
2 answers
7k views

My /usr/include contains several files with the .x file extension, such as /usr/include/rpcsvc/rquota.x. They seem like C sources (running file /usr/include/rpcsvc/rquota.x results in C source, ASCII ...
anol's user avatar
  • 835
1 vote
0 answers
83 views

I have a dns server running bind without iptables configuration. Running some scanners with nmap, I found that no root in some high moments ports are open but soon close, and stay in that loop. When I ...
SoabTI's user avatar
  • 111
15 votes
3 answers
94k views

My error is: mount.nfs4: access denied by server while mounting fileserver:/export/path/one My question is: where would the detailed log information be on the server (under systemd)? More ...
MountainX's user avatar
  • 19k