Created
September 29, 2019 06:41
-
-
Save palash25/1550ad060b1a7ebb9d62f9fa9b82b8d3 to your computer and use it in GitHub Desktop.
Ran ` sudo update-rc.d mysql enable` before dpkg configure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| palash25@Lenovo-G50 ~ sudo dpkg --configure -a ✔ 10131 12:06:01 | |
| Setting up mysql-server-5.7 (5.7.27-0ubuntu0.16.04.1) ... | |
| Checking if update is needed. | |
| Checking server version. | |
| Running queries to upgrade MySQL server. | |
| Checking system database. | |
| mysql.columns_priv OK | |
| mysql.db OK | |
| mysql.engine_cost OK | |
| mysql.event OK | |
| mysql.func OK | |
| mysql.general_log OK | |
| mysql.gtid_executed OK | |
| mysql.help_category OK | |
| mysql.help_keyword OK | |
| mysql.help_relation OK | |
| mysql.help_topic OK | |
| mysql.innodb_index_stats OK | |
| mysql.innodb_table_stats OK | |
| mysql.ndb_binlog_index OK | |
| mysql.plugin OK | |
| mysql.proc OK | |
| mysql.procs_priv OK | |
| mysql.proxies_priv OK | |
| mysql.server_cost OK | |
| mysql.servers OK | |
| mysql.slave_master_info OK | |
| mysql.slave_relay_log_info OK | |
| mysql.slave_worker_info OK | |
| mysql.slow_log OK | |
| mysql.tables_priv OK | |
| mysql.time_zone OK | |
| mysql.time_zone_leap_second OK | |
| mysql.time_zone_name OK | |
| mysql.time_zone_transition OK | |
| mysql.time_zone_transition_type OK | |
| mysql.user OK | |
| The sys schema is already up to date (version 1.5.1). | |
| Checking databases. | |
| sys.sys_config OK | |
| Upgrade process completed successfully. | |
| Checking if update is needed. | |
| Setting up runit (2.1.2-3ubuntu1) ... | |
| start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused | |
| dpkg: error processing package runit (--configure): | |
| subprocess installed post-installation script returned error exit status 1 | |
| Setting up mysql-server (5.7.27-0ubuntu0.16.04.1) ... | |
| dpkg: dependency problems prevent configuration of git-daemon-run: | |
| git-daemon-run depends on runit; however: | |
| Package runit is not configured yet. | |
| dpkg: error processing package git-daemon-run (--configure): | |
| dependency problems - leaving unconfigured | |
| Errors were encountered while processing: | |
| runit | |
| git-daemon-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment