Re: Unable to Mount NFS Share RPC Timeout

2024-08-04 Thread void
, which just keeps coming until I stop the connection attempt: mount_nfs: bad MNT RPC: RPC: Timed out I have tried many variations of the mount and all fail with the same error. Whether I use doas or as root there is no change. mount

Unable to Mount NFS Share RPC Timeout

2024-08-03 Thread Aric Gregson
: mount_nfs: bad MNT RPC: RPC: Timed out I have tried many variations of the mount and all fail with the same error. Whether I use doas or as root there is no change. mount host:/mnt/share /mnt/nfs mount_nfs host:/mnt/share /mnt/nfs

Re: rpc

2024-03-21 Thread Gustavo Rios
how to replace nfs ? Em qua., 20 de mar. de 2024 às 19:27, Alexis escreveu: > Gustavo Rios writes: > > >> NFS/NIS/AMD are very old technology and are not robust. > > > > How to replace NIS ? > > Perhaps an LDAP implementation, e.g. OpenLDAP? > https://www.openldap.org/ > > > Alexis. > -- The

Re: rpc

2024-03-20 Thread Dan
If the latency of the web technologies are fine, I guess someone will point out: NextCloud Indeed is an allroundtheclock solution. If you need something custom, on premised, with the messaging on the top I can also think to go over my https://homomm.5mode-foss.eu and shape its intranet facilitie

Re: rpc

2024-03-19 Thread Gustavo Rios
Em qua., 20 de mar. de 2024 às 01:44, Geoff Steckel escreveu: > On 3/20/24 00:06, Gustavo Rios wrote: > > Hi folks! > > > > I wonder if nis/nfs/amd a good choice for sharing information and data > > in a heterogeneous environment? > > If not how to replace these technologies > > > > Thanks a lot.

rpc

2024-03-19 Thread Gustavo Rios
Hi folks! I wonder if nis/nfs/amd a good choice for sharing information and data in a heterogeneous environment? If not how to replace these technologies Thanks a lot. Gustavo -- The lion and the tiger may be more powerful, but the wolves do not perform in the circus

Re: stuck on configuring netboot raspberry pi from an openbsd VM : RPC time for server 192.168.0.255

