-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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.