Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. jorgen.nilsson_1299
    3. Posts
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by jorgen.nilsson_1299

    • RE: Machine ID changes after restart

      @felfert Container started by

      podman run -d --name=proget -v ./proget-packages:/var/proget/packages:z -v ./proget-database:/var/proget/database:z -v ./proget-backups:/var/proget/backups:z -p 8624:80 proget
      

      But also tried:

      podman run -d --network=bridge:ip=<static-ip>,mac=<static-mac> --name=proget -v ./proget-packages:/var/proget/packages:z -v ./proget-database:/var/proget/database:z -v ./proget-backups:/var/proget/backups:z -p 8624:80 proget
      

      For now configured with systemd, but also if running the above on the command line I get the same results.

      Specifying the --hostname proget resolved the issue.

      podman run -d --hostname=proget --name=proget -v ./proget-packages:/var/proget/packages:z -v ./proget-database:/var/proget/database:z -v ./proget-backups:/var/proget/backups:z -p 8624:80 proget
      

      Thanks!

      posted in Support
      J
      jorgen.nilsson_1299
    • Machine ID changes after restart

      Hello,

      we are trying to setup ProGet Free to run om an Almalinux virtual machine using podman (drop in replacement for docker), rootless mode. It runs fine by the way. The only issue is that when restarting the container there is a new Machine ID, which causes the Free License having to be reactivated. I have tried supplying a static mac address, but that does not make a difference.

      What is the Machine ID based on and how can I trouble shoot this? Any way to set a static Machine ID?

      BR,
      Jörgen

      posted in Support
      J
      jorgen.nilsson_1299
    • 1 / 1