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

Warning when mounting run #20

Closed
ezrizhu opened this issue Jun 20, 2023 · 1 comment · Fixed by #67
Closed

Warning when mounting run #20

ezrizhu opened this issue Jun 20, 2023 · 1 comment · Fixed by #67
Assignees
Labels
bug Something isn't working

Comments

@ezrizhu
Copy link
Collaborator

ezrizhu commented Jun 20, 2023

try/try

Line 51 in 3d5af35

mount --rbind --read-only /run "$SANDBOX_DIR/temproot/run"

mount: /tmp/tmp.1MYxsHblfI/temproot/run: filesystem was mounted, but any subsequent operation failed: Unknown error 5005.
@ezrizhu ezrizhu changed the title [WIP] Warning when mounting run Warning when mounting run Jun 20, 2023
@mgree mgree added the bug Something isn't working label Jun 24, 2023
@mgree
Copy link
Contributor

mgree commented Jun 24, 2023

Is this because /run is a tmpfs?

@ezrizhu ezrizhu self-assigned this Jun 26, 2023
@ezrizhu ezrizhu linked a pull request Jun 26, 2023 that will close this issue
8 tasks
ezrizhu added a commit that referenced this issue Jun 29, 2023
* Allow for nested mount by using mergerfs

* Remove debug bash and echo

* mount /run with merger aswell

* refactor and use overlayfs via mergerfs if regular overlayfs fails

* Only mount /dev/{tty null zero full random urandom}

* improve docs, refactor from top_dir to mountpoint

* Fix mergerfs failing not showing mount log path

* Add support for unionfs, allow user to specify unionfs helper path

* Write mountpoint on unionhelper not found message

* exit if findmnt not installed

* nested mount docs

* add newlines to readme

* grammar fix

* Add -U option description to manpages

* Add shell completion for -U option

* Change -U flag autocompletion to only suggest executables

* Install mergerfs in ci

* Try reading from /run directory before testing

* Refactor and unmount devices for tests to pass

* Add a device test

* Some comments and redirect a test to /dev/null

Fixed #56 #45 #38 #20 #19 

---------

Co-authored-by: Eric Zhu <eric@debian-BULLSEYE-live-builder-AMD64>
Co-authored-by: gliargovas <gliargovas@aueb.gr>
Co-authored-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
Co-authored-by: Michael Greenberg <michael@greenberg.science>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants