Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. ubuntu@ip-172-31-41-131:~$ sudo apt-get install postgresql postgresql-contrib
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. postgresql-9.3 postgresql-common postgresql-contrib-9.3
  7. Suggested packages:
  8. oidentd ident-server locales-all libdbd-pg-perl
  9. The following NEW packages will be installed:
  10. postgresql postgresql-9.3 postgresql-common postgresql-contrib
  11. postgresql-contrib-9.3
  12. 0 upgraded, 5 newly installed, 0 to remove and 102 not upgraded.
  13. Need to get 0 B/3179 kB of archives.
  14. After this operation, 14.1 MB of additional disk space will be used.
  15. Do you want to continue? [Y/n]
  16. perl: warning: Setting locale failed.
  17. perl: warning: Please check that your locale settings:
  18. LANGUAGE = (unset),
  19. LC_ALL = (unset),
  20. LC_TIME = "uk_UA.UTF-8",
  21. LC_MONETARY = "uk_UA.UTF-8",
  22. LC_ADDRESS = "uk_UA.UTF-8",
  23. LC_TELEPHONE = "uk_UA.UTF-8",
  24. LC_NAME = "uk_UA.UTF-8",
  25. LC_MEASUREMENT = "uk_UA.UTF-8",
  26. LC_IDENTIFICATION = "uk_UA.UTF-8",
  27. LC_NUMERIC = "uk_UA.UTF-8",
  28. LC_PAPER = "uk_UA.UTF-8",
  29. LANG = "en_US.UTF-8"
  30. are supported and installed on your system.
  31. perl: warning: Falling back to the standard locale ("C").
  32. locale: Cannot set LC_ALL to default locale: No such file or directory
  33. Preconfiguring packages ...
  34. Selecting previously unselected package postgresql-common.
  35. (Reading database ... 57606 files and directories currently installed.)
  36. Preparing to unpack .../postgresql-common_154ubuntu1_all.deb ...
  37. Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
  38. Unpacking postgresql-common (154ubuntu1) ...
  39. Selecting previously unselected package postgresql-9.3.
  40. Preparing to unpack .../postgresql-9.3_9.3.9-0ubuntu0.14.04_amd64.deb ...
  41. Unpacking postgresql-9.3 (9.3.9-0ubuntu0.14.04) ...
  42. Selecting previously unselected package postgresql.
  43. Preparing to unpack .../postgresql_9.3+154ubuntu1_all.deb ...
  44. Unpacking postgresql (9.3+154ubuntu1) ...
  45. Selecting previously unselected package postgresql-contrib-9.3.
  46. Preparing to unpack .../postgresql-contrib-9.3_9.3.9-0ubuntu0.14.04_amd64.deb ...
  47. Unpacking postgresql-contrib-9.3 (9.3.9-0ubuntu0.14.04) ...
  48. Selecting previously unselected package postgresql-contrib.
  49. Preparing to unpack .../postgresql-contrib_9.3+154ubuntu1_all.deb ...
  50. Unpacking postgresql-contrib (9.3+154ubuntu1) ...
  51. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  52. Processing triggers for ureadahead (0.100.0-16) ...
  53. Setting up postgresql-common (154ubuntu1) ...
  54. locale: Cannot set LC_ALL to default locale: No such file or directory
  55.  
  56. Creating config file /etc/logrotate.d/postgresql-common with new version
  57. Building PostgreSQL dictionaries from installed myspell/hunspell packages...
  58. Removing obsolete dictionary files:
  59. * No PostgreSQL clusters exist; see "man pg_createcluster"
  60. Processing triggers for ureadahead (0.100.0-16) ...
  61. Setting up postgresql-9.3 (9.3.9-0ubuntu0.14.04) ...
  62. Error: The locale requested by the environment is invalid.
  63. Error: could not create default cluster. Please create it manually with
  64.  
  65. pg_createcluster 9.3 main --start
  66.  
  67. or a similar command (see 'man pg_createcluster').
  68. update-alternatives: using /usr/share/postgresql/9.3/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
  69. * No PostgreSQL clusters exist; see "man pg_createcluster"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement