Code Monkey home page Code Monkey logo

Comments (6)

xm1k3 avatar xm1k3 commented on August 23, 2024

Hi,
can you explain us more about the problem?
are you using digitalocean as default provider?
169.254.169.254 is used for metadata in DO, you can't connect to it, if you want to see your Droplet metadata see this steps:

  • fleex ls to see droplets details
  • connect to the generated vps
    fleex ssh -n pwn-1
    OR
    ssh op@IPV4 -p PORT
    
  • curl http://169.254.169.254/metadata/v1/ and see all your metadata about the droplet
    Response:
    id
    hostname
    user-data
    vendor-data
    public-keys
    region
    interfaces/
    dns/
    floating_ip/
    tags/
    features/
    

Resources:

Let us know if everything is okay or if there are still problems

from fleex.

sw33tLie avatar sw33tLie commented on August 23, 2024

Hi there, we just pushed a fix for this issue.
I suppose you were attempting a fleex build and you were using Linode.
Please update fleex by running GO111MODULE=on go get -v github.com/sw33tLie/fleex, then update your config files with a fleex config init --overwrite (so that your ~/fleex/build/common.yaml file will be updated).

Let us know if this works for you now :)

from fleex.

0xhunster avatar 0xhunster commented on August 23, 2024

Hello,
Sorry for the delay. Yes, I have to use Linode by default.
fleex config init --overwrite not working! Then I delete fleex folder and reconfigure it via fleex config init.
Then working :) Then I use fleex build command. Build properly does not show any error. Then when I use fleex images, I showed blank output. Then I used fleex ls as you can see?
image
20248

from fleex.

sw33tLie avatar sw33tLie commented on August 23, 2024

Hey thanks for the new details.
Just to make sure, you have put your token again in ~/fleex/config.yaml and adjusted the other values according to your needs, right?

from fleex.

0xhunster avatar 0xhunster commented on August 23, 2024

image

from fleex.

xm1k3 avatar xm1k3 commented on August 23, 2024

Hi,
check if the files id_rsa.pub and id_rsa are present in the $HOME/.ssh/ folder or use your public/private ssh key pairs.

if you don't have ssh key pair create one with:

ssh-keygen

Or follow this resources:

from fleex.

Related Issues (20)

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.