[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "sshfs target:/ t; ls -lF t" blocks for a long time, when target PC uses systemd



On 11/22/12, Zenaan Harkness <zen@freedbms.net> wrote:
> pc A, wheezy, /sbin/init, lenovo x220 laptop
>
> pc B, aka "target", wheezy, alternately boot with /sbin/init and
> /bin/systemd, asus eee701 mini laptop
>
> # Boot pc B with init=/sbin/init
> # Sequence as run from pc A:
> unset LS_COLORS
> unalias ls
> cd /tmp
> mkdir t
> sshfs target:/ t
> ls
> ls -l
> ls -lF
> cd t
> ls
> ls -l
> ls -lF
> # everything should have been just fine
>
> # Now, repeat above, but with:
> # Boot pc B with init=/sbin/init
> ...
> # the final command, "ls -lF" should hang, perhaps for about 2 or 5
> minutes, not sure exactly

Booting pc A with systemd, pc B with systemd, this problem still occurs.

pc B has fstab as follows (all entries :/ ):
/dev/sda1   /  ext4 journal_async_commit,relatime,errors=remount-ro,noatime 0 1
/dev/sr0    /media/cdrom0  udf,iso9660 user,noauto    0 0

# Use RAM tmpfs to limit writes to SSD:
tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/cache/apt/archives tmpfs defaults 0 0

LABEL=z500a5 /media/z500a5 auto
defaults,relatime,user,comment=systemd.automount,noatime,comment=systemd.automount
0 0

Regards
Zenaan


Reply to: