Bug 26575 - Ищет urls.txt в неверном месте
Summary: Ищет urls.txt в неверном месте
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: siege (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 17:33 MSK by Evgenii Terechkov
Modified: 2012-05-31 19:36 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Terechkov 2011-11-11 17:33:19 MSK
evg@evg ~ $rpm -V siege;rpm -q siege 
siege-2.70-alt1
evg@evg ~ $rm -rf .siegerc     
evg@evg ~ $strace -ff siege 2>&1 |grep urls.txt 
open("/usr/etc/urls.txt", O_RDONLY)     = -1 ENOENT (No such file or directory)
write(2, "[\33[1;32malert\33[0m] unable to ope"..., 85[alert] unable to open file: /usr/etc/urls.txt: No such file or directory
evg@evg ~ $rpm -ql siege|egrep urls.txt$
/etc/siege/urls.txt

хорошо бы искать файл в /etc/siege/urls.txt, где он и лежит.
Comment 1 Sergey Alembekov 2012-05-31 15:30:20 MSK
в 2.72-alt1 должно исправиться
Comment 2 Evgenii Terechkov 2012-05-31 19:36:15 MSK
$strace -ff siege 2>&1 G urls.txt
open("/etc/siege/urls.txt", O_RDONLY)   = 3