Re: Some NFS clients won't mount

2023-01-01 Thread vitmau...@gmail.com
Theo helped solve my main concern. In my mind, I was kinda comparing NFS and HTTP: no one requires a browser (which is essentially a HTTPclient) to be run as root, so why require a NFS client to be run this way? But the point is that we have securely written HTTP servers, so we don't need to be so

Re: Some NFS clients won't mount

2023-01-01 Thread Theo de Raadt
vitmau...@gmail.com wrote: > I did some tests and I'm now pretty sure the problem revolves around > the point naddy made: Kodi and VLC try to mount my NFS share through a > non-privileged port. As both Kodi and VLC use the same NFS client > library (libnfs), I tried to find out a bit more about h

Re: Some NFS clients won't mount

2022-12-31 Thread vitmau...@gmail.com
I did some tests and I'm now pretty sure the problem revolves around the point naddy made: Kodi and VLC try to mount my NFS share through a non-privileged port. As both Kodi and VLC use the same NFS client library (libnfs), I tried to find out a bit more about how it works. According to its readme,

Re: Some NFS clients won't mount

2022-12-30 Thread Bodie
On Fri Dec 30, 2022 at 3:59 PM CET, vitmau...@gmail.com wrote: > Thank you guys for the tips. I think naddy is right, which means I was > wrong in thinking that I finally had a doubt that couldn't be solved > by OpenBSD's manuals. I'll do some tests and report back on this > thread soon. Don't for

Re: Some NFS clients won't mount

2022-12-30 Thread vitmau...@gmail.com
Thank you guys for the tips. I think naddy is right, which means I was wrong in thinking that I finally had a doubt that couldn't be solved by OpenBSD's manuals. I'll do some tests and report back on this thread soon. Best, Vitor Em qui., 29 de dez. de 2022 às 16:55, Christian Weisgerber escreve

Re: Some NFS clients won't mount

2022-12-29 Thread Christian Weisgerber
"vitmau...@gmail.com": > My /var/log/daemon regarding the issue: > mountd[91001]: Refused mount RPC from host 192.168.1.4 port 57264 The client's mount request didn't come from a reserved port, i.e. <1024. OpenBSD's mountd(8) does not accept this. -- Christian "naddy" Weisgerber

Re: Some NFS clients won't mount

2022-12-29 Thread Łukasz Moskała
W dniu 29.12.2022 o 17:29, vitmau...@gmail.com pisze: I have a NFS share on OpenBSD with a Windows 10 and a FireOS clients (through VLC and Kodi). Windows 10 mounts the NFS share without issue, but the Fire OS can't mount it either through VLC or Kodi. Before moving to OpenBSD I had a NFS share o

Some NFS clients won't mount

2022-12-29 Thread vitmau...@gmail.com
I have a NFS share on OpenBSD with a Windows 10 and a FireOS clients (through VLC and Kodi). Windows 10 mounts the NFS share without issue, but the Fire OS can't mount it either through VLC or Kodi. Before moving to OpenBSD I had a NFS share on Fedora 34 and all my systems could mount it. I've fou