internetee / registry

TLD Management Software
Other
46 stars 19 forks source link

help with installation #2598

Open anantsparrow opened 1 year ago

anantsparrow commented 1 year ago

Hey there, i am trying to install this on my debian 10, but getting lot's of issues. of gem

maricavor commented 1 year ago

Hey, how are you trying to install? Please follow the guide here https://github.com/internetee/docker-images

anantsparrow commented 1 year ago

ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y build-essential= libncurses5-dev= automake= autoconf= curl= ca-certificates= libssl-dev= libreadline-dev= libdpkg-perl= liberror-perl= libc6= libc-dev perl= procps= inotify-tools= libssl1.1= perl-base= zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

ERROR: Service 'epp_proxy' failed to build : Build failed

after running this

anantsparrow commented 1 year ago

??

maricavor commented 1 year ago

Hi, try running apt-get update separately to update the package lists and see if any errors or warnings are displayed. Consider breaking down the installation command into smaller parts and executing them one by one. This will help isolate the problematic packages or commands causing the failure.

anantsparrow commented 1 year ago

tried manually also, keeps getting same error. should i send you an email with my root details?

maricavor commented 1 year ago

did you try to run just "apt-get update && apt-get install -y build-essential= libncurses5-dev= automake= autoconf= curl= ca-certificates= libssl-dev= libreadline-dev= libdpkg-perl= liberror-perl= libc6= libc-dev perl= procps= inotify-tools= libssl1.1= perl-base= zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*"?

anantsparrow commented 1 year ago

yes i did

maricavor commented 1 year ago

Hi, I assume you got this because of broken packages?: `

0 5.071 The following packages have unmet dependencies:

0 5.160 build-essential : Depends: dpkg-dev (>= 1.17.11) but it is not going to be installed

0 5.160 libc6-dev : Depends: libc6 (= 2.28-10+deb10u1) but 2.28-10+deb10u2 is to be installed

0 5.162 libncurses5-dev : Depends: libtinfo6 (= 6.1+20181013-2+deb10u2) but 6.1+20181013-2+deb10u3 is to be installed

0 5.162 Depends: libncurses-dev (= 6.1+20181013-2+deb10u2) but it is not going to be installed

0 5.162 libreadline-dev : Depends: libncurses-dev but it is not going to be installed

0 5.162 procps : Depends: libncurses6 (>= 6) but it is not going to be installed

0 5.163 zlib1g-dev : Depends: zlib1g (= 1:1.2.11.dfsg-1+deb10u1) but 1:1.2.11.dfsg-1+deb10u2 is to be installed

0 5.179 E: Unable to correct problems, you have held broken packages.

`

maricavor commented 1 year ago

Please update your Dockerfile with this: RUN apt-get update && apt-get install -y --allow-downgrades \ dpkg-dev=* \ bzip2=* \ build-essential=* \ libncurses5-dev=* \ automake=* \ autoconf=* \ curl=* \ ca-certificates=* \ libssl-dev=* \ libreadline-dev=* \ libdpkg-perl=* \ liberror-perl=* \ libc6=2.28-10+deb10u1 \ libc-dev \ perl=* \ procps=* \ inotify-tools=* \ libssl1.1=* \ libbz2-1.0=1.0.6-9.2~deb10u1 \ perl-base=* \ zlib1g=1:1.2.11.dfsg-1+deb10u1 \ zlib1g-dev=* \ libtinfo6=6.1+20181013-2+deb10u2 \ libncurses-dev=6.1+20181013-2+deb10u2 \ libncursesw6=6.1+20181013-2+deb10u2 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*

anantsparrow commented 1 year ago

unzip: cannot find or open chromedriver_linux64.zip, chromedriver_linux64.zip.zip or chromedriver_linux64.zip.ZIP. ERROR: Service 'auction_center' failed to build: The command '/bin/bash -o pipefail -c unzip chromedriver_linux64.zip -d /usr/local/bin' returned a non-zero code: 9

getting this error

anantsparrow commented 1 year ago

Kindly help to install, update the docker installation files, its having lots of issues.