Hi,
i now did a
Code:
sh /opt/share/www/cgi-bin/transmission.cgi
And saw this part:
Code:
<table>
<thead><tr><td></td><td>Queued</td><td>status</td></tr>
</thead><tbody>
<tr><td><input name=ID value=1 type=radio></td>
<td>OOo_2.4.0_Win32Intel_install_de.exe</td>
</tbody></table>
So i did a
Code:
QUERY_STRING='ACTION=Push&ID=1' sh -x /opt/share/www/cgi-bin/transmission.cgi
I hope this is the right command to push the torrrent with ID 1 from q to a.
It stopped here:
Code:
+ echo OOo_2.4.0_Win32Intel_install_de.exe</td>
OOo_2.4.0_Win32Intel_install_de.exe</td>
+ [ -f /tmp/mnt/disc0_3/torrent/work/OOo_2.4.0_Win32Intel_install_de.exe/.info ]
+ echo <td><div style='position:relative;'>
<td><div style='position:relative;'>
+ [ Active = Seeding -o Active = Active ]
+ [ -f /tmp/mnt/disc0_3/torrent/work/OOo_2.4.0_Win32Intel_install_de.exe/.status ]
+ STATUS=status not available
+ echo <div style='position:relative;'>status not available
<div style='position:relative;'>status not available
+ echo Start: 30 May 11:28
Start: 30 May 11:28
+ [ -n ]
The full file is attached.
Opening a second shell and doing a list shows that torrent ID1 is now active. But the first shell is still hanging in transmission.cgi (since more than 15 mins).
CPU usage of transmission.cgi (process "sh") is 100%.
wengi