search for: target_gid

Displaying 2 results from an estimated 2 matches for "target_gid".

Did you mean: target_dir
2011 May 19
2
unicorn doesn't restart properly after cap deploy (not using Bundler)
...ts "AFTER FORK:" ? STDERR.puts ENV.inspect ? defined?(ActiveRecord::Base) and ? ? ActiveRecord::Base.establish_connection ? begin ? ? uid, gid = Process.euid, Process.egid ? ? user, group = ''apache'', ''apache'' ? ? target_uid = Etc.getpwnam(user).uid ? ? target_gid = Etc.getgrnam(group).gid ? ? worker.tmp.chown(target_uid, target_gid) ? ? if uid != target_uid || gid != target_gid ? ? ? Process.initgroups(user, target_gid) ? ? ? Process::GID.change_privilege(target_gid) ? ? ? Process::UID.change_privilege(target_uid) ? ? end ? rescue => e ? ? if RAILS_ENV =...
2007 Oct 27
4
Mongrel 1.0.2 on Ubuntu Feisty
...else has experienced the same problem, it seems that `gem install mongrel` will install version 1.0.2 (which is rather strange since there isn''t such a version on Rubyforge, it''s either 1.0.1 or 1.0.3) which is broken. I found a typo in configurator.rb on line 63 where instead of target_gid it was just target_id. Forcing version 1.0.3 fixes the problem. However, I''m wondering why v. 1.0.2 gets installed. Any ideas? -- Andrei Maxim http://andreimaxim.ro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-use...