2023-02-08 Thread Sandeep Gupta
to contact the tftp/dhcp server and > > download the bsd kernel and boot up > > However, just before (or while) mounting nfs shares as root I get the > > RPC > > timeout error. > > > > ``` > > nfs_boot: using interface bse0 with revarp & bootparams > >

Re: stuck on configuring netboot raspberry pi from an openbsd VM : RPC time for server 192.168.0.255

2023-02-08 Thread j
I have configured "/etc/dnsmasq", "/etc/ethers", "/etc/hosts", and "/etc/exports" and "/etc/bootparams". The PXE boot in UEFI boot is able to contact the tftp/dhcp server and download the bsd kernel and boot up However, just before (or while) m

stuck on configuring netboot raspberry pi from an openbsd VM : RPC time for server 192.168.0.255

2023-02-06 Thread Sandeep Gupta
UEFI boot is able to contact the tftp/dhcp server and download the bsd kernel and boot up However, just before (or while) mounting nfs shares as root I get the RPC timeout error. ``` nfs_boot: using interface bse0 with revarp & bootparams RPC timeout for server 192.168.0.255 ``` In an

Re: openbsd rpc behavior

2019-09-12 Thread Otto Moerbeek
On Thu, Sep 12, 2019 at 09:12:29AM -0300, Gustavo Rios wrote: > I am writing a program to query my portmap server. > I am using the getport routine. The parameters i am using is > > program = 10 > version = 3 > protocol = 17 > > And it returns the port 111. > > But when i change version

openbsd rpc behavior

2019-09-12 Thread Gustavo Rios
I am writing a program to query my portmap server. I am using the getport routine. The parameters i am using is program = 10 version = 3 protocol = 17 And it returns the port 111. But when i change version from 3 to, say, 10 It stills returns port 111. Should not it return another value

RPC and filtering

2013-12-18 Thread Zé Loff
Hi everyone TL,DR: pf between NFS server and clients - how to let the appropriate traffic pass? My NFS server and its clients live on different subnets, with a box doing the routing and the filtering in between. Since I'm filtering traffic between subnets and both mountd and nlockmgr get random p

Re: NFS : RPC: Program not registered

2012-01-19 Thread Otto Moerbeek
; > running, and showmount shows an export but on the client when I get to the > > > line in the faq > > > > > > # mount -t nfs 10.0.0.1:/work /mnt > > > > > > and adapt it to the setup I have here I get the message > > > > > > RP

Re: NFS : RPC: Program not registered

2012-01-19 Thread lilit-aibolit
the faq # mount -t nfs 10.0.0.1:/work /mnt and adapt it to the setup I have here I get the message RPC: Program not registered I did a bit of searching but couldnb t find anything for OpenBSD about this. Everything else in the faq has worked fine. What am I doing wrong? You need to start

Re: NFS : RPC: Program not registered

2012-01-19 Thread Jan Stary
; line in the faq > > > > # mount -t nfs 10.0.0.1:/work /mnt > > > > and adapt it to the setup I have here I get the message > > > > RPC: Program not registered > > > > > > I did a bit of searching but couldnb t find anything for OpenBSD

Re: NFS : RPC: Program not registered

2012-01-19 Thread lilit-aibolit
message RPC: Program not registered I did a bit of searching but couldnbt find anything for OpenBSD about this. Everything else in the faq has worked fine. What am I doing wrong? Giridhari . try mount without "-t nfs" also be sure /mnt is created on clinet also try "sudo mount"

Re: NFS : RPC: Program not registered

2012-01-19 Thread David Coppa
t; > and adapt it to the setup I have here I get the message > > RPC: Program not registered > > > I did a bit of searching but couldnb t find anything for OpenBSD about this. > Everything else in the faq has worked fine. > What am I doing wrong? You need to start portmap on the clients

NFS : RPC: Program not registered

2012-01-19 Thread Giridhari
HELO. I am following http://openbsd.org/faq/faq6.html#NFS and have the server running, and showmount shows an export but on the client when I get to the line in the faq # mount -t nfs 10.0.0.1:/work /mnt and adapt it to the setup I have here I get the message RPC: Program not registered I

Re: Trying to set diskless(8) -- hanging in "RPC timeout for server"

2010-05-13 Thread Miod Vallat
> I'm trying to set up my server for diskless boots, as described > in the diskless(8) manpage (at the moment, more or less mostly as > an academic exercise, but I was planning to take my oldish > laptops to some use this way). [...] > I have already tried to have tcpdump have a look at what's go

Broadcast behavior in 4.7 [Was: Re: Trying to set diskless(8) -- hanging in "RPC timeout for server"]

2010-05-11 Thread Pascal Lalonde
I just happened to run into the same issue right after upgrading to 4.7 (however, you mention 4.6, so I'm uncertain we're dealing with the same cause). Basically, the issue I'm seeing is that portmap/rpc.bootparamd don't see the incoming packets for 172.16.255.255 (my own network being 172.16.5.0/

Re: Trying to set diskless(8) -- hanging in "RPC timeout for server"

2010-05-11 Thread Stefan Unterweger
* Fred Crowson on Tue, May 11, 2010 at 10:43:09PM +0100: > What does your dhcpd.conf look like on your server? I have several subnets served via DHCP, so I have reported only the relevant one together with the global options: | server-name "Neu-Sorpigal"; | option domain-name "intranet.aleturo.co

Re: Trying to set diskless(8) -- hanging in "RPC timeout for server"

2010-05-11 Thread Fred Crowson
etup > only rarpd and nfs. > > However, when I now try to get the client actually to boot from > this setup, it fails quite miserably when trying to mount the > root filesystem via NFS. The kernel just hangs forever, printing > "RPC timeout for server 172.23.255.255 (0xac17)

Trying to set diskless(8) -- hanging in "RPC timeout for server"

2010-05-10 Thread Stefan Unterweger
quite miserably when trying to mount the root filesystem via NFS. The kernel just hangs forever, printing "RPC timeout for server 172.23.255.255 (0xac17) prog 10". After some research, I came up with an old posting from misc (http://archives.neohapsis.com/archives/openbsd/2004-01/

Re: Microsoft SP1 RPC traffic (Active Directory issues)

2006-04-20 Thread Brian A. Seklecki
On Thu, 20 Apr 2006, James Mackinnon wrote: Good day everyone Recently, I installed SP1 on some domain controllers and ran into an issue where microsoft changed rpc data with SP1 and firewalls such as microsofts own ISA server as well as checkpoint have started to randomly block this data

Microsoft SP1 RPC traffic (Active Directory issues)

2006-04-20 Thread James Mackinnon
Good day everyone Recently, I installed SP1 on some domain controllers and ran into an issue where microsoft changed rpc data with SP1 and firewalls such as microsofts own ISA server as well as checkpoint have started to randomly block this data. They have both offered up a fix for the issue, but

Re: asynchronous RPC mechanism

2006-03-22 Thread Hannah Schroeter
Hello! On Wed, Mar 22, 2006 at 01:21:06PM -0300, Gustavo Rios wrote: >Dear folks, >i have choosen openbsd as my plataform of choice for deploying a >service that will have to handle RPC processing in an asynchronous >fashion. I got surprised when i see that the RPC library that

asynchronous RPC mechanism

2006-03-22 Thread Gustavo Rios
Dear folks, i have choosen openbsd as my plataform of choice for deploying a service that will have to handle RPC processing in an asynchronous fashion. I got surprised when i see that the RPC library that comes with OpenBSD does not support Async processing. I tried to build my own routine and

Re: openbsd & rpc/xdr

2005-07-27 Thread Gustavo Rios
Thanks Stephen. On 7/27/05, Stephen Marley <[EMAIL PROTECTED]> wrote: > On Wed, Jul 27, 2005 at 10:55:51AM -0300, Gustavo Rios wrote: > > I did not meant alternatives to RPC approach? i mean alternatives to > > the standard implementation code of rpc. > > > > I do

Re: openbsd & rpc/xdr

2005-07-27 Thread Stephen Marley
On Wed, Jul 27, 2005 at 10:55:51AM -0300, Gustavo Rios wrote: > I did not meant alternatives to RPC approach? i mean alternatives to > the standard implementation code of rpc. > > I don't feel like considering (as you self said) garbage like corba, > rx, rxml-rpc > >

Re: openbsd & rpc/xdr

2005-07-27 Thread Ian Delahorne
Do you have any other suggestions where i could download alternatives for rpc? corba, rx, xml-rpc they all suck, just in different ways. /ian

Re: openbsd & rpc/xdr

2005-07-27 Thread Gustavo Rios
I did not meant alternatives to RPC approach? i mean alternatives to the standard implementation code of rpc. I don't feel like considering (as you self said) garbage like corba, rx, rxml-rpc I am considering rpc/xdr but a different code implementation. Thanks for your reply. On 7/

Re: openbsd & rpc/xdr

2005-07-27 Thread Edd Barrett
> 0) Functions return 1 for success and 0 for failure (i don't like that); Surely thats too trivial to hold a preference to? Most languages do it this way though.

Re: openbsd & rpc/xdr

2005-07-27 Thread Gustavo Rios
0 for failure (i don't like that); 1) too many function call between the caller and the real funcionality; 2) function names are to big. Do you have any other suggestions where i could download alternatives for rpc? thanks. On 27 Jul 2005 07:51:52 +0200, Artur Grabowski <[EMAIL PROTECTED]>

Re: openbsd & rpc/xdr

2005-07-26 Thread Artur Grabowski
Gustavo Rios <[EMAIL PROTECTED]> writes: > Hey folks, > > i am doing efforts in order to learn about xdr/rpc. So, i decided to > read some code in src/lib/libc/rpc. I found it to be a little heavy, > cause there too many function invocation overhead between the caller >

openbsd & rpc/xdr

2005-07-26 Thread Gustavo Rios
Hey folks, i am doing efforts in order to learn about xdr/rpc. So, i decided to read some code in src/lib/libc/rpc. I found it to be a little heavy, cause there too many function invocation overhead between the caller and the "real" function that do the job. So, i wonder if anybod