GithubHelp home page GithubHelp logo

Problems with Beta version about wag HOT 3 CLOSED

Mariaab1 avatar Mariaab1 commented on August 19, 2024
Problems with Beta version

from wag.

Comments (3)

NHAS avatar NHAS commented on August 19, 2024

There have been changes to the make file so that just doing make on its own will just build the go binary. But not the npm/web ui.

Try:

make release

Instead.

For the rest of your issue, your config.json probably doesnt have the TLSManagerListenURL option set in the Clustering section. As noted here in the example:

...
    "Clustering": {
        "ClusterState": "new",
        "ETCDLogLevel": "error",
        "Witness": false,
        "TLSManagerListenURL": "https://wag.server:3434"
    },
...

from wag.

NHAS avatar NHAS commented on August 19, 2024

I would recommend using the docker version, rather than building it yourself. Or using the provided binaries.

from wag.

Mariaab1 avatar Mariaab1 commented on August 19, 2024

Hello,

Thanks for the quick reply,

You were right about running "make release" instead of "make".

However, it wasn't that easy cause I was missing headers in the linux kernel to run clang, plus I'm in a virtualised environment (Proxmox), here's a little summary in case someone else is facing the same problem:

image

cat >> /etc/apt/sources.list

deb http://download.proxmox.com/debian/pve **YOUR_DISTRO** pve-no-subscription

wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg

apt update

apt install proxmox-headers-$(uname -r)

ln -s /usr/include/x86_64-linux-gnu/asm/ /usr/include/asm

Finally, you were also right about the cluster, I had omitted the whole object because in the last release it had worked without it.

In any case, thank you very much, it's working now! 🥳🎉

from wag.

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.