I recently set up another development machine and sometimes i get the following error.
=> Booting WEBrick
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-02-23 12:11:19] INFO WEBrick 1.3.1
[2010-02-23 12:11:19] INFO ruby 1.8.7 (2009-06-12) [i486-linux]
[2010-02-23 12:11:19] WARN TCPServer Error: Address already in use - bind(2)
[2010-02-23 12:11:19] WARN TCPServer Error: Address already in use - bind(2)
Exiting
How do i find the PID of the old process to kill it.
