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

init script is created in /usr/local/etc #147

Closed
bingbing8 opened this issue Oct 26, 2018 · 6 comments
Closed

init script is created in /usr/local/etc #147

bingbing8 opened this issue Oct 26, 2018 · 6 comments
Labels

Comments

@bingbing8
Copy link

bingbing8 commented Oct 26, 2018

I am new to linux and libfuse.
when run sudo ninja install, I see an error. Is the installation fail or this is just an info?
error

@bingbing8 bingbing8 changed the title Error on install libfuse Error on installation of libfuse Oct 26, 2018
@Nikratio
Copy link
Contributor

It means the init script could not be activated - not quite sure why. You'll have to make sure to manually load the fuse module. Please consult your distributions documentation for details on how to do that.

@bingbing8
Copy link
Author

bingbing8 commented Oct 27, 2018

Please don't close the issue before it is resolved. I found this issue libfuse/libfuse#178

ls -l /etc/init.d/fuse3
ls: cannot access '/etc/init.d/fuse3': No such file or directory

I can find file usr/local/etc/init.d/fuse3, but not '/etc/init.d/fuse3'

@Nikratio
Copy link
Contributor

Ah, sorry about that. Thanks for following up!

@Nikratio Nikratio reopened this Oct 28, 2018
@Nikratio Nikratio changed the title Error on installation of libfuse init script is created in /usr/local/etc Oct 28, 2018
@Nikratio Nikratio added the bug label Oct 28, 2018
@yanir3
Copy link

yanir3 commented Feb 21, 2019

Same thing happened me. Correct me if I'm wrong, but this is an issue when building libfuse, so it belongs in the libfuse repo.

@Nikratio
Copy link
Contributor

Right you are, thanks for catching!

@pbnelson
Copy link

pbnelson commented May 1, 2020

On Ubuntu 19.10, I needed sudo apt install -y libfuse3-dev

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

No branches or pull requests

4 participants