skip to Main Content

How do I fix a Gitlab Runner install error? – Debian

I have my own GitLab-Instance set up and wanted to install GitLab-Runner on my Instance. I followed the docs (https://docs.gitlab.com/runner/install/linux-manually.html) but I am stuck after downloading the package with curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_x84_64.deb". Because after the curl, dpkg -i gitlab-runner_x84_64.deb is…

VIEW QUESTION

Debian10 python3 problems

I'm currently on Debian10: $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" ... and many python3 modules seems not installed: $ lsb_release -a Traceback (most recent call last): File "/usr/bin/lsb_release", line 25, in <module> import lsb_release File "/usr/lib/python3/dist-packages/lsb_release.py", line 29, in…

VIEW QUESTION

Compiling Zabbix 5.2 with libxml2 support – Debian

I have problem compiling Zabbix 5.2 configured this way: # ./configure --enable-server --enable-agent --with-net-snmp --with-libcurl --with-libxml2 --with-postgresql --with-prefix=/usr/local/zabbix5 --verbose ... checking for PostgreSQL libraries... yes checking if PostgreSQL version is >= 9.2... yes checking for Zabbix server/proxy database selection... ok…

VIEW QUESTION
Back To Top
Search