Hi,
I am running an RPC call clnt_create("localhost", GET_PRESET,
ADD_VERS, "udp") in my C++ program. It gets an error of "localhost:
RPC: Program not registered". Does anyone know what I was missing?
Thank you.
Kind Regards,
Jim
--
To UNSUBSCRIBE, email to [EM
On Wednesday 22 October 2003 11:52, Clive Menzies wrote:
[...]
> > > so nice to try to get at the work I've been doing mentime on my laptop
> > > by an nfs mount and to get: RPC: Program not Registered
[...]
> You might want to look at:
> file:/usr/share/doc/HOWTO/en-
On (22/10/03 04:20), Alex Malinovich wrote:
> Date: Wed, 22 Oct 2003 04:20:24 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: RPC: Program not Registered
> From: Alex Malinovich <[EMAIL PROTECTED]>
>
> On Wed, Oct 22, 2003 at 11:07:55AM +0200, Richard Lyons wrote:
&g
s mount and to get:
> RPC: Program not Registered
> Being more or less a dork about networks, I don't know what to do about it,
> and googling hasn't produced the expected enlightenment. So all help
> gratefully received...
It would be useful to have a bit more in
Nice to be back with a broadband connexion and to be able to re-subscribe to
my favourite list (even if only for a few weeks). Not so nice to try to get
at the work I've been doing mentime on my laptop by an nfs mount and to get:
RPC: Program not Registered
Being more or less a dork
On 2003.03.12 23:18 Alfredo J. Cole wrote:
Check and make sure the RH server is in fact exporting the directory
you are
mounting.
Regards.
The RH server has the drive in its /etc/exports file, should it be
anywhere else?
RH server /etc/exports
/dev/jaz 192.168.0 (rw)
and in fstab on debian
192.
El Mié 12 Mar 2003 16:52, Paul Lewis escribió:
> Hi,
>
> I am trying to mount a remote partition on my debian box, the
> server is a rh box. As root whenever I enter mount /jaz I get the
> following error,
>
> mount: RPC: program not registered.
>
> having had a br
Hi,
I am trying to mount a remote partition on my debian box, the
server is a rh box. As root whenever I enter mount /jaz I get the
following error,
mount: RPC: program not registered.
having had a brief look at man mount there is something about des, the
only thing I can think would need
On Wed, Nov 13, 2002 at 08:29:15PM -, Pete Clarke wrote:
> Hi there,
>
> I am trying to set up a file server (not a hard task you would think!) ..
> Samba works fine, but for some reason, everytime I try to share some dirs
> via NFS I get the error message:
>
>
Hi there,
I am trying to set up a file server (not a hard task you would think!) ..
Samba works fine, but for some reason, everytime I try to share some dirs
via NFS I get the error message:
RPC: Program not registered
from the mount command!
Does anyone know what is going on there
Hello all,
I'm trying to run a nfs system, mounting two remote partitions on each
computer at boot time. Every computer except one is working
perfectly. The offender prints
mount: RPC: Program not registered
when I try to mount the filesystem. This sounds like something really
trivial,
14 Jan 2000, Luiz Alcoforado wrote:
luizos >>
luizos >>laea >I am getting the message : mount: RPC: Program not registered
luizos >>laea >And I do not have nfs under init.d
luizos >>laea >What could be wrong ?
luizos >>laea >Thank you.
luizos >>laea >
forado wrote:
>
>laea >I am getting the message : mount: RPC: Program not registered
>laea >And I do not have nfs under init.d
>laea >What could be wrong ?
>laea >Thank you.
>laea >
>laea >
>laea >
>laea >
>laea >
>lae
sounds like something is trying to access rpc services and no rpc services
are running..
where do you see the message?
nate
On Fri, 14 Jan 2000, Luiz Alcoforado wrote:
laea >I am getting the message : mount: RPC: Program not registered
laea >And I do not have nfs under init.d
laea >W
I am getting the message : mount: RPC: Program not registered
And I do not have nfs under init.d
What could be wrong ?
Thank you.
Ben Frame <[EMAIL PROTECTED]> writes:
> I've got a new debian 2.1 install... and when I try to use
> the mount command, I get:
>
> mount: RPC: Program not registered
>
> I've never seen this before and don't know what it means.
> I've got NF
Ben Frame wrote:
>
> I've got a new debian 2.1 install... and when I try to use
> the mount command, I get:
>
> mount: RPC: Program not registered
>
What is the exact mount command you issuing? If you trying to mount an
NFS volume, maybe the host you are trying to co
I've got a new debian 2.1 install... and when I try to use
the mount command, I get:
mount: RPC: Program not registered
I've never seen this before and don't know what it means.
I've got NFS and IPX installed into the kernel. If anyone
has suggestions I would really
Look at the replies to "NFS Simple Question" posted above --
it looks like the same problem.
Joe
>
>
> When I try to mount an nfs export, I get the message:
>
> mount: RPC: Program not registered
>
> for example, something like
>
> mount eyry
When I try to mount an nfs export, I get the message:
mount: RPC: Program not registered
for example, something like
mount eyry.econ.iastate.edu:/mountabledirectory mountpoint -t nfs
yields this result.
I don't see anything in the manpages or /usr/doc that's useful here.
rick
--
[EMAIL PROTECTED] wrote:
> If everything worked fine, you will need to configure /etc/hosts.allow
> on host kilu .
It did - and although the /etc/hosts.allow files were equivalent on
both machines, I found that changing "ALL: ALL" to "ALL: PARANOID" (as
it was on host judy) on host kilu so
Go to host judy and check if you can mount directories from kilu:
% mount -o mountport=773 kilu:/ /mnt
If everything worked fine, you will need to configure /etc/hosts.allow
on host kilu .
NOTE:
The number 773 above corresponds to the info you posted earlier, but
the port of mountd
mount clntudp_create: RPC: Program not registered
As far as I can tell the configuration on both sides is equivalent:
kilu:/etc/exports:
/ judy (ro)
judy:/etc/exports:
/ kilu (ro)
kilu: ps -axu | grep rpc:
daemon 118 0.0 0.7 832 368 ? S 21:25 0:00 /usr/sbin/rpc.portm
root 167 0.0 0.9
Hi,
I'm having this message when trying to mount an exported fs.
Both machines are Debian, running almost same versions.
Does somebody have a hint about this?
The fs was mounted once and work for long time. After the last
power fail I can't mount it anymore.
Terrence M. Brannon wrote:
>
> "Jens B. Jorgensen" <[EMAIL PROTECTED]> writes:
>
> >
> > Terrence M. Brannon wrote:
> > >
> > > I get the above error on my Debian system when I try to mount NFS
> > > disks on a Solaris system.
> > >
> > > How can I possibly fix this?
> >
> > Are you sure rpc.moun
"Jens B. Jorgensen" <[EMAIL PROTECTED]> writes:
>
> Terrence M. Brannon wrote:
> >
> > I get the above error on my Debian system when I try to mount NFS
> > disks on a Solaris system.
> >
> > How can I possibly fix this?
>
> Are you sure rpc.mountd and nfsd are running on the remote system?
>
Terrence M. Brannon wrote:
>
> I get the above error on my Debian system when I try to mount NFS
> disks on a Solaris system.
>
> How can I possibly fix this?
Are you sure rpc.mountd and nfsd are running on the remote system?
Try 'rpcinfo -p slowlaris-system'. You should see mountd and nfsd
in t
I get the above error on my Debian system when I try to mount NFS
disks on a Solaris system.
How can I possibly fix this?
--
oo Sending unsolicited commercial e-mail (UCE) to this address
Legal Notice is indication of your consent to pay me $120/hour for 1 hour
oo mini
Hi Michel, You wrote:
Michel>
Michel> Hello,
Michel>
Michel> I get these strange errors all the time. I can't figure out
Michel> what they are. I get them when I try to mount a NFS drive of
Michel> start a FTP session etc..
Michel>
Michel> The errors are:
Mich
Hello,
I get these strange errors all the time. I can't figure out what they
are. I get them when I try to mount a NFS drive of start a FTP session
etc..
The errors are:
clnttcp_create: RPC: program not registered
clntudp_create: RPC: program not registered
Can anybody tell me what to do
What's this message? Do you have an idea? It happens with 2.0.12 when
I connect using UUCP, and I have the following messages logged too:
uucico fdn daemon (1996-08-12 19:05:15.82 569) ERROR: Line disconnected
uucico fdn - (1996-08-12 19:05:15.89 569) ERROR: write: I/O error
uucico fdn - (1996-08-
31 matches
Mail list logo