Coder Social home page Coder Social logo

Comments (4)

kroese avatar kroese commented on July 4, 2024 1

This endlessly spinning circle happens for some people if they dont use KVM. I havent had the motivation to try to find the reason, because this container is not really useable (too slow) without KVM anyway, so it doesnt seem worth the effort.

So you should fix the main issue first: that you dont have KVM. If you dont have the /dev/kvm device then you can fix that by installing the Virtual Machine Manager package from the Synology Package Center. After it is installed, you will have KVM enabled.

from windows.

SMHRambo avatar SMHRambo commented on July 4, 2024 1

If you are using special network configurations that make it impossible to use the Virtual Machine Manager, use the Task Scheduler to execute the following code:

#! /bin/bash

modprobe kvm
modprobe kvm_intel
modprobe kvm_amd
modprobe tun 
Task Settings:
User:  root
Event:  Boot-up

from windows.

kroese avatar kroese commented on July 4, 2024

Are you running with or without KVM? Its hard to tell without your compose file.

from windows.

Minion9113 avatar Minion9113 commented on July 4, 2024

im running it without as i cant enable it on the synology

from windows.

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.