yes fan-d seems to invoke it but I don't think it is the cause. It uses only little amount of the memory.
This is a daemon that control the fan, if temp stays below the tress hold then it will not start the fan.
So as long as that is the case you won't hear the fan.
Anyhow in the attachment a newer version. It will be included in 16-1 and has a better temperature control, it monotors temperatures of all installed disks insead of only sda.
You must replace the existing fan5big binary in /bin_cab
To be able to do that you probably need to kill fan-d first
- Code: Select all
killall -9 fan-d
(in fact fan-d is a symlink to fan5big)
Of course you could also try to run the nas with no fan-d daemon to see if oom comes back but be careful because your disk could be overheated.(see web interface disk settings)
I think some other process is eating your memory.
You can use the command
- Code: Select all
ps aux
to get a list of all processes running and the amount of memory they use.
This is the output of my 5big2 and you can see fan-d is only using 0.1% of the memory
- Code: Select all
root@fvdwsl-5big2:/ # ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 3032 620 ? Ss 18:24 0:01 init
root 2 0.0 0.0 0 0 ? S 18:24 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 18:24 0:00 [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< 18:24 0:00 [kworker/0:0H]
root 7 0.0 0.0 0 0 ? S 18:24 0:01 [rcu_preempt]
root 8 0.0 0.0 0 0 ? S 18:24 0:00 [rcu_sched]
root 9 0.0 0.0 0 0 ? S 18:24 0:00 [rcu_bh]
root 10 0.0 0.0 0 0 ? S< 18:24 0:00 [khelper]
root 242 0.0 0.0 0 0 ? S< 18:24 0:00 [writeback]
root 244 0.0 0.0 0 0 ? S< 18:24 0:00 [bioset]
root 246 0.0 0.0 0 0 ? S< 18:24 0:00 [kblockd]
root 251 0.0 0.0 0 0 ? S< 18:24 0:00 [ata_sff]
root 262 0.0 0.0 0 0 ? S 18:24 0:00 [khubd]
root 269 0.0 0.0 0 0 ? S< 18:24 0:00 [md]
root 279 0.0 0.0 0 0 ? S< 18:24 0:00 [cfg80211]
root 295 0.0 0.0 0 0 ? S< 18:24 0:00 [rpciod]
root 304 0.0 0.0 0 0 ? S 18:24 0:00 [kswapd0]
root 305 0.0 0.0 0 0 ? S 18:24 0:00 [fsnotify_mark]
root 306 0.0 0.0 0 0 ? S< 18:24 0:00 [nfsiod]
root 307 0.0 0.0 0 0 ? S< 18:24 0:00 [cifsiod]
root 311 0.0 0.0 0 0 ? S 18:24 0:00 [jfsIO]
root 312 0.0 0.0 0 0 ? S 18:24 0:00 [jfsCommit]
root 313 0.0 0.0 0 0 ? S 18:24 0:00 [jfsSync]
root 314 0.0 0.0 0 0 ? S< 18:24 0:00 [xfsalloc]
root 315 0.0 0.0 0 0 ? S< 18:24 0:00 [xfs_mru_cache]
root 316 0.0 0.0 0 0 ? S< 18:24 0:00 [xfslogd]
root 317 0.0 0.0 0 0 ? S< 18:24 0:00 [crypto]
root 441 0.0 0.0 0 0 ? S 18:24 0:00 [scsi_eh_0]
root 442 0.0 0.0 0 0 ? S< 18:24 0:00 [scsi_tmf_0]
root 445 0.0 0.0 0 0 ? S 18:24 0:00 [scsi_eh_1]
root 446 0.0 0.0 0 0 ? S< 18:24 0:00 [scsi_tmf_1]
root 456 0.0 0.0 0 0 ? S< 18:24 0:00 [smflush]
root 546 0.0 0.0 0 0 ? S< 18:24 0:00 [aoe_tx0]
root 548 0.0 0.0 0 0 ? S< 18:24 0:00 [aoe_ktio0]
root 566 0.0 0.0 0 0 ? S< 18:24 0:00 [raid5wq]
root 568 0.0 0.0 0 0 ? S< 18:24 0:00 [dm_bufio_cache]
root 569 0.0 0.0 0 0 ? S< 18:24 0:00 [kmpathd]
root 570 0.0 0.0 0 0 ? S< 18:24 0:00 [kmpath_handlerd]
root 588 0.0 0.0 0 0 ? S 18:24 0:00 [mv_crypto]
root 598 0.0 0.0 0 0 ? S< 18:24 0:00 [ipv6_addrconf]
root 604 0.0 0.0 0 0 ? S< 18:24 0:00 [deferwq]
root 703 0.0 0.0 0 0 ? S< 18:24 0:00 [kworker/0:1H]
root 704 0.0 0.0 0 0 ? S 18:24 0:00 [kjournald]
root 716 0.0 0.0 0 0 ? S 18:24 0:00 [kjournald]
root 749 0.0 0.0 1552 164 ? Ss 18:24 0:00 /usr/sbin/buttonsd
root 761 0.0 0.0 0 0 ? S 18:24 0:00 [kjournald]
root 792 0.0 0.0 0 0 ? S< 18:24 0:00 [iscsi_eh]
root 910 0.0 0.1 1812 564 ? Ss 18:24 0:00 /usr/sbin/fan-d
root 914 0.0 0.0 0 0 ? S 18:24 0:00 [scsi_eh_2]
root 915 0.0 0.0 0 0 ? S< 18:24 0:00 [scsi_tmf_2]
root 916 0.0 0.0 0 0 ? S 18:24 0:00 [usb-storage]
root 935 0.0 0.1 3656 552 ? Ss 18:24 0:00 /sbin/syslogd -b 5
root 1069 0.0 0.0 0 0 ? S 18:25 0:00 [kjournald]
root 1074 0.0 0.0 0 0 ? S 18:25 0:00 [kjournald]
root 1079 0.0 0.0 0 0 ? S 18:25 0:00 [kjournald]
root 1084 0.0 0.0 0 0 ? S 18:25 0:00 [kjournald]
root 1089 0.0 0.1 1860 544 ? S<s 18:25 0:00 /sbin/udevd --daemo
root 1512 0.0 0.0 3656 292 ? Ss 18:25 0:00 /sbin/udhcpc -b -i
root 1547 0.0 2.3 45520 12240 ? Ss 18:25 0:00 /usr/bin/httpd -f h
nobody 1550 0.0 0.9 45600 4796 ? S 18:25 0:00 /usr/bin/httpd -f h
nobody 1551 0.0 0.8 45600 4228 ? S 18:25 0:00 /usr/bin/httpd -f h
nobody 1552 0.0 0.8 45600 4208 ? S 18:25 0:00 /usr/bin/httpd -f h
root 1555 0.0 0.1 1740 536 ? Ss 18:25 0:07 /usr/sbin/noflushd
root 1736 0.0 0.0 1684 312 ? S<s 18:25 0:08 /usr/sbin/syncawayd
root 1740 0.0 0.0 1688 364 ? Ss 18:25 0:00 /usr/bin/discoverd
root 1747 0.0 0.1 2180 620 ? Ss 18:25 0:00 /usr/bin/rpcbind
root 1763 0.0 0.0 2208 488 ? Ss 18:25 0:00 dropbear -p 22 -r /
root 1776 0.0 0.0 1684 436 ? Ss 18:25 0:00 /usr/sbin/hostd 720
root 1804 0.0 0.1 1812 576 ? Ss 18:25 0:00 /usr/sbin/temp-guar
root 1849 0.0 0.1 2256 604 ? Ss 18:25 0:00 /usr/sbin/rsync --d
root 1856 0.0 0.0 3656 400 ? Ss 18:25 0:00 /bin/ntpd -l
nobody 1923 0.0 0.9 10908 5084 ? Ss 18:25 0:00 proftpd: (accepting
root 1931 0.0 0.0 3656 508 ? Ss 18:25 0:00 /bin/ntpd -p 193.67
root 1943 0.0 0.1 3656 588 ? Ss 18:25 0:00 /usr/sbin/crond -c
root 1965 1.7 2.1 77032 10968 ? Ssl 18:25 3:03 /usr/local/sbin/bts
root 1996 0.0 0.2 6372 1388 ? Ss 18:25 0:00 /usr/sbin/nmbd -D -
root 1998 0.0 0.5 9324 2564 ? Ss 18:25 0:00 /usr/sbin/smbd -D -
root 2006 0.0 0.2 9324 1136 ? S 18:25 0:00 /usr/sbin/smbd -D -
root 2378 0.0 0.1 3036 620 ? Ss 18:25 0:00 /bin/sh
root 2417 0.0 0.0 0 0 ? S 20:25 0:00 [kworker/u2:1]
root 2465 0.0 0.1 2288 892 ? Ss 20:56 0:00 dropbear -p 22 -r /
root 2466 0.0 0.1 3660 860 pts/0 Ss 20:56 0:00 -sh
root 2483 0.0 0.1 2288 852 ? Ss 20:57 0:00 dropbear -p 22 -r /
root 2484 0.0 0.1 3660 800 ? S 20:57 0:00 -sh
root 2638 0.0 0.0 0 0 ? S 21:06 0:00 [kworker/0:2]
root 2644 0.0 0.0 0 0 ? S 21:15 0:00 [kworker/u2:0]
root 2645 0.0 0.0 0 0 ? S 21:16 0:00 [kworker/0:0]
root 2654 0.0 0.5 9648 2724 ? S 21:21 0:00 /usr/sbin/smbd -D -
root 2655 0.0 0.0 0 0 ? S 21:21 0:00 [kworker/0:1]
root 2660 0.0 0.2 4596 1148 pts/0 R+ 21:24 0:00 ps aux
root@fvdwsl-5big2:/ # ps aux | grep fan-d
root 910 0.0 0.1 1812 564 ? Ss 18:24 0:00 /usr/sbin/fan-d