(davfs2?) zypper ps -s --> Reading data from 'lsof' timed out.

Hi, I have set up a new server for Backup, based on openSUSE-Slowroll-DVD-x86_64-Build24.2-Media image. After the last successful 'zypper dup', I have no access to some Network drives mounted with davfs2. linux:~ # zypper ps -s Check failed: Reading data from 'lsof' timed out. linux:~ # systemctl status mnt-1und1dsl.mount ● mnt-1und1dsl.mount - Mount WebDAV Service Loaded: loaded (/etc/systemd/system/mnt-1und1dsl.mount; disabled; preset: disabled) Active: active (mounted) since Sun 2024-12-29 21:50:22 CET; 1 day 13h ago Invocation: 954f7497cd924a739901ac49ec705a0d TriggeredBy: ● mnt-1und1dsl.automount Where: /mnt/1und1dsl What: https://sd2dav.1und1.de:443/ Tasks: 1 (limit: 18222) CPU: 7min 31.186s CGroup: /system.slice/mnt-1und1dsl.mount └─809417 /sbin/mount.davfs https://sd2dav.1und1.de:443/ /mnt/1und1dsl -o rw user noexec nosuid nodev Dec 29 21:50:21 linux systemd[1]: Mounting Mount WebDAV Service... Dec 29 21:50:21 linux mount.davfs[809416]: davfs2 1.7.0 Dec 29 21:50:22 linux systemd[1]: Mounted Mount WebDAV Service. linux:~ # systemctl restart mnt-1und1dsl.automount ; systemctl restart mnt-1und1dsl.mount Job failed. See "journalctl -xe" for details. linux:~ # systemctl status mnt-1und1dsl.mount × mnt-1und1dsl.mount - Mount WebDAV Service Loaded: loaded (/etc/systemd/system/mnt-1und1dsl.mount; disabled; preset: disabled) Active: failed (Result: exit-code) since Tue 2024-12-31 11:21:29 CET; 3s ago Duration: 1d 13h 31min 6.700s Invocation: dae3d6b189cb450aaa79a7adb73c454f TriggeredBy: ● mnt-1und1dsl.automount Where: /mnt/1und1dsl What: https://sd2dav.1und1.de:443/ Tasks: 1 (limit: 18222) CPU: 13ms CGroup: /system.slice/mnt-1und1dsl.mount └─809417 /sbin/mount.davfs https://sd2dav.1und1.de:443/ /mnt/1und1dsl -o rw user noexec nosuid nodev Dec 31 11:21:29 linux systemd[1]: Mounting Mount WebDAV Service... Dec 31 11:21:29 linux mount.davfs[1565904]: davfs2 1.7.0 Dec 31 11:21:29 linux mount[1565904]: mount.davfs: die PID-Datei /var/run/mount.davfs/mnt-1und1dsl.pid existiert bereits. Dec 31 11:21:29 linux mount[1565904]: Möglicherweise wird /mnt/1und1dsl von einem anderen Prozess benutzt, Dec 31 11:21:29 linux mount[1565904]: oder ein anderer Mount-Prozess endete irregulär Dec 31 11:21:29 linux systemd[1]: mnt-1und1dsl.mount: Mount process exited, code=exited, status=1/FAILURE Dec 31 11:21:29 linux systemd[1]: mnt-1und1dsl.mount: Failed with result 'exit-code'. Dec 31 11:21:29 linux systemd[1]: mnt-1und1dsl.mount: Unit process 809417 (mount.davfs) remains running after unit stopped. Dec 31 11:21:29 linux systemd[1]: Failed to mount Mount WebDAV Service. linux:~ # ps ax | grep 1und1 809417 ? Ss 7:31 /sbin/mount.davfs https://sd2dav.1und1.de:443/ /mnt/1und1dsl -o rw user noexec nosuid nodev 809424 ? DN 1:53 rsync -avuz --delete --numeric-ids --bwlimit=16M --exclude "Papierkorb/" /mnt/1und1dsl/ /home/backup/ 1567551 pts/5 S+ 0:00 grep --color=auto 1und1 linux:~ # Reboot is in the moment not possible due to running task. What can be done? Ulf

On Tuesday 2024-12-31 13:05, Ulf via openSUSE Factory wrote:
Dec 31 11:21:29 linux systemd[1]: Mounting Mount WebDAV Service... Dec 31 11:21:29 linux mount.davfs[1565904]: davfs2 1.7.0 linux:~ # ps ax | grep 1und1 809417 ? Ss 7:31 /sbin/mount.davfs https://sd2dav.1und1.de:443/ /mnt/1und1dsl -o rw user noexec nosuid nodev 809424 ? DN 1:53 rsync -avuz --delete --numeric-ids --bwlimit=16M --exclude "Papierkorb/" /mnt/1und1dsl/ /home/backup/ 1567551 pts/5 S+ 0:00 grep --color=auto 1und1 linux:~ #
Reboot is in the moment not possible due to running task.
Since that seems to be a fuse-based filesystem, you can just kill the davfs process, which should make everything unstuck.

Am Dienstag, 31. Dezember 2024, 13:49:17 Mitteleuropäische Normalzeit schrieb Jan Engelhardt:
On Tuesday 2024-12-31 13:05, Ulf via openSUSE Factory wrote:
Dec 31 11:21:29 linux systemd[1]: Mounting Mount WebDAV Service... Dec 31 11:21:29 linux mount.davfs[1565904]: davfs2 1.7.0 linux:~ # ps ax | grep 1und1
809417 ? Ss 7:31 /sbin/mount.davfs https://sd2dav.1und1.de:443/ /mnt/1und1dsl -o rw user noexec nosuid nodev 809424 ? DN 1:53 rsync -avuz --delete --numeric-ids --bwlimit=16M --exclude "Papierkorb/" /mnt/1und1dsl/ /home/backup/> 1567551 pts/5 S+ 0:00 grep --color=auto 1und1 linux:~ #
Reboot is in the moment not possible due to running task.
Since that seems to be a fuse-based filesystem, you can just kill the davfs process, which should make everything unstuck.
OK, thanks. The backup job finished faster as expected and I was able to reboot. Now it works fine as well. Ulf
participants (2)
-
Jan Engelhardt
-
Ulf