eReuse / workbench

The eReuse.org Workbench is a toolset to assist with the diagnostic, benchmarking, inventory and installation of computers.
https://www.ereuse.org
GNU Affero General Public License v3.0
13 stars 7 forks source link

Conifg.ini not copied to client #76

Open bustawin opened 7 years ago

bustawin commented 7 years ago

For some reason, config.ini are not copied (or well-copied, or not being accessible) to the client. This is the error in the client system.

The server starts normally. Clients load the system through DHCP but before introducing any field the following message appears:

whatsapp image 2017-03-10 at 17 14 59

In the host, the file config.ini is ensured to be in the correct folder ereuse-data with the following permission: In beta (where there is a problem) the permissions are:

-rw-r--r--

In alpha (where it works) they are:

-rwxrwxrwx

(In case it can helps)

reciclanet commented 7 years ago

Haciendo sudo chmod 777 /srv/ereuse-data/config.ini se arregla el problema. Hemos modificado el fichero /etc/hosts para añadir el host eReuse con la 127.0.0.1. Esto era porque los comandos tardaban mucho tiempo en ejecutarse (delay).