OpenProject Installation Troubleshooting.
-
Re: Project management for internal IT projects and tasks
Ok so going through the installation on CentOS 7 (updated and current) instructions found here.
After the installation finishes, you run
openproject configure
This brings up their basic looking installation guide, ssl, url, git support etc.
Once this process is complete, everything SHOULD work but it doesn't.
Running
openproject run web
results inopenproject run web I, [2018-01-30T10:26:25.341140 #16923] INFO -- : Refreshing Gem list DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) E, [2018-01-30T10:26:31.157243 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) E, [2018-01-30T10:26:31.157344 #16923] ERROR -- : retrying in 0.5 seconds (4 tries left) E, [2018-01-30T10:26:31.658961 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) E, [2018-01-30T10:26:31.659203 #16923] ERROR -- : retrying in 0.5 seconds (3 tries left) E, [2018-01-30T10:26:32.161317 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) E, [2018-01-30T10:26:32.161492 #16923] ERROR -- : retrying in 0.5 seconds (2 tries left) E, [2018-01-30T10:26:32.662209 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) E, [2018-01-30T10:26:32.662383 #16923] ERROR -- : retrying in 0.5 seconds (1 tries left) E, [2018-01-30T10:26:33.162849 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) E, [2018-01-30T10:26:33.163012 #16923] ERROR -- : retrying in 0.5 seconds (0 tries left) E, [2018-01-30T10:26:33.664258 #16923] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use) bundler: failed to load command: unicorn (/opt/openproject/vendor/bundle/ruby/2.4.0/bin/unicorn) Errno::EADDRINUSE: Address already in use - bind(2) for 127.0.0.1:6000 /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/socket_helper.rb:164:in `bind' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/socket_helper.rb:164:in `new_tcp_server' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/socket_helper.rb:144:in `bind_listen' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/http_server.rb:241:in `listen' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/http_server.rb:852:in `block in bind_new_listeners!' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/http_server.rb:852:in `each' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/http_server.rb:852:in `bind_new_listeners!' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/lib/unicorn/http_server.rb:140:in `start' /opt/openproject/vendor/bundle/ruby/2.4.0/gems/unicorn-5.3.0/bin/unicorn:126:in `<top (required)>' /opt/openproject/vendor/bundle/ruby/2.4.0/bin/unicorn:22:in `load' /opt/openproject/vendor/bundle/ruby/2.4.0/bin/unicorn:22:in `<top (required)>'
-
Same exact thing here on Debian 9.3
-
Running the reconfiguration process results in what should work, yet nothing.
DONE [openproject] ./bin/configure [legacy-installer] ./bin/preinstall [mysql] ./bin/preinstall [apache2] ./bin/preinstall Note: Forwarding request to 'systemctl enable httpd.service'. [repositories] ./bin/preinstall [smtp] ./bin/preinstall [memcached] ./bin/preinstall Note: Forwarding request to 'systemctl enable memcached.service'. [openproject] ./bin/preinstall [legacy-installer] ./bin/postinstall [mysql] ./bin/postinstall Generating /etc/openproject/conf.d/database... [apache2] ./bin/postinstall Redirecting to /bin/systemctl restart httpd.service [repositories] ./bin/postinstall Setting up SVN integration for Apache Setting up Git integration for Apache chcon: failed to change context of ‘/var/db/openproject/git’ to ‘unconfined_u:object_r:httpd_git_rw_content_t:s0’: Invalid argument Redirecting to /bin/systemctl restart httpd.service [smtp] ./bin/postinstall [memcached] ./bin/postinstall [openproject] ./bin/postinstall DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) *** Seeding for locale: 'en' *** Seeding basic data ↳ BuiltinRolesSeeder *** Skipping built in role Non member - already exists *** Skipping built in role Anonymous - already exists ↳ RoleSeeder *** Skipping roles as there are already some configured ↳ ActivitySeeder *** Skipping activities as there are already some configured ↳ ColorSeeder *** Skipping colors as there are already some configured ↳ WorkflowSeeder *** Skipping types, statuses and workflows as there are already some configured ↳ PrioritySeeder *** Skipping priorities as there are already some configured ↳ ProjectStatusSeeder *** Skipping reported project status as there are already some configured ↳ ProjectTypeSeeder *** Skipping project types as there are already some configured ↳ SettingSeeder *** Skipping settings as all settings already exist in the db Loading discovered seeders: ↳ EnumerationsSeeder ↳ SettingSeeder *** Skipping BasicData::Backlogs::SettingSeeder *** Seeding admin user *** No need to seed an admin as there already is one. *** Seeding demo data ↳ ProjectSeeder *** Skipping DemoData::ProjectSeeder *** Loading action_cable_engine seed data *** Loading date_validator_engine seed data *** Loading ok_computer seed data *** Loading bourbon_engine seed data *** Loading i18n_js_engine seed data *** Loading openproject_translations seed data *** Loading openproject_global_roles seed data *** Loading openproject_auth_plugins seed data *** Loading openproject_auth_saml seed data *** Loading lobby_boy seed data *** Loading openproject_openid_connect seed data *** Loading openproject_documents seed data *** Loading openproject_my_project_page seed data *** Loading openproject_xls_export seed data *** Loading reportingengine seed data *** Loading openproject_costs seed data *** Loading openproject_reporting seed data *** Loading openproject_meeting seed data *** Loading openproject_pdf_export seed data *** Loading openproject_backlogs seed data *** Loading openproject_local_avatars seed data *** Loading openproject_webhooks seed data *** Loading openproject_github_integration seed data SCM vendor Subversion uses remote managed repositories. Skipping. Nothing to do. Nothing to do. Redirecting to /bin/systemctl restart openproject.service
Looking at the logs with
sudo openproject logs --tail
-
sudo openproject logs --tail W, [2018-01-30T10:26:28.061071 #16923] WARN -- : hook registered W, [2018-01-30T10:26:28.658560 #16923] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:32:26.856322 #19043] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:26.915077 #19043] WARN -- : hook registered W, [2018-01-30T10:32:39.549682 #19195] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:39.687448 #19195] WARN -- : hook registered W, [2018-01-30T10:32:40.064588 #19197] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:40.186297 #19197] WARN -- : hook registered W, [2018-01-30T10:32:40.933198 #19195] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:32:41.352835 #19197] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. -- Logs begin at Tue 2018-01-30 10:06:21 EST. -- Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <top (required)> at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-openid-connect-c3bce4c9e9ac/lib/omniauth/strategies/openid_connect.rb:4) Jan 30 10:32:38 localhost.localdomain openproject-worker-1.service[19197]: Forcefully loading the application. Use :environment to avoid eager loading. Jan 30 10:32:46 localhost.localdomain openproject-web-1.service[19195]: I, [2018-01-30T10:32:46.126989 #19195] INFO -- : listening on addr=127.0.0.1:6000 fd=8 Jan 30 10:32:46 localhost.localdomain openproject-web-1.service[19195]: I, [2018-01-30T10:32:46.129501 #19195] INFO -- : master process ready Jan 30 10:32:46 localhost.localdomain openproject-web-1.service[19195]: I, [2018-01-30T10:32:46.144208 #19268] INFO -- : worker=0 ready
-
It looks like the alias_method_chain bit might be a known bug that shouldn't be breaking anything. Digging in forums now.
-
Looking in
/var/log/openproject/production.log
cat production.log W, [2018-01-30T10:22:10.033568 #14534] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:22:10.100914 #14534] WARN -- : hook registered W, [2018-01-30T10:22:36.413790 #14677] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:22:36.470417 #14677] WARN -- : hook registered W, [2018-01-30T10:22:37.170257 #14677] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:22:46.490903 #14877] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:22:46.623007 #14877] WARN -- : hook registered W, [2018-01-30T10:22:46.962285 #14879] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:22:47.087179 #14879] WARN -- : hook registered W, [2018-01-30T10:22:47.866398 #14877] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:22:48.281390 #14879] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:25:37.664583 #16695] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:25:37.723206 #16695] WARN -- : hook registered W, [2018-01-30T10:25:50.370672 #16849] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:25:50.505093 #16849] WARN -- : hook registered W, [2018-01-30T10:25:50.944181 #16847] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:25:51.096586 #16847] WARN -- : hook registered W, [2018-01-30T10:25:51.927090 #16849] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:25:52.499370 #16847] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:26:27.994953 #16923] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:26:28.061071 #16923] WARN -- : hook registered W, [2018-01-30T10:26:28.658560 #16923] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:32:26.856322 #19043] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:26.915077 #19043] WARN -- : hook registered W, [2018-01-30T10:32:39.549682 #19195] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:39.687448 #19195] WARN -- : hook registered W, [2018-01-30T10:32:40.064588 #19197] WARN -- : [auth_saml] Missing settings from '/opt/openproject/config/plugins/auth_saml/settings.yml', skipping omniauth registration. W, [2018-01-30T10:32:40.186297 #19197] WARN -- : hook registered W, [2018-01-30T10:32:40.933198 #19195] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name. W, [2018-01-30T10:32:41.352835 #19197] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name.
-
Their support forums seem way to scarce with support / information.
-
@DustinB3403
For CentOS 7, have you check to see if SELINUX is causing the issue? -
@black3dynamite While there are some failures, the bulk are success, the final line though.. . (failed)
cat audit.log type=DAEMON_START msg=audit(1517324784.855:966): op=start ver=2.7.6 format=raw kernel=3.10.0-693.el7.x86_64 auid=4294967295 pid=605 uid=0 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=success type=CONFIG_CHANGE msg=audit(1517324785.027:5): audit_backlog_limit=8192 old=64 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 type=CONFIG_CHANGE msg=audit(1517324785.027:6): audit_failure=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 type=SERVICE_START msg=audit(1517324785.029:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SYSTEM_BOOT msg=audit(1517324785.035:8): pid=628 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.037:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.045:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.172:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.175:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.189:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-dmesg comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324785.193:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.199:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.224:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.234:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.244:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.251:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.265:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324785.265:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.268:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324785.268:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.272:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.277:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324785.279:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.755:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324785.942:28): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=NETFILTER_CFG msg=audit(1517324785.975:29): table=filter family=2 entries=0 type=SYSCALL msg=audit(1517324785.975:29): arch=c000003e syscall=175 success=yes exit=0 a0=25dba20 a1=1d85 a2=41a2d8 a3=25d8400 items=0 ppid=693 pid=694 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324785.975:29): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572 type=SERVICE_START msg=audit(1517324786.023:30): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=NETFILTER_CFG msg=audit(1517324786.062:31): table=filter family=10 entries=0 type=SYSCALL msg=audit(1517324786.062:31): arch=c000003e syscall=175 success=yes exit=0 a0=caca20 a1=1d75 a2=41a2d8 a3=ca9500 items=0 ppid=705 pid=706 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.062:31): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F66696C746572 type=SERVICE_START msg=audit(1517324786.074:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=NETFILTER_CFG msg=audit(1517324786.097:33): table=filter family=2 entries=0 type=NETFILTER_CFG msg=audit(1517324786.097:33): table=filter family=10 entries=0 type=SYSCALL msg=audit(1517324786.097:33): arch=c000003e syscall=272 success=yes exit=0 a0=40000000 a1=7ffd0bc1f050 a2=40000040 a3=22 items=0 ppid=1 pid=716 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="(ostnamed)" exe="/usr/lib/systemd/systemd" subj=system_u:system_r:init_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.097:33): proctitle="(ostnamed)" type=SERVICE_START msg=audit(1517324786.151:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324786.191:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@8:2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=NETFILTER_CFG msg=audit(1517324786.242:36): table=raw family=2 entries=0 type=NETFILTER_CFG msg=audit(1517324786.242:36): table=raw family=2 entries=0 type=SYSCALL msg=audit(1517324786.242:36): arch=c000003e syscall=175 success=yes exit=0 a0=1c8fa60 a1=1a55 a2=41a2d8 a3=1c8c400 items=0 ppid=734 pid=738 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.242:36): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F726177 type=NETFILTER_CFG msg=audit(1517324786.249:37): table=security family=2 entries=0 type=NETFILTER_CFG msg=audit(1517324786.249:37): table=security family=2 entries=0 type=SYSCALL msg=audit(1517324786.249:37): arch=c000003e syscall=175 success=yes exit=0 a0=20b4a20 a1=1b25 a2=41a2d8 a3=20b1400 items=0 ppid=741 pid=742 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.249:37): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F7365637572697479 type=NETFILTER_CFG msg=audit(1517324786.253:38): table=mangle family=2 entries=0 type=NETFILTER_CFG msg=audit(1517324786.253:38): table=mangle family=2 entries=0 type=SYSCALL msg=audit(1517324786.253:38): arch=c000003e syscall=175 success=yes exit=0 a0=cdea20 a1=1c5d a2=41a2d8 a3=cdb400 items=0 ppid=744 pid=745 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.253:38): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F6D616E676C65 type=NETFILTER_CFG msg=audit(1517324786.275:39): table=nat family=2 entries=0 type=NETFILTER_CFG msg=audit(1517324786.275:39): table=nat family=2 entries=0 type=SYSCALL msg=audit(1517324786.275:39): arch=c000003e syscall=175 success=yes exit=0 a0=2dca0f0 a1=20cd a2=41a2d8 a3=25b1400 items=0 ppid=747 pid=748 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.275:39): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F6E6174 type=NETFILTER_CFG msg=audit(1517324786.281:40): table=raw family=10 entries=0 type=NETFILTER_CFG msg=audit(1517324786.281:40): table=raw family=10 entries=0 type=SYSCALL msg=audit(1517324786.281:40): arch=c000003e syscall=175 success=yes exit=0 a0=196aa20 a1=1a25 a2=41a2d8 a3=1967500 items=0 ppid=753 pid=754 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.281:40): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F726177 type=NETFILTER_CFG msg=audit(1517324786.286:41): table=security family=10 entries=0 type=NETFILTER_CFG msg=audit(1517324786.286:41): table=security family=10 entries=0 type=SYSCALL msg=audit(1517324786.286:41): arch=c000003e syscall=175 success=yes exit=0 a0=1030a20 a1=1af5 a2=41a2d8 a3=102d500 items=0 ppid=756 pid=757 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.286:41): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F7365637572697479 type=NETFILTER_CFG msg=audit(1517324786.290:42): table=mangle family=10 entries=0 type=NETFILTER_CFG msg=audit(1517324786.290:42): table=mangle family=10 entries=0 type=SYSCALL msg=audit(1517324786.290:42): arch=c000003e syscall=175 success=yes exit=0 a0=223da20 a1=1d75 a2=41a2d8 a3=223a500 items=0 ppid=759 pid=760 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.290:42): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F6D616E676C65 type=NETFILTER_CFG msg=audit(1517324786.301:43): table=nat family=10 entries=0 type=NETFILTER_CFG msg=audit(1517324786.301:43): table=nat family=10 entries=0 type=SYSCALL msg=audit(1517324786.301:43): arch=c000003e syscall=175 success=yes exit=0 a0=1000110 a1=20cd a2=41a2d8 a3=ffc500 items=0 ppid=762 pid=763 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" subj=system_u:system_r:insmod_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.301:43): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D006970367461626C655F6E6174 type=NETFILTER_CFG msg=audit(1517324786.534:44): table=filter family=10 entries=4 type=SYSCALL msg=audit(1517324786.534:44): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=119fd60 items=0 ppid=669 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.534:44): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.544:45): table=raw family=10 entries=3 type=SYSCALL msg=audit(1517324786.544:45): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=119e650 items=0 ppid=669 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.544:45): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.545:46): table=security family=10 entries=4 type=SYSCALL msg=audit(1517324786.545:46): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=119e650 items=0 ppid=669 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.545:46): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.545:47): table=mangle family=10 entries=6 type=SYSCALL msg=audit(1517324786.545:47): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=119eb70 items=0 ppid=669 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.545:47): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.545:48): table=nat family=10 entries=5 type=SYSCALL msg=audit(1517324786.545:48): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=119ea90 items=0 ppid=669 pid=795 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.545:48): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.550:49): table=filter family=2 entries=4 type=SYSCALL msg=audit(1517324786.550:49): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=123a890 items=0 ppid=669 pid=800 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.550:49): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.562:50): table=raw family=2 entries=3 type=SYSCALL msg=audit(1517324786.562:50): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=1239460 items=0 ppid=669 pid=800 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.562:50): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.562:51): table=security family=2 entries=4 type=SYSCALL msg=audit(1517324786.562:51): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=1239460 items=0 ppid=669 pid=800 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.562:51): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.562:52): table=mangle family=2 entries=6 type=SYSCALL msg=audit(1517324786.562:52): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=12397a0 items=0 ppid=669 pid=800 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.562:52): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.562:53): table=nat family=2 entries=5 type=SYSCALL msg=audit(1517324786.562:53): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=12395e0 items=0 ppid=669 pid=800 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.562:53): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.568:54): table=filter family=7 entries=3 type=SYSCALL msg=audit(1517324786.568:54): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=25443b0 items=0 ppid=669 pid=803 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.568:54): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.568:55): table=broute family=7 entries=1 type=SYSCALL msg=audit(1517324786.568:55): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=25443b0 items=0 ppid=669 pid=803 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.568:55): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.568:56): table=nat family=7 entries=3 type=SYSCALL msg=audit(1517324786.568:56): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=25443b0 items=0 ppid=669 pid=803 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.568:56): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.572:57): table=raw family=10 entries=15 type=SYSCALL msg=audit(1517324786.572:57): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=160d690 items=0 ppid=669 pid=804 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.572:57): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.591:58): table=filter family=2 entries=39 type=SYSCALL msg=audit(1517324786.591:58): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=8a22c0 items=0 ppid=669 pid=807 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.591:58): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.591:59): table=raw family=2 entries=15 type=SYSCALL msg=audit(1517324786.591:59): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=89b9a0 items=0 ppid=669 pid=807 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.591:59): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.591:60): table=mangle family=2 entries=27 type=SYSCALL msg=audit(1517324786.591:60): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=89c5d0 items=0 ppid=669 pid=807 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.591:60): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.591:61): table=nat family=2 entries=26 type=SYSCALL msg=audit(1517324786.591:61): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=8a17b0 items=0 ppid=669 pid=807 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.591:61): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.597:62): table=filter family=10 entries=39 type=SYSCALL msg=audit(1517324786.597:62): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=13c2b40 items=0 ppid=669 pid=808 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.597:62): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.599:63): table=raw family=10 entries=17 type=SYSCALL msg=audit(1517324786.599:63): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=13bb360 items=0 ppid=669 pid=808 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.599:63): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.599:64): table=mangle family=10 entries=27 type=SYSCALL msg=audit(1517324786.599:64): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=13c1990 items=0 ppid=669 pid=808 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.599:64): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.599:65): table=nat family=10 entries=26 type=SYSCALL msg=audit(1517324786.599:65): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=13c1990 items=0 ppid=669 pid=808 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.599:65): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.602:66): table=filter family=10 entries=79 type=SYSCALL msg=audit(1517324786.602:66): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=18fe0e0 items=0 ppid=669 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.602:66): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.603:67): table=raw family=10 entries=29 type=SYSCALL msg=audit(1517324786.603:67): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=18f8bf0 items=0 ppid=669 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.603:67): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.603:68): table=security family=10 entries=13 type=SYSCALL msg=audit(1517324786.603:68): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=18f73c0 items=0 ppid=669 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.603:68): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.603:69): table=mangle family=10 entries=39 type=SYSCALL msg=audit(1517324786.603:69): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=18f9840 items=0 ppid=669 pid=809 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.603:69): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.605:70): table=filter family=2 entries=78 type=SYSCALL msg=audit(1517324786.605:70): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=187f410 items=0 ppid=669 pid=810 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.605:70): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.606:71): table=raw family=2 entries=27 type=SYSCALL msg=audit(1517324786.606:71): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=187af50 items=0 ppid=669 pid=810 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.606:71): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.606:72): table=security family=2 entries=13 type=SYSCALL msg=audit(1517324786.606:72): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=1879ff0 items=0 ppid=669 pid=810 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.606:72): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.606:73): table=mangle family=2 entries=39 type=SYSCALL msg=audit(1517324786.606:73): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=187bcc0 items=0 ppid=669 pid=810 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.606:73): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.610:74): table=filter family=7 entries=3 type=SYSCALL msg=audit(1517324786.610:74): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=2000620 items=0 ppid=669 pid=811 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.610:74): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.610:75): table=broute family=7 entries=1 type=SYSCALL msg=audit(1517324786.610:75): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=2000620 items=0 ppid=669 pid=811 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.610:75): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.610:76): table=nat family=7 entries=3 type=SYSCALL msg=audit(1517324786.610:76): arch=c000003e syscall=54 success=yes exit=0 a0=3 a1=0 a2=80 a3=2000620 items=0 ppid=669 pid=811 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables-restor" exe="/usr/sbin/ebtables-restore" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.610:76): proctitle=2F7573722F7362696E2F65627461626C65732D726573746F7265002D2D6E6F666C757368 type=NETFILTER_CFG msg=audit(1517324786.660:77): table=filter family=2 entries=78 type=SYSCALL msg=audit(1517324786.660:77): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=125ef30 items=0 ppid=669 pid=813 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.660:77): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.660:78): table=raw family=2 entries=27 type=SYSCALL msg=audit(1517324786.660:78): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=1259c20 items=0 ppid=669 pid=813 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.660:78): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.661:79): table=mangle family=2 entries=39 type=SYSCALL msg=audit(1517324786.661:79): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=125afb0 items=0 ppid=669 pid=813 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.661:79): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.661:80): table=nat family=2 entries=50 type=SYSCALL msg=audit(1517324786.661:80): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=125bd40 items=0 ppid=669 pid=813 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.661:80): proctitle=2F7573722F7362696E2F69707461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.663:81): table=filter family=10 entries=79 type=SYSCALL msg=audit(1517324786.663:81): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=246cd00 items=0 ppid=669 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.663:81): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.663:82): table=raw family=10 entries=29 type=SYSCALL msg=audit(1517324786.663:82): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=24666c0 items=0 ppid=669 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.663:82): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.663:83): table=mangle family=10 entries=39 type=SYSCALL msg=audit(1517324786.663:83): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=2467b70 items=0 ppid=669 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.663:83): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=NETFILTER_CFG msg=audit(1517324786.663:84): table=nat family=10 entries=50
-
type=SYSCALL msg=audit(1517324786.663:84): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=29 a2=40 a3=2468cf0 items=0 ppid=669 pid=814 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/sbin/xtables-multi" subj=system_u:system_r:iptables_t:s0 key=(null) type=PROCTITLE msg=audit(1517324786.663:84): proctitle=2F7573722F7362696E2F6970367461626C65732D726573746F7265002D2D776169743D32002D6E type=SERVICE_START msg=audit(1517324786.746:85): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324787.042:86): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324787.086:87): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324787.744:88): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324787.891:89): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=postfix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SYSTEM_RUNLEVEL msg=audit(1517324787.900:90): pid=1418 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='old-level=N new-level=3 comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324787.908:91): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324787.908:92): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324797.140:93): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517324811.604:94): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kdump comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517324816.147:95): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=USER_AUTH msg=audit(1517325034.871:96): pid=671 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_securetty,pam_unix acct="root" exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=USER_ACCT msg=audit(1517325034.874:97): pid=671 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=CRED_ACQ msg=audit(1517325034.874:98): pid=671 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_securetty,pam_unix acct="root" exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=LOGIN msg=audit(1517325034.876:99): pid=671 uid=0 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1 type=USER_ROLE_CHANGE msg=audit(1517325034.996:100): pid=671 uid=0 auid=0 ses=1 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=USER_START msg=audit(1517325035.027:101): pid=671 uid=0 auid=0 ses=1 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_console,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=CRED_REFR msg=audit(1517325035.027:102): pid=671 uid=0 auid=0 ses=1 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_securetty,pam_unix acct="root" exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=USER_LOGIN msg=audit(1517325035.027:103): pid=671 uid=0 auid=0 ses=1 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/bin/login" hostname=localhost.localdomain addr=? terminal=tty1 res=success' type=CRYPTO_KEY_USER msg=audit(1517325047.065:104): pid=11075 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:bf:ea:60:14:18:ec:f0:23:47:ae:23:c8:5b:62:6a:ee:ef:72:c8:1d:b3:ca:fd:df:79:21:f3:39:7d:a4:3a:bf direction=? spid=11075 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' type=CRYPTO_KEY_USER msg=audit(1517325047.065:105): pid=11075 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b3:c8:62:a7:6d:85:64:28:a1:f9:4a:37:a9:c8:3c:0b:26:96:4d:38:c8:ab:80:28:0f:aa:8f:c8:75:e2:7f:46 direction=? spid=11075 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' type=CRYPTO_KEY_USER msg=audit(1517325047.065:106): pid=11075 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:94:d2:02:ff:a8:b3:96:99:8c:d8:4b:ab:ab:a1:73:d0:7f:33:3b:bc:7c:2b:ad:09:cf:28:0d:3f:15:9f:b5:74 direction=? spid=11075 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' type=CRYPTO_SESSION msg=audit(1517325047.069:107): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-ctr ksize=256 mac=hmac-sha2-256 [email protected] spid=11075 suid=74 rport=25971 laddr=10.200.105.137 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.200.105.125 terminal=? res=success' type=CRYPTO_SESSION msg=audit(1517325047.069:108): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-ctr ksize=256 mac=hmac-sha2-256 [email protected] spid=11075 suid=74 rport=25971 laddr=10.200.105.137 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.200.105.125 terminal=? res=success' type=USER_AUTH msg=audit(1517325055.618:109): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=USER_ACCT msg=audit(1517325055.620:110): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=CRYPTO_KEY_USER msg=audit(1517325055.622:111): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=11075 suid=74 rport=25971 laddr=10.200.105.137 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.200.105.125 terminal=? res=success' type=USER_AUTH msg=audit(1517325055.622:112): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.200.105.125 terminal=ssh res=success' type=CRED_ACQ msg=audit(1517325055.622:113): pid=11074 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=LOGIN msg=audit(1517325055.622:114): pid=11074 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1 type=USER_ROLE_CHANGE msg=audit(1517325055.760:115): pid=11074 uid=0 auid=0 ses=2 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=USER_START msg=audit(1517325055.777:116): pid=11074 uid=0 auid=0 ses=2 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=CRYPTO_KEY_USER msg=audit(1517325055.824:117): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:bf:ea:60:14:18:ec:f0:23:47:ae:23:c8:5b:62:6a:ee:ef:72:c8:1d:b3:ca:fd:df:79:21:f3:39:7d:a4:3a:bf direction=? spid=11078 suid=0 exe="/usr/sbin/sshd" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' type=CRYPTO_KEY_USER msg=audit(1517325055.824:118): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:b3:c8:62:a7:6d:85:64:28:a1:f9:4a:37:a9:c8:3c:0b:26:96:4d:38:c8:ab:80:28:0f:aa:8f:c8:75:e2:7f:46 direction=? spid=11078 suid=0 exe="/usr/sbin/sshd" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' type=CRYPTO_KEY_USER msg=audit(1517325055.824:119): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:94:d2:02:ff:a8:b3:96:99:8c:d8:4b:ab:ab:a1:73:d0:7f:33:3b:bc:7c:2b:ad:09:cf:28:0d:3f:15:9f:b5:74 direction=? spid=11078 suid=0 exe="/usr/sbin/sshd" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' type=USER_LOGIN msg=audit(1517325055.825:120): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=/dev/pts/0 res=success' type=USER_START msg=audit(1517325055.825:121): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=/dev/pts/0 res=success' type=CRED_REFR msg=audit(1517325055.826:122): pid=11078 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.200.105.125 addr=10.200.105.125 terminal=ssh res=success' type=SERVICE_STOP msg=audit(1517325203.194:123): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325203.197:124): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=USER_CMD msg=audit(1517325437.699:125): pid=11500 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/etc" cmd=77676574202D4F202F6574632F79756D2E7265706F732E642F6F70656E70726F6A6563742D63652E7265706F2068747470733A2F2F646C2E7061636B616765722E696F2F7372762F6F70662F6F70656E70726F6A6563742D63652F737461626C652F372F696E7374616C6C65722F656C2F372E7265706F terminal=pts/0 res=success' type=CRED_REFR msg=audit(1517325437.699:126): pid=11500 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_START msg=audit(1517325437.700:127): pid=11500 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_END msg=audit(1517325438.117:128): pid=11500 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=CRED_DISP msg=audit(1517325438.118:129): pid=11500 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_CMD msg=audit(1517325454.055:130): pid=11502 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/etc" cmd=79756D20696E7374616C6C206F70656E70726F6A656374 terminal=pts/0 res=success' type=CRED_REFR msg=audit(1517325454.056:131): pid=11502 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_START msg=audit(1517325454.056:132): pid=11502 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=ADD_GROUP msg=audit(1517325538.330:133): pid=11602 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=995 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=GRP_MGMT msg=audit(1517325538.335:134): pid=11602 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=995 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=ADD_USER msg=audit(1517325538.347:135): pid=11606 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=997 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=USER_MGMT msg=audit(1517325538.357:136): pid=11606 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-home-dir id=997 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=USER_END msg=audit(1517325566.007:137): pid=11502 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=CRED_DISP msg=audit(1517325566.007:138): pid=11502 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_CMD msg=audit(1517325602.252:139): pid=11629 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/etc" cmd=6F70656E70726F6A65637420636F6E666967757265 terminal=pts/0 res=success' type=CRED_REFR msg=audit(1517325602.252:140): pid=11629 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_START msg=audit(1517325602.253:141): pid=11629 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=ADD_GROUP msg=audit(1517325670.678:142): pid=12612 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=27 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=GRP_MGMT msg=audit(1517325670.683:143): pid=12612 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=27 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=ADD_USER msg=audit(1517325670.698:144): pid=12616 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=27 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325675.925:145): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=ADD_GROUP msg=audit(1517325680.250:146): pid=13030 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=48 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=GRP_MGMT msg=audit(1517325680.254:147): pid=13030 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=48 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=ADD_USER msg=audit(1517325680.266:148): pid=13034 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=48 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=MAC_CONFIG_CHANGE msg=audit(1517325687.457:149): bool=httpd_can_network_connect val=1 old_val=0 auid=0 ses=2 type=SYSCALL msg=audit(1517325687.457:149): arch=c000003e syscall=1 success=yes exit=2 a0=4 a1=7ffd88975040 a2=2 a3=7ffd88974aa0 items=0 ppid=12960 pid=13066 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="setsebool" exe="/usr/sbin/setsebool" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) type=PROCTITLE msg=audit(1517325687.457:149): proctitle=7365747365626F6F6C002D500068747470645F63616E5F6E6574776F726B5F636F6E6E6563740031 type=MAC_POLICY_LOAD msg=audit(1517325687.792:150): policy loaded auid=0 ses=2 type=SYSCALL msg=audit(1517325687.792:150): arch=c000003e syscall=1 success=yes exit=3725374 a0=4 a1=7fe8eb702010 a2=38d83e a3=7ffca83e8de0 items=0 ppid=13066 pid=13070 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="load_policy" exe="/usr/sbin/load_policy" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) type=PROCTITLE msg=audit(1517325687.792:150): proctitle="/sbin/load_policy" type=USER_AVC msg=audit(1517325688.434:151): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: received policyload notice (seqno=2) exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' type=USER_AVC msg=audit(1517325688.434:152): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: received policyload notice (seqno=3) exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' type=SERVICE_START msg=audit(1517325688.506:153): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325688.508:154): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=ADD_GROUP msg=audit(1517325691.203:155): pid=13165 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=59 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=GRP_MGMT msg=audit(1517325691.208:156): pid=13165 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=59 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=ADD_USER msg=audit(1517325691.220:157): pid=13170 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=59 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=ADD_GROUP msg=audit(1517325720.984:158): pid=13590 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=994 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=GRP_MGMT msg=audit(1517325720.988:159): pid=13590 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=994 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' type=ADD_USER msg=audit(1517325721.000:160): pid=13595 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=996 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325721.630:161): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=AVC msg=audit(1517325721.888:162): avc: denied { mac_admin } for pid=14118 comm="chcon" capability=33 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tclass=capability2 type=SELINUX_ERR msg=audit(1517325721.888:162): op=setxattr invalid_context="unconfined_u:object_r:httpd_git_rw_content_t:s0" type=SYSCALL msg=audit(1517325721.888:162): arch=c000003e syscall=189 success=no exit=-22 a0=a640e0 a1=7fa999aeff8a a2=a65610 a3=30 items=0 ppid=13873 pid=14118 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="chcon" exe="/usr/bin/chcon" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) type=PROCTITLE msg=audit(1517325721.888:162): proctitle=6368636F6E002D52002D740068747470645F6769745F72775F636F6E74656E745F74002F7661722F64622F6F70656E70726F6A6563742F676974 type=SERVICE_STOP msg=audit(1517325722.945:163): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325723.136:164): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=USER_MGMT msg=audit(1517325723.148:165): pid=14147 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-user-to-group grp="apache" acct="openproject" exe="/usr/sbin/usermod" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' type=USER_MGMT msg=audit(1517325723.149:166): pid=14147 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-user-to-shadow-group grp="apache" acct="openproject" exe="/usr/sbin/usermod" hostname=localhost.localdomain addr=? terminal=pts/0 res=success' type=SERVICE_START msg=audit(1517325723.214:167): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=memcached comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325752.688:168): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325752.688:169): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325752.689:170): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325753.491:171): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325753.491:172): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325754.078:173): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' type=SERVICE_STOP msg=audit(1517325754.079:174): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.106:175): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325760.106:176): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.108:177): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325760.108:178): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.109:179): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325760.109:180): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.109:181): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.110:182): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.110:183): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.111:184): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325760.111:185): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=USER_END msg=audit(1517325760.117:186): pid=11629 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=CRED_DISP msg=audit(1517325760.117:187): pid=11629 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=SERVICE_START msg=audit(1517325931.007:188): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325931.007:189): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325931.077:190): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325940.995:191): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325940.995:192): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325940.996:193): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325940.996:194): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.393:195): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325943.393:196): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.394:197): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325943.394:198): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.395:199): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517325943.395:200): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.396:201): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.397:202): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.397:203): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.397:204): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517325943.397:205): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326338.799:206): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326338.799:207): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326338.870:208): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=AVC msg=audit(1517326339.123:209): avc: denied { mac_admin } for pid=18651 comm="chcon" capability=33 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tclass=capability2 type=SELINUX_ERR msg=audit(1517326339.123:209): op=setxattr invalid_context="unconfined_u:object_r:httpd_git_rw_content_t:s0" type=SYSCALL msg=audit(1517326339.123:209): arch=c000003e syscall=189 success=no exit=-22 a0=13ee0e0 a1=7f7371190f8a a2=13ef610 a3=30 items=0 ppid=18331 pid=18651 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="chcon" exe="/usr/bin/chcon" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) type=PROCTITLE msg=audit(1517326339.123:209): proctitle=6368636F6E002D52002D740068747470645F6769745F72775F636F6E74656E745F74002F7661722F64622F6F70656E70726F6A6563742F676974 type=SERVICE_STOP msg=audit(1517326340.169:210): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326340.340:211): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326350.151:212): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326350.151:213): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326350.152:214): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326350.152:215): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.103:216): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326353.103:217): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.104:218): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326353.104:219): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.105:220): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_STOP msg=audit(1517326353.105:221): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.106:222): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.107:223): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.107:224): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-web-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.108:225): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=SERVICE_START msg=audit(1517326353.108:226): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=openproject-worker-1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' type=USER_CMD msg=audit(1517326449.460:227): pid=19271 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/etc" cmd=6F70656E70726F6A656374206C6F6773202D2D7461696C terminal=pts/0 res=success' type=CRED_REFR msg=audit(1517326449.460:228): pid=19271 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_START msg=audit(1517326449.462:229): pid=19271 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_END msg=audit(1517326483.699:230): pid=19271 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=CRED_DISP msg=audit(1517326483.699:231): pid=19271 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' type=USER_CMD msg=audit(1517327108.572:232): pid=19325 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/var/log/openproject" cmd=62756E646C6520696E7374616C6C terminal=pts/0 res=failed' [root@localhost audit]#
-
I found something that said installing the development packages would fix this, but I cant figure out how to run it...
"bundle install --deployment --with development"
-
@bnrstnr said in OpenProject Installation Troubleshooting.:
bundle install --deployment --with development
You have to install
gem
first and then you should be able to run that.But I'm getting
bundle install --deployment --with development Could not locate Gemfile
-
I bailed and installed the docker version, came right up, no problems so far.
-
@bnrstnr said in OpenProject Installation Troubleshooting.:
I bailed and installed the docker version, came right up, no problems so far.
eh.
-
@dustinb3403 said in OpenProject Installation Troubleshooting.:
eh.
I agree, but I just want to see what it's all about, which docker will work fine for. Maybe I'll revisit once I have more time. Doubt I'll be much help even then though.