Changes between Initial Version and Version 1 of Ticket #16924


Ignore:
Timestamp:
Apr 19, 2021, 7:57:35 PM (3 years ago)
Author:
TCH68k
Comment:

Original title was false alarm due to erroneous instructions, please rename accordingly.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16924 – Description

    initial v1  
    55Tested from Solaris 10 and from localhost self-mountinf, it's working.
    66
    7 Under Haiku Beta 2 (AMD64), if i do
     7I've mounted it under Haiku as
    88{{{
    9 mount_nfs 192.168.10.100:/root /mnt/nfs 100 1000
     9mount -t nfs4 -p 192.168.10.100:/root /mnt/nfs
    1010}}}
    11 i get
    12 {{{
    13 mount failed (General system error)
    14 }}}
    15 in console and
    16 {{{
    17 KERN: nfs: mount(9, <NULL>, 00000000)
    18 KERN: nfs: nfs_params: nfs:192.168.10.100:/root,uid=100,gid=1000,hostname=shredder
    19 KERN: nfs:ip!
    20 KERN: IP:192.168.10.100
    21 KERN: nfs:hn!
    22 KERN: nfs:uid!
    23 KERN: nfs:gid!
    24 KERN: nfs: ip:c0a80a64 server:'192.168.10.100' export:'/root' hostname:'shredder' uid=100 gid=1000
    25 KERN: nfs: mountd at 640aa8c0:41059
    26 KERN: nfs: nfsd at 640aa8c0:2049
    27 KERN: nfs: RPC_PROG_MISMATCH (3,4)nfs: error in nfs_mount: General system error
    28 }}}
    29 in `/var/log/syslog`. I tried to do
    30 {{{
    31 mount -t nfs4 192.168.10.100:/root /mnt/nfs
    32 }}}
    33 (also with `-t nfs3`), but only got
    34 {{{
    35 mount: No such file or directory
    36 }}}
    37 in the console and nothing in the syslog.
     11and that worked, but after i delete an existing file from the server (Linux) side and try to create it on the client (Haiku), then it first reports that it does not exists, then the entire system crashes with kernel panic: [http://oscomp.hu/depot/haiku_kernel_panic.png]
    3812
    3913The topic on Haiku discussion: [https://discuss.haiku-os.org/t/mount-nfs-under-haiku/10655/7]