Search results

  1. P

    Issues with scheduler

    I seem to be having some weird issues with the scheduler plugin. I have setup my scheduler properly and it appears to work for most of the day but when it starts getting later, not sure exactly, it just seems to stop working. I have it set to allow unlimited bandwidth during the hours that I am...
  2. P

    Use rtorrent as daemon

    im using that script Code: #!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=100 boot() { /usr/sbin/screen -fa -d -m -S rtorrent /usr/bin/rtorrent } start() { /usr/sbin/screen -fa -d -m -S rtorrent /usr/bin/rtorrent } stop() { killall...
  3. P

    Use rtorrent as daemon

    I see Top text indicates the hostname where rtorrent is running... so when my router boot and startup the init script it not runs in this hostname (none is in top text) If i start up by Luci web interface, it creates a correct session with correct host name but do not find the rtorrent.rc
  4. P

    Use rtorrent as daemon

    im using rutorrent only in LAN im getting crazy... i dont know why if i exec manually the init script it runs perfect but in boot, it creates an screen with empty session of rtorrent which is different than normal session
  5. P

    Use rtorrent as daemon

    Quote: Quote: Im using openwrt (is a rtorrent installed in router)... init script is running as root 1) This is a bad practice. 2) Check order. May be, rtorrent service started before partition mounting or something else? fstab starts at 20 and rtorrent script starts at 100 can you explain...
  6. P

    Use rtorrent as daemon

    Im using openwrt (is a rtorrent installed in router)... init script is running as root i do not have any other user created in.
  7. P

    Use rtorrent as daemon

    I think my unix skills are very poor... Im trying to do the crontab script but if i do logread "cron ignoring rtorrent file" Im triying to do a simple init script with: /usr/sbin/screen -fa -d -m -S rtorrent /usr/bin/rtorrent runs well but it create a empty sesion of rtorrent (see atached...
  8. P

    Use rtorrent as daemon

    Thx sroos1 for answer, can you help me to use the crontab? I dont know where i need to put this script in Thx a lot
  9. P

    Use rtorrent as daemon

    Hello, i post before, but i think mods erase my topic im using opnewrt in router and im very interested to use rtorrent with rutorrent. I have setup lighttpd server with rutorrent and everything runs good but i like to run my rtorrent in daemon mode. I have used different scripts but is...
  10. P

    Move, Copy Issue with Filemanager Plugin

    Me bad, that works perfect mate. Thanks for the help.
  11. P

    Rutorrent in Windows

    That site also offers precompiled binaries of rtorrent for windows. Windows GNU Binutils and BASH must be installed for a quick port.
  12. P

    Torrent File create issue using RUTorrent

    What are you creating the torrents with? If the default try using mktorrent or buildtorrent (see plugins/create/config.php)
  13. P

    Move, Copy Issue with Filemanager Plugin

    Hi, I've just installed a fresh copy of RUTorrent on my server and I'm getting the following issue when trying to Move or Copy FILE MANAGER: Directory does not exist : Copy FILE MANAGER: Directory does not exist : Move I've even set the folders and files I'm moving to and from to 777, but...
  14. P

    You don't have permission to access /httprpc/action.php on this server

    My www folder and it's child files/folders are chmoded as so: Code: sudo find /var/www/ -type f -exec chmod 644 {} \; sudo find /var/www/ -type d -exec chmod 755 {} \; sudo chown www-data:www-data -R /var/www/ When I try to browse around the rutorrent web ui I keep getting the error: Quote You...
  15. P

    Can't detect UID or rtorrent user

    Thank you, and thanks for rutorrent! It looks like I'll need newer firmware.
  16. P

    Can't detect UID or rtorrent user

    I'm having this same problem with rutorrent 3.5. The host is an Asus RT-N16 running Tomato Firmware v1.28.9054 MIPSR2-beta K26 USB vpn3.6 rtorrent 0.8.6 rutorrent 3.5 lighttpd 1.4.32 php 5.2.17 php-fcgi 5.2.17 php-mbstring 5.2.17 php-xmlrpc 5.2.17 # id --version id (GNU coreutils) 8.4 # id...
  17. P

    Can't detect UID or rtorrent user

    Quote: Probably, you have a not GNU compliant 'id' program. Try to put in console two commands Code: id -U and Code: id -g and paste here it's output. Both output '1020'
  18. P

    Rpc or scgi? what am I using? :P

    Quote : Both. What do you want really? Well make it run with (only >_> ) rpc, but this was the best i could do. Looked at a lot of guides but i never managed to make it work.
  19. P

    rTorrent and ruTorrent on 2 different machines.

    Quote: Is rss In manual mode only. Autoloading will not work. Quote : or autodl-irssi plugin going to work? Don't know. I'm not an author of this plugin
  20. P

    rTorrent and ruTorrent on 2 different machines.

    For server with ruTorrent 1) $scgi_host in the conf.php must point to the host with rtorrent 2) You can't use web-server's /RPC mount points. Plugin rpc (or httprpc) must be used instead. 3) Most of other plugins will'nt work. For server with rtorrent 1) $scgi_port from the ruTorrent's conf.php...