Questions tagged [rpc]

a remote procedure call (RPC) is an inter-process communication that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction

11 questions
2
votes
1 answer

Armitage won't start: parse error

I installed Armitage along with Metasploit and Postgresql but Armitage is not connecting. Starting Postgresql works fine sudo service postgresql start * Starting PostgreSQL 9.3 database server [ OK ] Metasploit is working…
Halnex
  • 133
  • 2
  • 5
2
votes
1 answer

Debugging RPC Authentication Error from showmount

I have an NFS server which exposes a couple of shares to the local network. It's been up and running for nearly the last year, and I've been using it just about every other day. Today, however, I attempted to mount my share to my laptop after work,…
amateurece
  • 41
  • 1
  • 6
1
vote
5 answers

Fatal error: rpc/rpc.h: No such file or directory

I am trying to install Snort on Ubuntu 21.04 from source files as per instructions on the Snort website. I have followed videos on Youtube and got past a number of issues, but I am stuck at: sp_rpc_check.c:32:10: fatal error: rpc/rpc.h: No such file…
omboidal
  • 11
  • 1
  • 1
  • 5
0
votes
1 answer

What does unmet dependencies mean?

I need to install php5-xmlrpc, but I see this result: apt-get install php5-xmlrpc --fix-missing . . . The following packages have unmet dependencies: php5-xmlrpc : Depends: php5-common (= 5.6.4+dfsg-4ubuntu6.4) but 5.6.11+dfsg-1ubuntu3.4 is to be…
Saeed
  • 111
  • 5
0
votes
1 answer

Getting Permission denied when trying to setup rTorrent with lighttpd

I want to create locally a rTorrent RPC server. I installed rTorrent, here is ~/.rtorrent.rc download_rate = 500 #upload_rate = 150 directory = ~/torrent/data session = ~/torrent/session port_range = 6881-6999 port_random = no check_hash =…
Vinz243
  • 51
  • 7
0
votes
1 answer

JAVA RPC server is not working in Ubuntu 10.04 Server Edition

I am facing this weird problem. I have started a RPC server from my Java program in Ubuntu 10.04 server. But unfortunately I can not access this RPC! The port number at which the RPC is started is a free one. Any idea?
0
votes
1 answer

Unexpected termination of pods

I have created a fresh charmed cluster using Juju bundle: Kubernetes Calico #884 Running kubectl commands like kubectl logs -f, the terminal connection disconnects with error: rpc error: code = Unavailable desc = connection error: desc =…
Viral
  • 1
0
votes
1 answer

How to fix "error: cannot find symbol import io.vertx.core.json" Vertx

I followed these steps to install Vert.x on my machine. Intall OpenJDK : sudo apt-get install openjdk-8-jdk Test java installation: java -version which is giving me 3 outputs: openjdk version "1.8.0_242" OpenJDK Runtime Environment (build…
LoukMouk
  • 255
  • 1
  • 6
  • 16
0
votes
0 answers

Is it possible for someone to explain / let me know why this machine has rpcbind enabled? Do I need it?

root@SRV-1 ~ #rpcinfo program version netid address service owner 100000 4 tcp6 ::.0.111 portmapper superuser 100000 3 tcp6 ::.0.111 portmapper superuser 100000 4 udp6 …
0
votes
1 answer

Where can I find a version of rpcgen that has MT auto mode?

Oracle's own documentation about rpcgen states that it has an -A flag which turns on MT auto mode in the generated code. But on Ubuntu 16.04 LTS, rpcgen does not appear to have this option. Does anybody know where to find a version for Linux which…
DeepDeadpool
  • 423
  • 6
  • 14
-7
votes
1 answer

bitcoin:// URI handling

I run bitcoin-qt all the time, so I set the browser to handle bitcoin:// URI with bitcoin-qt. Unfortunately that causes a new instance to be started, which fails coz it fails to get a lock on the database. What's the best way to do this? I have…
harrym
  • 1