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 828603 Details for
Bug 1007751
[RHS-C] warning: user ovirt does not exist - using root / warning: group ovirt does not exist - using root
[?]
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]
The fix is attached
fix.patch (text/plain), 1.17 KB, created by
Bala.FA
on 2013-11-25 11:14:03 UTC
(
hide
)
Description:
The fix is attached
Filename:
MIME Type:
Creator:
Bala.FA
Created:
2013-11-25 11:14:03 UTC
Size:
1.17 KB
patch
obsolete
>--- redhat-access-plugin-rhsc.spec.orig 2013-11-07 09:06:04.000000000 +0530 >+++ redhat-access-plugin-rhsc.spec 2013-11-25 16:42:14.064997987 +0530 >@@ -1,4 +1,28 @@ > >+## These definitions are copied from ovirt-engine.spec.in >+%global engine_gid 108 >+%global engine_group ovirt >+%global engine_uid 108 >+%global engine_user ovirt >+ >+# Macro to create an user: >+# >+# %1 user name >+# %2 user id >+# %3 primary group name >+# %4 primary group id >+# %5 description >+# %6 home directory >+# >+ >+%global _ovirt_create_user() \ >+getent group %3 >/dev/null || groupadd -r -g %4 %3; \ >+getent passwd %1 >/dev/null || useradd -r -u %2 -g %3 -c %5 -s /sbin/nologin -d %6 %1 >+ >+%global ovirt_create_user_engine \ >+%_ovirt_create_user %{engine_user} %{engine_uid} %{engine_group} %{engine_gid} "%{ovirt_user_description}" %{engine_state} >+## >+ > Name: redhat-access-plugin-rhsc > Version: 2.1.2 > Release: 1%{?release_suffix}%{?dist} >@@ -100,6 +124,9 @@ > # Install GSS DB wrapper script > install -m 755 packaging/bin/engine-psql.sh %{buildroot}/var/lib/ovirt-engine/db-manual > >+%pre >+%ovirt_create_user_engine >+ > %files > %defattr(-,ovirt,ovirt,-) > /usr/share/ovirt-engine/redhat-access-plugin-rhsc-ear-2.1.2.ear
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 1007751
:
797445
|
798102
| 828603 |
915766