Changes between Initial Version and Version 1 of Ticket #2319
- Timestamp:
- 05/12/08 11:59:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2319
- Property owner changed from somebody to khali
- Property priority changed from major to minor
- Property version changed from to 3.0.1
- Property status changed from new to assigned
-
Ticket #2319 – description
initial v1 1 1 I already noted that for some reason fancontrol is swapping new process in random times: 2 2 3 {{{ 3 4 # ps xua|grep fan[c] 4 5 … … 17 18 root 29338 0.0 0.0 19844 772 pts/7 S+ 01:01 0:00 /bin/bash /usr/local/sbin/fancontrol 18 19 root 29339 0.0 0.0 19844 772 pts/7 S+ 01:01 0:00 /bin/bash /usr/local/sbin/fancontrol 20 }}} 19 21 20 22 i usally start and send to background the fancontrol, but to try to seen what happends, i started in a shell and there is the result output: 23 {{{ 21 24 /usr/local/sbin/fancontrol 22 25 Loading configuration from /etc/fancontrol ... … … 56 59 /usr/local/sbin/fancontrol: line 341: /tmp/sh-np-7768355284806920479: Interrupted system call 57 60 /usr/local/sbin/fancontrol: line 341: /tmp/sh-np-9159311026931131704: Interrupted system call 61 }}} 58 62 59 63 here is my config: 60 64 65 {{{ 61 66 INTERVAL=10 62 67 FCTEMPS=/sys/devices/platform/w83627hf.656/pwm2=/sys/devices/platform/w83627hf.656/temp2_input /sys/devices/platform/w83627hf.656/pwm1=/sys/devices/platform/w83627hf.656/temp1_input … … 66 71 MINSTART=/sys/devices/platform/w83627hf.656/pwm2=100 /sys/devices/platform/w83627hf.656/pwm1=70 67 72 MINSTOP=/sys/devices/platform/w83627hf.656/pwm2=95 /sys/devices/platform/w83627hf.656/pwm1=65 73 }}} 68 74 69 75 i'm running kernel 2.5.25, but this show up at least since 2.6.24... im using slamd64 (slackware clone at 64bits) 70 76 77 {{{ 71 78 # sensors --version 72 79 sensors version 3.0.1 with libsensors version 3.0.1 80 }}} 73 81 74 82 the ps -eo pid,stat,wchan:40,comm for all those process says this: 83 {{{ 75 84 (pid#) S+ pipe_wait fancontrol 85 }}} 76 86 77 87 fan control is running fine, so this problem is a bit strange
