Changes between Version 11 and Version 12 of PhalUserGuide
- Timestamp:
- 11/19/08 18:44:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhalUserGuide
v11 v12 177 177 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. 178 178 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 kill all -s INT runph179 6. Finally, you can kill PHAL by sending a INT signal. P-HAL install a simple shell command to do such: 180 {{{ 181 killph 182 182 }}} 183 183