Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908221 - dev-db/influxdb-2.7.1: systemd service missing
Summary: dev-db/influxdb-2.7.1: systemd service missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-10 07:51 UTC by Andy Pettinger
Modified: 2023-06-12 17:50 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Pettinger 2023-06-10 07:51:00 UTC
Current ebuild does not include a systemd influxdb service.

Reproducible: Always
Comment 1 Norman Rieß 2023-06-10 09:17:27 UTC
openrc-run file ist missing / faulty too.
The one that exists, i don´t know if from an older version or delivered by the new version does not work.

Output:
Error: unknown shorthand flag: 'c' in -config
See 'influxd -h' for help
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-10 09:17:54 UTC
(In reply to Norman Rieß from comment #1)
> openrc-run file ist missing / faulty too.
> The one that exists, i don´t know if from an older version or delivered by
> the new version does not work.
> 
> Output:
> Error: unknown shorthand flag: 'c' in -config
> See 'influxd -h' for help

Please file a new bug for this.
Comment 3 Larry the Git Cow gentoo-dev 2023-06-12 17:47:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a6e34e567c304715be5b1721d99fa29eae9209

commit 92a6e34e567c304715be5b1721d99fa29eae9209
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2023-06-12 17:42:13 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2023-06-12 17:47:03 +0000

    dev-db/influxdb: 2.7.1-r1 revbump for several fixes
    
    - install the upgrade script
    - install the systemd service
    - add the user to rdepend via common_depend
    
    Closes: https://bugs.gentoo.org/908221
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-db/influxdb/influxdb-2.7.1-r1.ebuild | 238 +++++++++++++++++++++++++++++++
 1 file changed, 238 insertions(+)
Comment 4 William Hubbs gentoo-dev 2023-06-12 17:50:21 UTC
I don't think the other issue you mentioned is that the init script is
broken, I think your configuration needs to be upgraded.

If you still have an issue with the init script, however, please file
another bug.

Thanks,

William