1 Attachment(s)
transmission.cgi using 100% cpu
Hi there,
i installed my WL-HDD from the scratch with the -9 firmware.
Setup is exactly as in my HowTo (see sig).
I (and several other users) have the problem that the transmission.cgi is hanging when listing the torrents. At this point it consumes 100% cpu.
The attached picture shows this behaviour in the browser.
This are the running processes:
Code:
[admin@blechbuechse torrent]$ ps axf
PID TTY STAT TIME COMMAND
1 ? S 0:02 /sbin/init
2 ? S 0:00 [keventd]
3 ? SN 0:00 [ksoftirqd_CPU0]
4 ? S 0:00 [kswapd]
5 ? S 0:00 [bdflush]
6 ? S 0:00 [kupdated]
7 ? S 0:01 [mtdblockd]
46 ? S 0:00 telnetd
51 ? S 0:01 httpd
56 ? S 0:00 klogd
57 ? S 0:00 [khubd]
67 ? Ss 0:02 watchdog
69 ? Ss 0:00 \_ ntp
78 ? S 0:00 dropbear
396 ? Ss 0:05 \_ dropbear
397 pts/0 Ss 0:03 \_ -sh
569 pts/0 R+ 0:00 \_ ps axf
90 ? S 0:00 [kjournald]
91 ? S 0:00 [kjournald]
117 ? S 0:00 /sbin/syslogd -m 0 -O /opt/var/log/messages.log -S -l 6 -s 0
123 ? Ss 0:00 /opt/sbin/cron
132 ? Ss 0:00 /opt/sbin/xinetd -pidfile /var/run/xinetd.pid
142 ? Ss 0:05 \_ nmbd
551 ? Ss 0:05 \_ [smbd]
141 ? S 0:00 /usr/sbin/busybox_httpd -c /opt/etc/httpd.conf -p 8008 -h /opt/share/www
555 ? S 0:00 \_ /usr/sbin/busybox_httpd -c /opt/etc/httpd.conf -p 8008 -h /opt/share/www
556 ? S 0:00 \_ /bin/sh /opt/share/www/cgi-bin/transmission.cgi
568 ? R 0:08 \_ /bin/sh /opt/share/www/cgi-bin/transmission.cgi
293 ? Ss 0:00 transmissiond -p 65534 -w 300 -u 41 -d 180 -i /opt/var/run/transmission.pid /tmp/harddisk/torrent/active-torrents.txt
296 ? S 0:00 \_ transmissiond -p 65534 -w 300 -u 41 -d 180 -i /opt/var/run/transmission.pid /tmp/harddisk/torrent/active-torrents.txt
297 ? R 2:06 \_ transmissiond -p 65534 -w 300 -u 41 -d 180 -i /opt/var/run/transmission.pid /tmp/harddisk/torrent/active-torrents.txt
- I am using busybox-httpd.
- I also tried to change the paths in transmission.conf to /tmp/mnt/disc0_3/torrent (maybe the symlink...)
- I upgraded to Version 1.11+r5740-1
...but nothing worked.
The only way to stop transmission.cgi is to kill the process within console. :(
transmissiond is working fine ans downloads are as always :)
Any ideas?
wengi