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 293628 Details for
Bug 431089
ipa_webgui doesn't start due to premissions error on /var/log/ipa_error.log
[?]
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]
create the log file in the %post script
freeipa-624-logs.patch (text/plain), 2.43 KB, created by
Rob Crittenden
on 2008-01-31 19:20:54 UTC
(
hide
)
Description:
create the log file in the %post script
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-01-31 19:20:54 UTC
Size:
2.43 KB
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1201807267 18000 ># Node ID 2ab75a9c3eade7519a67471e238d2e157d5a978b ># Parent f901c67199e16483764ae84c421d9b4226152683 >Ensure that the ipa_webgui error log exists and has correct permissions. >Resolves 431089 > >diff -r f901c67199e1 -r 2ab75a9c3ead ipa-server/ipa-server.spec >--- a/ipa-server/ipa-server.spec Thu Jan 31 11:24:52 2008 -0500 >+++ b/ipa-server/ipa-server.spec Thu Jan 31 14:21:07 2008 -0500 >@@ -1,6 +1,6 @@ Name: ipa-server > Name: ipa-server > Version: 0.6.0 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: IPA authentication server > > Group: System Environment/Base >@@ -85,6 +85,10 @@ if [ $1 = 1 ]; then > /sbin/chkconfig --add ipa_kpasswd > /sbin/chkconfig --add ipa_webgui > fi >+/bin/touch /var/log/ipa_error.log >+/bin/chown apache /var/log/ipa_error.log >+/bin/chmod 600 /var/log/ipa_error.log >+ > > %preun > if [ $1 = 0 ]; then >@@ -143,6 +147,9 @@ fi > %attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions > > %changelog >+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-6 >+- Ensure that the ipa_webgui error log exists and has correct permissions. >+ > * Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-5 > - Put user-modifiable files into /etc/ipa so they can be marked as > config(noreplace). >diff -r f901c67199e1 -r 2ab75a9c3ead ipa-server/ipa-server.spec.in >--- a/ipa-server/ipa-server.spec.in Thu Jan 31 11:24:52 2008 -0500 >+++ b/ipa-server/ipa-server.spec.in Thu Jan 31 14:21:07 2008 -0500 >@@ -1,6 +1,6 @@ Name: ipa-server > Name: ipa-server > Version: VERSION >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: IPA authentication server > > Group: System Environment/Base >@@ -85,6 +85,10 @@ if [ $1 = 1 ]; then > /sbin/chkconfig --add ipa_kpasswd > /sbin/chkconfig --add ipa_webgui > fi >+/bin/touch /var/log/ipa_error.log >+/bin/chown apache /var/log/ipa_error.log >+/bin/chmod 600 /var/log/ipa_error.log >+ > > %preun > if [ $1 = 0 ]; then >@@ -143,6 +147,9 @@ fi > %attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions > > %changelog >+* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-6 >+- Ensure that the ipa_webgui error log exists and has correct permissions. >+ > * Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.6.0-5 > - Put user-modifiable files into /etc/ipa so they can be marked as > config(noreplace).
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 431089
: 293628