About 3,530,000 results
Open links in new tab
  1. What is RPC and why is it so important? - Super User

    Where applicable RPC can be used in all client/server applications based on Windows operating systems. It can also be used to create client and server programs for heterogeneous network …

  2. Server is not configured for RPC - Stack Overflow

    Server is not configured for RPC Asked 7 years, 5 months ago Modified 3 years, 11 months ago Viewed 69k times

  3. REST vs JSON-RPC? - Stack Overflow

    I'm trying to chose between REST and JSON-RPC for developing an API for a web application. How do they compare? Update 2015: I have found REST easier to develop and use for an API …

  4. linux - How do you set a password for transmission-daemon, the ...

    Jun 29, 2015 · While this post already has an accepted answer, I find it worth adding that in Ubuntu the transmission-daemon is actually not stoppable once started. This means that any …

  5. kubernetes - Failed to create pod sandbox: rpc error: code

    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container Asked 4 years, 10 months ago Modified 2 years, 11 months ago Viewed 107k times

  6. How can I check which ports are busy and which ports are free on …

    Is there any command line command or any other way to find and list out the busy and free port numbers on my Linux machine?

  7. error: RPC failed; curl transfer closed with outstanding read data ...

    I ran into the same issue with super slow network speeds causing all sorts of errors when fetching Pods (stuff like RPC failed; curl ... transfer closed with outstanding read data remaining).

  8. NFS mount command failed: Permission denied - Super User

    Nov 14, 2022 · To NFS mount remote directories, you need to run rpcbind, rpc.idmapd, rpc.statd & rpc.mountd on the server. See the man pages for these as well as for exportfs on how to …

  9. rpc - What is the difference between remote procedure call and …

    Jun 12, 2010 · RPC: Remote procedure call (RPC) is an Inter-process communication technology that allows a computer program to cause a subroutine or procedure to execute in another …

  10. How to mount an NFS share on WSL2? - Super User

    Aug 5, 2021 · mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. I'm running Ubuntu 20.04 LTS on …