Bug 1085477
| Summary: | fcoemon: Failed to connect to lldpad | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | p3tr <psklenar> |
| Component: | fcoe-utils | Assignee: | Chris Leech <cleech> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.6 | CC: | bubrown, buhrt, cww, mhernon |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-04 18:30:44 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
p3tr
2014-04-08 17:02:15 UTC
I see this now after upgrading to Fedora 22. Try: systemctl status lldpad.service I get: ● lldpad.service - Link Layer Discovery Protocol Agent Daemon. Loaded: loaded (/usr/lib/systemd/system/lldpad.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since Wed 2015-07-01 16:50:20 EDT; 14min ago Process: 1272 ExecStart=/usr/sbin/lldpad -t (code=exited, status=1/FAILURE) Main PID: 1272 (code=exited, status=1/FAILURE) Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: Started Link Layer Discovery Protocol Agent Daemon.. Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: Starting Link Layer Discovery Protocol Agent Daemon.... Jul 01 16:50:20 jtosh.aftinc.net lldpad[1272]: error getting shm pid Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: lldpad.service: main process exited, code=exited, status=1/FAILURE Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: Unit lldpad.service entered failed state. Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: lldpad.service failed. Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: start request repeated too quickly for lldpad.service Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: Failed to start Link Layer Discovery Protocol Agent Daemon.. Jul 01 16:50:20 jtosh.aftinc.net systemd[1]: lldpad.service failed. If so try: # systemctl restart lldpad.service I assume you will get a SELinux denial. Try: # setenforce 0 # systemctl restart lldpad.service # setenforce 1 # journalctl -f (should now be silent until the next reboot or restart of lldpad) If it is 'clean', please make a note on the ticket. I logged a Fedora ticket: https://bugzilla.redhat.com/show_bug.cgi?id=1236431 (In reply to Jeff Buhrt from comment #2) > I see this now after upgrading to Fedora 22. Thanks for that, I'll get Fedora updated to deal with the SELinux issue. I don't think it's the same as the original issue here, which is that after some time lldpad seems to have exited for some reason while fcoemon is still running and trying to connect to it. When Red Hat shipped 6.8 on May 10, 2016 RHEL 6 entered Production Phase 2. https://access.redhat.com/support/policy/updates/errata#Production_2_Phase That means only "Critical and Important Security errata advisories (RHSAs) and Urgent Priority Bug Fix errata advisories (RHBAs) may be released" This BZ is now going to be closed as it does not appear to meet Phase 2 criteria. If this BZ is deemed critical to the customer please open a support case in the Red Hat Customer Portal and ask that this BZ be re-opened. |