On Tue, Feb 27, 2018 at 2:22 PM, John Chludzinski <
john.chludzin...@gmail.com> wrote:

> First, I'm currently using Fedora 27.
>
> Second, whenever Chrome crashing on me, which happens a lot lately, and I
> execute 'ls' in my FISH shell, I get:
>
> ls: cannot open directory '.' : Input/output error
>
> Any ideas as to why this happens (to FISH)?
>

It's not happening to or because of fish. Something external to fish is
causing the CWD to become invalid. The most likely explanation is the CWD
is on a non-local filesystem like NFS and the remote system is no longer
responding or is reporting that the filesystem is no longer available.
Another possibility is it is on a local filesystem that is no longer usable
due to a disk fault or something similar (which might be why Chrome is
crashing). Check the output of `df` to see if any mountpoints are missing
and the contents of /var/log/syslog (or whatever the name of the system log
is on Fedora 27) for error messages.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to