Changes between Initial Version and Version 1 of Ticket #3921, comment 12
- Timestamp:
- 07/20/19 09:42:44 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3921, comment 12
initial v1 34 34 `29 return SYSCALL_CANCEL (poll, fds, nfds, timeout);` 35 35 but I believe this is a temporary issue that happens sometimes with this glibc that I'm using: `local/glibc 2.29.9000.r381.g30ba0375464-1` 36 37 Ok I figured out why it got hung: it's because I used your config's 38 `Subsystem sftp /usr/lib/openssh/sftp-server` but that file doesn't exist for me in ArchLinux, so if I use `Subsystem sftp /usr/lib/ssh/sftp-server` then `mc` doesn't hang in `SYSCALL_CANCEL` as I mentioned above! 39 40 PS: For `mc` to can sftp:// , you also need `HostKey /etc/ssh/ssh_host_rsa_key` in `sshd_config` or else you get something about no matching key on `dmesg`.