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

Failed to Install at Amazon Linux 2 #3071

Closed
zhoub opened this issue Dec 12, 2022 · 3 comments · Fixed by #3087
Closed

Failed to Install at Amazon Linux 2 #3071

zhoub opened this issue Dec 12, 2022 · 3 comments · Fixed by #3087
Assignees

Comments

@zhoub
Copy link

zhoub commented Dec 12, 2022

What happened:
Failed to Mount at Amazon Linux 2

What you expected to happen:
It should be fine

How to reproduce it (as minimally and precisely as possible):
Launch EC2 Linux with Amazon Linux 2.

Run https://juicefs.com/docs/community/quick_start_guide

The command juicefs mount would report error

<FATAL>: fuse: fuse: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory [mount_unix.go:184]

Anything else we need to know?

Environment:

  • JuiceFS version (use juicefs --version) or Hadoop Java SDK version:
    juicefs version 1.0.2+2022-10-13.514ef03

  • Cloud provider or hardware configuration running JuiceFS:
    AWS

  • OS (e.g cat /etc/os-release):

NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
  • Kernel (e.g. uname -a):
    Linux ip-172-31-28-88.us-east-2.compute.internal 4.14.232-177.418.amzn2.x86_64 update reader length after write #1 SMP Tue Jun 15 20:57:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

  • Object storage (cloud provider and region, or self maintained):
    Local

  • Metadata engine info (version, cloud provider managed or self maintained):
    Sqlite3

  • Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage):
    Local

  • Others:

@zhoub zhoub added the kind/bug Something isn't working label Dec 12, 2022
@SandyXSD
Copy link
Contributor

You need to install fuse first: sudo yum install fuse

@davies
Copy link
Contributor

davies commented Dec 13, 2022

@SandyXSD libfuse is needed for non-root user, maybe we should improve the error message.

@davies davies removed the kind/bug Something isn't working label Dec 13, 2022
@zhoub
Copy link
Author

zhoub commented Dec 13, 2022

You need to install fuse first: sudo yum install fuse

True, thanks.

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

Successfully merging a pull request may close this issue.

4 participants