Bug 1302723

Summary: user 'systemd-journal-upload': directory '//var/log/journal/upload' does not exist
Product: [Fedora] Fedora Reporter: DaveG <daveg>
Component: systemdAssignee: systemd-maint
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: johannbg, lnykryn, msekleta, muadda, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-15 16:11:20 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 DaveG 2016-01-28 13:13:22 UTC
Description of problem:

Minor niggle!

Extra '/' on home directory for UID systemd-journal-upload and systemd-journal-remote.


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

22->rawhide.


How reproducible:

Always.


Steps to Reproduce:
1. Install the systemd-journal-gateway package.
2. Run pwck.


Actual results:

user 'systemd-journal-upload': directory '//var/log/journal/upload' does not exist
user 'systemd-journal-remote': directory '//var/log/journal/remote' does not exist


Expected results:

No errors or warnings.


Additional info:

"... -d /%{_localstatedir}/log/journal/..."
should be
"... -d %{_localstatedir}/log/journal/..."

http://pkgs.fedoraproject.org/cgit/rpms/systemd.git/tree/systemd.spec#n528
http://pkgs.fedoraproject.org/cgit/rpms/systemd.git/tree/systemd.spec#n530

Comment 1 DaveG 2016-07-15 16:11:20 UTC
Apparently fixed in http://pkgs.fedoraproject.org/cgit/rpms/systemd.git/commit/systemd.spec?id=340bf090f9ae60eeaf762b3ba3fc25379bb3eb59
author	Jan Synacek <jsynacek>	2016-02-11 08:37:05 (GMT)

Closing.

-DaveG.