Bug 1442975 - package-installed file in tmpfs
Summary: package-installed file in tmpfs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pulseaudio
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1476792 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-18 08:34 UTC by Alan Jenkins
Modified: 2017-09-05 14:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-05 14:15:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alan Jenkins 2017-04-18 08:34:44 UTC
Description of problem:

    $ sudo rpm -q -V pulseaudio
    missing     /var/run/pulse

because /var/run is a tmpfs.


Version-Release number of selected component (if applicable):

pulseaudio-10.0-2.fc25.x86_64


Steps to reproduce:

* Install pulseaudio
* reboot
* rpm -q -V pulseaudio


Expected results: Should not show any files as "missing".


Additional information:

$ ls -l /var/run
lrwxrwxrwx. 1 root root 6 Nov 15 21:27 /var/run -> ../run

$ findmnt /run
TARGET SOURCE FSTYPE OPTIONS
/run   tmpfs  tmpfs  rw,nosuid,nodev,seclabel,mode=755

Comment 1 Rex Dieter 2017-07-25 03:03:07 UTC
The package owning this dir isn't necessarily a bug, but adding support for:

https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html

would be good.

Comment 2 Rex Dieter 2017-07-25 03:04:19 UTC
See also:
https://fedoraproject.org/wiki/Packaging:Tmpfiles.d

Comment 3 Rex Dieter 2017-07-31 13:49:13 UTC
*** Bug 1476792 has been marked as a duplicate of this bug. ***

Comment 4 Rex Dieter 2017-09-05 14:11:25 UTC
I can work on this

Comment 5 Rex Dieter 2017-09-05 14:15:26 UTC
this dirs were removed in commit:

http://pkgs.fedoraproject.org/cgit/rpms/pulseaudio.git/commit/?id=d76a72a315e800470d6609e91603299146579dc2

Even though it's still used by the "pulse" user created in scriptlets, so I'm not sure it's a good idea to not continue to own them.

but as-is, this bug can be considered 'fixed'


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