Jump to content
Not connected, Your IP: 18.221.129.19
Sign in to follow this  
smily104

ANSWERED Automatically start Eddie at boot in headless Ubuntu?

Recommended Posts

I'm not quite sure how to make this work. I have "connect at startup" on but I think that makes it connect when I start Eddie, not when I boot. 

 

I don't even know how to start Eddie in headless Ubuntu. I can SSH in and run

 

sudo eddie-ui -cli

 

but it stops if I move it to the background (CTRL+Z and bg %1) and I can't access anything.

 

Getting it to start automatically is preferred, but can someone also tell me how to start it in the background or whatever? I'm a Linux nub.

Share this post


Link to post

Hello!

 

Please use "screen" for your purpose:

https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/

 

The problem you experience is due to the fact that, with the procedure you follow in your description, you put the process in background, but the stdin, stdout and stderr are still connected to your terminal. So, when you end the SSH session, you destroy the terminal emulator with anything connected to it.

 

screen is just perfect for what you need. It provides much more flexibility and features than nohup + disown

 

Read here (first answer) for a more detailed analysis:

https://superuser.com/questions/178587/how-do-i-detach-a-process-from-terminal-entirely

 

Kind regards

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...