Search results

  1. L

    rTorrent + ruTorrent guide

    No, don't create a new user or group. You will have to find out the webserver's run user and group and use that. On a standard system with Apache the following command can be used to find those: Code: grep -E "USER|GROUP" /etc/apache2/envvarsYou could also check as which user the webserver runs...
  2. L

    rTorrent + ruTorrent guide

    Thanks for your reply. I thought it needed to be transfered by the SSH terminal. I'll try to install it tonight and will report tomorrow.
  3. L

    rTorrent + ruTorrent guide

    Hey guys, I firstly followed this tutorial: https://my.vps6.net/knowledgebase/64/How-to-Install-rTorrentorruTorrent-Seedbox-on-Ubuntu-VPS.html but i Failed to complete it. Afterwards I found this great script and successfully installed it. But i have now an issue: Code: [11.11.2014...
  4. L

    rTorrent + ruTorrent guide

    Quote Wonder if the Dockstar has enough memory to run 0.9.4 or 0.9.3 is a better choice? depends on how many torrents it needs to handle but I'd stay with 0.9.3 in your case Quote If not 0.9.4, do I build 0.9.3 with libtorrent 0.13.4? no, you should use rTorrent 0.9.3 with libtorrent 0.13.3
  5. L

    rTorrent + ruTorrent guide

    These things are not related to your problem, your problem is that you created your script with a Windows application and Windows handles newlines differently as Linux. The simplest solution is probably to install a small program which will convert the line endings for you (that way you can...
  6. L

    rTorrent + ruTorrent guide

    I think I know the problem, stupid of me to ignore/not think of this before: UID is used a system var for the current user id and I should not have used that name in my script to avoid things like this. Try the test script again but with the following code: Code: #!/bin/sh user="$1"...
  7. L

    rTorrent + ruTorrent guide

    Hello, theres still a problem with yours script. Error message: Code: [Select] Please specify a valid user. Exiting with status code 1. Im typing correct username.
  8. L

    rTorrent + ruTorrent guide

    Sorry i wanted to write 0.9.3;P misclicked;)
  9. L

    rTorrent + ruTorrent guide

    1 - On startup rtorrent - Whenever I startup rtorrent, it shows up its initial screen, no error messages, but for some 10 minutes, the screen seems frozen, it doesn't respond to any key strokes like moving the cursor with the arrow keys or scrolling down with the page keys. After that initial...
  10. L

    How to use rutorrent: RSS plugin

    Works with the irssi plugin as announce bots send the size of the torrent to the channel. This is not the case with RSS.
  11. L

    How to use rutorrent: RSS plugin

    /^Marvels.Agents.of.S.H.I.E.L.D.S01E.*720p/i
  12. L

    How to use rutorrent: RSS plugin

    My apologies, I assumed it was the pubDate of the torrent from the RSS feed. Move along, nothing to see here.
  13. L

    How to use rutorrent: RSS plugin

    Hmm so torrentday blatantly alter the uploaded date? How stupid. Can give me link to issue on the tracker? I did search but cannot find, am interested to see what it was.
  14. L

    How to use rutorrent: RSS plugin

    I have a couple of peculiar torrent feeds (private tracker) that doesn't use all the standard rss fields. All it has is for each "item" is "description", "link" and "title". It has no guid or any other stuff. As such, as soon as i remove this torrent from the queue (after it's complete)...
  15. L

    How to use rutorrent: RSS plugin

    i will try this now, thanks for your reply
  16. L

    How to use rutorrent: RSS plugin

    Hi everyone, This is my first day using RSS and all this regex looks very complicated!? I would like to download the new episode of walking dead while i am in bed tonight, can anybody help me out with command i would need to type in for that. Your help is appreciated.
  17. L

    How to use rutorrent: RSS plugin

    [5-12]+ ? What this mean? Any digits from 5 to 1 (hm?) or digit 2?
  18. L

    How to use rutorrent: RSS plugin

    hello, I wanna ask if these filter are ok or please tell me if there is something that I need to fix to download all episodes of season 5 of Breaking Bad WEB-DL only Code: /Breaking.Bad.S05E*.720p.WEB-DL*/i to download all episodes of season 8 of Weeds, that aren't release from IMMERSE group...
  19. L

    How to use rutorrent: RSS plugin

    Hi all! Love ruTorrent, and the RSS plugin is very very cool. Just ran into an issue today and figured I would post my resolution in case anyone else had the same issue. I was SSH'd into my server earlier today, as I didn't have access to my webUI, but wanted to adjust a few filters that...