Author Topic: nfs client  (Read 2670 times)

Offline bellad

  • Jr. Member
  • **
  • Posts: 65
nfs client
« on: November 17, 2014, 08:59:45 AM »
hello,
i try nfs client , but error
Code: [Select]
/usr/local/sbin/sm-notify: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
/usr/local/sbin/rpc.statd: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
where is libcap.so.2 ?

thank
bellad.flnet.org

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: nfs client
« Reply #1 on: November 17, 2014, 09:06:00 AM »
Where is it from? Which version? Did you build from source or downloaded from the repo? Which piCore version are you running?

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bellad

  • Jr. Member
  • **
  • Posts: 65
Re: nfs client
« Reply #2 on: November 17, 2014, 09:09:06 AM »
i download with tce : search  etc.. repo
how to see a version , because i connect with putty ?
thank
bellad.flnet.org

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: nfs client
« Reply #3 on: November 17, 2014, 09:15:27 AM »
i download with tce : search  etc.. repo
how to see a version , because i connect with putty ?
thank

When you searched fot the app with tce you got .info file displayed. You can do that anytime. Also there is a provide function to find which tcz has libcap.so.2 To make it short:

Code: [Select]
tce -iw libcap.tcz
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bellad

  • Jr. Member
  • **
  • Posts: 65
Re: nfs client
« Reply #4 on: November 17, 2014, 09:22:04 AM »
ok , thank you for
Code: [Select]
tce -iw libcap.tczbut i think version tinycore

now i :

root@box:/usr/local/etc/init.d# ./nfs-client start
/usr/local/sbin/sm-notify: invalid option -- 'q'
Usage: sm-notify -notify [-dfq] [-m max-retry-minutes] [-p srcport]
            [-P /path/to/state/directory] [-v my_host_name]
Starting nfs client utilities.
root@box:/usr/local/etc/init.d#
« Last Edit: November 17, 2014, 09:23:55 AM by bellad »
bellad.flnet.org

Offline bellad

  • Jr. Member
  • **
  • Posts: 65
Re: nfs client
« Reply #5 on: November 19, 2014, 08:31:54 AM »
i not understand
when start
Code: [Select]
./nfs-client starti have error
Code: [Select]
/usr/local/sbin/sm-notify: invalid option -- 'q'
Usage: sm-notify -notify [-dfq] [-m max-retry-minutes] [-p srcport]
            [-P /path/to/state/directory] [-v my_host_name]
Starting nfs client utilities.

after i start manually
   
Code: [Select]
/usr/local/sbin/sm-notify -qis good

why ??
bellad.flnet.org

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 684
Re: nfs client
« Reply #6 on: November 19, 2014, 08:45:11 AM »
Why not try to see the inside of nfs-client.
To see how sm-notify is called.
Maybe nfs-client is only a shell script.

Try to view the file with cat.

Code: (bash) [Select]
cat nfs-client