FreeBSD pkg problem #1720

Closed
opened 2025-11-02 04:11:00 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @gudvindll on GitHub (Apr 23, 2018).

  • Gitea version (or commit ref):
  • Git version: 1.4.0
  • Operating system: FreeBSD 11.1
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite

Description

pkg broken
the package includes the file /usr/local/rc.d , this file need to start the service
but it contains invalid tags -S -s -l

Stopping gitea.
Waiting for PIDS: 56948, 56948.
daemon: illegal option -- S
usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]
        [-t title] [-u user] command arguments ...
root@web:/ # service gitea restart
gitea not running? (check /var/run/gitea.pid).
daemon: illegal option -- S
usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]
        [-t title] [-u user] command arguments ...

root@web:/ # service gitea restart
gitea not running? (check /var/run/gitea.pid).
daemon: illegal option -- l
usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]
        [-t title] [-u user] command arguments ...
root@web:/ # service gitea restart
gitea not running? (check /var/run/gitea.pid).
root@web:/ # daemon: illegal option -- s
usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]
        [-t title] [-u user] command arguments ...
Originally created by @gudvindll on GitHub (Apr 23, 2018). - Gitea version (or commit ref): - Git version: 1.4.0 - Operating system: FreeBSD 11.1 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite ## Description pkg broken the package includes the file /usr/local/rc.d , this file need to start the service but it contains invalid tags -S -s -l ```root@web:/ # service gitea restart Stopping gitea. Waiting for PIDS: 56948, 56948. daemon: illegal option -- S usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] [-t title] [-u user] command arguments ... root@web:/ # service gitea restart gitea not running? (check /var/run/gitea.pid). daemon: illegal option -- S usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] [-t title] [-u user] command arguments ... root@web:/ # service gitea restart gitea not running? (check /var/run/gitea.pid). daemon: illegal option -- l usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] [-t title] [-u user] command arguments ... root@web:/ # service gitea restart gitea not running? (check /var/run/gitea.pid). root@web:/ # daemon: illegal option -- s usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] [-t title] [-u user] command arguments ... ```
GiteaMirror added the issue/duplicate label 2025-11-02 04:11:00 -06:00
Author
Owner

@lunny commented on GitHub (Apr 23, 2018):

duplicated with #3700

@lunny commented on GitHub (Apr 23, 2018): duplicated with #3700
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1720