Hiddify-Manager icon indicating copy to clipboard operation
Hiddify-Manager copied to clipboard

cant install for docker

Open Viknopx opened this issue 10 months ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

When installing using Docker mode, the build failed and kept getting stuck with the following error message:

=> CACHED [4/6] COPY . . 0.0s => [5/6] RUN bash install.sh install-docker 471.4s => => # s
=> => # Successfully installed argparse-1.4.0 asyncio-3.4.3 cli_progress-2.0.0 typing-exte => => # urwid-2.6.10 wcwidth-0.2.13
=> => # WARNING: Running pip as the 'root' user can result in broken permissions and confl => => # ur with the system package manager. It is recommended to use a virtual environment => => # s://pip.pypa.io/warnings/venv

To Reproduce Steps to reproduce the behavior:

  1. According to the document“ https://hiddify.com/manager/installation-and-setup/Install-Hiddify-using-Docker/ “

Expected behavior finsh installation.

Screenshots image

Desktop (please complete the following information):

  • OS: [ubuntu 22]
  • Docker [Version: 24.0.2]

Viknopx avatar Apr 24 '24 07:04 Viknopx

Same issue as above. seems stuck at warning process ?

q2333gh avatar May 07 '24 14:05 q2333gh

After debug, the error was:

ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)  
stty: 'standard input': Inappropriate ioctl for device
Enter current password for root (enter for none):

Apparently, if you run this script using root user, you'll need to pass the root password to MariaDB setup

zx900930 avatar May 10 '24 09:05 zx900930

After debug, the error was:

ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)  
stty: 'standard input': Inappropriate ioctl for device
Enter current password for root (enter for none):

Apparently, if you run this script using root user, you'll need to pass the root password to MariaDB setup

Is you find solution ? would you explain what we need to change or doing step by step?

UdoChudo avatar May 29 '24 06:05 UdoChudo

up

vincent1890 avatar Aug 30 '24 11:08 vincent1890

we notice this problem...we will look into it

litoosh13 avatar Oct 04 '24 19:10 litoosh13