similar to: script/process/spawner freezing

Displaying 20 results from an estimated 3000 matches similar to: "script/process/spawner freezing"

2006 Aug 04
8
Capistrano /usr/bin/env: ruby: no such file or directory
Hi, I''m deploying to a prod linux server via Capistrano, but the last step, running the reaper, won''t complete. Ruby is stored in /usr/local/bin on the server, and I''m deploying from winxp. $ ssh mcalogin@lx07 Password: mcalogin@LX07:~> env | grep "^PATH" PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/b in:/opt/
2005 Nov 04
0
lighttpd + spawner, only one process doing all the work (solution)
It took me a little while to figure this one out. Perhaps it''s obvious to other folks, but in case it''s not: If you''re using lighttpd with an external spawner for non-PHP applications like rails, you need to list explicitly each port that the spawned processes are using, ex: fastcgi.server = ( ".fcgi" => ( "localhost" =>
2006 Jul 26
1
Connecting to mysql 4.1.12 server
Hi, I''m building a rails app on win32, and need to develop, test, and deploy to a mysql 4.1.12 server running on a Linux server. Whenever I attempt to connect to the database_development or database_test directly from my workstation, I get the ''Lost connection to MySQL server during query'', however, I can connect directly from my local mysql client on my workstation
2006 Jan 23
1
Spawner -p and --port not working?
Hi everyone, I''m trying to set a port with spawner, and it''s not working: ruby /var/rails/ldapadmin/current/script/process/spinner -c /var/rails/ldapadmin/current/script/process/spawner --port=7000 -i 4 -d spinner: invalid option: --port=7000 Same with -p: ruby /var/rails/ldapadmin/current/script/process/spinner -c /var/rails/ldapadmin/current/script/process/spawner -p 7000
2006 Jul 13
2
cluster vs. rails spawner
It appears the spawner in Rails 1.2 will do Mongrel clustering. I''m curious what this means for mongrel_cluster. They appear to overlap in features quite a bit. I don''t think the spawner uses a config, so that''s one difference. Will they be different enough? I only ask because mongrel_cluster could, theoretically, be made extinct if the spawner script has all the same
2005 Dec 06
0
SwitchTower with spinner/spawner/reaper = teh suxx0r
hey all, So, we''ve been trying to get a nice stable config running for deployment with SwitchTower, spinner spawner and reaper, and I have to say, they are, as it says in the title, teh suxx0r. <warning>I''m annoyed, and wrote this while annoyed</warning> ;) The problems are rife: 1. Because lighttpd has no control over the fcgis, the restart process is
2006 Mar 05
5
A nicer and gentler form of spawner
I was working on deploying an app with switchtower, and I really dislike the way spawner is implemented. The way it will relaunch the dispatcher all the time just to let it die if the port is in use is too brute force for my taste. As we''re in a ruby script, why not let ruby find out if the port is in use? Using the TCPServer class we can try and bing to the port. If we succeed, it means
2009 Jan 16
3
script/process/spawner silently failing
Hi all, I set up a standard Capistrano deployment on a new host. To start the Mongrels, "script/spin" calls "script/process/spawner mongrel". It prints a few lines as if everything were normal, however the mongrels are not started and it doesn''t create any files in log or tmp that would give me a clue on what happened. If I start Mongrel via script/server -e
2006 Dec 14
3
reaper spawner
Hi, Anyone know where i can find out more info on Reaper/Spawner. Currently, every time i add a new account on my production machine, i have to restart the whole server. After about 150 accounts, this puts a real strain on the server (it takes 3 full minutes before i can access any site on the server). I think reaper/spawner is my answer, but i am havving trouble figuring out how to use it.
2008 Jul 03
1
lines() warning message
I have data that looks like Year,Recruit,Spawner,Mtempcv 1958,4532,775,0.24125 1959,22996,2310,0.16319 1960,628,2990,0.46056 1961,879,1400,0.33028 1962,14747,1130,0.22618 1963,13205,790,0.20596 1964,31793,1195,0.19229 1965,10621,981,0.20363 1966,22271,870,0.3452 1967,8736,1104,0.27511 1968,8761,883,0.10884 1969,18885,1421,0.17799 1970,10098,1198,0.2106 1971,3394,760,0.22098 1972,1697,1354,0.39461
2006 May 18
3
capistrano and Dreamhost issue
Hi, i''m striving to capistranize a foo app on DH. Everything is hosted on DH to simplify a bit : - svn repository (http access) - the application - the DB I used the recipe of Jamis Buck modified by Geoffrey Grosenbach which you can find here : http://nubyonrails.com/pages/shovel_dreamhost I did the least modifications possible. As recommended. 1) When I launch the
2006 Mar 02
2
A nasty evening with dispatch.fcgi
Hello all. Time for an all night installation campfire (no pun intended) story. I just helped a customer migrate from a single box to a 5 box system. 2 Lighty 2 FCGI 1 DB Everything went quite well. I scripted everything so it would be easy to add more boxes in the future. 3 scripts, one for each box type above. Then came time to get the site working. :-) Lighty came up easily. The DB came up
2007 Jul 14
0
tree connect failed: NT_STATUS_ACCESS_DENIED
Hi everyone, Previous to today my samba install was working fine, after a reboot I wasn't able to access the share and with smbclient the output is as follows: Password: Domain=[RENDER] OS=[Unix] Server=[Samba 3.0.25b-1.1.72-1411-SUSE-CODE10] tree connect failed: NT_STATUS_ACCESS_DENIED There is no firewall in the way, and there is also nothing in the main logs, I do see myself
2006 Oct 09
1
Login to domain.
I'm running Centos 4.2, with 3.0.23b-SerNet-RedHat as a NT 4 Domain. My Window XP machine logs in perfectly well to the domain. I have another machine running Opensuse 10.2 which I joined to the domain with no problems. using opensuse, I'm unable to loging to the domain. I get the message xserver: login (domain\user) is disabled. On the server samba.conf the shell is set to template shell
2006 Feb 10
1
chmod/chown on receiver
Hi there, I'm pushing a directory tree from a samba server with notificytion via fileschanged (FAM) to a webserver for procession images into an image-database. These files have to be rw by wwwrun on the receiver. If the receiver woul pull the files, the script could chmod after transfer, but how can the sender do a chown/chmod on the receivers side? Maybe -o -g -p can be enhanced or
2006 Jul 19
2
Creating a safe sequence generator
Hi all, I''ve got a rails and database question. Accounts have jobs, and job numbers should be assigned per account. Account 89 should have jobs 1-whatever, which are not the same as account 67, which has jobs 1-whatever. In the past, I have accomplished this quite easily with: create table job ( accountid int(10) unsigned not null default 0, jobid int(10) unsigned not null
2014 Nov 25
2
CentOS6 gvfs disk thrashing
We recently started upgrading users' workstations to CentOS6. Now we've come across an interesting issue: ~user/.local/share/gvfs-metadata is filling up with tons of files. Once there are around 69270 of them, no more are being created, and the NetApp filer the user's home is on logs: Directory ..../user/.local/share/gvfs-metadata/ reached the maxdirsize limit. Reduce the number of
2014 Dec 01
0
CentOS6 gvfs disk thrashing
On 25/11/2014, isdtor <isdtor at gmail.com> wrote: > We recently started upgrading users' workstations to CentOS6. Now > we've come across an interesting issue: > ~user/.local/share/gvfs-metadata is filling up with tons of files. > Once there are around 69270 of them, no more are being created, and > the NetApp filer the user's home is on logs: > > Directory
2015 Nov 07
0
Cannot chown file to active directory user/group on member server
On 07/11/15 16:02, Krutskikh Ivan wrote: > Hi, > > I need to change ownership of server files to user/group defined in active > directory ( using rfc2307 and unix attributes). Chown returns no error, but > 'ls -lia' shows that file ownership is unchanged. What am I doing wrong? > > archive-test:/archive/video # ls -lia ./test.mp4 > 17121 -rw-r--r-- 1 root root
2009 Feb 20
6
rails 2.2.2 does not work with ruby 1.9.1
Hi everyone! I''ve installed new Ruby 1.9.1 from sources (http://www.ruby-lang.org/en/), then "gem install rails", everything was ok during installation, all tests ("make test") were ok too. After all, i wanted to create my new RoR project, but I could not start it. Plz help me Here is my terminal: [renat@localhost rails]$ rails mysite create create