4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
4 results tagged bug x
  • thumbnail
    linux - tmux: hangs and do not load, and do not respond to any option command - Stack Overflow

    Parfois, après avoir été déco, il arrive que mon tmux 'freeze' : je peux attach, detach, mais je ne peux rien faire dans les window

    Apparement cela vient de mon client qui s'est mal détaché. Pour régler le problème :

    tmux list-clients
    tmux detach-client

    August 21, 2017 at 11:11:36 AM GMT+2 - permalink - archive.org - https://stackoverflow.com/questions/7408068/tmux-hangs-and-do-not-load-and-do-not-respond-to-any-option-command
    bug tmux
  • Note: docker bug

    Today I got a docker daemon not responding to commands (docker ps, docker run...)
    Even after restarting service
    In /var/log/docker I got this:
    time="2017-03-01T08:28:58.43946917Z" level=fatal msg="open /var/run/docker/libcontainerd/containerd/81623262351dfc42c5e87aa8df11592a57f2d14a468476620c7c4d6c89de1958/state.json: no such file or directory"

    The solution was to stop docker service, remove this /var/run/docker directory and restart docker service

    March 1, 2017 at 9:31:13 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?vywQIw
    bug docker
  • PHP :: Bug #52434 :: mysqlnd: host cannot be "localhost" when connecting to tcp port

    Point de vue différents :)

    Ici, lorsqu'on utilise "localhost", la connexion va se faire par une socket et lorsqu'on utilise "127.0.0.1", la connexion se fera par tcp. On pourrait se dire que le comportement est anormal, mais en fait, non :

    "The patch won't be added as then "localhost" has two meanings - one time meaning "use the unixdomain socket in the default location" and one time actually "resolve localhost and use TCP" as it is taught in many places that "localhost" in MySQL has the first meaning we keep it there."

    La socket est déterminée ici dans le php.ini :
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =

    January 3, 2014 at 4:57:57 PM GMT+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    bug mysql php socket
  • Minecraft Black screen fix on 64bit Linux | Tim Ashley.me

    Creating the following bash script fixed my issue:

    !/bin/bash

    export LD_LIBRARY_PATH="/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/"
    java -jar minecraft.jar

    December 27, 2012 at 11:37:01 AM GMT+1 - permalink - archive.org - http://timashley.me/node/1370
    black blackscreen bug minecraft screen
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation