GithubHelp home page GithubHelp logo

Can't access 10.10.10.110:8000 about dev-setup HOT 11 CLOSED

stucco avatar stucco commented on September 18, 2024
Can't access 10.10.10.110:8000

from dev-setup.

Comments (11)

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

The OS I used is Ubuntu 16.04 and it runs as a native OS. Should I run it in a virtual machine?

from dev-setup.

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

It works well eventually, thank you!

from dev-setup.

shenfna avatar shenfna commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

from dev-setup.

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

from dev-setup.

shenfna avatar shenfna commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

from dev-setup.

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

from dev-setup.

shenfna avatar shenfna commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}

PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

最后的信息是这样的。麻烦了因为我是第一次接触这个虚拟机。

from dev-setup.

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}

PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

最后的信息是这样的。麻烦了因为我是第一次接触这个虚拟机。

你是在虚拟机里配置的这个吗?我当时用的原生Ubuntu,没有出现这个问题。当时有同学一起配置的,他们在虚拟机里配置这个虚拟机,出现了很多和你这个类似的错误,最后都没有解决。

from dev-setup.

shenfna avatar shenfna commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}
PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
最后的信息是这样的。麻烦了因为我是第一次接触这个虚拟机。

你是在虚拟机里配置的这个吗?我当时用的原生Ubuntu,没有出现这个问题。当时有同学一起配置的,他们在虚拟机里配置这个虚拟机,出现了很多和你这个类似的错误,最后都没有解决。

我用的是原生centos 7 , ansible版本是2.8.4,vagrant版本是2.2.5, 安装完了之后直接运行的,还需要修改其他的配置么?

from dev-setup.

TheGodOfObelisk avatar TheGodOfObelisk commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}
PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
最后的信息是这样的。麻烦了因为我是第一次接触这个虚拟机。

你是在虚拟机里配置的这个吗?我当时用的原生Ubuntu,没有出现这个问题。当时有同学一起配置的,他们在虚拟机里配置这个虚拟机,出现了很多和你这个类似的错误,最后都没有解决。

我用的是原生centos 7 , ansible版本是2.8.4,vagrant版本是2.2.5, 安装完了之后直接运行的,还需要修改其他的配置么?

抱歉我实在是记不清了,我就是跟着GitHub上的指导来的。印象中没有什么特别需要注意的地方。

from dev-setup.

shenfna avatar shenfna commented on September 18, 2024

It works well eventually, thank you!

老哥怎么解决的呀?

后面再运行vrgrant provision

请问一下,出现的ansible的错误,有什么解决的办法么,非常感谢。

没什么印象了,截个图看看? 其实他的dev版本配置出来啥都没有。

TASK [smola.java : Install Java packages] **************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying pkg: "{{ item }}", please use pkg: '{{ java_packages }}' and
remove the loop. This feature will be removed in version 2.11. Deprecation
warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [stucco] (item=[u'oracle-java8-installer', u'oracle-java8-set-default']) => {"ansible_loop_var": "item", "changed": false, "item": ["oracle-java8-installer", "oracle-java8-set-default"], "msg": "No package matching 'oracle-java8-installer' is available"}
PLAY RECAP *********************************************************************
stucco : ok=11 changed=0 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
最后的信息是这样的。麻烦了因为我是第一次接触这个虚拟机。

你是在虚拟机里配置的这个吗?我当时用的原生Ubuntu,没有出现这个问题。当时有同学一起配置的,他们在虚拟机里配置这个虚拟机,出现了很多和你这个类似的错误,最后都没有解决。

我用的是原生centos 7 , ansible版本是2.8.4,vagrant版本是2.2.5, 安装完了之后直接运行的,还需要修改其他的配置么?

抱歉我实在是记不清了,我就是跟着GitHub上的指导来的。印象中没有什么特别需要注意的地方。

好的吧还是非常感谢。

from dev-setup.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.