mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
OpenWrt: can't install the service #1253
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @szolin on GitHub (Jan 13, 2020).
Originally assigned to: @szolin on GitHub.
OpenWrt 19.07-SNAPSHOT
The are many bugs:
-s installcorrectly creates the service file in /etc/init.d but fails to start the service, becauseservicescript doesn't exist./etc/init.d/AGH statusalways shows Stopped becauseps PIDcommand doesn't work.2.1
/etc/init.d/AGH stopdoesn't work/etc/rc.common, that's why standard commands likeenable|disabledon't work.boot()section - the service won't start on boot.4.1 There's no file in
/etc/rc.d@ameshkov commented on GitHub (Jan 13, 2020):
Might be useful: https://github.com/kardianos/service/issues/116
@WildByDesign commented on GitHub (Jan 15, 2020):
@szolin @ameshkov I am curious about testing the latest commits for this because I use AGH primarily on OpenWrt. I don't use Docker though and have not compiled from source code yet. I do have a couple of questions regarding beta builds:
How do I know which commits made it into the latest beta build?
Or more specifically, which branch is the beta build built from?
Thank you.
@ameshkov commented on GitHub (Jan 15, 2020):
@WildByDesign hi, beta builds are always built from the master branch.
Here's how version is composed:
It contains the latest tag name + the last commit hash.