Code Monkey home page Code Monkey logo

Comments (5)

syserr0r avatar syserr0r commented on May 18, 2024

New release seems broken, pulling an older, known-good release fixed it for me:

docker stop py3-kms
docker rm py3-kms
docker pull ekonprof18/pykms@sha256:1deca36a2f3ecabc1902f90475fcf9490135f03a03f0fb8e2dd0a9ca03b4f5f0

docker run -d --name py3-kms \
           -p 8080:8080 \
           -p 1688:1688 \
           -e IP=0.0.0.0 \
           -e PORT=1688 \
           -e SQLITE=true \
           -e HWID=RANDOM \
           -e LOGLEVEL=INFO\
           -e LOGFILE=/var/log/py3-kms.log \
           -v /etc/localtime:/etc/localtime:ro \
           -v /var/log:/var/log:rw \
           --restart unless-stopped ekonprof18/pykms:py3-kms

from py-kms.

 avatar commented on May 18, 2024

New release seems broken, pulling an older, known-good release fixed it for me:

docker stop py3-kms
docker rm py3-kms
docker pull ekonprof18/pykms@sha256:1deca36a2f3ecabc1902f90475fcf9490135f03a03f0fb8e2dd0a9ca03b4f5f0

docker run -d --name py3-kms \
           -p 8080:8080 \
           -p 1688:1688 \
           -e IP=0.0.0.0 \
           -e PORT=1688 \
           -e SQLITE=true \
           -e HWID=RANDOM \
           -e LOGLEVEL=INFO\
           -e LOGFILE=/var/log/py3-kms.log \
           -v /etc/localtime:/etc/localtime:ro \
           -v /var/log:/var/log:rw \
           --restart unless-stopped ekonprof18/pykms:py3-kms

I maked new release on ekonprof18/pykms:py3-kms 15 days a go, and it's work great with python version 3.6. Now, i want make it work with python version 2.X.

from py-kms.

syserr0r avatar syserr0r commented on May 18, 2024

I believe there might be an issue with this release that is affecting some users (like us) but not all, as you aren't having any problems.

When I reverted the release as I described above, it started working again.

This was a clean Debian 10 install, with the latest version of docker and then this image (with the arguments above). A single Server 2012 R2 was attempting to connect.

from py-kms.

SystemRage avatar SystemRage commented on May 18, 2024

@6ec123321
In pykms_Sql.py an import sys should be enough.
Can you try if it's so ?

from py-kms.

SystemRage avatar SystemRage commented on May 18, 2024

Fixed with c1fa144

from py-kms.

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.