Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 687736 Details for
Bug 894274
sqlgrey exits with fatal: setconfig error at /usr/sbin/sqlgrey line 195.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Alternative patch: use absolute path for SQLite DB, instead of setting WorkingDirectory
sqlgrey-ap.patch (text/plain), 1.09 KB, created by
Bojan Smojver
on 2013-01-25 22:38:25 UTC
(
hide
)
Description:
Alternative patch: use absolute path for SQLite DB, instead of setting WorkingDirectory
Filename:
MIME Type:
Creator:
Bojan Smojver
Created:
2013-01-25 22:38:25 UTC
Size:
1.09 KB
patch
obsolete
>diff --git a/sqlgrey-1.7.4-sqlite.patch b/sqlgrey-1.7.4-sqlite.patch >index 1799f10..425a8d9 100644 >--- a/sqlgrey-1.7.4-sqlite.patch >+++ b/sqlgrey-1.7.4-sqlite.patch >@@ -6,7 +6,7 @@ > # db_type = Pg > +db_type = SQLite > # db_name = sqlgrey >-+db_name = sqlgrey.db >++db_name = /var/lib/sqlgrey/sqlgrey.db > # Note: the following are not used with SQLite > # db_host = localhost > # db_port = default >diff --git a/sqlgrey.spec b/sqlgrey.spec >index 47f9714..17b2a8a 100644 >--- a/sqlgrey.spec >+++ b/sqlgrey.spec >@@ -1,6 +1,6 @@ > Name: sqlgrey > Version: 1.8.0 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Postfix grey-listing policy service > Group: System Environment/Daemons > License: GPLv2+ >@@ -113,6 +113,9 @@ fi > /bin/systemctl try-restart sqlgrey.service >/dev/null 2>&1 || : > > %changelog >+* Sat Jan 26 2013 Bojan Smojver <bojan@rexursive.com> - 1.8.0-3 >+- Specify SQLite database by absolute path >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 894274
:
687192
| 687736