Re: Attn. Dreamhost users

2006-03-08 Thread Amit Upadhyay
On 3/8/06, Hans-Christian Holm <[EMAIL PROTECTED]> wrote: I'm a bit reluctant to switching hosts. I haven't had my DH account for thatlong, but they have offered great value for money so far, and there seems tobe a few Django apps running happily there already. And switching is so boring work.I hav

Re: Attn. Dreamhost users

2006-03-08 Thread tonemcd
Doesn't DreamHost allow you to download your own copy of lighttpd and install that? Of course, if lighttpd needs root access, the standard plans at DreamHost won't work - I think I've answered my own question... Cheers, Tone --~--~-~--~~~---~--~~ You received th

Re: Attn. Dreamhost users

2006-03-08 Thread James Bennett
On 3/8/06, Hans-Christian Holm <[EMAIL PROTECTED]> wrote: > But is this a DreamHost problem or a FastCGI problem? Do other hosts have > different FastCGI configurations that make them better suited to Django? If > so, what could DH do to make life easier for Django users? I've voted for > all thin

Re: Attn. Dreamhost users

2006-03-08 Thread Hans-Christian Holm
lio Nobrega" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 07, 2006 5:05 PM Subject: Re: Attn. Dreamhost users Dreamhost hasn't been good to me. I will be switching hosts soon... can't have such unreliable apps live. --~--~-~--~~~---~--~~

Re: Attn. Dreamhost users

2006-03-08 Thread Jeremy Jones
On Wed, 8 Mar 2006 19:43:21 +0530 "Amit Upadhyay" <[EMAIL PROTECTED]> wrote: > On 3/8/06, PythonistL <[EMAIL PROTECTED]> wrote: > > > > But how can I kill ALL of them? > > One by one something like: > > kill processNumber > > ? > > > pkill is your friend. > > I use "pkill -9 python2.4" on abov

Re: Attn. Dreamhost users

2006-03-08 Thread Gábor Farkas
Amit Upadhyay wrote: > On 3/8/06, *PythonistL* <[EMAIL PROTECTED] > wrote: > > But how can I kill ALL of them? > One by one something like: > kill processNumber > ? > > > pkill is your friend. > > I use "pkill -9 python2.4" on abovenet for most code ch

Re: Attn. Dreamhost users

2006-03-08 Thread Amit Upadhyay
On 3/8/06, PythonistL <[EMAIL PROTECTED]> wrote: But how can I kill ALL of them?One by one something like:kill processNumber?pkill is your friend. I use "pkill -9 python2.4" on abovenet for most code changes. -- Amit UpadhyayBlog: http://www.rootshell.be/~upadhyay+91-9867-359-701 --~--~-~-

Re: Attn. Dreamhost users

2006-03-08 Thread PythonistL
Eugene, thank you for your reply. You say" If you run several web sites from one account, you cannot tell which process serves a given web site. I kill all of them" But how can I kill ALL of them? One by one something like: kill processNumber ? Thank you for reply L --~--~-~--~~

Re: Attn. Dreamhost users

2006-03-07 Thread Eugene Lazutkin
PythonistL wrote: > Eugine, > I also use Dreamhost( and it works great) but have a problem how to > kill the correct process. > When I try "killall python" or "killall python2.4" I receive "no > process killed". > Why? > When I use ps ax to see the process number, I can see a lot of > /usr/bin/pyt

Re: Attn. Dreamhost users

2006-03-07 Thread Julio Nobrega
What I use sometimes on Dreamhost is this: pkill python;pkill fcgi.py "pkill python" refreshes the process', so I can hit reload on the browser and see the changed code. While "pkill fcgi.py" make the "Mysql server has gone away" problems disappear. Dreamhost hasn't been good to me. I will be s

Re: Attn. Dreamhost users

2006-03-07 Thread PythonistL
Eugine, I also use Dreamhost( and it works great) but have a problem how to kill the correct process. When I try "killall python" or "killall python2.4" I receive "no process killed". Why? When I use ps ax to see the process number, I can see a lot of /usr/bin/python django.fcgi and I do not know

Re: Attn. Dreamhost users

2006-03-06 Thread Eugene Lazutkin
Hans-Christian Holm wrote: > I've been experiencing the same with Django on Dreamhost. But after some > frustrating 500 errors, my first Django app miraculously started to run > fine. I just waited a few minutes. > > I noticed that once, I would get 500 after some compile error in my code. I >

Re: Attn. Dreamhost users

2006-03-06 Thread Hans-Christian Holm
ompilation error, but occasionally, an error seems to cause 500 and timeouts. But then, it just solves itself after a wait. Hans-Christian - Original Message - From: "SmileyChris" <[EMAIL PROTECTED]> To: "Django users" Sent: Monday, March 06, 2006 10:39 A

Re: Attn. Dreamhost users

2006-03-06 Thread SmileyChris
I'm having the same issue - 500 errors trying to run hello.fcgi... I didn't install any fancy new svn however. So you're saying the problem just solved itself? :-\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: Attn. Dreamhost users

2006-02-07 Thread [EMAIL PROTECTED]
Dreamhost has now fixed this problem """ Our apologies for the delays. We did have SVN problems at the time it was implemented, but our admin team has found the source and rectified the situation. All Subversion should now be compatible with PHP and PHP as CGI domains. If there is anything mor