Bug 1903141

Summary: watchman try to use /var/run/watchman for state which is a tmpfs
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: watchmanAssignee: Michel Lind <michel>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: davide, filbranden, michel, sonny
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: watchman-2020.09.21.00-7.fc33 watchman-2020.09.21.00-7.fc32 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-10 01:14:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2020-12-01 12:58:05 UTC
the rpm build, install and try to use the /var/run/watchman directory which is a tmpfs. so after one install it and reboot the system watchman no longer be able to use since this directory vanish. 
yous should use a 
/usr/lib/tmpfiles.d/watchman.conf file and put something like this:
----------------------
d /run/watchman 0777 root root -
----------------------

Comment 1 Michel Lind 2020-12-01 18:03:31 UTC
(In reply to Levente Farkas from comment #0)
> the rpm build, install and try to use the /var/run/watchman directory which
> is a tmpfs. so after one install it and reboot the system watchman no longer
> be able to use since this directory vanish. 
> yous should use a 
> /usr/lib/tmpfiles.d/watchman.conf file and put something like this:
> ----------------------
> d /run/watchman 0777 root root -
> ----------------------

good catch, thanks!

Comment 2 Fedora Update System 2020-12-01 22:42:15 UTC
FEDORA-2020-5921980912 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-5921980912

Comment 3 Fedora Update System 2020-12-01 22:42:27 UTC
FEDORA-2020-53c640d73d has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-53c640d73d

Comment 4 Fedora Update System 2020-12-02 01:39:34 UTC
FEDORA-2020-5921980912 has been pushed to the Fedora 33 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-5921980912 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5921980912

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2020-12-02 02:27:38 UTC
FEDORA-2020-53c640d73d has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-53c640d73d \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-53c640d73d

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 6 Fedora Update System 2020-12-10 01:14:38 UTC
FEDORA-2020-5921980912 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Fedora Update System 2020-12-10 01:27:10 UTC
FEDORA-2020-53c640d73d has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 8 Davide Cavalca 2020-12-12 04:32:33 UTC
*** Bug 1903392 has been marked as a duplicate of this bug. ***