GithubHelp home page GithubHelp logo

Comments (1)

alexellis avatar alexellis commented on August 26, 2024

Hi @jbonadiman

We've made no changes to faasd recently that would affect the installation or how it works.

faasd is only to be installed in a fresh VM, or a dedicated host.

If you have something else running on your machine then you've already broken the prerequisites, this is explained in the book.

There's currently no issue with faasd and its provider.

The best troubleshooting you could do is to use a completely fresh Ubuntu VM or bare-metal host, and not to install anything else inside of it. After that, there is a detailed chapter in the book on troubleshooting, and we have a weekly call every Wednesday where you're welcome to drop in and talk to us.

https://docs.openfaas.com/community/

multipass launch --name faasd --disk 16G --cpus 2 --mem 4G

multipass exec faasd /bin/bash

+ sudo /usr/local/bin/faasd install
2023/11/20 09:30:00 Writing to: "/var/lib/faasd/secrets/basic-auth-password"
2023/11/20 09:30:00 Writing to: "/var/lib/faasd/secrets/basic-auth-user"
Check status with:
  sudo journalctl -u faasd --lines 100 -f

Login with:
  sudo -E cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s
+ install_caddy
+ '[' '!' -z '' ']'
+ echo 'Skipping caddy installation as FAASD_DOMAIN.'
Skipping caddy installation as FAASD_DOMAIN.
ubuntu@faasd:~$ sudo -E cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s --gateway localhost:8080
Calling the OpenFaaS server to validate the credentials...
credentials saved for admin http://localhost:8080
ubuntu@faasd:~$ faas-cli version
  ___                   _____           ____
 / _ \ _ __   ___ _ __ |  ___|_ _  __ _/ ___|
| | | | '_ \ / _ \ '_ \| |_ / _` |/ _` \___ \
| |_| | |_) |  __/ | | |  _| (_| | (_| |___) |
 \___/| .__/ \___|_| |_|_|  \__,_|\__,_|____/
      |_|

CLI:
 commit:  f72db8de657001a2967582c535fe8351c259c5f6
 version: 0.16.17
ubuntu@faasd:~$ 

Alex

from faasd.

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.