Hi,
Since this night i have an issue with my FreeNAS installation. The system seems to be running ok for a few weeks and now it is starting al lot of the following processes
I already upgraded from FreeNAS 8.0.1-RC1-i386.iso to FreeNAS 8.0.2-RELEASE-i386.iso but the problem still exists
I edited /etc/crontab because i think it is broken
I then kiled al processes using
After a reboot the processes are stil starting. Is there anyone who knows a solution ?
Since this night i have an issue with my FreeNAS installation. The system seems to be running ok for a few weeks and now it is starting al lot of the following processes
Code:
root 2867 0.0 1.3 15788 13708 ?? Rs 10:58AM 0:00.55 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2877 0.0 0.9 10820 8896 ?? Rs 10:59AM 0:00.32 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2895 0.0 1.2 14588 12012 ?? Rs 11:00AM 0:00.45 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2907 0.0 0.9 11972 9396 ?? Rs 11:01AM 0:00.35 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2911 0.0 1.0 13564 10724 ?? Rs 11:02AM 0:00.42 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2914 0.0 1.1 13564 11152 ?? Rs 11:03AM 0:00.40 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2917 0.0 1.1 14588 11840 ?? Rs 11:04AM 0:00.37 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2924 0.0 1.0 13564 10584 ?? Rs 11:05AM 0:00.31 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2935 0.0 0.9 11908 9340 ?? Rs 11:06AM 0:00.25 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py
I already upgraded from FreeNAS 8.0.1-RC1-i386.iso to FreeNAS 8.0.2-RELEASE-i386.iso but the problem still exists
I edited /etc/crontab because i think it is broken
Code:
#* * * * * root /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py > /dev/null 2>&1
I then kiled al processes using
Code:
ps aux | grep /usr/local/www/freenasUI/tools/autosnap.py root 2945 0.0 1.4 16812 14428 ?? Rs 11:08AM 0:00.57 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2948 0.0 1.2 14588 12224 ?? Rs 11:09AM 0:00.46 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2952 0.0 1.4 17836 14792 ?? Rs 11:10AM 0:00.63 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2962 0.0 1.4 16812 14360 ?? Rs 11:11AM 0:00.61 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2966 0.0 1.3 15648 13076 ?? Rs 11:12AM 0:00.52 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2970 0.0 0.9 10884 9148 ?? Rs 11:13AM 0:00.29 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2973 0.0 1.0 13564 10760 ?? Rs 11:14AM 0:00.39 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2978 0.0 1.2 14624 12556 ?? Rs 11:15AM 0:00.40 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2988 0.0 1.1 13564 11332 ?? Rs 11:16AM 0:00.42 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py root 2994 0.0 1.0 12504 10156 ?? Rs 11:17AM 0:00.35 /usr/local/bin/python /usr/local/www/freenasUI/tools/autosnap.py kill -9 2945 2948 2952 2962 2966 2970 2973 2978 2988 2994
After a reboot the processes are stil starting. Is there anyone who knows a solution ?