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

How to Return to Shell? #72

Open
ghost opened this issue Mar 23, 2017 · 3 comments
Open

How to Return to Shell? #72

ghost opened this issue Mar 23, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 23, 2017

After firing up MegaFuse manually, it never returns to shell prompt.
How can I get it to do this? I am simply left with: http://prntscr.com/enmhl3 hanging in the wind....

Also, wanted to note that using it as a service does not work.... it attempts to restart & restart & restart, and finally errors out with:

Mar 23 14:50:10 hosting systemd[1]: megafuse.service: Start request repeated too quickly.
Mar 23 14:50:10 hosting systemd[1]: Failed to start Mount your MEGA cloud storage with fuse.

@trainingday01
Copy link

trainingday01 commented Apr 18, 2017

It is not supposed to return to the prompt, it's a process and it works while it's running (it's not hanging as you think from the screenshot).
You have two ways to make it work in the background.

Simple solution (if you are not interested in coming back to the process, just want it to keep running):
Megafuse &

Powerful solution (allows you to reconnect to the process if it is interactive):
screen
Also consider the newer alternative to screen, tmux.

After that you can simply access your mountpoint folder (/media/OffsiteBackups) and do whatever you want.

@tYYGH
Copy link
Contributor

tYYGH commented Apr 18, 2017

You may also consider writing a systemd unit file for MegaFuse. Systemd handles background handling, restart-on-failure, and a lot more.

@Rand-Hunt
Copy link

I'm also getting the following error on my systemd service file.

hosting systemd[1]: megafuse.service: Start request repeated too quickly.
hosting systemd[1]: Failed to start Mount your MEGA cloud storage with fuse.

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

3 participants