Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435550 - net-dialup/xl2tpd - init.d script should create /var/run/xl2tpd directory
Summary: net-dialup/xl2tpd - init.d script should create /var/run/xl2tpd directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 20:38 UTC by loux thefuture
Modified: 2012-12-25 17:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description loux thefuture 2012-09-19 20:38:14 UTC
The latest xl2tpd (net-dialup/xl2tpd-1.3.1) doesn't create /var/run/xl2tpd when it start. So it failed to start. Instead it create /var/run/nscd.
Comment 1 Alexandr Tiurin 2012-12-25 10:15:38 UTC
After upgrade openrc to 0.11.8 this error is here.

xl2tpd[15835]: open_controlfd: Unable to open /var/run/xl2tpd/l2tp-control for reading.

Work around

# cat /etc/conf.d/xl2tpd 
XL2TPD_CONF="-C /var/run/l2tp-control"

# cat /etc/init.d/xl2tpd
...
start-stop-daemon --start --quiet --exec /usr/sbin/xl2tpd -- ${XL2TPD_CONF}
...
Comment 2 Alexandr Tiurin 2012-12-25 10:18:43 UTC
net-dialup/xl2tpd-1.3.0
Comment 3 Mike Gilbert gentoo-dev 2012-12-25 17:59:36 UTC
Fixed in 1.3.1-r1. Thanks for the report.