Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • redox redox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 226
    • Issues 226
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • redoxredox
  • Issues
  • #980
Closed
Open
Created Jun 26, 2017 by Jeremy Soller@jackpot51Owner

fusermount -u build/filesystem/ || true fusermount: bad mount point build/filesystem/: No such file or directory

Created by: aspera-non-spernit

Reproduction: [describe how you are able to reproduce ("trigger") this bug/issue.]

During the docker installation routine and the 'make pull'.

Expected behavior: [describe the behavior you would expect the repro to yield.]

No errors during process. Doens't actually stop with an error, but the installation doesn't install fuse (command not found), and if installed the 'bad mount point' occurs.

Actual behavior: [describe the actual behavior, which is presented through the repro.].

fusermount -u build/filesystem/ || true
fusermount: bad mount point build/filesystem/: No such file or directory
rm -rf build
make[1]: Leaving directory `/root/redox'
make update

Misc: [optional: for other relevant information that should be known or cannot be described in the other fields.]

Tried on Arch and CentOs 7. The command 'docker build -t redox docker/' runs despite the error message above. Not sure if it is a quiet error causing problems later.

If the above does not fit the nature of the issue feel free to modify it.

Assignee
Assign to
Time tracking