Reply To: Startup crash and wont re start

#11511
davesanti
Participant

Thanks Fizze .. results:

I code:

ps aux|grep daap

And get:

1484 ttyp0 root 2668 S grep daapd

So I understand the PID is 1484

I code

kill -9 1484

And get

kill: Could not kll pid ‘1484’ : No such process

If I code “ps” the grep process doesnt show up at all…

Dave