Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364449 - [patch] dev-db/firebird xinetd server not working
Summary: [patch] dev-db/firebird xinetd server not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 06:30 UTC by Dmitry A. Bakshaev
Modified: 2011-10-06 20:27 UTC (History)
0 users

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


Attachments
fix fb_inet_server path (firebird.xinetd.2.patch,380 bytes, patch)
2011-04-22 06:31 UTC, Dmitry A. Bakshaev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry A. Bakshaev 2011-04-22 06:30:02 UTC
fb_inet_server installed in /usr/sbin, not /usr/bin.


Reproducible: Always

Steps to Reproduce:
1. USE="xinetd" emerge firebird
2. set "disable = no" in /etc/xinetd.d/firebird
3. /etc/init.d/xinetd restart
Actual Results:  
grep firebird /var/log/messages 
Apr 22 10:26:09 dab xinetd[30039]: Reading included configuration file: /etc/xinetd.d/firebird [file=/etc/xinetd.d/firebird] [line=10]
Apr 22 10:26:09 dab xinetd[30039]: Server /usr/bin/fb_inet_server is not executable [file=/etc/xinetd.d/firebird] [line=9]
Apr 22 10:26:09 dab xinetd[30039]: Error parsing attribute server - DISABLING SERVICE [file=/etc/xinetd.d/firebird] [line=9]


Expected Results:  
netstat -nap|grep 3050
tcp        0      0 0.0.0.0:3050            0.0.0.0:*               LISTEN      30127/xinetd
Comment 1 Dmitry A. Bakshaev 2011-04-22 06:31:16 UTC
Created attachment 270841 [details, diff]
fix fb_inet_server path
Comment 2 William L. Thomson Jr. 2011-09-30 00:29:54 UTC
I have this fixed in a newer version of the xinetd which basically reflects the change in your patch. It should be addressed in next revision of the ebuild -r2. That should also address some other bugs as well. Hopefully will be in tree in a day or two, just have to find a dev to proxy it into tree for me.
Comment 3 William L. Thomson Jr. 2011-09-30 21:08:33 UTC
Please see bug 385137 for an updated ebuild with patches to address this issue and some others. Hopefully will be committed to tree sometime soon :)
Comment 4 Patrick Lauer gentoo-dev 2011-10-06 20:27:12 UTC
Fixed in last bump