View Single Post
  #2   (View Single Post)  
Old 26th December 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Quote:
how do i go to single user mode without reboot?
From init(8):
Code:
     The init utility will terminate multi-user operations and resume single-
     user mode if sent a terminate (TERM) signal, for example, ``kill -TERM
     1''.  If there are processes outstanding that are deadlocked (because of
     hardware or software failure), init will not wait for them all to die
     (which might take forever), but will time out after 30 seconds and print
     a warning message.
]
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote