Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. root@ACS:/# apt install mongodb-10gen
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. fonts-lato libboost-filesystem1.58.0 libboost-program-options1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libgoogle-perftools4 libjemalloc1 libpcrecpp0v5 libsnappy1v5
  7. libtcmalloc-minimal4 libunwind8 libv8-3.14.5 libyaml-cpp0.5v5 linux-image-4.2.0-42-generic linux-image-extra-4.2.0-42-generic rake ruby-did-you-mean ruby-minitest
  8. ruby-net-telnet ruby-power-assert ruby-test-unit unzip zip
  9. Use 'sudo apt autoremove' to remove them.
  10. The following NEW packages will be installed:
  11. mongodb-10gen
  12. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  13. Need to get 88.2 MB of archives.
  14. After this operation, 226 MB of additional disk space will be used.
  15. Get:1 http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist/10gen amd64 mongodb-10gen amd64 2.4.14 [88.2 MB]
  16. Fetched 88.2 MB in 11s (7,742 kB/s)
  17. Selecting previously unselected package mongodb-10gen.
  18. (Reading database ... 113870 files and directories currently installed.)
  19. Preparing to unpack .../mongodb-10gen_2.4.14_amd64.deb ...
  20. Obsolete conffile /etc/init.d/mongodb has been modified by you, renaming to .dpkg-bak
  21. Unpacking mongodb-10gen (2.4.14) ...
  22. Processing triggers for man-db (2.7.5-1) ...
  23. Processing triggers for ureadahead (0.100.0-19) ...
  24. Processing triggers for systemd (229-4ubuntu19) ...
  25. Setting up mongodb-10gen (2.4.14) ...
  26. Installing new version of config file /etc/mongodb.conf ...
  27. Installing new version of config file /etc/init/mongodb.conf ...
  28. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  29. insserv: warning: script 'K01mongodb' missing LSB tags and overrides
  30. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  31. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  32. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  33. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  34. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  35. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  36. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  37. insserv: warning: script 'mongodb' missing LSB tags and overrides
  38. Processing triggers for ureadahead (0.100.0-19) ...
  39. root@ACS:/# update-rc.d mongodb defaults
  40. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  41. The script you are attempting to invoke has been converted to an Upstart
  42. job, but lsb-header is not supported for Upstart jobs.
  43. insserv: warning: script 'mongodb' missing LSB tags and overrides
  44. insserv: Default-Start undefined, assuming empty start runlevel(s) for script `mongodb'
  45. insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `mongodb'
  46. root@ACS:/# ps -ax | grep mongo
  47. 2562 pts/0 S+ 0:00 grep --color=auto mongo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement