Advertisement
jorgeartware

ubuntu update nginx error fall 2014

Nov 3rd, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. ### BEFORE
  2.  
  3. normalUser@localUbuntu:~$ sudo apt-get install gnome-media
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. gnome-media is already the newest version.
  8. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  9. 3 not fully installed or removed.
  10. After this operation, 0 B of additional disk space will be used.
  11. Do you want to continue [Y/n]? y
  12. Setting up nginx-common (1.6.2-4+precise0) ...
  13. cp: cannot stat `/usr/share/nginx/html/index.html': No such file or directory
  14. dpkg: error processing nginx-common (--configure):
  15. subprocess installed post-installation script returned error exit status 1
  16. dpkg: dependency problems prevent configuration of nginx-full:
  17. nginx-full depends on nginx-common (= 1.6.2-4+precise0); however:
  18. Package nginx-common is not configured yet.
  19. dpkg: error processing nginx-full (--configure):
  20. dependency problems - leaving unconfigured
  21. dpkg: dependency problems prevent configuration of nginx:
  22. nginx depends on nginx-full (>= 1.6.2-4+precise0) | nginx-light (>= 1.6.2-4+precise0) | nginx-extras (>= 1.6.2-4+precise0); however:
  23. Package nginx-full is not configured yet.
  24. Package nginx-light is not installed.
  25. Package nginx-extras is not installed.
  26. nginx depends on nginx-full (<< 1.6.2-4+precise0.1~) | nginx-light (<< 1.6.2-4+precise0.1~) | nginx-extras (<< 1.6.2-4+precise0.1~); however:
  27. Package nginx-full is not configured yet.
  28. Package nginx-light is not installed.
  29. Package nginx-extras is not installed.
  30. dpkg: error processing nginx (--configure):
  31. dependency problems - leaving unconfigured
  32. No apport report written because the error message indicates its a followup error from a previous failure.
  33. No apport report written because the error message indicates its a followup error from a previous failure.
  34. Errors were encountered while processing:
  35. nginx-common
  36. nginx-full
  37. nginx
  38. E: Sub-process /usr/bin/dpkg returned an error code (1)
  39. normalUser@localUbuntu:~$
  40.  
  41.  
  42. ### AFTER
  43.  
  44. normalUser@localUbuntu:~$ sudo apt-get install gnome-media
  45. Reading package lists... Done
  46. Building dependency tree
  47. Reading state information... Done
  48. gnome-media is already the newest version.
  49. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  50. 3 not fully installed or removed.
  51. After this operation, 0 B of additional disk space will be used.
  52. Do you want to continue [Y/n]? y
  53. Setting up nginx-common (1.6.2-4+precise0) ...
  54. Setting up nginx-full (1.6.2-4+precise0) ...
  55. Setting up nginx (1.6.2-4+precise0) ...
  56. normalUser@localUbuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement