-
Notifications
You must be signed in to change notification settings - Fork 22
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
Installation fails on DS414 (DSM 6.2.2-24922 Update 2) #24
Comments
Have you tried older arm7 builds with this version of gitea-spk? There is also a arm7 build for Gitea v1.8.3 out there that you could try. |
Thanks for the guidance. I've been able to build and install arm7 builds with the version of gitea-spk that you suggested. However I've hit another issue in that I cannot start Gitea. When I hit the Run button in DSM it looks like it's starting but then shows that it is stopped. I can't access Gitea on port 3000. I found this in the logs, looks like it's trying to get going after installing. 2019/07/30 22:38:37 install Gitea: begin to start version 1.8.1 |
Just to make sure, you have the "Git Server" package installed from the Synology package centre? At this point i would ssh into the Synology DS and try to find a log that holds more information. There should be a gitea logfile in /usr/local/gitea/gitea/gitea.log but you could find better info in some system log. |
Yes I have Git Server installed :) I'm using it already for some repos. I thought I'd give Gitea a go as it has a nice interface rather than having to create new repos with ssh. |
I've made some progress and got it installing in /usr/local and accessed the gitea.log. There seems to be a permissions error when it tries to launch: This relates to: Do the permissions need updating? |
I also have trouble installing gitea to my diskstation ds213j. I also get the message 'Failes to install"Gitea"' I pulled the log files (message)
synopkg.log:
I've also tried to build it with the another version gitea-spk, but this work neither. Any suggestions? What does "No such file or directory" mean? Can't process.cpp access the preinst script. Is that possibly a problem with permissions? And if yes, how can I fix it? thx |
Better late than never! I've finally had some time to look into this and have found a way to get this working. Here are the steps I took, hopefully they will help anyone else having this issue.
|
@dream09 Thanks! Fixed with your solution for my DS220J. |
Thank you for putting this together with a great guide! I'm unable to install on my DS414 (amardaxp ARM7). I've packaged up various versions of gitea and tried to manually install. It always looks like all is going well, I get the "Installing" progress prompt for a minute or two, but then I always get the message 'Failed to install "Gitea".'
I have pulled the logs from my DS414 (/var/log/packages/gitea.log and /var/log/synopkg.log) and the only lines shown are:
2019/07/28 22:35:57 install Gitea 1.8.3 Begin preinst
2019/07/28 22:35:57 install Gitea 1.8.3 End preinst ret=[1]
2019/07/28 22:35:57 install Gitea 1.8.3 Begin /bin/rm -rf /volume1/@tmp/pkginstall
2019/07/28 22:35:57 install Gitea 1.8.3 End /bin/rm -rf /volume1/@tmp/pkginstall ret=[0]
2019/07/28 22:35:57 install Gitea 1.8.3 failed
Any help would be very much appreciated.
The text was updated successfully, but these errors were encountered: