[Bug 292884] nfsd causes kernel panic
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292884] nfsd causes kernel panic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 21:37:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292884
--- Comment #30 from Victor Enguita <neimless@me.com> ---
I finally found some time to send you the configuration. (NOTE: I haven't been
able to apply the patch yet):
# NFSSTAT FROM VM NFS CLIENT (Debian)
nfsstat -m
/mnt/bsd from 10.9.1.51:/data/nextcloud
Flags:
rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.9.1.51,mountvers=3,mountport=640,mountproto=udp,local_lock=none,addr=10.9.1.51
# CLIENT NETWORK
3: tap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state
UNKNOWN group default qlen 1000
link/ether ce:6c:9d:c3:0d:61 brd ff:ff:ff:ff:ff:ff
inet 10.9.1.50/24 scope global tap0
valid_lft forever preferred_lft forever
inet6 fe80::ac1c:d6ff:fee2:eb48/64 scope link
valid_lft forever preferred_lft forever
# SERVER NETWORK
tap0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0
mtu 1500
options=4080000<LINKSTATE,MEXTPG>
ether 58:9c:fc:10:a8:6f
inet 10.9.1.51 netmask 0xffffff00 broadcast 10.9.1.255
groups: tap
media: Ethernet 1000baseT <full-duplex>
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Opened by PID 2298
# SERVER NFS SERVER CONFIG
grep nfs /etc/rc.conf
nfs_server_enable="YES"
##nfsv4_server_enable="YES"
nfs_server_flags="-t -n 4"
grep data /etc/exports
/data/nextcloud -network=10.9.1.0 -mask=255.255.255.0 -maproot=www
--
You are receiving this mail because:
You are the assignee for the bug.