Giter Site home page Giter Site logo

Comments (3)

pascalbreuninger avatar pascalbreuninger commented on July 3, 2024

@mudged thanks for reporting the issue, we'll look into it. Just to confirm, there's no output if you run ps -aux | grep credentials-server but a file lock in $TMPDIR/devpod-credentials.lock?

from devpod.

mudged avatar mudged commented on July 3, 2024

The process is no longer alive (only grep is shown)

$ docker-credential-devpod list
Error retrieving list credentials: Post "http://localhost:12049/docker-credentials": dial tcp 127.0.0.1:12049: connect: connection refused
$ ps -aux | grep credentials-server
mtx       111666  0.0  0.0   3324  1556 pts/0    S+   15:13   0:00 grep credentials-server

No lock file

$ cat $TMPDIR/devpod-credentials.lock
cat: /devpod-credentials.lock: No such file or directory

from devpod.

mudged avatar mudged commented on July 3, 2024

If I restart the DevContainer, I see the process but no lock file

$ ps -aux | grep credentials-server
root        1040  0.0  0.1 1296652 51596 ?       Sl   15:28   0:00 /usr/local/bin/devpod agent container credentials-server --user mtx --configure-git-helper --configure-docker-helper
mtx        13558  0.0  0.0   3324  1660 pts/0    S+   15:30   0:00 grep credentials-server
$ cat $TMPDIR/devpod-credentials.lock
cat: /devpod-credentials.lock: No such file or directory

from devpod.

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.