close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jun 30, 2010, 11:48:59 AM (15 years ago)
- Author:
-
adv
- Comment:
-
Info Log tareas consola web a tty2 del cliente
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
32 | 32 | * Fichero log del ogAdmclient es /opt/var/opengnsys.log |
33 | 33 | * Fichero log de los comandos enviados desde la consola web. |
34 | | * fichero /opt/opengnsys/client/etc/init/default |
| 34 | * Modificaciones en el fichero /opt/opengnsys/client/etc/init/default antes de la llamada al ogAdmclient |
35 | 35 | {{{ |
36 | 36 | #Enlazamos el fichero del ogAdmclient (log de inicio) con los log de consola (/opt/opengnsys/log/$IP.log) |
… |
… |
|
41 | 41 | ln -s $OGGLOBALLOGFILE $OGLOGFILE |
42 | 42 | # También a terminal del cliente |
43 | | |
| 43 | tail -f $OGLOGFILE &> /dev/tty2 & |
44 | 44 | }}} |
45 | 45 | |