Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sing jquery-rails 2.1.3
- Using redis-rails 3.2.3
- Using acts-as-taggable-on 2.4.1
- Using turbolinks 1.2.0
- Using chosen-rails 1.0.0
- Using select2-rails 3.4.2
- Using jquery-ui-rails 2.0.2
- Using jquery-turbolinks 1.0.0
- Bundle complete! 95 Gemfile dependencies, 150 gems now installed.
- Gems in the groups development, test, mysql, postgres and aws were not installed.
- Bundled gems are installed into ./vendor/bundle.
- root@ubuntu:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
- System information
- System: Ubuntu 16.04
- Current User: git
- Using RVM: no
- Ruby Version: 2.0.0p247
- Gem Version: 2.0.3
- Bundler Version:1.12.5
- Rake Version: 10.1.0
- GitLab information
- Version: 6.0.2
- Revision: 10b0b8f
- Directory: /home/git/gitlab
- DB Adapter: mysql2
- URL: http://localhost
- HTTP Clone URL: http://localhost/some-project.git
- SSH Clone URL: git@localhost:some-project.git
- Using LDAP: no
- Using Omniauth: no
- GitLab Shell
- Version: 1.7.0
- Repositories: /home/git/repositories/
- Hooks: /home/git/gitlab-shell/hooks/
- Git: /usr/bin/git
- root@ubuntu:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
- Checking Environment ...
- Git configured for git user? ... yes
- Has python2? ... yes
- python2 is supported version? ... yes
- Checking Environment ... Finished
- Checking GitLab Shell ...
- GitLab Shell version >= 1.7.0 ? ... OK (1.7.0)
- Repo base directory exists? ... yes
- Repo base directory is a symlink? ... no
- Repo base owned by git:git? ... yes
- Repo base access is drwxrws---? ... yes
- post-receive hook up-to-date? ... yes
- post-receive hooks in repos are links: ...
- Administrator / prologmud-data ... repository is empty
- Administrator / e2c_data ... repository is empty
- prologmud / e2c ... repository is empty
- Checking GitLab Shell ... Finished
- Checking Sidekiq ...
- Running? ... yes
- Checking Sidekiq ... Finished
- Checking GitLab ...
- Database config exists? ... yes
- Database is SQLite ... no
- All migrations up? ... yes
- GitLab config exists? ... yes
- GitLab config outdated? ... no
- Log directory writable? ... yes
- Tmp directory writable? ... yes
- Init script exists? ... yes
- Init script up-to-date? ... yes
- Projects have satellites? ...
- Administrator / prologmud-data ... can't create, repository is empty
- Administrator / e2c_data ... can't create, repository is empty
- prologmud / e2c ... can't create, repository is empty
- Redis version >= 2.0.0? ... no
- Try fixing it:
- Update your redis server to a version >= 2.0.0
- For more information see:
- gitlab-public-wiki/wiki/Trouble-Shooting-Guide in section sidekiq
- Please fix the error above and rerun the checks.
- Your git bin path is "/usr/bin/git"
- Git version >= 1.7.10 ? ... yes (2.7.4)
- Checking GitLab ... Finished
- root@ubuntu:/home/git/gitlab# cd -
- /opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata
- root@ubuntu:/opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata# git pull
- remote: Counting objects: 12, done.
- remote: Total 12 (delta 8), reused 8 (delta 8), pack-reused 4
- Unpacking objects: 100% (12/12), done.
- From https://github.com/TeamSPoon/PrologMUD
- b1910aa..1ac45eb master -> origin/master
- Already up-to-date.
- root@ubuntu:/opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata# cd
- dsrf/ nltk_3.0a3/ Prolog_FNet/ SemLink_1.2.2c/ WNprolog-1.6/ WNprolog-1.7.1/ WNprolog-2.0/ WNprolog-3.0/
- root@ubuntu:/opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata# git clone http://localhost/prologmud/e2c
- Cloning into 'e2c'...
- fatal: repository 'http://localhost/prologmud/e2c/' not found
- root@ubuntu:/opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata# git clone http://localhost/prologmud/e2c.git
- Cloning into 'e2c'...
- fatal: repository 'http://localhost/prologmud/e2c.git/' not found
- root@ubuntu:/opt/PrologMUD/pack/logicmoo_nlu/prolog/pldata# su - prologmud
- prologmud@ubuntu:~$ git config --global user.name "prologmud"
- prologmud@ubuntu:~$ git config --global user.email "prologmud@local.host"
- prologmud@ubuntu:~$ mkdir e2c
- prologmud@ubuntu:~$ cd e2c
- prologmud@ubuntu:~/e2c$ git init
- Initialized empty Git repository in /home/prologmud/e2c/.git/
- prologmud@ubuntu:~/e2c$ touch README
- prologmud@ubuntu:~/e2c$ git add README
- prologmud@ubuntu:~/e2c$ git commit -m 'first commit'
- [master (root-commit) 5527942] first commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement