Re: rcs configure hang

2020-10-27 Thread Kelly Wang (kellythw)
Hi Paul, You are right, after remove confdir3, rerun strace hang. Checked tr output, it stopped at bunch of mkdir and chdir and no further steps after that. mkdir("confdir3", 0700) = 0 chdir("confdir3") = 0 Thanks, Kelly If you need support for DevX Tools:

[PATCH] mountlist: recognize more file system types as remote

2020-10-27 Thread Pádraig Brady
Sync "remote" file systems from stat.c in coreutils. Note we only consider file systems that do not use host:resource mount source. I.e. those that don't generally use a colon when mounting, as that case is already considered. Searching for " /etc/fstab" was informative for identifying these. The