Bug 1564904
Summary: | PPPoE Connection fails with NetworkManager-ppp | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eric Lajoie <elajoie> |
Component: | ppp | Assignee: | Jaroslav Škarvada <jskarvad> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 28 | CC: | alexl, bgalvani, dcbw, fgiudici, jaskalnik, john.j5live, jskarvad, jsynacek, lkundrak, mclasen, msekleta, netwiz, rhughes, rstrode, sandmann, thaller, thozza |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-09 12:39:36 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
Eric Lajoie
2018-04-08 19:14:05 UTC
My PPPoE has broken in Fedora 28 as well. Was working fine in F27. This is certainly a bug. For what its worth, I managed to at least get online by installing the rp-pppoe package, then setting up the connection via 'pppoe-setup', then activating with 'ifup ppp0'. This is at least a workaround until the issue in this report is fixed. This remains broken with -20: NetworkManager[443]: <info> [1523266393.3421] device (enp1s0): Activation: starting connection 'SpinTel' (e03287ab-22a5-468b-bcc5-1aa7155e9426) NetworkManager[443]: <info> [1523266393.3427] audit: op="connection-activate" uuid="e03287ab-22a5-468b-bcc5-1aa7155e9426" name="SpinTel" pid=5642 uid=0 result="success" NetworkManager[443]: <info> [1523266393.3440] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') NetworkManager[443]: <info> [1523266393.3467] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') NetworkManager[443]: <info> [1523266393.3526] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') NetworkManager[443]: <info> [1523266393.3546] ppp-manager: starting PPP connection NetworkManager[443]: <info> [1523266393.3606] ppp-manager: pppd started with pid 5646 NetworkManager[443]: /usr/sbin/pppd: /usr/lib/../lib64/pppd/2.4.7/rp-pppoe.so: undefined symbol: the_channel NetworkManager[443]: /usr/sbin/pppd: Couldn't load plugin rp-pppoe.so pppd[5646]: /usr/lib/../lib64/pppd/2.4.7/rp-pppoe.so: undefined symbol: the_channel pppd[5646]: Couldn't load plugin rp-pppoe.so NetworkManager[443]: <warn> [1523266393.3792] ppp-manager: pppd pid 5646 exited with error 2: pppd options error NetworkManager[443]: <info> [1523266393.3794] device (enp1s0): state change: ip-config -> failed (reason 'ppp-failed', sys-iface-state: 'managed') NetworkManager[443]: <warn> [1523266393.3828] device (enp1s0): Activation: failed for connection 'SpinTel' NetworkManager[443]: <info> [1523266393.3854] device (enp1s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') $ rpm -qa | grep ppp NetworkManager-ppp-1.10.6-1.fc28.x86_64 ppp-2.4.7-20.fc28.x86_64 rp-pppoe-3.12-10.fc27.x86_64 I did notice the Fedora27 dep includes compat-openssl10 which I did not see install with the Fedora28 packages. I don't think its the issue but sharing the data point. (In reply to Eric Lajoie from comment #5) > I did notice the Fedora27 dep includes compat-openssl10 which I did not see > install with the Fedora28 packages. I don't think its the issue but sharing > the data point. It should install openssl dep, the EAP-TLS patch has been updated, so it doesn't need the compat version. *** This bug has been marked as a duplicate of bug 1564459 *** For the record, this seems fixed in ppp-2.4.7-21.fc28 here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-d5ee177b23 |