Skip to content

Not starting / endless loop in debug #60

Closed
@dd45e640b42e6da7da96faee3996ef7c

Description

docker -v
Docker version 18.09.1, build 4c52b90
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
fluxbox -v
Fluxbox 1.3.5 : (c) 2001-2011 Fluxbox Team

After running

curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | DOCHAT_DEBUG=true bash

the whole thing gets caught up in an endless loop of debug output:

  • export HOSTNAME=DoChat
  • HOSTNAME=DoChat
  • echo DoChat
  • hostname DoChat
  • exec gosu user:group /entrypoint.sh
    ++ id -u
  • '[' 0 -ne 0 ']'
  • '[' -n 29 ']'
  • groupmod -o -g 29 audio
  • '[' -n 44 ']'
  • groupmod -o -g 44 video
    ++ id -g user
  • '[' 0 '!=' 0 ']'
    ++ id -u user
  • '[' 0 '!=' 0 ']'
  • chown user:group '/home/user/.wine/drive_c/users/user/Application Data' '/home/user/WeChat Files'

No Wechat GUI showing up. Hard to kill with ctrl+c/d, needs basically a kill -9

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions