WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: solution for "RPC: Unknown protocol" error message  (Read 5144 times)

Offline majbthrd

  • Newbie
  • *
  • Posts: 11
solution for "RPC: Unknown protocol" error message
« on: March 05, 2010, 11:03:41 AM »
For anyone who ran into the same problem that I did:

When trying to run a VXI-11 client (VXI-11 is a test equipment protocol that uses RPC) under Tiny Core, I got the following error message:

RPC: Unknown protocol

It seems that RPC functionality depends upon the /etc/protocols file being present to indicate what the IANA protocol numbers are for TCP and UDP.

The workaround was to remaster tinycore.gz (as described in the Wiki) to include /etc/protocols (which is a text file ~2kbytes in size found in many Linux distributions).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: solution for "RPC: Unknown protocol" error message
« Reply #1 on: March 05, 2010, 11:22:37 AM »
Hmm, shouldn't need a remaster, an extension of iana-etc could do. Added on my todo list, unless someone else gets one done first.
The only barriers that can stop you are the ones you create yourself.