Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59458 - pure-ftpd: 421 Unable to switch capabilities : Operation not permitted
Summary: pure-ftpd: 421 Unable to switch capabilities : Operation not permitted
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-04 15:42 UTC by erkan kaplan
Modified: 2004-08-10 05:15 UTC (History)
0 users

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


Attachments
pure-ftpd 1.0.18-r1 ebuild fix (pure-ftpd-1.0.18-r1.ebuild,2.32 KB, text/plain)
2004-08-04 15:47 UTC, erkan kaplan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description erkan kaplan 2004-08-04 15:42:31 UTC
The Problem is when I try to start pure-ftpd I get the following errors:

# /etc/init.d/pure-ftpd start
 * Starting Pure-FTPd...
421 Unable to switch capabilities : Operation not permitted            [ !! ] 




Reproducible: Always
Steps to Reproduce:
Comment 1 erkan kaplan 2004-08-04 15:47:03 UTC
Created attachment 36778 [details]
pure-ftpd 1.0.18-r1 ebuild fix

You have  recompile pure-ftpd with the "--without-capabilities" flag.




--------------cat   pure-ftpd-1.0.18-r1.ebuild ---

............
............
	econf \
		--with-altlog --with-extauth \
		--with-puredb --with-cookie \
		--with-throttling --with-ratios \
		--without-capabilities \		<= her
		--with-quotas --with-ftpwho \
		--with-uploadscript --with-virtualhosts \
		--with-virtualchroot --with-diraliases \
		--with-peruserlimits --with-largefile \
		${myconf} || die "econf failed"
..........
..........
..........





erkaN
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2004-08-09 10:51:48 UTC
Try version 1.0.20 please and report back here. There is probably something in your system tough because it should detecte that you dont use Linux Capabilities.
Comment 3 erkan kaplan 2004-08-10 00:48:29 UTC
I have updadet to 1.0.20 and new ebuild for pure-ftpd 1.0.20 seeing ok and working   correctly:
Comment 4 Gustavo Felisberto (RETIRED) gentoo-dev 2004-08-10 05:15:28 UTC
It seems ok then :)