Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Operation not supported (os error 95)> #259

Closed
LordHog opened this issue Aug 8, 2017 · 3 comments
Closed

<Operation not supported (os error 95)> #259

LordHog opened this issue Aug 8, 2017 · 3 comments

Comments

@LordHog
Copy link

LordHog commented Aug 8, 2017

Hello,

When I try to use the long option (i.e., -l) the output is displaying "<Operation not supported (os error 95)>". Why am I seeing this? Is it because exa will not work properly when ssh into a remote machine? Thanks.

Regards,
Mark

@ogham
Copy link
Owner

ogham commented Aug 8, 2017

Hi,

This is being tracked in #178. The error comes because it’s trying to query the extended attribute status of all your files. If you’re using a remote filesystem like nfs or sshfs then it’ll return this error instead of just saying that your file has no attributes.

For the next version I’m going to change this so the error is not displayed unless you explicitly ask for the attributes.

@ogham ogham closed this as completed Aug 8, 2017
@LordHog
Copy link
Author

LordHog commented Aug 8, 2017 via email

@ogham
Copy link
Owner

ogham commented Sep 30, 2017

@LordHog: I just released v0.8.0, which hides these errors — this should solve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants