Coder Social home page Coder Social logo

anisette-v3-server's People

Contributors

dadoum avatar macleykun avatar rkreutz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anisette-v3-server's Issues

Anisette-v3-server container continus to reboot

As I said in the title the containter continue to reboot. By having a look at the log with watch -n 0 "docker logs anisette-v3", I got the following message thrown: Aborting from core/time.d(2136) MonoTimeImpl!(ClockType.normal) failed to get the frequency of the system's monotonic clock. Any suggestion about the cause ? Thank you

Running on Ubuntu

Hey there,

I'm trying to run the anisette server on Ubuntu (23.10 x64), I've built from source following the steps on README.md, once I start the server with ./anisette-v3-server/anisette-v3-server I get the following output and just hangs there:

                     app INFO  2023-12-04T16:45:33.149 anisette-v3-server v2.1.0
                     app INFO  2023-12-04T16:45:33.155 Machine requires provisioning... 

Any ideas how I can get past the provisioning step there?

Thanks

Unable to run o Raspberry Pi 4 Model B Rev 1.5 (ARMv8)

Basic info:

Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v8+
Architecture: arm64
processor	: 0
BogoMIPS	: 108.00
Features	: fp asimd evtstrm crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 1
BogoMIPS	: 108.00
Features	: fp asimd evtstrm crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 2
BogoMIPS	: 108.00
Features	: fp asimd evtstrm crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

processor	: 3
BogoMIPS	: 108.00
Features	: fp asimd evtstrm crc32 cpuid
CPU implementer	: 0x41
CPU architecture: 8
CPU variant	: 0x0
CPU part	: 0xd08
CPU revision	: 3

Hardware	: BCM2835
Revision	: b03115
Serial		: 10000000e7d160c0
Model		: Raspberry Pi 4 Model B Rev 1.5

I am running command: docker run -d --restart always --name anisette-v3 -p 6969:6969 dadoum/anisette-v3-server:latest

After that container is running and returns following with input docker container ls

CONTAINER ID   IMAGE                              COMMAND                  CREATED          STATUS         PORTS                                       NAMES
8ed8f6f8f810   dadoum/anisette-v3-server:latest   "/opt/anisette-v3-se…"   58 seconds ago   Up 2 seconds   0.0.0.0:6969->6969/tcp, :::6969->6969/tcp   anisette-v3

Unfortunately input curl https://localhost:6969 returns:
curl: (7) Failed to connect to localhost port 6969: Connection refused
or
curl: (56) Recv failure: Connection reset by peer

When running docker container ls again I get no information on ports

CONTAINER ID   IMAGE                              COMMAND                  CREATED          STATUS                            PORTS     NAMES
8ed8f6f8f810   dadoum/anisette-v3-server:latest   "/opt/anisette-v3-se…"   10 minutes ago   Restarting (139) 36 seconds ago             anisette-v3

docker logs command doesn't give me anything

docker service logs command gives me this:

Error response from daemon: This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.

Any help would be appreciated as I am tearing my hair out and cannot get this to work

Error compiling/building from source on Ubuntu 20.04.6 (x86-64) and Raspberry Pi OS (Debian 11, arm64)

Getting error, when trying to compile this project from source. Seems like, dub on Ubuntu 20.04.6 requires some other syntax of git commit in "version" field.

$ anisette-v3-server/

$ DC=ldc2 dub build -c "static" --build-mode allAtOnce -b release --compiler=ldc2
Invalid SemVer format: fa028b6f4e6e2704bf43f92031fe5c3223045f64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal

$ dub --version
DUB version 1.19.0-1build2.1, built on Jun 30 2021 

Can not run as Render web service

Hi

At first Is it possible at all to run this repo as Render web service?

If Yes could you please assist?
How can I fix it?
Screenshot 2023-10-13 at 3 57 20 AM

Thank you!

SIGSEGV error on the pi5

I compiled on the raspberry pi 5 (aarch64). Compilation worked correctly. After launching, it downloads libraries (writes Done!), and then fails with SIGSEGV. Doing the same steps in a linux laptop works without issues. Do you know if that can be fixed? I can grab logs if needed.

Can you provide detailed Docker run command?

hello,
What is the Docker run command for this repository, and can it be updated in the ReadMe.md file? I would like to deploy it myself, but I couldn't find any instructions on Docker Hub. I only found the image 'dadoum/anisette-v3-server:latest'.
thanks!

Permission denied error

Running the container using compose and getting the following error.

??:? [0xc25279730faf]
                     app INFO  2023-11-20T10:17:15.770 anisette-v3-server v2.1.0
                     app INFO  2023-11-20T10:17:15.776 Downloading libraries from Apple servers...
                     app INFO  2023-11-20T10:17:17.128 Done !
std.file.FileException@std/file.d(836): /home/Alcoholic/.config/anisette-v3/lib/libCoreADI.so: Permission denied

Docker compose

  anisette:
    image: dadoum/anisette-v3-server
    container_name: anisette
    ports:
      - '6970:6969'
    volumes:
      - '${DIR}/anisette:/home/Alcoholic/.config/anisette-v3/lib/'
    restart: ${RESTART_MODE}

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.