Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338118 - net-misc/bird: fix default socket path
Summary: net-misc/bird: fix default socket path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 06:55 UTC by Azamat H. Hackimov
Modified: 2011-03-31 09:48 UTC (History)
0 users

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


Attachments
bird-1.2.3-r1.ebuild.diff (bird-1.2.3-r1.ebuild.diff,563 bytes, patch)
2010-09-20 06:56 UTC, Azamat H. Hackimov
Details | Diff
bird-1.2.4.ebuild.diff (bird-1.2.4.ebuild.diff,560 bytes, patch)
2010-09-20 06:56 UTC, Azamat H. Hackimov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Azamat H. Hackimov 2010-09-20 06:55:27 UTC
By default birdc from net-misc/bird tried to connect socket /var/lib/run/bird.ctl, but real place is /var/run/bird.ctl:

# birdc
Unable to connect to server control socket (/var/lib/run/bird.ctl): No such file or directory

Place for socket can be set by --localstatedir option for configure script. See attached diff for 1.2.3 and 1.2.4
Comment 1 Azamat H. Hackimov 2010-09-20 06:56:21 UTC
Created attachment 248090 [details, diff]
bird-1.2.3-r1.ebuild.diff
Comment 2 Azamat H. Hackimov 2010-09-20 06:56:37 UTC
Created attachment 248091 [details, diff]
bird-1.2.4.ebuild.diff
Comment 3 Stefan Behte (RETIRED) gentoo-dev Security 2010-11-25 18:29:42 UTC
1.2.5 is out.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2011-03-31 09:48:49 UTC
+*bird-1.3.0 (31 Mar 2011)
+
+  31 Mar 2011; Tony Vroon <chainsaw@gentoo.org> +files/1.3.0-v4-v6-build.patch,
+  -bird-1.2.3-r1.ebuild, +files/initd-v4-bird-1.3.0,
+  +files/initd-v6-bird-1.3.0, +bird-1.3.0.ebuild:
+  New upstream release, adds iBGP, multipath support, layer 2 link state
+  detection, IPv6 RAs and many bugfixes. OSPF now supports point-to-multipoint
+  interfaces. Azamat H. Hackimov has provided completely new initscripts and
+  important socket path fixes, closes bugs #338118 and #338188.

Your contribution to Gentoo Linux is highly appreciated. My apologies for the delayed response.