Koozali.org: home of the SME Server

nfs contrib

Offline jameswilson

  • *
  • 833
  • +0/-0
    • Security Warehouse, professional security equipment
nfs contrib
« on: April 04, 2026, 07:33:36 PM »
testing this contrib and its installed fine, uses the legacy panel.
But i cant work out what the share path would be?

[root@sme11-nfs ~]# showmount -e 192.168.12.3
clnt_create: RPC: Program not registered


Offline jameswilson

  • *
  • 833
  • +0/-0
    • Security Warehouse, professional security equipment
Re: nfs contrib
« Reply #1 on: April 05, 2026, 06:15:13 PM »
found the exports hadnt been created. so i performed

Code: [Select]
config setprop nfs status enabled
config setprop portmap status enabled
config setprop nfslock status enabled

signal-event post-upgrade
signal-event reboot


then
Code: [Select]
showmount -e

showed the path infomation etc

path used was

home/e-smith/files/ibays/nfs/files

where the ibay created and shared was 'nfs'

Offline Stefano

  • *
  • 10,904
  • +3/-0
Re: nfs contrib
« Reply #2 on: April 07, 2026, 09:22:29 AM »
found the exports hadnt been created. so i performed

please report it in bugzilla, thank you

Offline Jean-Philippe Pialasse

  • *
  • 2,997
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: nfs contrib
« Reply #3 on: June 08, 2026, 08:45:46 PM »
should be fixed by now. 
I released it in smecontribs.

Issue was service was renamed a while back and a shortcut to the real service name has been there in el7 and removed in el8. 

I simply added one in our package to keep our name scheme.