marcelotk15 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 0 forks source link

snake's freeze #292

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update the firmware from 2010 1.2 to 2011.11.07
2. Reconfigure all functions. Users, ip, sharing devices, printers, samba, etc. 
Save the configuration. The Nas working correctly
3. One or two hour later,  i can't access to the nas. The unitare tilt. I must 
restart it (Power off it)
1
What is the expected output? What do you see instead?
I cant access to the sharing device, to the printers and i can't access to the 
ip adress too

What version of the product are you using? On what operating system?
I havethis problem with the new version. I tried touse and old version and i 
have the same problem. I havethis problem in all units. In my tablet with 
android and my pc with xp

Please provide any additional information below.

Original issue reported on code.google.com by jav...@gmail.com on 8 Apr 2012 at 11:48

GoogleCodeExporter commented 8 years ago
To unfreeze the nas i always do this procedure (with 
snakeos-V1.3.2-20111019-from-snake):
1) disable all of opkg package (this has the effect to turn off all of the 
services including Transmission) this reduce the overhead of str_8100 process 
(see with top)
2) disable swap service
3) run a e2fsck -y /dev/sda1 (and any other hd connected) to resync journal
4) reboot

The problem is that in some way the str_8100 process is using huge amount of 
cpu (seen with top command), disabling transmission and other services the load 
on the process drop down dramatically to 0% so the system unfreeze

Procedure done every one-two day

Original comment by gmor...@gmail.com on 18 Jun 2012 at 3:37