Description of problem: When installing the callweaver RPM the directory /var/lib/callweaver is not created (packaged). Callweaver therefore complains that it cannot open/create its database. Version-Release number of selected component (if applicable): callweaver-1.2.0.1-1.2.fc10 (i386) How reproducible: Until the user creates /var/lib/callweaver as writable by callweaver. Steps to Reproduce: 1. Install callweaver on a new system 2. Test callweaver with: callweaver -cvvvv 3. Actual results: WARNING[3086841648]: db.c:1195 sqlite_open_db: SQL ERR [unable to open database file] Expected results: Without this warning. Additional info: Is it on purpose to require the (new) user to create the directory himself? # mkdir /var/lib/callweaver # chown callweaver.callweaver /var/lib/callweaver This directory is configured in the default configuration file callweaver.conf. Is this directory not more a system resource than something to be installed by the user?
fixed in rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=1546465