Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.23 KB | None | 0 0
  1. imran@imran-System-Product-Name:~$ sudo apt-get install mysql-server
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6.   mysql-server
  7. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  8. 1 not fully installed or removed.
  9. Need to get 0 B/12.4 kB of archives.
  10. After this operation, 126 kB of additional disk space will be used.
  11. Selecting previously unselected package mysql-server.
  12. (Reading database ... 164301 files and directories currently installed.)
  13. Preparing to unpack .../mysql-server_5.5.40-0ubuntu0.14.04.1_all.deb ...
  14. Unpacking mysql-server (5.5.40-0ubuntu0.14.04.1) ...
  15. Setting up mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ...
  16. 141218 21:44:27 [Note] Plugin 'FEDERATED' is disabled.
  17. 141218 21:44:27 InnoDB: The InnoDB memory heap is disabled
  18. 141218 21:44:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  19. 141218 21:44:27 InnoDB: Compressed tables use zlib 1.2.8
  20. 141218 21:44:27 InnoDB: Using Linux native AIO
  21. 141218 21:44:27 InnoDB: Initializing buffer pool, size = 128.0M
  22. 141218 21:44:27 InnoDB: Completed initialization of buffer pool
  23. 141218 21:44:27 InnoDB: highest supported file format is Barracuda.
  24. 141218 21:44:27  InnoDB: Waiting for the background threads to start
  25. 141218 21:44:28 InnoDB: 5.5.40 started; log sequence number 1595685
  26. 141218 21:44:28  InnoDB: Starting shutdown...
  27. 141218 21:44:29  InnoDB: Shutdown completed; log sequence number 1595685
  28. start: Job failed to start
  29. invoke-rc.d: initscript mysql, action "start" failed.
  30. No apport report written because the error message indicates its a followup error from a previous failure.
  31. dpkg: error processing package mysql-server-5.5 (--configure):
  32.  subprocess installed post-installation script returned error exit status 1
  33. dpkg: dependency problems prevent configuration of mysql-server:
  34.  mysql-server depends on mysql-server-5.5; however:
  35.   Package mysql-server-5.5 is not configured yet.
  36.  
  37. dpkg: error processing package mysql-server (--configure):
  38.  dependency problems - leaving unconfigured
  39. Errors were encountered while processing:
  40.  mysql-server-5.5
  41.  mysql-server
  42. E: Sub-process /usr/bin/dpkg returned an error code (1)
  43. imran@imran-System-Product-Name:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement