-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Frigate
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Alpine
π Provide a clear and concise description of the issue.
Frigate will not finish installation. I have tried switching mirrors etc, but it times out and in verbose mode says,
Get:420 http://deb.debian.org/debian bullseye/main amd64 vdpau-driver-all amd64 1.4-3 [8,540 B]
Fetched 284 MB in 5min 24s (877 kB/s)
E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gcc-10/liblsan0_10.2.1-6_amd64.deb Connection timed out [IP: 151.101.46.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR] in line 18: exit code 0: while executing command $STD apt-get install -y {git,ca-certificates,automake,build-essential,xz-utils,libtool,ccache,pkg-config,libgtk-3-dev,libavcodec-dev,libavformat-dev,libswscale-dev,libv4l-dev,libxvidcore-dev,libx264-dev,libjpeg-dev,libpng-dev,libtiff-dev,gfortran,openexr,libatlas-base-dev,libssl-dev,libtbb2,libtbb-dev,libdc1394-22-dev,libopenexr-dev,libgstreamer-plugins-base1.0-dev,libgstreamer1.0-dev,gcc,gfortran,libopenblas-dev,liblapack-dev,libusb-1.0-0-dev,jq,moreutils}
[ERROR] in line 1083: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
π Steps to reproduce the issue.
Try to install frigate with default settings
β Paste the full error output (if available).
Get:420 http://deb.debian.org/debian bullseye/main amd64 vdpau-driver-all amd64 1.4-3 [8,540 B]
Fetched 284 MB in 5min 24s (877 kB/s)
E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gcc-10/liblsan0_10.2.1-6_amd64.deb Connection timed out [IP: 151.101.46.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR] in line 18: exit code 0: while executing command $STD apt-get install -y {git,ca-certificates,automake,build-essential,xz-utils,libtool,ccache,pkg-config,libgtk-3-dev,libavcodec-dev,libavformat-dev,libswscale-dev,libv4l-dev,libxvidcore-dev,libx264-dev,libjpeg-dev,libpng-dev,libtiff-dev,gfortran,openexr,libatlas-base-dev,libssl-dev,libtbb2,libtbb-dev,libdc1394-22-dev,libopenexr-dev,libgstreamer-plugins-base1.0-dev,libgstreamer1.0-dev,gcc,gfortran,libopenblas-dev,liblapack-dev,libusb-1.0-0-dev,jq,moreutils}
[ERROR] in line 1083: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
πΌοΈ Additional context (optional).
No response