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:
-
Dec 22, 2009, 10:19:07 AM (16 years ago)
- Author:
-
jcxifre
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
3 | 3 | |
4 | 4 | |
| 5 | |
5 | 6 | === Modificaciones en la instalación de paquetes === |
6 | 7 | |
| 8 | Eliminar el paquete bittorrent (no funciona correctamente el programa que utilizamos para hacer de "semillero" de torrents) |
| 9 | {{{ |
| 10 | aptitude purge bittorrent |
| 11 | }}} |
| 12 | |
| 13 | Instalar el paquete bittornado |
| 14 | {{{ |
| 15 | aptitude install bittornado |
| 16 | }}} |
7 | 17 | |
8 | 18 | === Nuevo script de arranque demonios !OpenGnSys === |
9 | 19 | |
10 | | === Configuracion de los demonios que arrancarán al inicio del sistema === |
| 20 | * Copiar el nuevo script de arranque, [http://www.informatica.us.es:8080/opengnsys/browser/trunk/admin/Services/opengnsys.init?format=txt opengnsys.init], desde el repositorio al directorio /etc/init.d con el nombre opengnsys (sin el .init) |
| 21 | |
| 22 | * Modificar el fichero de configuración para que arranquen los servicios P2P al inicio del sistema. Modificar /etc/default/opengnsys de esta forma |
| 23 | {{{ |
| 24 | # RUN_OGADMSERVER run OpenGNSys Admin service. |
| 25 | # RUN_OGADMREPO run OpenGNSys Repository Manager service. |
| 26 | # RUN_BTTRACKER run Bittorrent Tracker |
| 27 | # RUN_BTSEEDER starts seeding of selected torrent files |
| 28 | RUN_OGADMSERVER="yes" |
| 29 | RUN_OGADMREPO="yes" |
| 30 | RUN_BTTRACKER="yes" |
| 31 | RUN_BTSEEDER="yes" |
| 32 | }}} |
| 33 | |
11 | 34 | |
12 | 35 | === Descripción servicio de tracker === |