Bug 907719 - /usr/lib/systemd/system/remote-fs-pre.target.wants/ unowned directory
Summary: /usr/lib/systemd/system/remote-fs-pre.target.wants/ unowned directory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-05 06:01 UTC by Michael S.
Modified: 2017-03-23 17:52 UTC (History)
13 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-03-23 17:52:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1226379 0 unspecified CLOSED /etc/udev/hwdb.d is not owned by any package 2021-02-22 00:41:40 UTC

Internal Links: 1226379

Description Michael S. 2013-02-05 06:01:17 UTC
$ rpm -qf /lib/systemd/system/remote-fs-pre.target.wants/NetworkManager-wait-online.service
NetworkManager-0.9.7.0-12.git20121004.fc18.x86_64
$ rpm -qf /lib/systemd/system/remote-fs-pre.target.wants/                                  
file /lib/systemd/system/remote-fs-pre.target.wants is not owned by any package

I am not sure if the directory should be owned by NetworkManager, or by systemd, but it should not be left unowned ( as this is one of the standard target, I would vote for systemd, but feel free to disagree and move the bug to systemd )

Comment 1 Lennart Poettering 2013-03-07 16:07:16 UTC
I figure systemd shouldn't own all possible .wants/ dirs. Instead the packages in question should jointly own the .wants/ dirs wherever they hook themselves into. 

We probably should get FPC involved to standardize this in the packaging policy.

Comment 2 Fedora End Of Life 2013-04-03 17:45:29 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 3 Jan Kurik 2015-07-15 14:52:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 4 Jan Synacek 2015-10-20 13:38:46 UTC
Since other .wants directories are owned by the respective packages, this particular one should be owned by NetworkManager.

Comment 5 Zbigniew Jędrzejewski-Szmek 2015-10-20 23:15:41 UTC
Hm, what exactly are you proposing? That various packages should co-own the .wants dirs?

Comment 6 Jan Synacek 2015-10-21 06:48:25 UTC
On F23:

$ rpm -qf /usr/lib/systemd/system/kexec.target.wants/
plymouth-0.8.9-10.2013.08.14.fc23.x86_64

$ rpm -qf /usr/lib/systemd/system/sysinit.target.wants/
systemd-222-7.fc23.x86_64
initscripts-9.64-1.fc23.x86_64
plymouth-0.8.9-10.2013.08.14.fc23.x86_64

$ rpm -qf /usr/lib/systemd/system/nfs.target.wants/
nfs-utils-1.3.2-11.fc23.x86_64

...

All I'm saying is that /usr/lib/systemd/system/remote-fs-pre.target.wants/ should be owned by NetworkManager.

Comment 7 Zbigniew Jędrzejewski-Szmek 2015-10-21 13:23:52 UTC
Yes, we should do that.

Comment 8 Fedora End Of Life 2016-11-24 10:55:39 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 9 Michael S. 2016-12-11 00:29:37 UTC
still valid

Comment 10 Lubomir Rintel 2017-03-23 17:52:05 UTC
[lkundrak@belphegor NetworkManager]$ rpm -ql NetworkManager |grep wait-online
/usr/lib/systemd/system/NetworkManager-wait-online.service
/usr/lib/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
[lkundrak@belphegor NetworkManager]$ rpm -qf /usr/lib/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
NetworkManager-1.7.1-17181.08cc81d450.fc25.x86_64
[lkundrak@belphegor NetworkManager]$ rpm -qf /usr/lib/systemd/system/network-online.target.wants
NetworkManager-1.7.1-17181.08cc81d450.fc25.x86_64
[lkundrak@belphegor NetworkManager]$ 

Since the following commit to dist-git we seem to be doing the right thing already:

64aa00035dca29737ef893289ced0f103ac5bbe6
Author: Dan Williams <dcbw>
Date:   Wed May 15 10:13:45 2013 -0500

    Fix systemd leftovers


Note You need to log in before you can comment on or make changes to this bug.