Advertisement
Guest User

Untitled

a guest
Jan 14th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.61 KB | None | 0 0
  1.  sudo apt-get install mysql-server mysql-client
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. mysql-server is already the newest version.
  6. You might want to run `apt-get -f install' to correct these:
  7. The following packages have unmet dependencies:
  8.  mysql-server: Depends: mysql-server-5.1 but it is not going to be installed
  9. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  10.  
  11. CrashSlice ~: sudo apt-get -f install
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. The following extra packages will be installed:
  17.  mysql-server-5.1
  18. Suggested packages:
  19.  tinyca mailx
  20. The following NEW packages will be installed:
  21.  mysql-server-5.1
  22. 0 upgraded, 1 newly installed, 0 to remove and 146 not upgraded.
  23. 1 not fully installed or removed.
  24. Need to get 0B/7,111kB of archives.
  25. After this operation, 15.7MB of additional disk space will be used.
  26. Do you want to continue [Y/n]? y
  27. Preconfiguring packages ...
  28. (Reading database ... 39349 files and directories currently installed.)
  29. Unpacking mysql-server-5.1 (from .../mysql-server-5.1_5.1.66-0ubuntu0.10.04.3_amd64.deb) ...
  30. ERROR: There's not enough space in /var/lib/mysql/
  31. dpkg: error processing /var/cache/apt/archives/mysql-server-5.1_5.1.66-0ubuntu0.10.04.3_amd64.deb (--unpack):
  32.  subprocess new pre-installation script returned error exit status 1
  33. Errors were encountered while processing:
  34.  /var/cache/apt/archives/mysql-server-5.1_5.1.66-0ubuntu0.10.04.3_amd64.deb
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement