SynologyOpenSource / ExamplePackages

29 stars 8 forks source link

Unable to install web_package_example #1

Open srqdevg opened 2 years ago

srqdevg commented 2 years ago

So I'm new to developing for the Synology platform. I started with the dev documentation and the examples in this repo. While there are some issue with the documentation not matching the reality and finding the platform that the DSM is running on is not easy I did get the Example_package compiled and running on my Synology box. I next tried with the web example and the manual install step fails with 'Unable to install web_example_package because it runs with root privileges ...'. I dug through the files and privilege file, section ctrl-script has "run-as": "root". This was the only reference to root that i could find and I changed it to user, recompiled everything and tried to install again and I get the same failure. What am I missing?