Bug 709557

Summary: lircd unable to create socket/pidfile in /var/run
Product: [Fedora] Fedora Reporter: sgtsnookums
Component: lircAssignee: Jarod Wilson <jarodwilson>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 15CC: bnocera, jarodwilson
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-01 03:16:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sgtsnookums 2011-06-01 01:52:33 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

lircd exits immediately and complains it cannot create the file /var/run/lircd/lircd.pid because the directory /var/run/lircd does not exist. Manually creating this directory leaves lircd unable to create the socket file /var/run/lircd/lircd for external programs to listen on because of SELinux policy.

Reproducible: Always

Steps to Reproduce:
1. Start lircd (systemctl start lirc.service)
Actual Results:  
lircd exits immediately

Expected Results:  
lircd stays running as a daemon

After manually creating /var/run/lircd and adding a local policy module for lircd to create the socket, socket has permissions 0755, so applications cannot connect to it. Manually changing permissions to 0666 resolves this issue as well.

Comment 1 Jarod Wilson 2011-06-01 03:16:34 UTC

*** This bug has been marked as a duplicate of bug 656613 ***