favroom wrote:Jocko wrote:Hi favroom,
Before doing anything, two questions:
- what are the daemons that are enabled (do you use transmissionCli ?)
- do you open some ports on your router to get some WAN access ?
The daemons I have enabled from the web interface are:
- Transmission;
- MiniDLNA;
- VPN.
Yes I had ports opened to get WAN access for all three of the services.
Ferdinand
First about MiniDLNA, I advice you to set up and download limit if you disabled them
About WAN access maybe something to deepen.
So i assume that you enabled the debug mode and when your NAS will be again hang. Stop it without restarting the NAS and get a telnet access as described in a previous post.
Mount the device sda5 on a folder previously created (I assume that you do it with the folder /tmp/sda5) and do
- Code: Select all
ls -alR /tmp/sda5/tmp
and read some log files:
-for apache server
- Code: Select all
/tmp/sda5/tmp/var/log/httpd/access_log and /tmp/sda5/tmp/var/log/httpd/error_log
(=> search if someone tries to get an access)
- system error in this log
- Code: Select all
/tmp/sda5/tmp/var/log/messages