Attention is currently required from: laforge, fixeria, msuraev.
Patch set 7:Code-Review -1
3 comments:
File debian/postinst:
Patch Set #7, Line 9: # install.
as you mentioned in the issue, this also need to be added to the rpm spec or else the systemd file tries to run it with a non-existing user and is then broken
Patch Set #7, Line 29: --no-create-home \
why --no-create-home, do we already create the directory structure?
Patch Set #7, Line 37: chperms root osmocom 2775 /etc/osmocom
/var/lib/osmocom/hlr.db* also need to be changed from root -> osmocom.
hlr.db is the sqlite database, and related files hlr.db-shm and hlr.db-wal may exist e.g. if osmo-hlr is currently running or if it crashed.
To view, visit change 29311. To unsubscribe, or for help writing mail filters, visit settings.