I am using OMEGA2P and firmware version : Ω-ware 0.2.2 b202.
My program stops after a few hours (such as 5 hours).
root@Omega-EBCC:~/www1# ps
PID USER VSZ STAT COMMAND
1591 root 48524 S /usr/bin/node /root/www1/build/serverTest.js
2225 root 18312 S ./MPPT1
21415 root 1188 R ps
Both MPPT1 and serverTest.js programs' STAT is in S state.
STAT S : interruptible sleep (waiting for an event to complete).
Almost all process state is in S state.
root@Omega-EBCC:~/www1# ps
PID USER VSZ STAT COMMAND
1 root 1528 S /sbin/procd
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
5 root 0 SW< [kworker/0:0H]
6 root 0 SW [kworker/u2:0]
48 root 0 SW [kworker/u2:2]
82 root 0 SW< [writeback]
83 root 0 SW< [crypto]
85 root 0 SW< [bioset]
86 root 0 SW< [kblockd]
121 root 0 SW [kworker/0:1]
129 root 0 SW [kswapd0]
180 root 0 SW [fsnotify_mark]
190 root 0 SW [spi32766]
221 root 0 SW< [bioset]
226 root 0 SW< [bioset]
231 root 0 SW< [bioset]
236 root 0 SW< [bioset]
241 root 0 SW< [bioset]
246 root 0 SW< [bioset]
251 root 0 SW< [bioset]
279 root 0 SW< [ipv6_addrconf]
285 root 0 SW< [deferwq]
288 root 0 SW< [kworker/0:1H]
360 root 0 SW< [bioset]
361 root 0 SW [mmcqd/0]
409 root 0 SWN [jffs2_gcd_mtd6]
471 root 1180 S /sbin/ubusd
472 root 892 S /sbin/askfirst /usr/libexec/login.sh
577 root 0 SW [irq/0-max98090_]
623 root 0 SW< [krfcommd]
769 root 1224 S /sbin/logd -S 64
780 root 2112 S /sbin/rpcd
797 root 1104 S /sbin/mountd -f
859 root 1700 S /sbin/netifd
877 root 1416 S /usr/sbin/odhcpd
920 root 1060 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
939 root 1512 S /usr/sbin/uhttpd -f -h /www -r Omega-EBCC -x /cgi-bi
946 nobody 1560 S avahi-daemon: running [Omega-EBCC.local]
955 root 1920 S /usr/sbin/onion-helper
1028 root 0 SW [RtmpCmdQTask]
1036 root 0 SW [RtmpWscTask]
1037 root 0 SW [RtmpMlmeTask]
1068 root 0 SW [kworker/0:2]
1203 root 928 S /sbin/ap_client preference ra0 apcli0 -1,-1,-1,-1,-1
1278 root 1188 S udhcpc -p /var/run/udhcpc-apcli0.pid -s /lib/netifd/
1429 dnsmasq 1052 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg02411c
1487 mosquitt 3236 S mosquitto -c /etc/mosquitto/mosquitto.conf
1495 root 43172 S /usr/bin/node /root/www1/build/serverTest.js
1541 root 1192 S < /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.
1556 nobody 1304 S /usr/sbin/shellinaboxd -t --service=/:LOGIN --css /u
1568 nobody 1304 S /usr/sbin/shellinaboxd -t --service=/:LOGIN --css /u
1591 root 48524 S /usr/bin/node /root/www1/build/serverTest.js
1598 root 1128 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
1613 root 1192 S -ash
2225 root 18312 S ./MPPT1
2898 root 1128 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
2905 root 1196 S -ash
21418 root 1188 R ps
How can I solve this problem?
The programs should not be stopped.
It is very important for me.
I will appreciate if I can be given answer or solution.
Thank you very much.