Code Monkey home page Code Monkey logo

Comments (9)

jgorset avatar jgorset commented on July 18, 2024

Hi @yesmeck,

I'm not sure that will help. Capistrano isn't particularly great with input, so I think you will have to configure your sudoers file so that the command won't prompt for a password (see NOPASSWD).

from capistrano-foreman.

yesmeck avatar yesmeck commented on July 18, 2024

Yes, NOPASSWORD is a solution.

But if I chang this line:

run "sudo service #{options[:app]} start || sudo service #{options[:app]}  restart"

to

run "#{foreman_sudo} service #{options[:app]} start || #{foreman_sudo} service #{options[:app]}  restart"

and

set :foreman_sudo, "rvmsudo -p 'sudo password: '"

Capistrano also will works.

from capistrano-foreman.

mcfiredrill avatar mcfiredrill commented on July 18, 2024

I have the same problem. In fact, I think you should just use #{sudo} and use the global capistrano sudo setting.

from capistrano-foreman.

jgorset avatar jgorset commented on July 18, 2024

I'd really like to implement this, @mcfiredrill, but I can't find any documentation on a sudo variable — could you direct me?

from capistrano-foreman.

glaszig avatar glaszig commented on July 18, 2024

@jgorset this?

from capistrano-foreman.

ralfthewise avatar ralfthewise commented on July 18, 2024

+1 since upstart supports user jobs and the newer session jobs, you can run upstart jobs without using sudo at all

from capistrano-foreman.

glaszig avatar glaszig commented on July 18, 2024

@ralfthewise erm, user/session jobs only start when a user logs in and starts some sort of x session, no? i don't think upstart iterates all users of the system and loads their jobs...

from capistrano-foreman.

ralfthewise avatar ralfthewise commented on July 18, 2024

No, they're just like usual upstart jobs except they run in the context of an unprivileged user. See http://upstart.ubuntu.com/cookbook/#user-job and http://upstart.ubuntu.com/cookbook/#session-job

from capistrano-foreman.

glaszig avatar glaszig commented on July 18, 2024

section Session Job:

[...] Session Jobs are not managed by Upstart running as PID 1 - they are managed by the users own Session Init.

section Session Init:

Traditionally, this job has been handled by applications such as "gnome-session" [...]

and then below in section Non-graphical Sessions:

However, what if you want to use a Session Init on a server? This is not fully supported right now, but can be achieved as follows.

Create two System Job similar to the following...

so, as i understand it, those jobs won't be started upon boot but only when the user actively initiates such a session by, e.g., launching gnome or some other tool which in turn only happens when you login.

from capistrano-foreman.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.