Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2105 - nfs-kernel-server: exportfs always segfaults #7076

Closed
openwrt-bot opened this issue Feb 6, 2019 · 1 comment
Closed

FS#2105 - nfs-kernel-server: exportfs always segfaults #7076

openwrt-bot opened this issue Feb 6, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

patrakov:

This happens on the latest snapshot (2019-02-07) on TP-Link Archer C7. It did not happen on a snapshot from 2019-01-28.

To reproduce:

  1. Create /etc/exports as follows:

/mnt/bigdisk 192.168.1.0/255.255.255.0(rw,mp,all_squash,no_subtree_check,insecure,sync)

  1. install nfs-kernel-server

Or just run: exportfs -a

Result: exportfs segfaults.

I believe this is a kernel problem, because downgrading nfs-kernel-server to the version in OpenWRT 18.06.2 does not help.

@openwrt-bot
Copy link
Author

mistepien:

I think this is musl. I uses buildroot for audio and I tried to recompile my embedded system with musl 1.1.21 and this is what I got. With 1.1.21 there were segfaults with binaries from nfs-utils.

Musl was updated to 1.1.21 in openwrt-git on 5th of February.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant