[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How can I stop WEBrick running as a daemon

Sam Kong

12/23/2005 7:57:00 AM

Hello!

I'm a newbie linux user and I logged in to my web hosting server and
tested rails.
I ran 'ruby script/server -d' (-d means to run as daemon).
Now I don't know how to stop it.
I don't have the root's power.

TIA.

Sam

2 Answers

Lyndon Samson

12/23/2005 8:41:00 AM

0

On 12/23/05, Sam Kong <sam.s.kong@gmail.com> wrote:
>
> Hello!
>
> I'm a newbie linux user and I logged in to my web hosting server and
> tested rails.
> I ran 'ruby script/server -d' (-d means to run as daemon).
> Now I don't know how to stop it.
> I don't have the root's power.


You started the process, so you can kill it. If you didn't start it with
nohup it might have died when you logged out anyhow.

Research ps and kill.


TIA.
>
> Sam
>
>
>


--
Into RFID? www.rfidnewsupdate.com Simple, fast, news.

Matias Surdi

12/23/2005 8:44:00 AM

0