Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103451 - Critical net-dns/bind ebuild enhancement
Summary: Critical net-dns/bind ebuild enhancement
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: BIND Maintainers (DISABLED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 06:59 UTC by Georges Toth
Modified: 2005-08-23 08:56 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 Georges Toth 2005-08-23 06:59:17 UTC
Please add a use-flag to the net-dns/bind ebuild to enable the 
"--disable-linux-caps" configure option. 
That option is neccessary for bind to run inside a vserver. 

Reproducible: Always
Steps to Reproduce:
1.Get into a vserver 
2.emerge bind 
3.start bind...and see it fail because of disabled system capabilities 
 
Actual Results:  
bind won't start 

Expected Results:  
bind starts
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-23 07:25:30 UTC
Put -threads into /etc/portage/package.use and you won't have caps. 
Comment 2 Georges Toth 2005-08-23 07:34:25 UTC
Ok, I saw in the ebuild that if you disable threads, caps get disabled too. 
 
But can't threads work without caps ? 
 
When I manually configured it, I never disabled threads...only caps. 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-23 08:29:22 UTC
(In reply to comment #2)
> But can't threads work without caps ? 

No, it can't - see Bug 89358. That's the reason why caps has been removed from
use flags (see the ChangeLog).
Comment 4 Georges Toth 2005-08-23 08:56:57 UTC
Allright, thanks for your help then!