Giter Club home page Giter Club logo

Comments (4)

DCMattyG avatar DCMattyG commented on July 19, 2024 1

FYI this has been fixed in the latest release v3.2.0 and was addressed in #279.

Hope everything is working better for you now!

from ipam.

DCMattyG avatar DCMattyG commented on July 19, 2024

Hi @RegExpresso, the long story short is that the apt-get update process changed and now displays some Unicode characters that don't work so well in Windows machines and causes this issue.

This is being fixed in the next version which is coming out shortly, but here's a workaround for now:

  1. Go to Settings
  2. Click Time and language
  3. Click Language and region
  4. Click Administrative language settings
  5. Click Change system locale
  6. In the Region Settings dialog, select the Beta: Use Unicode UTF-8 for worldwide language support checkbox
  7. Click OK to save any changes
  8. Click Apply
  9. Reboot your PC for the change to take effect

image

There will also be a second step you'll need to perform due to an issue I found in the current deployment script where it sets the listening port of the container to 80, which isn't supported.

To build a container with the proper listening port, re-deploy the container by executing these commands from the root directory of the ipam folder:

  1. az login
  2. az account set -s <Subscription ID Where IPAM is Deployed>
  3. az acr build -r <Private ACR Name> -t ipam:latest -f ./Dockerfile .

NOTE: These instructions can also be found here on our docs page.

That should properly build the container and push it to the ACR. After that restart your App Service and give it a few minutes to pull down the new container.

Hope that helps, and the new code should fix all of this very shortly!

from ipam.

RegExpresso avatar RegExpresso commented on July 19, 2024

Works like a charm, much appreciated @DCMattyG!!

from ipam.

RegExpresso avatar RegExpresso commented on July 19, 2024

Much appriciated @DCMattyG!!

from ipam.

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.