Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102725 - gproftpd insists on using files that don't exist
Summary: gproftpd insists on using files that don't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Tobias Scherbaum (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 10:05 UTC by Andrew
Modified: 2006-11-03 22:29 UTC (History)
2 users (show)

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


Attachments
Revised Ebuild (gproftpd-8.2.2-r1.ebuild,1.60 KB, text/plain)
2005-08-16 10:06 UTC, Andrew
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2005-08-16 10:05:14 UTC
Gproftpd is ./configured incorrectly so /var/lib/log/secure   
and /var/lib/logxferlog are assumed to be the correct files for login   
(success/failures) and file transfer information respectively.     

Reproducible: Always
Steps to Reproduce:
1.emerge gproftpd 
2.gproftpd 
3.Click the "Files" or "Security" tabs  
 
Actual Results:  
A window is displayed which tells you /var/lib/log/{secure|xferlog} do not 
exist. 

Expected Results:  
Under the security tab: Login success/failure information  
Under the Files tab: Files transferred via ftp 

I made a new ebuild for the package which works for me.  All I added was: 
--localstatedir=/var to the econf line.  The ebuild is attached.
Comment 1 Andrew 2005-08-16 10:06:38 UTC
Created attachment 66087 [details]
Revised Ebuild
Comment 2 Andrew 2005-08-16 18:30:18 UTC
If a maintainer is needed for the ebuild I can try and fill that role. 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-17 00:03:17 UTC
(In reply to comment #2)
> If a maintainer is needed for the ebuild I can try and fill that role. 

Well, not really I'm afraid, only Gentoo devs have CVS access. 
Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2006-11-01 10:56:54 UTC
Fixed in 8.2.8.
Comment 5 Tobias Scherbaum (RETIRED) gentoo-dev 2006-11-03 22:29:43 UTC
This should've been closed ...