Wed 14 Mar 2012 07:08:47 AM UTC, original submission:
I have an SSHFS share mounted at /mnt/v01d/vault and when SSH link dies, ranger dies too.
ranger version: 1.5.2, executed with python 3.2.2
Locale: en_US.UTF-8
Current file: /mnt/v01d/vault/books
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/ranger/core/main.py", line 103, in main
fm.loop()
File "/usr/lib/python3.2/site-packages/ranger/core/fm.py", line 188, in loop
ui.redraw()
File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 261, in redraw
self.draw()
File "/usr/lib/python3.2/site-packages/ranger/gui/ui.py", line 287, in draw
DisplayableContainer.draw(self)
File "/usr/lib/python3.2/site-packages/ranger/gui/displayable.py", line 266, in draw
displayable.draw()
File "/usr/lib/python3.2/site-packages/ranger/gui/widgets/statusbar.py", line 111, in draw
self._calc_bar()
File "/usr/lib/python3.2/site-packages/ranger/gui/widgets/statusbar.py", line 117, in _calc_bar
self._get_right_part(bar)
File "/usr/lib/python3.2/site-packages/ranger/gui/widgets/statusbar.py", line 244, in _get_right_part
target.mount_path), seperator='') + " free")
File "/usr/lib/python3.2/site-packages/ranger/core/environment.py", line 150, in get_free_space
stat = os.statvfs(path)
OSError: [Errno 107] Transport endpoint is not connected: '/mnt/v01d/vault'
|