-
-
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
Debian chroot #1910
Comments
see #1880 (comment) |
I notice the tool chain has been released for DSM 6 (https://sourceforge.net/projects/dsgpl/files/). I'm not familiar with C, but would like to help when and where I can. |
@doychi those are beta toolchains, we are not going to use them until the final version is out... even if that happened most likely you'll have to wait some time till a dev updates to 6.0 and recompiles packages... |
@Dr-Bean the problem still exists after the last update 8.4-7 of chroot |
@R1skNt Not very surprising, the recent package update has no relation with DSM6. |
Are there any news on this? |
Hello. |
For the moment my tries are fruitless. If somebody manages to compile and to make the package with the toolchain for DSM 6 I am interested. |
how fix this, work around? :( |
any solution available? |
Hi CHROOT=/volume1/@appstore/debian-chroot/var/chroottarget Of course, at the first line volume1 must be replaced by the volume where the packages are installed. |
@Toka69 But, I'm not a linux expert. I want to ask the following: |
Is there a chance to rectify the problem with the Web GUI? |
My feeling is SynoCommunity is not working on DSM6 at all. At least I cannot see any sign of activity here on github. |
I feel the same, such a sad truth.. ;< |
@mcondarelli I solved this issue, in DSM6 was made a change in 3rd party packages URL. For fix SynoCommunity's Debian-Chroot Web GUI on DSM6: Edit: |
@belkone Thanks for the fix! Still the window refuses to close :D |
@teejay-87 you're welcome! |
@belkone There are actually two instances of "3rdparty/debian-chroot/debian..." I changed them into:
(without leading slash) |
@mcondarelli I already added 'Pooler' line to my fix-comment ;) |
Thanks for the workaround, this solves the UI with the infinite refresh. |
why do you remove the call to the parent class ? SYNOCOMMUNITY.DebianChroot.AppWindow.superclass.onClose.apply(this, arguments); |
I think it's not important here, because we're calling doClose() and onDeactivate() directly on the calling element |
Guys, you are amazing!!! |
@belkone I know Sencha a bit (Syno interface is made with an old Sencha version), and I think your solution is acceptable and it has probably no other consequences. Probably something broke with superclass call (apply simply calls a function with specified scope and arguments) in DSM 6.0, but the JS source is compacted so it's hard to find what is failing. But, as you already stated, I think that calling doClose() and onDeactivate() on this will suffice. |
Issue reared its ugly head again in DSM 6.0.2-8451-2. Upgrade to 6.0.2-8451-9 didn't help: "Overview" progress indicator keeps spinning and "Services" tab is empty. belkone's workaround unfortunately didn't help. More than happy to provide additional information, just let me know. |
Hello :) |
I'm also affected by the issue described by monochromec. If any logs can be provided I'm glad to help. Cheers, |
Any news on this? I am also affected. I am happy to debug if anything is needed. EDIT: Is there any way to register services without the gui? |
Dear all, |
@belkone fix working on DSM 6.1 thanks ! |
DSM 6.1 here, I also needed to |
Also seeing the infinite 'loading' problem for debian-chroot, with DSM6.1 on a DS716+ii |
less haste, less red face... Working fine following reboot! |
Following these edits AND A REBOOT this now kinda-sorta works for me, too :) |
Hmm... still, |
I need autostart cron service after restart DSM. How can I do it? |
you have to login and logout. |
I'm on a DS1512+ DSM 6.1.1-15101 Update 4 I've attempted to make the edits here to get things working by replacing the lines dealing with 3rdparty urls and the change that belkone suggested for making the close function work. However, now the debian chroot app won't even open within DSM. Anyone got any ideas on what I might need to do to make it work? I manually installed pip as root, and did a "pip install click" but even after reboot the chroot app won't launch. EDIT: after figuring out that I had to run pip locally inside the flexget env to get the qbittorrent plugin to work, I attempted to run "pip install click" from within the debian chroot package target folders but there was no change in behavior after a reboot. |
"*" is the symbol for wildcard, @appstore is correct. |
I'm not sure what that means. At this point I've SSH'd an and installed click in that shell, within the app store folder, and within the debian chroot app folder. I've also logged into the chroot and made sure it's installed there. I'll check the markup on that bracket later, currently the chroot works, it's loading all my services I just can't use the Synology app to admin it etc. The startup services I defined for the chroot on DSM5 are auto starting without issue. |
Ok my fault, only webgui didn't start, i thought chroot didn't run at all. |
DSM 6.1.3-15152 Update 3, still have the problem (overview is loading). |
3rdparty -> /webman/3rdparty on the top of Auth.py add
For src/debian-chroot update all the files above. Have checked on DS918+ apollolake. XPenology 6.2.3 |
Debian chroot not working good after dsm6 update.
After update service start and i can ssh but i can't change anything form webpage.
Overview page is always loading... and no service are listed.
Thanks
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: