ubuntu@lp1902891-g:~$ grep node /etc/fstab [email protected]:/home/ddstreet /mnt/node fuse.sshfs noauto,x-systemd.automount,_netdev,users,idmap=user,IdentityFile=/home/ddstreet/.ssh/id_rsa,allow_other,reconnect 0 0 ubuntu@lp1902891-g:~$ dpkg -l systemd|grep systemd ii systemd 246.6-1ubuntu1.3 amd64 system and service manager ubuntu@lp1902891-g:~$ ls -l /mnt/node/ ls: cannot access '/mnt/node/': Too many levels of symbolic links ubuntu@lp1902891-g:~$ journalctl -b -u mnt-node.mount -- Logs begin at Fri 2021-06-04 15:01:24 UTC, end at Fri 2021-06-04 17:11:20 UTC. -- Jun 04 17:11:09 lp1902891-g systemd[1]: Mounting /mnt/node... Jun 04 17:11:09 lp1902891-g mount[968]: read: Connection reset by peer Jun 04 17:11:09 lp1902891-g systemd[1]: mnt-node.mount: Mount process exited, code=exited, status=1/FAILURE Jun 04 17:11:09 lp1902891-g systemd[1]: Mounted /mnt/node.
ubuntu@lp1902891-g:~$ grep node /etc/fstab [email protected]:/home/ddstreet /mnt/node fuse.sshfs noauto,x-systemd.automount,_netdev,users,idmap=user,IdentityFile=/home/ddstreet/.ssh/id_rsa,allow_other,reconnect 0 0 ubuntu@lp1902891-g:~$ dpkg -l systemd|grep systemd ii systemd 246.6-1ubuntu1.4 amd64 system and service manager ubuntu@lp1902891-g:~$ ls -l /mnt/node/ ls: cannot access '/mnt/node/': No such device ubuntu@lp1902891-g:~$ journalctl -b -u mnt-node.mount -- Logs begin at Fri 2021-06-04 15:01:24 UTC, end at Fri 2021-06-04 17:13:16 UTC. -- Jun 04 17:13:04 lp1902891-g systemd[1]: Mounting /mnt/node... Jun 04 17:13:04 lp1902891-g mount[970]: read: Connection reset by peer Jun 04 17:13:04 lp1902891-g systemd[1]: mnt-node.mount: Mount process exited, code=exited, status=1/FAILURE Jun 04 17:13:04 lp1902891-g systemd[1]: mnt-node.mount: Failed with result 'exit-code'. Jun 04 17:13:04 lp1902891-g systemd[1]: Failed to mount /mnt/node. Jun 04 17:13:16 lp1902891-g systemd[1]: Mounting /mnt/node... Jun 04 17:13:16 lp1902891-g mount[983]: read: Connection reset by peer Jun 04 17:13:16 lp1902891-g systemd[1]: mnt-node.mount: Mount process exited, code=exited, status=1/FAILURE Jun 04 17:13:16 lp1902891-g systemd[1]: mnt-node.mount: Failed with result 'exit-code'. Jun 04 17:13:16 lp1902891-g systemd[1]: Failed to mount /mnt/node. ** Tags removed: verification-needed-groovy ** Tags added: verification-done-groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902891 Title: "Too many levels of symbolic links” error when using systemd to mount sshfs To manage notifications about this bug go to: https://bugs.launchpad.net/systemd/+bug/1902891/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
