Changes between Version 11 and Version 12 of PhalUserGuide

Show
Ignore:
Timestamp:
11/19/08 18:44:38 (16 years ago)
Author:
ismael (IP: 62.57.188.40)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhalUserGuide

    v11 v12  
    177177  where 192.168.1.1 should obviously be replaced by the IP address of the host where you launched the daemon. In this screen, you can type commands as usual and exit typing Ctrl+C. You will notice as you can re-connect with the same command and perform more commands. 
    178178  At this point, you can exit your ssh session normally. P-HAL will keep running at background. When you login again, connect again with the previous cmdman command. Also, keep track of the output files (specifiyed at the configuration file) for errors or unusual behaviour. 
    179  6. Finally, you can kill PHAL by sending a INT signal. This can be done typing: 
    180   {{{ 
    181   killall -s INT runph 
     179 6. Finally, you can kill PHAL by sending a INT signal. P-HAL install a simple shell command to do such: 
     180  {{{ 
     181  killph 
    182182  }}} 
    183183