Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829695 - dev-db/etcd /usr/lib/tmpfiles.d/etcd.conf should be update /var/run/etcd -> /run/etcd
Summary: dev-db/etcd /usr/lib/tmpfiles.d/etcd.conf should be update /var/run/etcd -> /...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-12-20 07:09 UTC by Zhixu Liu
Modified: 2023-01-20 07:10 UTC (History)
1 user (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 Zhixu Liu 2021-12-20 07:09:50 UTC
when run  /etc/init.d/stmpfiles-setup restart, following message shows:

/usr/lib/tmpfiles.d/etcd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/etcd → /run/etcd; please update the tmpfiles.d/ drop-in file accordingly.
Comment 1 Zhixu Liu 2021-12-20 07:11:51 UTC
/usr/lib/tmpfiles.d/mysql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/mysqld → /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-20 07:37:35 UTC

*** This bug has been marked as a duplicate of bug 768051 ***
Comment 3 Zhixu Liu 2021-12-25 08:14:38 UTC
for mysql, it's already reported in bug 768051.

I don't see bug report on etcd, so reopen this.
Comment 4 Larry the Git Cow gentoo-dev 2023-01-20 07:10:26 UTC
The bug has been closed via the following commit(s):

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

commit baecf6809f8c5569d74d816b26c997d4f0fc0726
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2023-01-19 15:57:57 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2023-01-20 07:10:20 +0000

    dev-db/etcd: fixes to package
    
    Update to EAPI8.
    Update init.d/conf.d files to use correct options and new config file, update
    tmpfiles.d configuration.
    
    Closes: https://bugs.gentoo.org/891397
    Closes: https://bugs.gentoo.org/829695
    Closes: https://bugs.gentoo.org/766015
    Closes: https://github.com/gentoo/gentoo/pull/29172
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-db/etcd/etcd-3.4.16-r1.ebuild      | 79 ++++++++++++++++++++++++++++++++++
 dev-db/etcd/files/etcd.confd-r1        |  1 +
 dev-db/etcd/files/etcd.initd-r1        | 27 ++++++++++++
 dev-db/etcd/files/etcd.service-r1      | 17 ++++++++
 dev-db/etcd/files/etcd.tmpfiles.d.conf |  2 +-
 dev-db/etcd/metadata.xml               |  6 +--
 6 files changed, 127 insertions(+), 5 deletions(-)