Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.78 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 extra packages will be installed:
  6.   mysql-server-5.5
  7. Suggested packages:
  8.   tinyca mailx
  9. The following NEW packages will be installed:
  10.   mysql-server mysql-server-5.5
  11. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  12. Need to get 0 B/1,990 kB of archives.
  13. After this operation, 32.8 MB of additional disk space will be used.
  14. Do you want to continue? [Y/n] y
  15. Preconfiguring packages ...
  16. Selecting previously unselected package mysql-server-5.5.
  17. (Reading database ... 164217 files and directories currently installed.)
  18. Preparing to unpack .../mysql-server-5.5_5.5.40-0ubuntu0.14.04.1_amd64.deb ...
  19. Unpacking mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ...
  20. Selecting previously unselected package mysql-server.
  21. Preparing to unpack .../mysql-server_5.5.40-0ubuntu0.14.04.1_all.deb ...
  22. Unpacking mysql-server (5.5.40-0ubuntu0.14.04.1) ...
  23. Processing triggers for ureadahead (0.100.0-16) ...
  24. ureadahead will be reprofiled on next reboot
  25. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  26. Setting up mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ...
  27. 141218 22:00:54 [Note] Plugin 'FEDERATED' is disabled.
  28. 141218 22:00:54 InnoDB: The InnoDB memory heap is disabled
  29. 141218 22:00:54 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  30. 141218 22:00:54 InnoDB: Compressed tables use zlib 1.2.8
  31. 141218 22:00:54 InnoDB: Using Linux native AIO
  32. 141218 22:00:54 InnoDB: Initializing buffer pool, size = 128.0M
  33. 141218 22:00:54 InnoDB: Completed initialization of buffer pool
  34. 141218 22:00:54 InnoDB: highest supported file format is Barracuda.
  35. 141218 22:00:54  InnoDB: Waiting for the background threads to start
  36. 141218 22:00:55 InnoDB: 5.5.40 started; log sequence number 1595685
  37. 141218 22:00:55  InnoDB: Starting shutdown...
  38. 141218 22:00:56  InnoDB: Shutdown completed; log sequence number 1595685
  39. start: Job failed to start
  40. invoke-rc.d: initscript mysql, action "start" failed.
  41. dpkg: error processing package mysql-server-5.5 (--configure):
  42.  subprocess installed post-installation script returned error exit status 1
  43. dpkg: dependency problems prevent configuration of mysql-server:
  44.  mysql-server depends on mysql-server-5.5; however:
  45.   Package mysql-server-5.5 is not configured yet.
  46.  
  47. dpkg: error processing package mysql-server (--configure):
  48.  dependency problems - leaving unconfigured
  49. Processing triggers for ureadahead (0.100.0-16) ...
  50. No apport report written because the error message indicates its a followup error from a previous failure.
  51. Errors were encountered while processing:
  52.  mysql-server-5.5
  53.  mysql-server
  54. E: Sub-process /usr/bin/dpkg returned an error code (1)
  55. imran@imran-System-Product-Name:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement