In the original email you mentioned you installed DragonFly BSD 5.0.0, but your "uname -a" says your kernel is from the development branch.
Well, it doesn't mean it shouldn't work, but it means at least that your setup is not exactly as you described. I am not sure whether ABI has changed since the 5.0-RELEASE branch or not. Maybe somebody else will tell you. I will try to reproduce your setup this evening using vkernel and see if I have the same problem. -- Aleksej Lebedev On 2017-11-07 12:49, Mohammad BadieZadegan wrote: > # uname -a > DragonFly 5.1-DEVELOPMENT DragonFly v5.1.0.214.g76b0b-DEVELOPMENT #0: Tue > Nov 7 14:47:15 UTC 2017 > root@:/usr/obj/usr/src/DragonFlyBSD/sys/X86_64_GENERIC x86_64 > # file `which sudo` > /usr/local/bin/sudo: setuid ELF 64-bit LSB executable, x86-64, version 1 > (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.2, for DragonFly > 5.0.0, stripped > # > > On Tue, Nov 7, 2017 at 10:30 AM, Aleksej Lebedev <[email protected]> wrote: > On 2017-11-06 12:10, Mohammad BadieZadegan wrote: > > Hi everybody, > I installed DF-BSD 5.0.0 and then SUDO, But I get Segmentation Fault when I > run sudo! > How can I resolve that? > It will be easier to guess what went wrong if you provide the output of the > following commands: > > # uname -a > # file `which sudo` > > -- > Aleksej Lebedev
