-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rutorrent and DSM6 compatibility #2215
Comments
Does |
Hi Dr Mean, I wrote the article when I was quite tired, I meant DSM6 yes On Thu, 7 Apr 2016 at 19:49, Dr-Bean notifications@github.com wrote:
|
Model and arch of your NAS. DS415Play - evansport x15 DSM version; 6.0-7321 Update 1 2016/04/14 Provide log files if available: No log files available If the package doesn't start, try to start the package via the command line and provide the output:"Starting ruTorrent ..." Checking status directly after generates: "ruTorrent is not running" Have had some problems with SSH service not possible to start so I re-installed DSM today, installed Webstation and then directly tried to install ruTorrent from the Synocommunity package, after installation package will not run, is doing something for a couple of seconds and then stopped again. Everything else working as it should. First try to start manually, I got an error "unknown user rutorrent" so I created a rutorrent user and when trying again I get message "Starting ruTorrent ..." but nothing happens.. Would really appreciate some assistance, not a complete n00b but pretty close :) |
Hey So I have been trying to track this issue as I would like to update my DS415+ to 6.0 but I don't want to do it unless this package will work. I thought I read somewhere the other day that the tool chains have been released, is this true? If so does that get us closer to a working package for DSM 6.0? |
ruTorrent works on my DS415+ under DSM6.0 |
Hey guys, I'm on ds1815+ DSM 6.0.1.7393, I installed rutorrent beta and webserver but i keep getting those errors.:
Please can you tell me what I do to fix it ? thanks a million |
Tried to install ruTorrent 3.7-8 Beta from SynoCommunity on my Synology DS216Play with DSM DSM 6.0.1-7393 Update 1 and it doesn't work. I'm getting the same error:
Tried to manually change permissions for this folders, but it doesn't take effect. Have you planned to fix that? or is there something that we could do to make it works? Thanks. |
hey davidcafor, i was able to fix it, give me your skype and i will tell you, |
Skype: davidcafor_cd Thanks so much |
hi, could you please let me know the fix too? I have tried several answers but no luck so far :( Thanks skype: dezzmondo |
I didn't get any fix yet. Waiting for dancingnzb solution :D |
Hello, same problem on DS215+ Any fix for this? |
Hi, had the same problem on RS816 |
hi done all that all I get is error 403 on webpage any reason why I had to set sonar and jacket inside docker for them to work this is the same on my thanks backupking |
One thing that should be mentioned somewhere is that Web Station has to be installed prior to ruTorrent. It makes a mess in I do have exec |
OK, so a <?php
system('stat --help'); works when displayed in a webpage or run as Function ruTorrent uses is in If you try: <?php
require_once('php/util.php');
var_dump(findEXE('stat')); No dice. If you debug that function, you can see that the PATH is actually empty. (you can also try to print So, I dumped a
Annnnnnd you do not have the warning about |
That's a change since DSM6, when Synology started publishing WebStation as a separate package. Package Center will handle it if you add a Nice work otherwise, although I don't think we can package the changes to the |
Yeah, mustache template will be ovewritten everytime Web Station is reinstalled. It has to be noted that there also is a php70 folder and template, if you choose it for a backend. I did not try, so I don't know if ruTorrent works with it, but that means two files to be modified. There might be another approach that I haven't fully tried, by changing config One last thing would be to patch /usr/local/rutorrent/share/rutorrent$ grep -R 'getenv' .
./php/util.php: $path = explode(":", getenv('PATH')); Another thing is that I'm pretty sure that the I'll PR a |
Synology made significant changes to the whole WebStation/PHP/directory setup/file locations with the introduction of DSM6. So yes, I would expect multiple changes are necessary to get the package to work on DSM6, but keep in mind that we don't want to break DSM5 (or earlier) support either. |
I don't think cops has the right paths. $ realpath /usr/syno/etc/packages/WebStation/php56/conf.d/user_settings.ini
/usr/syno/etc/packages/WebStation/php56/conf.d/user_settings.ini I don't have the |
See Synology's developers guide, paths are mentioned in there. Although the release of php7 may have changed things again, I haven't checked yet. For the record, phpMyAdmin does the same thing. |
Checking here, has anyone made any development? On a DS214Play here, curently running
In the package center, ruTorrent is shown as stopped and its logs are empty. |
Same issue on a DS1513+ it worked perfect and now just stopped no updates applied |
I worked on DSM6 compatibility but got stuck, I did the basic work but need some help to figure out the right paths to config files etc. If you want, you can help me here: #3175. |
New and update to |
Hi,
I seem to be having these issues when seeting up rutorrent, can anyone help?
[27.03.2016 05:42:19] WebUI started.
[27.03.2016 05:42:22] rTorrent user must have read/execute access to the tmp directory. ruTorrent will not work. (/var/services/tmp/)
[27.03.2016 05:42:22] rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
[27.03.2016 05:42:22] rutracker_check: Plugin will not work. Webserver user must have execute access to the rtorrent session directory (/usr/local/rutorrent/var/.session/).
[27.03.2016 05:42:23] Unpack plugin: rTorrent user can't access 'unzip' program.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: