Thu 09 Feb 2012 09:20:09 PM UTC, original submission:
Ranger crashes every time I enter sshfs-mounted directory "/mnt/n00k". Mounted media type is FAT32, shell daemon is SSHDroid (statfs syscall for target returns EOPNOTSUPP). Seems like unhandled exception in ranger.
ranger version: 1.5.2, executed with python 3.2.2
Locale: en_US.UTF-8
Current file: /mnt/n00k/Books
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/ranger/core/main.py", line 132, in main
fm.loop()
File "/usr/lib/python3.2/site-packages/ranger/core/fm.py", line 191, 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 247, in _get_right_part
target.mount_path), separator='') + " free")
File "/usr/lib/python3.2/site-packages/ranger/core/environment.py", line 150, in get_free_space
stat = os.statvfs(path)
OSError: [Errno 95] Operation not supported: '/mnt/n00k'
|