svcscan

Discussion in 'Server Operation' started by unkn0wn, Apr 10, 2006.

  1. unkn0wn

    unkn0wn New Member

    initttab contains an svscanboot line. I assume that svscan is already running.
    # ps -aux | grep svscan
    Warning: bad syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
    root 9234 0.0 0.1 1536 456 pts/3 R+ 13:46 0:00 grep svscan

    i kill only process of svcscan but he is still there :)
    i mean when i want to reinstall it.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Use
    Code:
    ps aux | grep svscan
    instead.
    This is not the svscan process itself, it is the grep process that is looking for svscan. If svscan was still running, then there would be additional lines.
    If you don't want to see that grep line, use
    Code:
    ps aux | grep svscan | grep -v grep
     
  3. unkn0wn

    unkn0wn New Member

    i know that :)
    i know what grep mean and hot is listed in ps.

    i wanna shot that svscan is not running but when i want to #make svscan again ...there is error message. i menaged that i delete entry in etc/inittab that spawning process and reboot machine :)

    tnx
     

Share This Page