hi folks,
i have an SS4200 for testing purposes. it is running freebsd 8-stable with 2gb of ram and a celeron cpu with 1.6Ghz frequency. sadly i encounter on a rsync test a reboot of the machine. Ah the filesystem is zfs and of course geli encrypted.
There is no error message to find in the logs, i attached a serial device as well to see if something like a kernel trap is spitted out before, but nothing. i can simply reproduce the problem by transfer data via rsync to it(i doubt that rsync is here the problem, but well).
as i am debugging for quite some time on it, here is some lines of top -SP
It's very interesting that always, short before the system crashes it idles almost 100%. Though rsync isn't done yet, and short before the failure the system is at 100% usage.
Now, i suspect it to be some kind of hardware problem, maybe the heat, maybe something else. My question would be if somebody else is using this device with success or knows this issue maybe in correlation of the celeron cpu. I would be interested as well if there is default modules i could try to load to get support on possibly existing sensors for heat and so on. No cpu temp measuring recognized so far(at least not under sysctl acpi where i suspected it to be).
Ok, maybe some of you can help, best regards,
i have an SS4200 for testing purposes. it is running freebsd 8-stable with 2gb of ram and a celeron cpu with 1.6Ghz frequency. sadly i encounter on a rsync test a reboot of the machine. Ah the filesystem is zfs and of course geli encrypted.
There is no error message to find in the logs, i attached a serial device as well to see if something like a kernel trap is spitted out before, but nothing. i can simply reproduce the problem by transfer data via rsync to it(i doubt that rsync is here the problem, but well).
as i am debugging for quite some time on it, here is some lines of top -SP
Code:
CPU: 0.0% user, 0.0% nice, 0.0% system, 0.4% interrupt, 99.6% idle
Mem: 36M Active, 15M Inact, 506M Wired, 92K Cache, 31M Buf, 1430M Free
Swap: 4096M Total, 4096M Free
PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND
11 root 1 171 ki31 0K 8K RUN 96.7H 55.27% idle
12218 root 1 76 0 84184K 19496K tx->tx 0:13 17.19% rsync
12217 root 1 73 0 50392K 11812K select 1:03 10.99% rsync
It's very interesting that always, short before the system crashes it idles almost 100%. Though rsync isn't done yet, and short before the failure the system is at 100% usage.
Now, i suspect it to be some kind of hardware problem, maybe the heat, maybe something else. My question would be if somebody else is using this device with success or knows this issue maybe in correlation of the celeron cpu. I would be interested as well if there is default modules i could try to load to get support on possibly existing sensors for heat and so on. No cpu temp measuring recognized so far(at least not under sysctl acpi where i suspected it to be).
Ok, maybe some of you can help, best regards,