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 832329 Details for
Bug 1037861
rhevm-dwh-setup doesn't check for valid read-only username
[?]
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.
error log from rhevm-dwh-setup
rhevm-dwh-setup.error.log (text/plain), 22.04 KB, created by
John Call
on 2013-12-03 23:46:24 UTC
(
hide
)
Description:
error log from rhevm-dwh-setup
Filename:
MIME Type:
Creator:
John Call
Created:
2013-12-03 23:46:24 UTC
Size:
22.04 KB
patch
obsolete
>[root@rhevm ~]# rhevm-dwh-setup >Welcome to ovirt-engine-dwh setup utility > >In order to proceed the installer must stop the ovirt-engine service >Would you like to stop the ovirt-engine service (yes|no): yes >Stopping ovirt-engine... [ DONE ] > >This utility can configure a read only user for DB access. Would you like to do so? (yes|no): yes >Provide a username for read-only user : rhevm-ro >Provide a password for read-only user: >Warning: Weak Password. >Re-type password: >Should postgresql be setup with secure connection? (yes|no): no >Creating DB... [ DONE ] >Creating read-only user... [ ERROR ] >Error encountered while installing rhevm-dwh, please consult the log file: /var/log/ovirt-engine/rhevm-dwh-setup-2013_12_03_23_34_42.log >[root@rhevm ~]# cat /var/log/ovirt-engine/rhevm-dwh-setup-2013_12_03_23_34_42.log >2013-12-03 23:34:42::DEBUG::rhevm-dwh-setup::374::root:: starting main() >2013-12-03 23:34:42::DEBUG::common_utils::441::root:: running sql query on host: localhost, port: 5432, db: engine, user: engine, query: 'copy ( > select option_value from vdc_options > where option_name like 'MinimalETLVersion' > ) to stdout with csv header;'. >2013-12-03 23:34:42::DEBUG::common_utils::838::root:: Executing command --> '/usr/bin/psql --pset=tuples_only=on --set ON_ERROR_STOP=1 --dbname engine --host localhost --port 5432 --username engine -w -c copy ( > select option_value from vdc_options > where option_name like 'MinimalETLVersion' > ) to stdout with csv header;' in working directory '/root' >2013-12-03 23:34:42::DEBUG::common_utils::880::root:: output = option_value >3.3.0 > >2013-12-03 23:34:42::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:42::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:42::DEBUG::common_utils::148::root:: Value of MinimalETLVersion is 3.3.0 >2013-12-03 23:34:42::DEBUG::common_utils::838::root:: Executing command --> 'rpm -q --queryformat %{VERSION}-%{RELEASE} rhevm-dwh' in working directory '/root' >2013-12-03 23:34:42::DEBUG::common_utils::880::root:: output = 3.3.0-21.el6ev >2013-12-03 23:34:42::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:42::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:42::DEBUG::common_utils::576::root:: setting regex (\d+\.\d+)\.(\d+)\-(\d+) againts 3.3.0-21.el6ev >2013-12-03 23:34:42::DEBUG::common_utils::581::root:: found version, 3.3 >2013-12-03 23:34:42::DEBUG::common_utils::583::root:: found minorVersion 0 >2013-12-03 23:34:42::DEBUG::common_utils::585::root:: found release 21 >2013-12-03 23:34:42::DEBUG::common_utils::576::root:: setting regex (\d+\.\d+)\.(\d+)\-(\d+) againts 3.3.0-0 >2013-12-03 23:34:42::DEBUG::common_utils::581::root:: found version, 3.3 >2013-12-03 23:34:42::DEBUG::common_utils::583::root:: found minorVersion 0 >2013-12-03 23:34:42::DEBUG::common_utils::585::root:: found release 0 >2013-12-03 23:34:42::DEBUG::common_utils::469::root:: checking ovirt-engine service >2013-12-03 23:34:42::DEBUG::common_utils::460::root:: checking the status of ovirt-engine >2013-12-03 23:34:42::DEBUG::common_utils::255::root:: getting status for ovirt-engine >2013-12-03 23:34:42::DEBUG::common_utils::272::root:: executing action ovirt-engine on service status >2013-12-03 23:34:42::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service ovirt-engine status' in working directory '/root' >2013-12-03 23:34:42::DEBUG::common_utils::880::root:: output = ovirt-engine (pid 10721) is running... > >2013-12-03 23:34:42::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:42::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:42::DEBUG::common_utils::471::root:: ovirt-engine is up and running >2013-12-03 23:34:42::DEBUG::common_utils::385::root:: asking user: Would you like to stop the ovirt-engine service (yes|no): >2013-12-03 23:34:54::DEBUG::common_utils::389::root:: user answered: yes >2013-12-03 23:34:54::DEBUG::decorators::18::root:: running stopEngineService >2013-12-03 23:34:54::DEBUG::common_utils::484::root:: Stopping ovirt-engine >2013-12-03 23:34:54::DEBUG::common_utils::221::root:: stopping ovirt-engine >2013-12-03 23:34:54::DEBUG::common_utils::272::root:: executing action ovirt-engine on service stop >2013-12-03 23:34:54::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service ovirt-engine stop' in working directory '/root' >2013-12-03 23:34:55::DEBUG::common_utils::880::root:: output = Stopping oVirt Engine: [ OK ] > >2013-12-03 23:34:55::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:55::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:55::DEBUG::common_utils::549::root:: Stopping ovirt-engine-dwhd >2013-12-03 23:34:55::DEBUG::common_utils::540::root:: checking the status of dwhd >2013-12-03 23:34:55::DEBUG::common_utils::255::root:: getting status for ovirt-engine-dwhd >2013-12-03 23:34:55::DEBUG::common_utils::272::root:: executing action ovirt-engine-dwhd on service status >2013-12-03 23:34:55::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service ovirt-engine-dwhd status' in working directory '/root' >2013-12-03 23:34:55::DEBUG::common_utils::880::root:: output = /etc/init.d/ovirt-engine-dwhd is stopped > >2013-12-03 23:34:55::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:55::DEBUG::common_utils::882::root:: retcode = 1 >2013-12-03 23:34:55::DEBUG::common_utils::838::root:: Executing command --> 'rpm -q --queryformat %{VERSION}-%{RELEASE} rhevm-dwh' in working directory '/root' >2013-12-03 23:34:55::DEBUG::common_utils::880::root:: output = 3.3.0-21.el6ev >2013-12-03 23:34:55::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:55::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:55::DEBUG::common_utils::576::root:: setting regex (\d+\.\d+)\.(\d+)\-(\d+) againts 3.3.0-21.el6ev >2013-12-03 23:34:55::DEBUG::common_utils::581::root:: found version, 3.3 >2013-12-03 23:34:55::DEBUG::common_utils::583::root:: found minorVersion 0 >2013-12-03 23:34:55::DEBUG::common_utils::585::root:: found release 21 >2013-12-03 23:34:55::DEBUG::rhevm-dwh-setup::350::root:: Setting etlVersion >2013-12-03 23:34:55::DEBUG::rhevm-dwh-setup::351::root:: editing etl connectivity file >2013-12-03 23:34:55::DEBUG::common_utils::838::root:: Executing command --> '/sbin/ip addr' in working directory '/root' >2013-12-03 23:34:55::DEBUG::common_utils::880::root:: output = 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 > link/ether 52:54:00:d5:61:b2 brd ff:ff:ff:ff:ff:ff > inet 172.16.8.9/24 brd 172.16.8.255 scope global eth0 > inet6 fe80::5054:ff:fed5:61b2/64 scope link > valid_lft forever preferred_lft forever > >2013-12-03 23:34:55::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:34:55::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:34:55::DEBUG::common_utils::686::root:: Found IP Address: 172.16.8.9 >2013-12-03 23:34:55::DEBUG::common_utils::1290::root:: Updating pghba postgres use >2013-12-03 23:34:55::DEBUG::common_utils::385::root:: asking user: >This utility can configure a read only user for DB access. Would you like to do so? (yes|no): >2013-12-03 23:34:59::DEBUG::common_utils::389::root:: user answered: yes >2013-12-03 23:34:59::DEBUG::common_utils::385::root:: asking user: Provide a username for read-only user : >2013-12-03 23:35:27::DEBUG::common_utils::389::root:: user answered: rhevm-ro >2013-12-03 23:35:27::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -tAc "select 1 from pg_roles where rolname='rhevm-ro';"' in working directory '/root' >2013-12-03 23:35:27::DEBUG::common_utils::880::root:: output = >2013-12-03 23:35:27::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:27::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:33::DEBUG::common_utils::385::root:: asking user: Should postgresql be setup with secure connection? (yes|no): >2013-12-03 23:35:39::DEBUG::common_utils::389::root:: user answered: no >2013-12-03 23:35:39::DEBUG::common_utils::606::root:: checking if ovirt_engine_history db already exists >2013-12-03 23:35:39::DEBUG::common_utils::441::root:: running sql query on host: localhost, port: 5432, db: ovirt_engine_history, user: engine_history, query: 'select 1'. >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/usr/bin/psql --pset=tuples_only=on --set ON_ERROR_STOP=1 --dbname ovirt_engine_history --host localhost --port 5432 --username engine_history -w -c select 1' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = psql: FATAL: Ident authentication failed for user "engine_history" > >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 2 >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -d ovirt_engine_history -tAc "select 1;"' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = psql: FATAL: database "ovirt_engine_history" does not exist > >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 2 >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/sbin/ip addr' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > inet6 ::1/128 scope host > valid_lft forever preferred_lft forever >2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 > link/ether 52:54:00:d5:61:b2 brd ff:ff:ff:ff:ff:ff > inet 172.16.8.9/24 brd 172.16.8.255 scope global eth0 > inet6 fe80::5054:ff:fed5:61b2/64 scope link > valid_lft forever preferred_lft forever > >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:39::DEBUG::common_utils::686::root:: Found IP Address: 172.16.8.9 >2013-12-03 23:35:39::DEBUG::common_utils::1078::root:: Adding user engine_history >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -c "CREATE ROLE engine_history with createdb login encrypted password '3396pqkP';"' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = CREATE ROLE > >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -tAc "CREATE DATABASE ovirt_engine_history encoding 'UTF8' LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8' template template0 owner engine_history;"' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = CREATE DATABASE > >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:39::DEBUG::common_utils::1259::root:: Updating pghba >2013-12-03 23:35:39::DEBUG::common_utils::507::root:: checking the status of postgresql >2013-12-03 23:35:39::DEBUG::common_utils::255::root:: getting status for postgresql >2013-12-03 23:35:39::DEBUG::common_utils::272::root:: executing action postgresql on service status >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql status' in working directory '/root' >2013-12-03 23:35:39::DEBUG::common_utils::880::root:: output = postmaster (pid 3828) is running... > >2013-12-03 23:35:39::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:39::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:39::DEBUG::common_utils::532::root:: stopping postgresql >2013-12-03 23:35:39::DEBUG::common_utils::221::root:: stopping postgresql >2013-12-03 23:35:39::DEBUG::common_utils::272::root:: executing action postgresql on service stop >2013-12-03 23:35:39::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql stop' in working directory '/root' >2013-12-03 23:35:40::DEBUG::common_utils::880::root:: output = Stopping postgresql service: [ OK ] > >2013-12-03 23:35:40::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:40::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:40::DEBUG::common_utils::507::root:: checking the status of postgresql >2013-12-03 23:35:40::DEBUG::common_utils::255::root:: getting status for postgresql >2013-12-03 23:35:40::DEBUG::common_utils::272::root:: executing action postgresql on service status >2013-12-03 23:35:40::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql status' in working directory '/root' >2013-12-03 23:35:41::DEBUG::common_utils::880::root:: output = postmaster is stopped > >2013-12-03 23:35:41::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:41::DEBUG::common_utils::882::root:: retcode = 3 >2013-12-03 23:35:41::DEBUG::common_utils::527::root:: starting postgresql >2013-12-03 23:35:41::DEBUG::common_utils::211::root:: starting postgresql >2013-12-03 23:35:41::DEBUG::common_utils::272::root:: executing action postgresql on service start >2013-12-03 23:35:41::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql start' in working directory '/root' >2013-12-03 23:35:43::DEBUG::common_utils::880::root:: output = Starting postgresql service: [ OK ] > >2013-12-03 23:35:43::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:43::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:43::DEBUG::decorators::18::root:: running createDbSchema >2013-12-03 23:35:43::DEBUG::rhevm-dwh-setup::148::root:: installing ovirt_engine_history db >2013-12-03 23:35:43::DEBUG::rhevm-dwh-setup::151::root:: ovirt engine history db creation is logged at /var/log/ovirt-engine/ovirt-history-db-install-2013_12_03_23_35_43.log >2013-12-03 23:35:43::DEBUG::common_utils::838::root:: Executing command --> '/usr/share/ovirt-engine-dwh/db-scripts/create_schema.sh -l ovirt-history-db-install-2013_12_03_23_35_43.log -u engine_history -s localhost -p 5432' in working directory '/root' >2013-12-03 23:35:47::DEBUG::common_utils::880::root:: output = user name is: engine_history >Creating tables... >Creating functions... >Creating common functions... >Inserting data ... >Inserting Timekeeping Values ... >Inserting ENUM Values ... >Inserting Calendar Table's Values ... >Running upgrade scripts... >upgrade script detected a change in Config, View or Stored Procedure... >Running upgrade sql script upgrade/pre_upgrade/add_comment_col_to_schema_version.sql ... >Running upgrade sql script upgrade/pre_upgrade/add_function_to_update_enum_table.sql ... >Running upgrade sql script upgrade/pre_upgrade/set_default_lang_code.sql ... >Running upgrade sql script upgrade/pre_upgrade/set_etl_minimal_version.sql ... >Running upgrade sql script upgrade/03_02_0010_add_vm_users_usage_tables.sql ... >Running upgrade sql script upgrade/03_02_0020_add_storage_domain_status_columns.sql ... >Running upgrade sql script upgrade/03_02_0030_drop_auto_suspend_column.sql ... >Running upgrade sql script upgrade/03_02_0040_add_more_reports_enum_values.sql ... >Running upgrade sql script upgrade/03_02_0050_add_function_to_update_enum_table.sql ... >Running upgrade sql script upgrade/03_02_0060_updated_enums.sql ... >Running upgrade sql script upgrade/03_02_0070_changed_vm_ip_column_to_text.sql ... >Running upgrade sql script upgrade/03_02_0080_added_missing_os_enums.sql ... >Running upgrade sql script upgrade/03_02_0090_updated_enums.sql ... >Running upgrade sql script upgrade/03_03_0010_add_vm_client_ip.sql ... >Running upgrade sql script upgrade/03_03_0020_add_pool_info.sql ... >Running upgrade sql script upgrade/03_03_0030_change_vm_disks_tables.sql ... >Running upgrade sql script upgrade/03_03_0040_add_vm_guest_user_login_info.sql ... >Running upgrade sql script upgrade/03_03_0050_changed_users_vm_ip_column_to_text.sql ... >Creating views API 3.0... >Creating views API 3.1... >Creating views API 3.2... >Creating views API 3.3... >Creating ovirt engine reports views... >Creating stored procedures... >Creating stored procedures from common_sp.sql ... >Creating stored procedures from create_sp.sql ... >Running upgrade sql script upgrade/post_upgrade/0010_change_enum_lang_code.sql ... > >2013-12-03 23:35:47::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:47::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:47::DEBUG::rhevm-dwh-setup::168::root:: Successfully installed ovirt_engine_history DB >2013-12-03 23:35:47::DEBUG::decorators::18::root:: running createReadOnlyUser >2013-12-03 23:35:47::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -tAc "create database engine_test;"' in working directory '/root' >2013-12-03 23:35:48::DEBUG::common_utils::880::root:: output = CREATE DATABASE > >2013-12-03 23:35:48::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:48::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:48::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -tAc "drop database engine_test;"' in working directory '/root' >2013-12-03 23:35:48::DEBUG::common_utils::880::root:: output = DROP DATABASE > >2013-12-03 23:35:48::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:48::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:48::DEBUG::common_utils::1259::root:: Updating pghba >2013-12-03 23:35:48::DEBUG::common_utils::507::root:: checking the status of postgresql >2013-12-03 23:35:48::DEBUG::common_utils::255::root:: getting status for postgresql >2013-12-03 23:35:48::DEBUG::common_utils::272::root:: executing action postgresql on service status >2013-12-03 23:35:48::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql status' in working directory '/root' >2013-12-03 23:35:48::DEBUG::common_utils::880::root:: output = postmaster (pid 12375) is running... > >2013-12-03 23:35:48::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:48::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:48::DEBUG::common_utils::532::root:: stopping postgresql >2013-12-03 23:35:48::DEBUG::common_utils::221::root:: stopping postgresql >2013-12-03 23:35:48::DEBUG::common_utils::272::root:: executing action postgresql on service stop >2013-12-03 23:35:48::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql stop' in working directory '/root' >2013-12-03 23:35:49::DEBUG::common_utils::880::root:: output = Stopping postgresql service: [ OK ] > >2013-12-03 23:35:49::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:49::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:49::DEBUG::common_utils::507::root:: checking the status of postgresql >2013-12-03 23:35:49::DEBUG::common_utils::255::root:: getting status for postgresql >2013-12-03 23:35:49::DEBUG::common_utils::272::root:: executing action postgresql on service status >2013-12-03 23:35:49::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql status' in working directory '/root' >2013-12-03 23:35:49::DEBUG::common_utils::880::root:: output = postmaster is stopped > >2013-12-03 23:35:49::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:49::DEBUG::common_utils::882::root:: retcode = 3 >2013-12-03 23:35:49::DEBUG::common_utils::527::root:: starting postgresql >2013-12-03 23:35:49::DEBUG::common_utils::211::root:: starting postgresql >2013-12-03 23:35:49::DEBUG::common_utils::272::root:: executing action postgresql on service start >2013-12-03 23:35:49::DEBUG::common_utils::838::root:: Executing command --> '/sbin/service postgresql start' in working directory '/root' >2013-12-03 23:35:51::DEBUG::common_utils::880::root:: output = Starting postgresql service: [ OK ] > >2013-12-03 23:35:51::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:51::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:51::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -tAc "select 1 from pg_roles where rolname='rhevm-ro';"' in working directory '/root' >2013-12-03 23:35:51::DEBUG::common_utils::880::root:: output = >2013-12-03 23:35:51::DEBUG::common_utils::881::root:: stderr = >2013-12-03 23:35:51::DEBUG::common_utils::882::root:: retcode = 0 >2013-12-03 23:35:51::DEBUG::common_utils::1078::root:: Adding user rhevm-ro >2013-12-03 23:35:51::DEBUG::common_utils::838::root:: Executing command --> '/bin/su -l postgres -c /usr/bin/psql -U postgres -c "CREATE ROLE rhevm-ro with login encrypted password 'passw0rd';" -d ovirt_engine_history' in working directory '/root' >2013-12-03 23:35:51::DEBUG::common_utils::880::root:: output = >2013-12-03 23:35:51::DEBUG::common_utils::881::root:: stderr = ERROR: syntax error at or near "-" >LINE 1: CREATE ROLE rhevm-ro with login encrypted password 'passw0r... > ^ > >2013-12-03 23:35:51::DEBUG::common_utils::882::root:: retcode = 1 >2013-12-03 23:35:51::ERROR::decorators::27::root:: Traceback (most recent call last): > File "/usr/share/ovirt-engine-dwh/decorators.py", line 20, in wrapped_f > output = f(*args) > File "/usr/share/ovirt-engine-dwh/common_utils.py", line 729, in createReadOnlyUser > database=database, > File "/usr/share/ovirt-engine-dwh/common_utils.py", line 1116, in createUser > failOnError=True > File "/usr/share/ovirt-engine-dwh/common_utils.py", line 885, in execCmd > raise Exception(msg) >Exception: Return Code is not zero > >2013-12-03 23:35:51::ERROR::rhevm-dwh-setup::598::root:: Exception caught! >2013-12-03 23:35:51::ERROR::rhevm-dwh-setup::599::root:: Traceback (most recent call last): > File "/usr/bin/rhevm-dwh-setup", line 553, in main > readonly_secure, > File "/usr/share/ovirt-engine-dwh/decorators.py", line 28, in wrapped_f > raise Exception(instance) >Exception: Return Code is not zero > >[root@rhevm ~]# >
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 Raw
Actions:
View
Attachments on
bug 1037861
: 832329