Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: jim on January 09, 2022, 04:15:30 PM

Title: Corepure64 12.0 nfs-utils
Post by: jim on January 09, 2022, 04:15:30 PM
I had a problem with nfs-utils in that the .info says it requires filesystems-KERNEL which is not in the .dep list and also mentions ipv6-KERNEL which does not seem to exist at all.

Manually loading filesystems-KERNEL allows me to try to start the server
The startup script /usr/local/etc/init.d/nfs-server does not start all of nfs
It dumps a bunch of errors:
rpc.mountd: svc_tli_create could not open connection for udp6
rpc.mountd: svc_tli_create could not open connection for tcp6
rpc.mountd: svc_tli_create could not open connection for udp6
rpc.mountd: svc_tli_create could not open connection for tcp6
rpc.mountd: svc_tli_create could not open connection for udp6
rpc.mountd: svc_tli_create could not open connection for tcp6
nfs-server utilities are started.

But does not work, after manually running /usr/local/sbin/rpc.nfsd it appears to work and I can mount the drives on another machine
Title: Re: Corepure64 12.0 nfs-utils
Post by: Rich on January 09, 2022, 04:38:40 PM
Hi jim
I had a problem with nfs-utils in that the .info says it requires filesystems-KERNEL which is not in the .dep list ...
The  filesystems-KERNEL  dependency is only required for server use, not client, so it is considered to be optional.
For the IPv6 errors, install  ipv6-netfilter-5.10.3-tinycore64.tcz.  I'll update the  .info  file to reflect that.
Title: Re: Corepure64 12.0 nfs-utils
Post by: Rich on January 09, 2022, 05:14:55 PM
Hi jim
... after manually running /usr/local/sbin/rpc.nfsd it appears to work and I can mount the drives on another machine
The  /usr/local/etc/init.d/nfs-server  script does try to start  /usr/local/sbin/rpc.nfsd.  I suspect it will suceed after
you install  ipv6-netfilter-5.10.3-tinycore64.tcz.

I updated the  .info  file to clarify the dependency requirements:
http://tinycorelinux.net/12.x/x86_64/tcz/nfs-utils.tcz.info

Thank you for reporting this.