FreeNas mi "butta fuori" dopo qualche minuto

Status
Not open for further replies.

macteo

Cadet
Joined
Jan 5, 2014
Messages
4
Buongiorno a tutti, prima installazione di FreeNas e primo problema. Ho provato ad installare freenas su un vecchissimo computer P4 che avevo a casa, ho anche recuperato un HD da 20GB per installazione e uno da 80 Gb per stoccaggio files. (quando funzionerà tutto e capirò come usarlo aggiornerò la configurazione). Accendo FreeNas, vado nella webgui e funziona tutto perfettamente, vedo tutto e comincio la configurazoine. Dopo qualche minuto, 3 o 4 circa mi compaiono degli errori e se provo a ricaricare la pagina mi dice

An error occurred.

Sorry, the page you are looking for is currently unavailable.
Please try again later.

If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.

PRovo a controllare l'error log e trovo:

syntax: error_log file | stderr | syslog:server=address[,parameter=value] [debug | info | notice |warn | error | crit | alert | emerg];
default:
error_log logs/error.log error;
context: main, http, server, location

Configures logging. Several logs can be specified on the same level (1.5.2).
The first parameter defines a file that will store the log. The special value stderr selects the standard error file. Logging to syslog can be configured by specifying the “syslog:” prefix.
The second parameter determines the level of logging. Log levels above are listed in the order of increasing severity. Setting a certain log level will cause all messages of the specified and more severe log levels to be logged. For example, the default level error will cause error, crit, alert, and emerg messages to be logged. If this parameter is omitted then error is used.
For debug logging to work, nginx needs to be built with --with-debug, see “A debugging log”.

The following parameters configure logging to syslog:
server=address
Defines an address of a syslog server. An address can be specified as a domain name or IP address, and an optional port, or as a UNIX-domain socket path specified after the “unix:” prefix. If port is not specified, the port 514 is used. If a domain name resolves to several IP addresses, the first resolved address is used.
facility=string
Sets facility of syslog messages, as defined in RFC 3164. Facility can be one of “kern”, “user”, “mail”, “daemon”, “auth”, “intern”, “lpr”, “news”, “uucp”, “clock”, “authpriv”, “ftp”, “ntp”, “audit”, “alert”, “cron”, “local0”..“local7”. Default is “local7”.
tag=string
Sets tag of syslog messages. Default is “nginx”.

Example syslog configuration:
error_log syslog:server=192.168.1.1 debug;
error_log syslog:server=unix:/var/log/nginx.sock;
error_log syslog:server=[2001:db8::1]:12345,facility=local7,tag=nginx error;


Logging to syslog is available as part of our commercial subscription only.
E' un problema di Router o proprio un problema di FreeNAs?
Grazie
MAtteo
 

M_a_X_Italy

Patron
Joined
Jul 28, 2012
Messages
448
Benvenuto ! Metti in dettaglio la configurazione hw del nas pls
 

macteo

Cadet
Joined
Jan 5, 2014
Messages
4
Grazie per la risposta. Ci ho messo un pò a trovare tutti i dati necessari.

Il computer è un vecchio shuttle xpc ss51g p4 con 256mb di ram

Le specifiche della scheda madre:
- http://www.shuttle.eu/_archive/older/en/fs51.htm#mainboardfs5

i dischi che ho utilizzato sono:

- Seagate U10 ST320423A da 20 Gb (dove ho installato il sistema operativo)

- Seagate Barracuda ATA IV Model ST380021A da 80gb (dove avrei intenzione di stivare i dati)

Ho provato anche ad installare su una chiavetta USB ma non riesco, mi dice che la chiavetta non esiste.

(scheda di rete e periferiche utilizzo quelle integrate nella scheda madre)

Grazie
MAtteo
 

M_a_X_Italy

Patron
Joined
Jul 28, 2012
Messages
448
Free nas versione?

Inviato dal mio Galaxy Nexus utilizzando Tapatalk
 

macteo

Cadet
Joined
Jan 5, 2014
Messages
4
Ciao, eccomi finalmente nuovamente al PC. Freenas è in versione 9.2.0.

In settimana ho recuperato un banco di RAM da 512 e stamattina lo ho sostituito a quello da 256 che avevo e ora tutto sembra funzionare bene (dalle 11,00 di stamattina fino ad adesso ancora nessun problema)

grazie
 

enemy85

Guru
Joined
Jun 10, 2011
Messages
757
Guarda che quella Ram è troppo poca per la versione 9...
 

enemy85

Guru
Joined
Jun 10, 2011
Messages
757
La guida dice almeno 2GB cn UFS e 8GB con ZFS... In entrambi i caso direi che sotto i 2gb, ammesso che vada, sarai altamente instabile oltre ad avere prestazioni decisamente inferiori. Se il sistema è vecchio prova con la vecchia versione 7, ora passata sotto il progetto Nas4Free che è molto meno esosa in termini di risorse hw
 
Status
Not open for further replies.
Top