Admin interface gone

hey guys,

I have been updating my typo to the latest svn’s, as I should.

But every time I update, the images for the admin interface just
disappear.
It’s totally strange.

Can I? I am using dreamhost. And I am not sure if they alow me to do
that…

Are you restarting your server process(es) when you upgrade?

Scott

Do you have shell access, or do you just upload files via FTP? I’ve
never
used dreamhost, but I’d be amazed if they didn’t run your fcgi processes
under your own user ID. If you have shell access, then you should be
able
to kill them off easily enough.

Scott

I have shell access… That is how I svn.

What is the command for a restart?

I’m on Dreamhost, and you can kill dispatch.fcgi this way. Use the
‘top’ command to see what is running.

Just kill off all of the ruby dispatch.fcgi processes. Either killall
ruby
or killall dispatch.fcgi, depending on how things are configured.

Scott

On 7/10/06, levi mccallum [email protected] wrote:

I have shell access… That is how I svn.

What is the command for a restart?

killall -9 dispatch.fcgi

From here:

http://convergentarts.com/articles/2005/07/26/restarting-all-fastcgi-processes

Google is your friend :).

  • rob