-
-
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
DSM 6.0 Released - Report success/issues with packages here #2207
Comments
Reporting successful use of packages would also help users with the decision to upgrade now or later. |
Hi and thanks for this topic, I'm having an issue with Haproxy package on DS215j. At first it just kept loading but never displayed my config, then I uninstalled/reinstalled it and now it won't start at all. If there is anything I can provide I'd be glad to help! |
Mylar will not start on DSM 6.0 on ds716+. anything you need, I'm here to help. |
Hi, FFmpeg is partially working Subliminal is down. I'm on DSM 6.0-7321 |
after updating to DSM 6.0 RC (NOT BETA) the packages install but fail to start. and there is no syslog SabNZB Beta v1.0.0-15 |
sonarr wont start |
looking at r4k's box right now via vnc.. installing latest sab testing package, /var/log/synopkg.log shows:
/var/log/messages we see:
|
when attempting to install and start transmission on DS411+II (Intel Atom D525) after full factory reset on DSM 6.0-7321 with new, empty disks = transmission on completely clean DSM 6 install. from /var/log/messages:
|
Sonarr won't start. When I try to run the Mono executable directly at In
to
|
Pyload fails to start right after install. Edit: Reboot of the system is needed. Pyload works well after reboot. |
Not working on a fresh DSM 6 install (ds415+) :
The files/folders are populated, but packages don't want to start. synopkg.log: |
DSM: DSM 6.0-7321 Device: DS1813+ Successful packages: Notes: I have Sonarr running on the beta package of Mono 4.2.1.106-2 |
DS213J - DSM 6.0-7321 Working: NOT working: |
DS214+ DSM 6.0-7321 Not working: DSM 6.x Login page is screwed up. |
how did you guys get sabnzb to start the package seems to have the wrong user permission even after creating a special account for sabnzbd in user and in group |
Sabnzbd only works if it was installed prior to upgrading. not working sabnzbd 0.7.20-14 + 1.0.0-5 |
I'm getting this with ruTorrent.
Unlike others who have had this issue, I only get this with SSHing into NAS and doing Edit |
I got Sonarr to run by executing using the Synology version of mono. However I'm a noob and when I close my terminal session it shut's down the sonarr app. Is there a way to execute apps from the cli but are not dependant on the cli session being open? |
@bigmal try my solution. Note that after modifying the script, it won't work in the command line such as |
@DontTurnAround suggestion definitely works. DS213j. Wish I hadn't uninstalled Sonarr with no backup... Mono definitely hangs for a bit when starting Sonarr up but DS213j doesn't have the most powerful CPU, so understandable. It reports as not running for a bit but gets going after a few minutes. CPU is stuck to 99% in the meanwhile. |
I still can't get it to run from the web interface even after making the changes to the start-stop script. The web interface has a status of stopped and never starts up. DS213j for me too. |
@bigmal sudo vi /var/packages/nzbdrone/scripts/start-stop-status You could also try to install nano - a simpler terminal text editor - part of synocommunity sudo nano /var/packages/nzbdrone/scripts/start-stop-status |
@bigmal Temp solution:
|
@Casz Yup changes were persisting, it just wouldn't start from the web interface. I tried rebooting, checking changes were still present, still wouldn't work. @DontTurnAround Thanks for that, that workaround did the trick. This should see me right until a fix is released (which I'm assuming is just a new version of mono). Thank you both for your help. |
Hello folks, I was wondering if I could get feedback on the following packages' success/failure on the official DSM 6.0 release if you have any of them installed.
Thanks! |
@Mace68 for me Flexget and Python are working, I'm not using the others (DS215j, upgraded from working packages on DSM5.2) |
I'm going to leave this one open for now, so everyone can vent their issues. From a troubleshooting perspective, this format is useless though. We'll break out to issues per (set of) package. Few things if you want to report a broken package:
Other things to note:
|
DS112+ Now crontab is not executed and (as above) syslog etc is not working. From Main Menu on DSM selecting Debian Chroot Console will result in a not responding window. Services scheduled to start with Chroot are gone |
I got plexivity working by running it on the user Admin it's not ideal but
works.
…On 17 Jan 2017 08:32, "handyhelp" ***@***.***> wrote:
Hello all
Im trying desperately all what i can on my DS 415+ to make after a new
Installation of DSM 6.0.2-8451 work my plexivity, i get everytime this
error on the logs:
2017-01-17T08:21:26+01:00 DaniAleStation [ 307.747333] init:
pkgctl-plexivity pre-start process (28601) terminated with status 1
2017-01-17T08:21:26+01:00 DaniAleStation synoscgi_SYNO.Core.Package.Control_1_start[27744]:
servicecfg_internal_lib.c:187 Failed to start job [pkgctl-plexivity][0xD900
privilege.cpp:60]
2017-01-17T08:21:27+01:00 DaniAleStation synoscgi_SYNO.Core.Package.Control_1_start[27744]:
service_initjob_action.c:27 InitJobStart failed, [0xD900 privilege.cpp:60]
2017-01-17T08:21:27+01:00 DaniAleStation synoscgi_SYNO.Core.Package.Control_1_start[27744]:
pkgstartstop.cpp:262 Failed to start pkgctl-plexivity (err=-1) [0xD900
privilege.cpp:60]
I habe installed the plexivity trough community package Center. then i
commented user plexivity as seen here:
cd /var/packages/plexivity/scripts
sudo vi start-stop-status
changed line:
USER="plexivity"
with
#USER="plexivity"
But it does not work. Then i have tried to install manualy the plexivity
with this instruction:
NOTE: ${DATA_DIR} should be the absolute path to where plexivity should
store ALL data! When SynoCommunty fixes the user creation bug, this folder
can be moved to /usr/local/plexivity/var/ to restore everything you
captured so far.
Install the Python 2.x SPK from SynoCommunity
Install the GIT SPK from SynoCommunity
ssh into your DS and change to the location where plexivity should be
stored.
clone plexivity: /usr/local/git/bin/git clone
https://github.com/mutschler/plexivity
change directory and create a new virtualenv cd plexivity &&
/usr/local/python/bin/virtualenv env
install requirements ./env/bin/pip install -r requirements.txt
start plexivity manually PLEXIVITY_DATA=${DATA_DIR} ./env/bin/python
plexivity.py --daemon
now you can access plexvitiy through your browser via NASIP:6060 and
should be redirected to the setup page
All does not work. Can someone help me with a step by step instructions on
Telnet?
Thank you
Daniele
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzobEuOFuBj0gPBsF8WpuaOGUxexuEks5rTHyfgaJpZM4H4FFJ>
.
|
@mparents2007 did you change the start-stop-status script?? |
It was a while ago but yes I'm sure it wad the start - stop script. I can't
ssh from outside the house so if you don't cracking it update here and I
will have a look when I'm home.
On 17 Jan 2017 15:37, "ward0" <[email protected]> wrote:
@mparents2007 <https://github.com/mparents2007> did you change the
start-stop-status script??
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoc9iGmHghzJ1Jytmo2mUcJjKl9e-ks5rTOAngaJpZM4H4FFJ>
.
|
@mparents2007: ok thx |
Just wanted to report that I have successfully installed DSM 6 and all SickBeard and ruTorrent packages are working correctly after the update. Details are as follows:
|
@infinitum213 there are no problems when you upgrade after you installed a SPK only if you try to install one after you already upgraded. That's mainly because of the way synology handles user creation in DSM 6 if you installed the SPK before the upgrade the user is created and presists the upgrade ;) |
I performed the install on multiple diskstations and have found that it does not add an entry to source /usr/local/octoprint/env/bin/activate
pip install -U unidecode |
Recent update of Synology caused Sonarr and Radarr to not start due to Mono. Then the standard fix of changing the mono path in Then change to
Note This is different from the similar previous fixes as the path now seems to have changed from Hope this helps. |
I was very concerned about running this update after reading Tomekemp's comment as I had a lot of issues after the upgrade originally, it seems the fix's I did for DSM 6 to get Sonar, Sab ,Couch and Plextivity working have held and all so far seems well. this is however very early days as in 30 minutes but main systems are up which is a ood sign, if i come across any issues I will post further info but felt that I should put this info on to give some others some hope. |
Hi I have been having the same problem but I also have no clue what SSH is or how to use it to change these things could some one point me to a guide or even guide me on how to do this? |
@morpheus2n2 if you know linux commandline and directory it will be easy otherwise its a lot to explain :) |
One of the best descriptions about SSH is somewhere in the first 7 pages of
this string but I can't remember exactly where though.
It describes how to get an SSH connection as since DSM6 was released it
became more secure
…On 7 Sep 2017 12:27, "Suykast" ***@***.***> wrote:
@morpheus2n2 <https://github.com/morpheus2n2> if you know linux
commandline and directory it will be easy otherwise its a lot to explain :)
Just watch at https://www.youtube.com/watch?v=9CZphjhQxIQ it may help you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoU4bvteCtJpfGfc3kWj_ym4D8rHfks5sf9MzgaJpZM4H4FFJ>
.
|
I managed to get a connection, but can't work out how to get to the folder location etc lol |
All depends on what you are using for the connection?
…On 7 Sep 2017 12:32, "morpheus2n2" ***@***.***> wrote:
I managed to get a connection, but can't work out how to get to the folder
location etc lol
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoSLEXMQE1B4voLu6Prpa4Y0_UisLks5sf9Q8gaJpZM4H4FFJ>
.
|
Putty is where google lead me :) |
I would recommend WinSCP which gives you a GUI making life easier, if you
need a putty session you can launch it from the icons at the top of WinSCP.
Always done me well reduces the need for knowing complicated Lynux commands
(I dont). Allows you to navigate around the directories find what you need
open edit and save.
Hope this helps.
Paul
…On 7 Sep 2017 12:34, "morpheus2n2" ***@***.***> wrote:
Putty is where google lead me :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoZiOWLJO8ia7ctzUB8O6MlU3tYlQks5sf9TegaJpZM4H4FFJ>
.
|
Folder location on syno depents on the volume (disk) you have. let say i want my music folder of syno, i have to go to "cd /volume4/music" |
sweet thanks guys will have a look :) |
SABnzbd 2.3.1-33 anyone able to help? I can't get it to run, thats the error i get in the synopkg.log file |
Check in the configuration files what username SAB is using.
If need be change it to one with Admin rights
…On 20 Dec 2017 17:38, "essteewhy" ***@***.***> wrote:
SABnzbd 2.3.1-33
DSM 6.2-22259
su: failed to execute /sbin/nologin: No such file or directory
anyone able to help? I can't get it to run, thats the error i get in the
synopkg.log file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoTVug8gJMlhFhwmYcIITr49wHIOhks5tCUYVgaJpZM4H4FFJ>
.
|
Fatal error:
"/usr/local/sabnzbd/var/config.ini" is not a valid configuration
file<br>Error message: [Errno 13] Permission denied:
'/usr/local/sabnzbd/var/config.ini'
On Wed, Dec 20, 2017 at 11:41 AM mparents2007 <[email protected]>
wrote:
… Check in the configuration files what username SAB is using.
If need be change it to one with Admin rights
On 20 Dec 2017 17:38, "essteewhy" ***@***.***> wrote:
> SABnzbd 2.3.1-33
> DSM 6.2-22259
> su: failed to execute /sbin/nologin: No such file or directory
>
> anyone able to help? I can't get it to run, thats the error i get in the
> synopkg.log file
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#2207 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ARYzoTVug8gJMlhFhwmYcIITr49wHIOhks5tCUYVgaJpZM4H4FFJ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag5MlJwv2ZUjAgBqieyhrAPJ4gkbyiHNks5tCUbWgaJpZM4H4FFJ>
.
|
You need to use root access there are guides available to set that up
…On 20 Dec 2017 17:47, "essteewhy" ***@***.***> wrote:
Fatal error:
"/usr/local/sabnzbd/var/config.ini" is not a valid configuration
file<br>Error message: [Errno 13] Permission denied:
'/usr/local/sabnzbd/var/config.ini'
On Wed, Dec 20, 2017 at 11:41 AM mparents2007 ***@***.***>
wrote:
> Check in the configuration files what username SAB is using.
>
> If need be change it to one with Admin rights
>
> On 20 Dec 2017 17:38, "essteewhy" ***@***.***> wrote:
>
> > SABnzbd 2.3.1-33
> > DSM 6.2-22259
> > su: failed to execute /sbin/nologin: No such file or directory
> >
> > anyone able to help? I can't get it to run, thats the error i get in
the
> > synopkg.log file
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <
> https://github.com/SynoCommunity/spksrc/issues/
2207#issuecomment-353131462
> >,
> > or mute the thread
> > <
> https://github.com/notifications/unsubscribe-auth/
ARYzoTVug8gJMlhFhwmYcIITr49wHIOhks5tCUYVgaJpZM4H4FFJ
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/SynoCommunity/spksrc/issues/
2207#issuecomment-353132356>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
Ag5MlJwv2ZUjAgBqieyhrAPJ4gkbyiHNks5tCUbWgaJpZM4H4FFJ>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoSNuO8V6GiSJLqAWHsxqYk07dlEPks5tCUgygaJpZM4H4FFJ>
.
|
if you don't mind linking one, that would be much appreciated.. !
On Wed, Dec 20, 2017 at 12:37 PM mparents2007 <[email protected]>
wrote:
… You need to use root access there are guides available to set that up
On 20 Dec 2017 17:47, "essteewhy" ***@***.***> wrote:
> Fatal error:
> "/usr/local/sabnzbd/var/config.ini" is not a valid configuration
> file<br>Error message: [Errno 13] Permission denied:
> '/usr/local/sabnzbd/var/config.ini'
>
>
> On Wed, Dec 20, 2017 at 11:41 AM mparents2007 ***@***.***>
> wrote:
>
> > Check in the configuration files what username SAB is using.
> >
> > If need be change it to one with Admin rights
> >
> > On 20 Dec 2017 17:38, "essteewhy" ***@***.***> wrote:
> >
> > > SABnzbd 2.3.1-33
> > > DSM 6.2-22259
> > > su: failed to execute /sbin/nologin: No such file or directory
> > >
> > > anyone able to help? I can't get it to run, thats the error i get in
> the
> > > synopkg.log file
> > >
> > > —
> > > You are receiving this because you were mentioned.
> > > Reply to this email directly, view it on GitHub
> > > <
> > https://github.com/SynoCommunity/spksrc/issues/
> 2207#issuecomment-353131462
> > >,
> > > or mute the thread
> > > <
> > https://github.com/notifications/unsubscribe-auth/
> ARYzoTVug8gJMlhFhwmYcIITr49wHIOhks5tCUYVgaJpZM4H4FFJ
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/SynoCommunity/spksrc/issues/
> 2207#issuecomment-353132356>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> Ag5MlJwv2ZUjAgBqieyhrAPJ4gkbyiHNks5tCUbWgaJpZM4H4FFJ>
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#2207 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ARYzoSNuO8V6GiSJLqAWHsxqYk07dlEPks5tCUgygaJpZM4H4FFJ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag5MlKLnVK7fdI_vBDM5zzSh8fMDW6f_ks5tCVQFgaJpZM4H4FFJ>
.
|
This is what I used but it was a while ago now
http://louiechristensen.dk/synology-dsm-6-0-root-access/
<http://www.google.com/url?q=http%3A%2F%2Flouiechristensen.dk%2Fsynology-dsm-6-0-root-access%2F&sa=D&sntz=1&usg=AFQjCNGiB2PADboIB1GzRdp4qGKDa8HDpQ>
Hope it helps
On 20 Dec 2017 18:39, "essteewhy" <[email protected]> wrote:
if you don't mind linking one, that would be much appreciated.. !
On Wed, Dec 20, 2017 at 12:37 PM mparents2007 <[email protected]>
wrote:
You need to use root access there are guides available to set that up
On 20 Dec 2017 17:47, "essteewhy" ***@***.***> wrote:
> Fatal error:
> "/usr/local/sabnzbd/var/config.ini" is not a valid configuration
> file<br>Error message: [Errno 13] Permission denied:
> '/usr/local/sabnzbd/var/config.ini'
>
>
> On Wed, Dec 20, 2017 at 11:41 AM mparents2007 ***@***.***>
> wrote:
>
> > Check in the configuration files what username SAB is using.
> >
> > If need be change it to one with Admin rights
> >
> > On 20 Dec 2017 17:38, "essteewhy" ***@***.***> wrote:
> >
> > > SABnzbd 2.3.1-33
> > > DSM 6.2-22259
> > > su: failed to execute /sbin/nologin: No such file or directory
> > >
> > > anyone able to help? I can't get it to run, thats the error i get in
> the
> > > synopkg.log file
> > >
> > > —
> > > You are receiving this because you were mentioned.
> > > Reply to this email directly, view it on GitHub
> > > <
> > https://github.com/SynoCommunity/spksrc/issues/
> 2207#issuecomment-353131462
> > >,
> > > or mute the thread
> > > <
> > https://github.com/notifications/unsubscribe-auth/
> ARYzoTVug8gJMlhFhwmYcIITr49wHIOhks5tCUYVgaJpZM4H4FFJ
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/SynoCommunity/spksrc/issues/
> 2207#issuecomment-353132356>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> Ag5MlJwv2ZUjAgBqieyhrAPJ4gkbyiHNks5tCUbWgaJpZM4H4FFJ>
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#2207 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/
ARYzoSNuO8V6GiSJLqAWHsxqYk07dlEPks5tCUgygaJpZM4H4FFJ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/SynoCommunity/spksrc/issues/
2207#issuecomment-353146707>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag5MlKLnVK7fdI_
vBDM5zzSh8fMDW6f_ks5tCVQFgaJpZM4H4FFJ>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2207 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARYzoaKaxISX__Y7GTeR5Pl1xKFpkNb0ks5tCVR0gaJpZM4H4FFJ>
.
|
DSM 6 support is in progress. Please follow package specific "update" issue according to your interests (or create one if none existing yet) |
Seems Synology has released DSM 6.0 (Just got notice to update).
Starting this topic to track all issues with packages etc. during the upgrade process.
Few things if you want to report a broken package:
Other things to note:
Broken: Haproxy, Myalr, transmission
Working: Umurmur, pyload (after reboot), sonarr (after switching to official Mono package - see below)
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: