Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318683 - dev-db/redis-1.2.5: Redis ebuild sets incorrect path for logfile
Summary: dev-db/redis-1.2.5: Redis ebuild sets incorrect path for logfile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: Bug, Inclusion
Depends on:
Blocks:
 
Reported: 2010-05-05 21:21 UTC by Mark Lewandowski
Modified: 2010-05-17 21:32 UTC (History)
2 users (show)

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


Attachments
Patch to ebuild to fix the logfile location (redis-ebuild.patch,655 bytes, patch)
2010-05-05 21:24 UTC, Mark Lewandowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lewandowski 2010-05-05 21:21:47 UTC
redis ebuild set the incorrect path for the logfile, resulting in failed starting with the init script.

Reproducible: Always

Steps to Reproduce:
1. emerge redis
2. /etc/init.d/redis start

Actual Results:  
redis cannot start because it cannot open the logfile

Expected Results:  
redis server should start
Comment 1 Mark Lewandowski 2010-05-05 21:24:13 UTC
Created attachment 230541 [details, diff]
Patch to ebuild to fix the logfile location
Comment 2 Mark Lewandowski 2010-05-05 21:24:51 UTC
When fixing this issue, should also bump the redis version from 1.2.5 to 1.2.6
Comment 3 Luca Barbato gentoo-dev 2010-05-17 21:32:46 UTC
Fixed and bumped, thank you