Closed celtichawk closed 3 years ago
I've just ran the installer. I'm guessing this is the error you are seeing:
TASK [rvm.ruby : Import GPG keys from keyservers] ** failed: [localhost] (item=hkp://pool.sks-keyservers.net) => {"ansible_loop_var": "item", "changed": false, "cmd": "gpg --batch --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB", "delta": "0:01:31.370575", "end": "2021-09-05 22:29:57.805070", "item": "hkp://pool.sks-keyservers.net", "msg": "non-zero return code", "rc": 2, "start": "2021-09-05 22:28:26.434495", "stderr": "gpg: directory '/home/ares/.gnupg' created\ngpg: keybox '/home/ares/.gnupg/pubring.kbx' created\ngpg: keyserver receive failed: No name", "stderr_lines": ["gpg: directory '/home/ares/.gnupg' created", "gpg: keybox '/home/ares/.gnupg/pubring.kbx' created", "gpg: keyserver receive failed: No name"], "stdout": "", "stdout_lines": []} failed: [localhost] (item=hkp://ipv4.pool.sks-keyservers.net) => {"ansible_loop_var": "item", "changed": false, "cmd": "gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB", "delta": "0:01:31.142891", "end": "2021-09-05 22:31:29.419752", "item": "hkp://ipv4.pool.sks-keyservers.net", "msg": "non-zero return code", "rc": 2, "start": "2021-09-05 22:29:58.276861", "stderr": "gpg: keyserver receive failed: No name", "stderr_lines": ["gpg: keyserver receive failed: No name"], "stdout": "", "stdout_lines": []}
Looks like the pool https://sks-keyservers.net/ has been deprecated and it should be removed from the defaults. This error is from upstream ansible rvm1. It should not affect install. (Well it didn't when I ran it)
https://github.com/rvm/rvm1-ansible/issues/228
Below is the log from my recent install:
Log: ❯ vagrant up Bringing machine 'aresmush2' up with 'virtualbox' provider... ==> aresmush2: Checking if box 'ubuntu/bionic64' version '20201016.0.0' is up to date... ==> aresmush2: Clearing any previously set forwarded ports... ==> aresmush2: Clearing any previously set network interfaces... ==> aresmush2: Preparing network interfaces based on configuration... aresmush2: Adapter 1: nat aresmush2: Adapter 2: hostonly ==> aresmush2: Forwarding ports... aresmush2: 4201 (guest) => 4201 (host) (adapter 1) aresmush2: 4202 (guest) => 4202 (host) (adapter 1) aresmush2: 4203 (guest) => 4203 (host) (adapter 1) aresmush2: 80 (guest) => 8080 (host) (adapter 1) aresmush2: 22 (guest) => 2222 (host) (adapter 1) ==> aresmush2: Running 'pre-boot' VM customizations... ==> aresmush2: Booting VM... ==> aresmush2: Waiting for machine to boot. This may take a few minutes... aresmush2: SSH address: 127.0.0.1:2222 aresmush2: SSH username: vagrant aresmush2: SSH auth method: private key aresmush2: Warning: Connection reset. Retrying... aresmush2: Warning: Remote connection disconnect. Retrying... aresmush2: aresmush2: Vagrant insecure key detected. Vagrant will automatically replace aresmush2: this with a newly generated keypair for better security. aresmush2: aresmush2: Inserting generated public key within guest... aresmush2: Removing insecure key from the guest if it's present... aresmush2: Key inserted! Disconnecting and reconnecting using new SSH key... ==> aresmush2: Machine booted and ready! ==> aresmush2: Checking for guest additions in VM... aresmush2: The guest additions on this VM do not match the installed version of aresmush2: VirtualBox! In most cases this is fine, but in rare cases it can aresmush2: prevent things such as shared folders from working properly. If you see aresmush2: shared folder errors, please make sure the guest additions within the aresmush2: virtual machine match the version of VirtualBox you have installed on aresmush2: your host and reload your VM. aresmush2: aresmush2: Guest Additions Version: 5.2.42 aresmush2: VirtualBox Version: 6.1 ==> aresmush2: Setting hostname... ==> aresmush2: Configuring and enabling network interfaces... ==> aresmush2: Mounting shared folders... aresmush2: /opt/src => /Users/dennis/git2/ansible-aresmush/src aresmush2: /vagrant => /Users/dennis/git2/ansible-aresmush ==> aresmush2: Running provisioner: ansible_local... aresmush2: Installing Ansible... aresmush2: Running ansible-galaxy...
PLAY [localhost] ***
TASK [Gathering Facts] ***** ok: [localhost]
TASK [Update and upgrade apt packages on server] *** [WARNING]: Updating cache and auto-installing missing dependency: python-apt changed: [localhost]
TASK [installing ares required server packages] **** changed: [localhost]
TASK [Redis needs Transparent Huge Pages kernel feature disabled] ** changed: [localhost]
TASK [Turn unatteded upgrades on] ** changed: [localhost]
TASK [Start the redis database server] ***** ok: [localhost]
TASK [Restart the redis database server to force dumpfile] ***** changed: [localhost]
TASK [Add the ares user] *** changed: [localhost]
TASK [Give ares user SUDO access] ** changed: [localhost]
TASK [Giving permissions to ares user for redis.conf] ** changed: [localhost]
TASK [Giving permission to ares for /var/www/html] ***** changed: [localhost]
PLAY [localhost] ***
TASK [Gathering Facts] ***** ok: [localhost]
TASK [rvm.ruby : Detect rvm binary] **** ok: [localhost]
TASK [rvm.ruby : Detect rvm installer] ***** ok: [localhost]
TASK [rvm.ruby : Detect current rvm version] *** skipping: [localhost]
TASK [rvm.ruby : Install rvm installer] **** changed: [localhost] [WARNING]: Module remote_tmp /home/ares/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually
TASK [rvm.ruby : Import GPG keys from keyservers] ** failed: [localhost] (item=hkp://pool.sks-keyservers.net) => {"ansible_loop_var": "item", "changed": false, "cmd": "gpg --batch --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB", "delta": "0:01:31.370575", "end": "2021-09-05 22:29:57.805070", "item": "hkp://pool.sks-keyservers.net", "msg": "non-zero return code", "rc": 2, "start": "2021-09-05 22:28:26.434495", "stderr": "gpg: directory '/home/ares/.gnupg' created\ngpg: keybox '/home/ares/.gnupg/pubring.kbx' created\ngpg: keyserver receive failed: No name", "stderr_lines": ["gpg: directory '/home/ares/.gnupg' created", "gpg: keybox '/home/ares/.gnupg/pubring.kbx' created", "gpg: keyserver receive failed: No name"], "stdout": "", "stdout_lines": []} failed: [localhost] (item=hkp://ipv4.pool.sks-keyservers.net) => {"ansible_loop_var": "item", "changed": false, "cmd": "gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB", "delta": "0:01:31.142891", "end": "2021-09-05 22:31:29.419752", "item": "hkp://ipv4.pool.sks-keyservers.net", "msg": "non-zero return code", "rc": 2, "start": "2021-09-05 22:29:58.276861", "stderr": "gpg: keyserver receive failed: No name", "stderr_lines": ["gpg: keyserver receive failed: No name"], "stdout": "", "stdout_lines": []} ok: [localhost] => (item=hkp://pgp.mit.edu) skipping: [localhost] => (item=hkp://keyserver.pgp.com) ...ignoring
TASK [rvm.ruby : Was GPG import from keyservers succesfull?] *** skipping: [localhost] => (item={u'stderr_lines': [u"gpg: directory '/home/ares/.gnupg' created", u"gpg: keybox '/home/ares/.gnupg/pubring.kbx' created", u'gpg: keyserver receive failed: No name'], u'ansible_loop_var': u'item', u'end': u'2021-09-05 22:29:57.805070', u'failed': True, u'stdout': u'', u'changed': False, u'item': u'hkp://pool.sks-keyservers.net', u'delta': u'0:01:31.370575', u'cmd': u'gpg --batch --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'stderr': u"gpg: directory '/home/ares/.gnupg' created\ngpg: keybox '/home/ares/.gnupg/pubring.kbx' created\ngpg: keyserver receive failed: No name", u'rc': 2, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'gpg --batch --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'stdout_lines': [], u'start': u'2021-09-05 22:28:26.434495', u'msg': u'non-zero return code'}) skipping: [localhost] => (item={u'stderr_lines': [u'gpg: keyserver receive failed: No name'], u'ansible_loop_var': u'item', u'end': u'2021-09-05 22:31:29.419752', u'failed': True, u'stdout': u'', u'changed': False, u'item': u'hkp://ipv4.pool.sks-keyservers.net', u'delta': u'0:01:31.142891', u'cmd': u'gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'stderr': u'gpg: keyserver receive failed: No name', u'rc': 2, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'stdout_lines': [], u'start': u'2021-09-05 22:29:58.276861', u'msg': u'non-zero return code'}) ok: [localhost] => (item={u'stderr_lines': [u'gpg: key 105BD0E739499BDB: 8 signatures not checked due to missing keys', u'gpg: /home/ares/.gnupg/trustdb.gpg: trustdb created', u'gpg: key 105BD0E739499BDB: public key "Piotr Kuczynski piotr.kuczynski@gmail.com" imported', u'gpg: key 3804BB82D39DC0E3: 108 signatures not checked due to missing keys', u'gpg: key 3804BB82D39DC0E3: public key "Michal Papis (RVM signing) mpapis@gmail.com" imported', u'gpg: no ultimately trusted keys found', u'gpg: Total number processed: 2', u'gpg: imported: 2'], u'ansible_loop_var': u'item', u'end': u'2021-09-05 22:32:19.927739', u'failed': False, u'stdout': u'', u'changed': False, u'item': u'hkp://pgp.mit.edu', u'delta': u'0:00:50.160898', u'cmd': u'gpg --batch --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'stderr': u'gpg: key 105BD0E739499BDB: 8 signatures not checked due to missing keys\ngpg: /home/ares/.gnupg/trustdb.gpg: trustdb created\ngpg: key 105BD0E739499BDB: public key "Piotr Kuczynski piotr.kuczynski@gmail.com" imported\ngpg: key 3804BB82D39DC0E3: 108 signatures not checked due to missing keys\ngpg: key 3804BB82D39DC0E3: public key "Michal Papis (RVM signing) mpapis@gmail.com" imported\ngpg: no ultimately trusted keys found\ngpg: Total number processed: 2\ngpg: imported: 2', u'rc': 0, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'gpg --batch --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'stdout_lines': [], u'start': u'2021-09-05 22:31:29.766841'}) skipping: [localhost] => (item={u'item': u'hkp://keyserver.pgp.com', u'ansible_loop_var': u'item', u'skipped': True, u'changed': False, u'skip_reason': u'Conditional result was False'})
TASK [rvm.ruby : Import GPG keys from rvm.io, if keyservers failed] **** skipping: [localhost] => (item=mpapis.asc) skipping: [localhost] => (item=pkuczynski.asc)
TASK [rvm.ruby : Install rvm] ** changed: [localhost]
TASK [rvm.ruby : Update rvm] *** skipping: [localhost]
TASK [rvm.ruby : Configure rvm] **** changed: [localhost]
TASK [rvm.ruby : Detect if rubies are installed] *** [DEPRECATION WARNING]: evaluating u'rvm1_rubies' as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [localhost] => (item=ruby-2.6.3)
TASK [rvm.ruby : Install rubies] *** changed: [localhost] => (item={u'stderr_lines': [u'Ruby ruby-2.6.3 is not installed.'], u'cmd': [u'/home/ares/.rvm/bin/rvm', u'ruby-2.6.3', u'do', u'true'], u'stdout': u'', u'msg': u'non-zero return code', u'delta': u'0:00:00.717329', u'stdout_lines': [], u'failed_when_result': False, u'ansible_loop_var': u'item', u'end': u'2021-09-05 22:32:27.912311', u'item': u'ruby-2.6.3', u'changed': False, u'failed': False, u'stderr': u'Ruby ruby-2.6.3 is not installed.', u'rc': 2, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'strip_empty_ends': True, u'_raw_params': u'/home/ares/.rvm/bin/rvm ruby-2.6.3 do true', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'start': u'2021-09-05 22:32:27.194982'})
TASK [rvm.ruby : Detect default ruby version] ** ok: [localhost]
TASK [rvm.ruby : Select default ruby] ** changed: [localhost]
TASK [rvm.ruby : Detect installed ruby patch number] *** ok: [localhost] => (item=ruby-2.6.3)
TASK [rvm.ruby : Install bundler if not installed] ***** ok: [localhost] => (item={u'stderr_lines': [], u'ansible_loop_var': u'item', u'end': u'2021-09-05 22:33:07.175251', u'failed': False, u'stdout': u'ruby-2.6.3', u'changed': False, u'item': u'ruby-2.6.3', u'delta': u'0:00:00.470594', u'cmd': u'/home/ares/.rvm/bin/rvm list strings | grep ruby-2.6.3 | tail -n 1\n', u'stderr': u'', u'rc': 0, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'/home/ares/.rvm/bin/rvm list strings | grep ruby-2.6.3 | tail -n 1\n', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}, u'stdout_lines': [u'ruby-2.6.3'], u'start': u'2021-09-05 22:33:06.704657'})
TASK [rvm.ruby : Symlink ruby related binaries on the system path] ***** skipping: [localhost] => (item=erb) skipping: [localhost] => (item=executable-hooks-uninstaller) skipping: [localhost] => (item=gem) skipping: [localhost] => (item=irb) skipping: [localhost] => (item=rake) skipping: [localhost] => (item=rdoc) skipping: [localhost] => (item=ri) skipping: [localhost] => (item=ruby)
TASK [rvm.ruby : Symlink bundler binaries on the system path] ** skipping: [localhost] => (item=bundle) skipping: [localhost] => (item=bundler)
TASK [rvm.ruby : Detect if ruby version can be deleted] **** [DEPRECATION WARNING]: evaluating u'rvm1_delete_ruby' as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [localhost]
TASK [rvm.ruby : Delete ruby version] ** skipping: [localhost]
TASK [oefenweb.yarn : repository | install dependencies (pre)] ***** ok: [localhost]
TASK [oefenweb.yarn : repository | add public key] ***** changed: [localhost]
TASK [oefenweb.yarn : repository | add] **** changed: [localhost] => (item={u'url': u'https://dl.yarnpkg.com/debian/ stable', u'component': u'main', u'type': u'deb'})
TASK [oefenweb.yarn : install | dependencies] ** changed: [localhost]
TASK [Adding ruby version to profile] ** changed: [localhost]
TASK [Installing bundler 2.0.2] **** changed: [localhost]
TASK [Fetching aresmush base git repo] ***** changed: [localhost] => (item={u'key': u'aresmush', u'value': u'https://github.com/aresmush/aresmush.git'}) changed: [localhost] => (item={u'key': u'ares-webportal', u'value': u'https://github.com/aresmush/ares-webportal.git'})
TASK [Copy over inital game config] **** changed: [localhost]
TASK [Creating log directory] ** changed: [localhost]
TASK [Installing aresmush bundle gems] ***** changed: [localhost]
TASK [Installing symbolic link for web portal] ***** changed: [localhost]
TASK [Copying over nginx config] *** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: If you are using a module and expect the file to exist on the remote, see the remote_src option fatal: [localhost]: FAILED! => {"changed": false, "msg": "Could not find or access '/home/ares/aresmush/install/nginx.default' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} ...ignoring
TASK [Restart the nginx] *** changed: [localhost]
TASK [Installing nvm] ** [WARNING]: Consider using the get_url or uri module rather than running 'curl'. If you need to use command because get_url or uri is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [localhost]
TASK [Install node 10.16] ** changed: [localhost]
TASK [Set default node version 10.16] ** changed: [localhost]
TASK [Installing Ember CLI] **** changed: [localhost]
PLAY RECAP ***** localhost : ok=42 changed=29 unreachable=0 failed=0 skipped=7 rescued=0 ignored=2
│ ~/git2/ansible-aresmush │ master !12 ?9 17m 19s ❯ vagrant ssh Welcome to Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-121-generic x86_64)
Support: https://ubuntu.com/advantage
System information as of Sun Sep 5 22:40:56 UTC 2021
System load: 0.38 Processes: 107 Usage of /: 28.6% of 9.63GB Users logged in: 0 Memory usage: 16% IP address for enp0s3: 10.0.2.15 Swap usage: 0% IP address for enp0s8: 192.168.100.199
0 updates can be applied immediately.
System restart required vagrant@aresmush:~$ sudo su - ares Using /home/ares/.rvm/gems/ruby-2.6.3 ares@aresmush:~$ cd /vagrant ares@aresmush:/vagrant$ ls README.md Vagrantfile setup.sh src ubuntu-bionic-18.04-cloudimg-console.log ares@aresmush:/vagrant$ ./setup.sh
You can press 'enter' for any option to accept the default.
Give your MUSH a name. You can change your game name, description and category later in the web portal configuration screen.
MUSH Name > Test1
Great. Now we need to know the hostname, like yourmush.aresmush.com. You can use the server's IP address if you don't have a domain name.
Server hostname (ex: yourmush.aresmush.com or an IP) > 192.168.100.199
Now you can choose the port that people will connect to from a MUSH client. See https://aresmush.com/tutorials/install/install-game.html#ports for help.
Server telnet port (default 4201) >
Ares also uses other ports for the web portal, web-game communication, and database. You can accept the default values for typical systems. See https://aresmush.com/tutorials/install/install-game.html#ports for help.
Server web socket port (default 4202) >
Server engine API port (default 4203) >
Server website port (default 80) >
Database url (default 127.0.0.1:6379) >
Your game has been configured! You can edit these and other game options through the files in game/config.
ares@aresmush:/vagrant$ cd /home/ares/
ares@aresmush:~$ cd aresmush/
ares@aresmush:~/aresmush$ bin/startares
Exporting default language settings.
Using rake 12.3.3
Using concurrent-ruby 1.1.5
Using i18n 0.9.5
Using minitest 5.14.1
Using thread_safe 0.3.6
Using tzinfo 1.2.7
Using zeitwerk 2.3.1
Using activesupport 6.0.3.2
Using ansi 1.5.0
Using aws-eventstream 1.0.3
Using aws-partitions 1.203.0
Using aws-sigv4 1.1.0
Using jmespath 1.4.0
Using aws-sdk-core 3.63.0
Using aws-sdk-kms 1.24.0
Using aws-sdk-s3 1.8.2
Using bcrypt 3.1.13
Using bundler 2.2.27
Using daemons 1.4.0
Using dentaku 3.3.2
Using diff-lcs 1.3
Using diffy 3.2.1
Using eventmachine 1.2.7
Using http_parser.rb 0.6.0
Using em-websocket 0.5.1
Using erubis 2.7.0
Using ffi 1.12.2
Using handlebars-source 4.0.14
Using libv8 3.16.14.19 (x86_64-linux)
Using ref 2.0.0
Using therubyracer 0.12.3
Using handlebars 0.8.0
Using hiredis 0.6.3
Using htmlentities 4.3.4
Using json 2.3.1
Using log4r 1.1.10
Using mustermann 1.0.3
Using redic 1.5.3
Using nest 3.1.2
Using stal 0.3.0
Using ohm 3.1.1
Using rack 2.2.3
Using rack-protection 2.0.5
Using redcarpet 3.5.1
Using rspec-support 3.7.1
Using rspec-core 3.7.1
Using rspec-expectations 3.7.0
Using rspec-mocks 3.7.0
Using rspec 3.7.0
Using rubyzip 1.3.0
Using sassc 2.2.1
Using tilt 2.0.9
Using sinatra 2.0.5
Using sinatra-cross_origin 0.4.0
Using thin 1.8.1
Using timezone 1.2.12
Bundle complete! 26 Gemfile dependencies, 56 gems now installed.
Use bundle info [gemname]
to see where a bundled gem is installed.
Running database updates.
/home/ares/.rvm/gems/ruby-2.6.3/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb:37: warning: constant ::Fixnum is deprecated
/home/ares/.rvm/gems/ruby-2.6.3/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb:57: warning: constant ::Fixnum is deprecated
2021-09-05 22:42:33 INFO - Loading achievements
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/achievements/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading arescentral
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/arescentral/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading channels
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/channels/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading chargen
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/chargen/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading demographics
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/demographics/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading describe
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/describe/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading events
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/events/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading forum
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/forum/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading friends
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/friends/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading fs3combat
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/fs3combat/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading fs3skills
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/fs3skills/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading globals
2021-09-05 22:42:33 INFO - Loading help
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/help/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading ictime
2021-09-05 22:42:33 INFO - Loading idle
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/idle/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading jobs
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/jobs/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading login
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/login/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading mail
2021-09-05 22:42:33 DEBUG - Loading translations from /home/ares/aresmush/plugins/mail/locales/locale_en.yml.
2021-09-05 22:42:33 INFO - Loading manage
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/manage/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading ooctime
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/ooctime/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading page
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/page/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading places
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/places/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading profile
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/profile/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading ranks
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/ranks/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading roles
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/roles/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading rooms
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/rooms/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading scenes
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/scenes/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading status
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/status/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading tinker
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/tinker/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading utils
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/utils/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading website
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/website/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading who
2021-09-05 22:42:34 DEBUG - Loading translations from /home/ares/aresmush/plugins/who/locales/locale_en.yml.
2021-09-05 22:42:34 INFO - Loading custom
2021-09-05 22:42:34 INFO - Database config: 127.0.0.1:6379
2021-09-05 22:42:34 INFO - Migrations complete.
Starting game engine.
Creating kill script.
Deploying website.
yarn@1.22.10 preinstall /home/ares/ares-webportal/node_modules/yarn :; (node ./preinstall.js > /dev/null 2>&1 || true)
node-sass@4.14.1 install /home/ares/ares-webportal/node_modules/node-sass node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-64_binding.node Download complete..] - : Binary saved to /home/ares/ares-webportal/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /home/ares/.npm/node-sass/4.14.1/linux-x64-64_binding.node
core-js@2.6.10 postinstall /home/ares/ares-webportal/node_modules/core-js node postinstall || echo "ignore"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
https://opencollective.com/core-js https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
node-sass@4.14.1 postinstall /home/ares/ares-webportal/node_modules/node-sass node scripts/build.js
Binary found at /home/ares/ares-webportal/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 3538 packages from 1478 contributors in 112.855s
WARNING: Inclusion of the Glyphicon font is only supported for Bootstrap 3. Set Ember Bootstrap's importBootstrapFont
option to false
to hide this warning.
WARNING: For Bootstrap 5 support this version of ember-bootstrap requires at least Bootstrap 5.0.0, but you have 4.6.0. Please run ember generate ember-bootstrap
to update your dependencies!
Environment: production
⠋ Building(node:17607) ExperimentalWarning: The fs.promises API is experimental
cleaning up...
Built project successfully. Stored in "dist/".
File sizes:
I was able to spin this up without issue in 2021. (As of 15m ago :)
So quick question.
Is this still a workable solution in 2021? I've got Vagrant and virtualbox on my system, and I'm running into it breaking at a certain point.
Mostly at the gpg key stage, when it returns a nil or no name stdout error, and cycles back to trying to fetch the keys in an infinite loop
If I get past that, or when, I can log in only to find enginex isn't on the VM at all and rake configure's not running, so is this still a viable alternatve for development work?