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, 10:31:04 AM (15 years ago)
- Author:
-
adv
- Comment:
-
Info log comandos consola
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
30 | 30 | |
31 | 31 | = Logs de clientes para propuestas al grupo OG = |
| 32 | * Fichero log del ogAdmclient es /opt/var/opengnsys.log |
| 33 | * Fichero log de los comandos enviados desde la consola web. |
| 34 | * fichero /opt/opengnsys/client/etc/init/default |
| 35 | {{{ |
| 36 | #Enlazamos el fichero del ogAdmclient (log de inicio) con los log de consola (/opt/opengnsys/log/$IP.log) |
| 37 | IP=`$GetIpAddress` |
| 38 | OGGLOBALLOGFILE=/opt/opengnsys/log/$IP.log |
| 39 | touch $OGGLOBALLOGFILE |
| 40 | OGLOGFILE=/var/log/opengnsys.log |
| 41 | ln -s $OGGLOBALLOGFILE $OGLOGFILE |
| 42 | # También a terminal del cliente |
| 43 | |
| 44 | }}} |
| 45 | |
| 46 | |
| 47 | |
32 | 48 | |
33 | 49 | |