Not logged in
Log in / Sign up
Cloud for:

sudo: no passwd entry for app! (Capistrano) ���...


Topics:

... gotcha with Capistrano's use of the "sudo" command for a nonexistent "app" user. ... sudo: no passwd entry for app! ( Capistrano) iPhone Speaker ...

http://damonc.com/past/sudo-no-passwd-entry-for...

[Capistrano] Re: no passwd entry for app?


Topics:

Make sure you set that to the user you want to run your processes as. ... .com] executing command > ** [out :: mysite.com] sudo: no passwd entry for app! ...

http://www.mail-archive.com/capistrano@googlegr...

Deployment ��� Damon Clinkscales


Topics:

... Capistrano's use of the "sudo" command for a nonexistent "app" user. ... sudo: no passwd entry for app! ( Capistrano) iPhone Speaker Interference "Solution" ...

http://damonc.com/past/category/deployment/

Automation for Web Application Development and ...


Topics:

Workaround for Capistrano (2.3) if you run in to "sudo: no passwd entry for app!" errors. ... RDoc documentation for Rake. Rake User Guide. Watir - Overview ...

http://www.buildingwebapps.com/topic/174-automa...

The Capistrano Deployment Utility for Ruby on R...


Topics:

User Interface. Development. Business. Editorial. Capistrano ... Workaround for Capistrano (2.3) if you run in to "sudo: no passwd entry for app!" errors. ...

http://www.buildingwebapps.com/topic/153-capist...

Capistrano first deploy after setup - Ruby Forum


Topics:

... deployment > Capistrano first deploy after setup. Forum List | New Topic | Search | Register | User List | Log ... mydomain.net] sudo: no passwd entry for app! ...

http://www.ruby-forum.com/topic/133689

jlaine.net " Making capistrano not suffocate on...


Topics:

... [myserver] executing command ** [out :: myserver] sudo: no passwd entry for app! ... out capistrano is for some reason trying to use a user called app ...

http://jlaine.net/2008/5/5/making-capistrano-no...

Building an Environment From Scratch With Capis...


Topics:

sudo gem install capistrano --no-ri --no-rdoc rails slicehost ... ssh myslice.com -l root passwd adduser deploy. The "deploy" user should get sudo privileges. ...

http://www.viget.com/extend/building-an-environ...

Slicehost Articles: Capistrano series - configu...


Topics:

[err :: mydomain.com] sudo: no passwd entry for app! i fixed it by adding this to deploy.rb: ... passwd for app" error. Fixed it with the "set :runner, user" ...

http://articles.slicehost.com/2008/1/18/capistr...

Capistrano restarts wrong release - Ruby Forum


Topics:

... Search | Register | User List | Log In. Capistrano restarts wrong release ... end # This fixed frustrating 'sudo: no passwd entry for app' error when cap ...

http://www.ruby-forum.com/topic/149018

Profile for Damon Clinkscales


Topics:

sudo: no passwd entry for app! ( Capistrano) Posted in All Buzz Forum, May 13, 2008 12:06 AM ... an mini-economy around educational videos created by end users. ...

http://www.artima.com/profile/40550

the { buckblogs :here }: Capistrano 2.3.0


Topics:

The sudo() helper now works nicely with complex and chained commands. ... should be the same for all Mac/Linux users, should not? ... no passwd entry for app! ...

http://weblog.jamisbuck.org/2008/5/2/capistrano...

Panasonic Youth ��� Deploying Locally to Mac OS...


Topics:

set :user, "myusername" set :server_hostname, "jordan.broughs.net" ... This fixed frustrating 'sudo: no passwd entry for app' error when cap was trying ...

http://robsanheim.com/2007/05/10/making-capistr...

InitialServerSetup - deprec - Trac


Topics:

cap deprec:users:passwd USER=root Enter user to change password ... no| yes Enter new password for mbailey Password: Admin accounts have sudo setup for them. ...

http://www.deprec.org/wiki/InitialServerSetup

Planet RubyOnRails


Topics:

The Capistrano shell now properly recognizes sudo commands and ... Feature: By default, Capistrano no longer requests that a pty be allocated for each command. ...

http://www.planetrubyonrails.org/tags/view/capi...

SysAdmins' Chronicles : Tag unix, everything ab...


Topics:

Setting the users passwd. passwd USER. Adding users to a secondary group. sudo dscl. ... If there is no /etc/fstab entry for the root partition (or any ...

http://www.sysadminschronicles.com/articles/tag...

www.deprec.org/wiki/InitialServerSetup?format=txt


Topics:

I add an entry to [http://www. ... { cap deprec:users:passwd USER=root Enter user to change password for |root| Enter ... No logging in as root or deploy! ...

http://www.deprec.org/wiki/InitialServerSetup?f...

Slicehost Forum - Net::SSH::HostKeyMismatch


Topics:

apache capistrano centos debian deprec django dns domain email mail memory ... for new user: deploy * executing "sudo grep '^deploy:' /etc/passwd || sudo /usr ...

http://forum.slicehost.com/comments.php?Discuss...

Team Size


Topics:

sudo: no passwd entry for app! ( Capistrano) Testing: Duplicate Code in Your Tests ... just 30 of 900,000 registered digg users are responsible for a third of stories ...

http://www.rojo.com/story/31ENNx0vAP_PGN_9

Commit 72f50577df4b7483253356eb6c99121c29c28032...


Topics:

0 +:username: 0 +:password: 0 +:entry: 0 \ No newline at end of file ... q -O - --http-user=#{config[:username]} --http-passwd=#{config[:password]}" http: ...

http://github.com/auser/pool-party-plugins/comm...

Jordan Brough ��� Home ::


Topics:

No default PTY. Prior to 2.1, Capistrano would request a pseudo-tty for ... fixed frustrating ��������sudo: no passwd entry for app�������� error when cap was trying ...

http://jordan.broughs.net/

Planet RubyOnRails


Topics:

The Capistrano shell now properly recognizes sudo commands and ... Feature: By default, Capistrano no longer requests that a pty be allocated for each command. ...

http://www.planetrubyonrails.org/tags/view/anno...

jlaine.net " If there's a will, there's a highway


Topics:

... [myserver] executing command ** [out :: myserver] sudo: no passwd entry for app! ... out capistrano is for some reason trying to use a user called app ...

http://jlaine.net/?rss=1

Category programming, everything about programm...


Topics:

sudo bash apt-get update && apt-get upgrade apt-get remove apache2 apt-get ... color green/black light-green/black # The first entry is for LFS. ...

http://weblog.imapenguin.com/articles/category/...

Capistrano Google Group


Topics:

capistrano trying to use sudo. deploy:cold and migrations ... Error: "no passwd entry for app" .ssh/config user overrides deploy.rb "set :user" ...

http://groups.google.co.uk/group/capistrano/fee...

nutrun " Blog Archive " RubyWorks Production St...


Topics:

... or rmagick. In general, installing specific libraries is up to the user. ... [err :: ec2-75-101-218-41.compute-1.amazonaws.com] sudo: no passwd entry for app! ...

http://nutrun.com/weblog/rubyworks-production-s...

Tag installer, everything about installer : Red...


Topics:

Meta no trackbacks, 1 comment, permalink, rss, atom. Linux - Better Screen Fonts ... sudo cp /home/[user]/Desktop/liberation-fonts/* /usr/share/fonts/truetype ...

http://www.red91.com/articles/tag/installer

Slicehost Forum - System has been compromise in...


Topics:

BTW, I checked the .bash_history of root, there is no entries for creating user http. ... users would be required to log in via the console to create a user ...

http://forum.slicehost.com/comments.php?Discuss...

Peek Inside Your Database From Rails Console ��...


Topics:

... "sites", "taggings", "tags", "users"] >> columns('assets').collect(&:name) ... sudo: no passwd entry for app! ( Capistrano) iPhone Speaker Interference "Solution" ...

http://damonclinkscales.com/past/peek-rails-db/...

Category linux, everything about linux page 3 :...


Topics:

sudo bash apt-get update && apt-get upgrade apt-get remove apache2 apt-get ... color green/black light-green/black # The first entry is for LFS. ...

http://weblog.imapenguin.com/articles/category/...

Slicehost Articles: Ubuntu Hardy setup - page 1


Topics:

All you need to do is remove the older entry for the Slice IP: ... passwd. Add an admin user (I've used the name demo here but any name will do). adduser demo ...

http://articles.slicehost.com/2008/4/25/ubuntu-...

Securing Your New Ubuntu Feisty VPS Part 2 at J...


Topics:

passwd. Now let's give our new deploy user sudo access. ... Feed for this Entry Trackback Address ... Full Rails Stack Part Four: Capistrano, MySQL ...

http://blog.jeff-owens.com/index.php/2007/07/15...

2007 December ��� Damon Clinkscales


Topics:

... an mini-economy around educational videos created by end users. ... sudo: no passwd entry for app! ( Capistrano) iPhone Speaker Interference "Solution" ...

http://damonclinkscales.com/past/2007/12/page/2/

How I Set Up My EC2 Instance for Rails & Li...


Topics:

passwd steveodom. Changing password for user steveodom. New UNIX password: ... Delete user accounts that have no usernames and/or passwords: (These are ...

http://niblets.wordpress.com/2007/02/16/how-i-s...

sudo: no passwd entry for app - deprec - deploy...


Topics:

... deployment recipes for capistrano. Home. Discussions ... [out :: xx.xxx.xxx.xxx] sudo: no passwd entry for app! > > Looks like the app user does not exist. ...

http://groups.google.com/group/deprec-users/msg...

Error: "no passwd entry for app" - Capistrano |...


Topics:

of the Capistrano tasks runs as user "app" by default, rather ... [out :: localhost] sudo: no passwd entry for app! >> command finished >> Any suggestions? ...

http://groups.google.com/group/capistrano/msg/a...

GNU/Linux / Command line - WhyNotWiki


Topics:

... all characters on the current line, no matter where point is. ... times: times Print the accumulated user and system times for processes run from the shell. ...

http://whynotwiki.com/GNU/Linux_/_Command_line

FLEX : Developers' Blog " Blog Archive " Amazon...


Topics:

sudo gem install capistrano redcloth bluecloth --include-dependencies ... http://developer.amazonwebservices.com/connect/entry.jspa?entryID=368&ref=f eatured ...

http://blog.atlantistech.com/index.php/2006/10/...

WoodenBits. Daily archive: 08 July, 2007


Topics:

... was because it makes integration with capistrano easier, and allows for easy and ... only one entry per domain ( for example, one entry for "woodenbits.com" ...

http://blog.woodenbits.com/past/2007/7/8/

WoodenBits. Yearly archive: 2007


Topics:

... was because it makes integration with capistrano easier, and allows for easy and ... only one entry per domain ( for example, one entry for "woodenbits.com" ...

http://blog.woodenbits.com/past/2007/

Notes from a Messy Desk - Part 5


Topics:

Always do sudo -u <user> <command> to make it explicit what you're doing! ... duper capistrano deployment system which will manage this entire system for me. ...

http://woss.name/page/5/

The Joyent Community / Rails applications + cap...


Topics:

Has anyone written a capistrano deploy recipe for the shared accelerators? ... prospect.joyent.us] sudo: ** [out :: prospect.joyent.us] no passwd entry for app! ...

http://discuss.joyent.com/viewtopic.php?pid=148576

Chronicling My Ruby on Rails Journey


Topics:

... for migrating my Rails apps to Slicehost in the future, I had no idea what was in store for me. ... Add passwords both SVN users, "passwd svn", and "passwd user1 ...

http://rubyonrailswin.wordpress.com/

pools.jp | capistrano������������(sudo: no pass...


Topics:

capistrano������������(sudo: no passwd entry for app!) capistrano2.3.0������deploy��������������������������������������������� ... capistrano������������(sudo: no passwd entry for app!) osx������������sha1sum���ruby��������� ...

http://pools.jp/2008/05/06/capistrano-sudo-no-p...

bcrypt-ruby: Secure Password Hashing | Archives...


Topics:

... use it on an OpenBSD machine to authenticate users against /etc/master.passwd. ... Isn't on Time For A Grown-Up Server: Rails, Mongrel, Apache, Capistrano and You ...

http://blog.codahale.com/2007/02/28/bcrypt-ruby...

FLEX : Developers' Blog


Topics:

sudo gem install capistrano redcloth bluecloth --include-dependencies ... Next, I go about setting up my non-root user accounts with adduser. ...

http://blog.atlantistech.com/

Patterns Of Learning Through Languages


Topics:

... you're not a registered Rojo user, you can still subscribe to ... select sudo: no passwd entry for app! ( Capistrano) + 0. Artima Developer News (+subscribe) ...

http://www.rojo.com/feed/rpJ6nZKJFa4oFAyC

Ruby on Rails developer: Damon Clinkscales from...


Topics:

sudo: no passwd entry for app! ( Capistrano) (about 1 month ago) ... post on our forums other registered users can rate your postings positively or negatively. ...

http://www.workingwithrails.com/person/5247-dam...

nano RAILS: development, testing and hosting ti...


Topics:

... branch = head fail "No branch specified, use for ... useradd user passwd user. Add user to /etc/sudoers with ALL. Add vim (or whatever else you fancy) ...

http://blog.nanorails.com/tags/rails/page/11

1996: By Subject


Topics:

No Lower Case letters in some apps on exported displays. ... SUMMARY 2 : restricted vi for use with op/sudo. Francis Liu (Thu May 09 1996 - 21:06:32 CDT) ...

http://www.sunmanagers.org/archives/1996/subjec...

1996: By Date


Topics:

SUMMARY: commenting out passwd entry Dixon Ly (Tue Jan 16 1996 - 17:57:06 CST) ... SUMMARY: Sudo for Solaris 2.x (fwd) Dan Schlitt (Wed Feb 07 1996 - 08:00:25 CST) ...

http://www.sunmanagers.org/archives/1996/date.html

dannyman.toldme.com : Mac OS X


Topics:

Mac OS X and per-user Support for .htaccess ... for me don't quite cut it, and a link they provide to Lucas Carlson's blog no longer exists. ...

http://dannyman.toldme.com/category/technical/m...

OXXus.net: Web Hosting


Topics:

There's no config for eth0 in /etc/network/interfaces, yet NetworkManager ... The only thing that kind of sucks is data entry's supremely tedious. ...

http://www.oxxus.net/blog/page/71/

lang.ruby.capistrano.general (thread)


Topics:

Re: Using Capistrano to sudo su as another user, John George ... Re: deployment error: no passwd entry for app!, nbrew. where should I read from ?, Erwin ...

http://ml.osdir.com/lang.ruby.capistrano.genera...

BlogFish - Jonathan Weiss


Topics:

No real food, a lot of product presentations, not enough room for socializing ... Although Capistrano 2.1.0 is included, Webistrano will by default allocate a ...

http://blog.innerewut.de/tools-and-technologies

PHP, Perl, Ruby, XSLT, Ajax and Apache - docume...


Topics:

As of 2.1, Capistrano no longer requests a pty on each command, which means your. ... the file.</p> <p><strong>Cap shell and sudo.</strong> The Capistrano shell now ...

http://docpool.org/ref.var.html

PHP, Perl, Ruby, XSLT, Ajax and Apache - docume...


Topics:

... technique, in a PHP/MySQL Web Application, for users <br> to be provided ... As of 2.1, Capistrano no longer requests a pty on each command, which means your. ...

http://docpool.org/function.main.html

pools.jp | rails


Topics:

capistrano������������(sudo: no passwd entry for app!) May 6th, 2008 ... capistrano������������(sudo: no passwd entry for app!) osx������������sha1sum���ruby���������������������. MINASWAN������ ...

http://pools.jp/category/rails/

Clouder::Blogger: Software ���������������


Topics:

SystemAuth=no. ��������������������������� ������������������������������������������������������������������������������������������������CVSROOT/passwd������������������������������������������������������������������������ ... for Windows Windows Version 1.2 Delivers User-Requested ...

http://blog.clouder.jp/archives/cat_software.html

Svn - ���������


Topics:

... create /usr/local/svn sudo vi /usr/local/svn/conf/svnserve.conf user��������������������������������� ... SVN:ACL������Subversion������������svnserve.conf���passwd���authz������������. ...

http://pc.matome.jp/keyword/Svn

[Capistrano] Re: deployment error: no passwd en...


Topics:

[err :: web-01] sudo: no passwd entry for app! ... runner, :user # set the sudo runner user to whatever the connecting user is ...

http://www.mail-archive.com/capistrano@googlegr...

Capistrano 2.1 - SWiK


Topics:

... had the side-effect of causing the profile scripts for the user to not be loaded. Well, no more! ... Capistrano shell now properly recognizes sudo commands ...

http://swik.net/Capistrano/the+{+buckblogs+:her...

[Technorati] Tag results for passwd


Topics:

sudo: no passwd entry for app! ( Capistrano) sudo: no passwd entry for app! ( Capistrano) ... User Administration. Adding or Removing Unix and Linux User ...

http://feeds.technorati.com/tag/passwd

Announcements + Capistrano - SWiK


Topics:

The Capistrano shell now properly recognizes sudo commands and prompts for the ... Windows users should no longer get the "address family for hostname not ...

http://swik.net/Announcements+Capistrano

SysAdmins' Chronicles : Tag macosx, everything ...


Topics:

Setting the users passwd. passwd USER. Adding users to a secondary group. sudo dscl. ... If there is no /etc/fstab entry for the root partition (or any ...

http://www.sysadminschronicles.com/articles/tag...

Todd Dewell - FriendFeed


Topics:

A nice writeup on how Capistrano can prompt a user for input. - Todd Dewell ... This has potential to solve this problem :sudo: no passwd entry for app! ...

http://friendfeed.com/sbtodd

Rails Against The Machine: Installing rails on ...


Topics:

needed to avoid "no passwd entry for app! Error when starting mongrel" ... essentially this just determines the user who sudo is. set :runner, "root" ...

http://railsagainstthemachine.blogspot.com/2007...

all command: Blogs and News from PLAZOO, the RS...


Topics:

... demand, Kirk Stark from the SharePoint User Assistance team has created a ... sudo: no passwd entry for app! ( Capistrano) ...

http://www.plazoo.com/search/all+command.htm

Installing Xen on Ubuntu Feisty Fawn - the comp...


Topics:

... drove me nuts) | Main | Prototype 1.5.1 is baaaaad for Safari 1 and 2 users " ... Sorry, this entry is no longer accepting comments. ...

http://blog.codefront.net/2007/06/26/installing...

MonoRail #4: Validation - Jason Meridth


Topics:

Sudo = allows a permitted user to run a command as the superuser or another user ... This will by no means remove the need for mocking. According to the MSDN ...

http://www.lostechies.com/blogs/jason_meridth/a...

microsoft » Alt.NET Day 1 - Jason Mer...


Topics:

Sudo = allows a permitted user to run a command as the superuser or another user ... As for unit testing, that is actually no longer the recommended way to test. ...

http://www.lostechies.com/blogs/jason_meridth/a...

Not404.com Legacy Projects


Topics:

sudo /usr/sbin/adduser -r mongrel (This creates a mongrel user, as suggested in ... Time For A Grown-Up Server: Rails, Mongrel, Apache, Capistrano and You ...

http://legacy.not404.com/book/export/html/9

echelog @ matzon.dk [log of opensolaris]


Topics:

why does capistrano require your database server to have rails installed? ... [ 16:27:05] <flyingparchment> and there's no 11g for x86 :) [16:27:11] <toko123> ...

http://echelog.matzon.dk/logs/browse/opensolari...

UWYN Drone


Topics:

It runs solaris (no other os has drivers for the XVR-1000) 18:32 <oninoshiko> ... matt2, sudo is cool if you need something that also works in aix, linux and hp-ux ...

http://servlet.uwyn.com/drone/log/bevinbot/open...

Ruby | oOo. assente .oOo [un blog su GNU/Linux,...


Topics:

Write the code in ruby also for the client-side. 6. Capistrano ... password-db = passwd # relative path to the users file -- sudo gedit /svn-stuff/conf/passwd ...

http://www.vega9.com/it/taxonomy/term/13/all

- JavaEye������������


Topics:

... [err :: 192.168.1.70] sudo: *** [err :: 192.168.1.70] no passwd entry for app! ������������ruby on rails������������lighttpd+FastCGI(���robbin���������������),���������������capistrano������lighttpd���? ...

http://fush-javaeye.javaeye.com/blog/forum?show...

HubHip - Servers


Topics:

bSSHb no route to host, also PING problem (Post) - Active Internet connections ... However, if the user copied a public key generated on a Debian-based system to ...

http://www.hubhip.com/Computers/Internet/Protoc...

Cortel���RSS������������ - Prog - Planet RubyOn...


Topics:

... [myserver] executing command ** [out :: myserver] sudo: no passwd entry for app! ... out capistrano is for some reason trying to use a user called app ...

http://r.hatena.ne.jp/Cortel/Prog/http://feeds....