| Summary: | mpd does not reuses netgraph pppoe nodes attached to ether node | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Gleb Smirnoff <glebius> | ||||
| Component: | Individual Port(s) | Assignee: | Archie Cobbs <archie> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | archie | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->archie Over to maintainer. State Changed From-To: open->closed Patch applied in MPD version 3.13. |
My host is a PPPoE client. As client software I use ppp(8). When I tried to move to mpd, I discovered that mpd does not starts, complaining in pppoe.c line 213 with "File already exists". Fix: The code was taken directly from ppp(8). It first looks for created pppoe netgraph node, and uses it if one exists. Else a new node is created. How-To-Repeat: Run another PPPoE client software, for example ppp(8), and then try mpd in pppoe mode. Do not reboot machine.