Package: libc6 Version: 2.29-8 Severity: normal Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Trying to mount a nfsv4-export from my NAS using systemd. * What exactly did you do (or not do) that was effective (or ineffective)? Therefore I'm no programmer, I tried to file a bugreport. Just tried to configure the path.mount Config-files and tried to mount them. * What was the outcome of this action? No Mount was possible. In the first phase I got Failures with "option"-Problems, not being precise enough what option was bad. Then rpc-bind problems. And at last the segfault failure of libc. * What outcome did you expect instead? Just being able to mount and use the nfsv4-exports. *** End of the template - remove these template lines *** -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-2-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libc6 depends on: ii libcrypt1 1:4.4.10-10 ii libgcc1 1:9.2.1-22 Versions of packages libc6 recommends: ii libidn2-0 2.2.0-2 Versions of packages libc6 suggests: ii debconf [debconf-2.0] 1.5.73 pn glibc-doc <none> ii libc-l10n 2.29-8 ii locales 2.29-8 -- debconf information: * glibc/disable-screensaver: glibc/upgrade: true glibc/restart-failed: * libraries/restart-without-asking: true glibc/kernel-too-old: glibc/restart-services: glibc/kernel-not-supported:
root@workstation-mirulan-net:/etc/systemd/system# systemctl daemon-reload root@workstation-mirulan-net:/etc/systemd/system# systemctl start media-MiruNAS-Medienwerkstatt.mount Job failed. See "journalctl -xe" for details. root@workstation-mirulan-net:/etc/systemd/system# journalctl -xe -- -- The job identifier is 9408. Jan 10 14:56:16 workstation-mirulan-net systemd[1]: media-MiruNAS-Medienwerkstatt.mount: Mount process exited, code=exited, status=255/EXCEPTION -- Subject: Unit process exited -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- An n/a= process belonging to unit media-MiruNAS-Medienwerkstatt.mount has exited. -- -- The process' exit code is 'exited' and its exit status is 255. Jan 10 14:56:16 workstation-mirulan-net systemd[1]: media-MiruNAS-Medienwerkstatt.mount: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- The unit media-MiruNAS-Medienwerkstatt.mount has entered the 'failed' state with result 'exit-code'. Jan 10 14:56:16 workstation-mirulan-net systemd[1]: Failed to mount Mount MiruNAS Medienwerkstatt. -- Subject: A start job for unit media-MiruNAS-Medienwerkstatt.mount has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- A start job for unit media-MiruNAS-Medienwerkstatt.mount has finished with a failure. -- -- The job identifier is 9408 and the job result is failed. Jan 10 14:56:16 workstation-mirulan-net kernel: mount.nfs[26399]: segfault at 0 ip 00007fbcec797d35 sp 00007fff665b8838 error 4 in libc-2.29.so[7fbcec664000+147000] Jan 10 14:56:16 workstation-mirulan-net kernel: Code: 48 83 e0 3f c5 f9 6f 25 d9 35 03 00 c5 f9 6f 2d 01 36 03 00 c5 f9 6f 35 e9 35 03 00 83 f9 30 77 64 83 f8 30 77 5f c5 fa 6f 0f <c5> fa 6f 16 c5 f1 64 fc c5 7> ======================================================================================================================================================================= Config-File media-MiruNAS-Medienwerkstatt.mount: [Unit] SourcePath=/etc/fstab Description=Mount MiruNAS Medienwerkstatt Documentation=man:fstab(5) man:systemd-fstab-generator(8) [Mount] What=192.168.178.31:/Medienwerkstatt Where=/media/MiruNAS/Medienwerkstatt Type=nfs Options=noauto,x-systemd.automount,x-systemd.idle-timeout=1min,nfsvers=4,exec,async,no_subtree_check,root_squash,fsid=34c404ad556b1aa0df061251c9b4d1d0,x-gvfs-show [Install] WantedBy=multi-user.target ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Config-File media-MiruNAS-Medienwerkstatt.automount: [Unit] SourcePath=/etc/fstab Documentation=man:fstab(5) man:systemd-fstab-generator(8) Before=remote-fs.target [Automount] Where=/media/MiruNAS/Medienwerkstatt TimeoutIdleSec=1min -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Part of my /etc/fstab 192.168.178.31:/Medienwerkstatt /media/MiruNAS/Medienwerkstatt nfs noauto,x-systemd.automount,x-systemd.device-timeout=10,x-systemd.idle-timeout=1min,nfsvers=4,exec 0 0 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------