Skip to content

morsamatias/tp-2015-2c-killthepony

 
 

Repository files navigation


Logo UTN

TP 2015 2C KILL THE PONY

Configurar la sharedLibrary cuando se ejecuta en consola(por cada consola)

export LD_LIBRARY_PATH=/home/utnso/Escritorio/git/tp-2015-2c-killthepony/utiles/Debug

sino gedit .bashrc al final pegar

export LD_LIBRARY_PATH=/home/utnso/Escritorio/git/tp-2015-2c-killthepony/utiles/Debug

debug postmortem:

ulimit -c unlimited

watch -n 1 cat SWAP.DATA

Para instalar en el server hacer el mkdir de Escritorio/git ahi dentro hacer el clone

en el repo hay una carpeta instalacion-server/script-instalacion

ahi dentro hay unos script para instalar cada proceso y la libreria

ejemplo:para instalar el planificador seria

source instalar-utiles.sh
source instalar-procesoPlanificador.sh

si aun asi no instala la libreria, escribir en consola:

export LD_LIBRARY_PATH=/home/utnso/Escritorio/git/tp-2015-2c-killthepony/utiles/Debu

NOTA: LA LIBRERIA HAY QUE HACERLA POR CADA SESION


INTEGRANTE NOTA
MATIAS MORSA 10
ANTONELLA MIOZZO 10
MARTIN PEÑALOZA 10
PAULO DIGIANNI 10
MARTIN GUIXE 10

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • Makefile 6.6%
  • Other 1.4%