Guest User

Untitled

a guest
Mar 8th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. Amans-MacBook-Pro:fossology amanjain$ vagrant provision
  2. ==> default: Running provisioner: shell...
  3. default: Running: inline script
  4. default: Provisioning system to compile, test and develop.
  5. default: Generating locales...
  6. default: en_US.UTF-8...
  7. default: up-to-date
  8. default: Generation complete.
  9. default: /tmp/vagrant-shell: line 14: /vagrant/install/scripts/install-spdx-tools.sh: No such file or directory
  10. default: /tmp/vagrant-shell: line 17: /vagrant/install/scripts/install-ninka.sh: No such file or directory
  11. default: lets go!
  12. default: /tmp/vagrant-shell: line 24: ./utils/fo-installdeps: No such file or directory
  13. default: make: ***
  14. default: No targets specified and no makefile found
  15. default: . Stop.
  16. default: make: ***
  17. default: No rule to make target `install'
  18. default: . Stop.
  19. default: *** Running postinstall for everything ***
  20. default: *** Running postinstall for common actions***
  21. default: *** Creating user and group ***
  22. default: NOTE: group 'fossy' already exists, good.
  23. default: NOTE: user 'fossy' already exists, good.
  24. default: *** Making sure needed dirs exist with right ownership/permissions ***
  25. default: *** clearing file cache ***
  26. default: NOTE: Repository already exists at /srv/fossology/repository
  27. default: NOTE: Running the PostgreSQL vacuum and analyze command can result in a large database performance improvement. We suggest that you either configure postgres to run its autovacuum and autoanalyze daemons, or maintagent -D in a cron job, or run Admin > Maintenance on a regular basis. Admin > Dashboard will show you the last time vacuum and analyze have been run.
  28. default: *** Running postinstall for web-only actions***
  29. default: *** Setting up the FOSSology database ***
  30. default: NOTE: fossology database already exists, not creating
  31. default: *** Checking for plpgsql support ***
  32. default: NOTE: plpgsql already exists in fossology database, good
  33. default: *** update the database and license_ref table ***
  34. default: Old release was 3.0.1
  35. default: Applying database functions
  36. default: DB schema has been updated for fossology.
  37. default: Database schema update completed successfully.
  38. default: Update reference licenses
  39. default: Migrate: Add and setup column=is_enabled to table=copyright_decision
  40. default: Migrate: Add and setup column=is_enabled to table=ecc_decision
  41. default: Database connectivity is good.
  42. default: *** Setting up scheduler ***
  43. default: *** Setting up the web interface ***
  44. default: NOTE: Adding user www-data to group fossy
  45. default: * Reloading web server apache2
  46. default: *
  47. default: FOSSology postinstall complete, but sure to complete the remaining
  48. default: steps in the INSTALL instructions.
  49. default: Starting FOSSology job scheduler:
  50. default: fossology.
  51. default: cp: cannot stat ‘/vagrant/install/src-install-apache-example.conf’: No such file or directory
  52. default: sudo: /vagrant/install/scripts/php-conf-fix.sh: command not found
  53. default: * Restarting web server apache2
  54. default: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message
  55. default: ...done.
  56. default: use your FOSSology at http://localhost:8081/repo/
  57. default: user: fossy , password: fossy
  58. default: or do a vagrant ssh and look at /vagrant for your source tree
  59. ==> default: Running provisioner: shell...
  60. default: Running: inline script
  61. default: Starting FOSSology job scheduler:
  62. default: fossology.
Add Comment
Please, Sign In to add comment