VirtuBox / nginx-ee

Automated Nginx compilation with HTTP/3 and additional modules support. Compatible with WordOps, EasyEngine & Plesk
https://virtubox.github.io/nginx-ee/
MIT License
198 stars 58 forks source link

Repositories Not Found 404 #129

Open Chathu07 opened 1 year ago

Chathu07 commented 1 year ago

Attach the following commands output

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy

nginx version: nginx/1.23.2 (VirtuBox Nginx-ee) built by gcc 9.4.0 (Ubuntu 9.4.0-5ubuntu1) built with OpenSSL 3.0.2 15 Mar 2022 TLS SNI support enabled configure arguments: --with-cc-opt='-m64 -march=native -mtune=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector-strong -flto -ffat-lto-objects -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit-fallthrough=0 -fcode-hoisting -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf' --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-z,now -fPIC -flto -ffat-lto-objects' --prefix=/usr/share --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --modules-path=/usr/share/nginx/modules --build='VirtuBox Nginx-ee' --with-file-aio --with-threads --with-http_v2_hpack_enc --with-http_v2_module --with-http_ssl_module --with-pcre-jit --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_gzip_static_module --with-http_gunzip_module --with-http_mp4_module --with-http_sub_module --add-module=../ngx_http_substitutions_filter_module --add-module=../srcache-nginx-module --add-module=../redis2-nginx-module --add-module=../memc-nginx-module --add-module=../ngx_devel_kit --add-module=../set-misc-nginx-module --add-module=../ngx_http_auth_pam_module --add-module=../nginx-module-vts --add-module=../ipscrubtmp/ipscrub --add-module=../echo-nginx-module --add-module=../headers-more-nginx-module --add-module=../ngx_cache_purge --add-module=../ngx_brotli --with-zlib=../zlib-cf --with-openssl-opt='enable-ec_nistp_64_gcc_128 enable-tls1_3 no-ssl3-method -march=native -ljemalloc' --sbin-path=/usr/sbin/nginx

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

root@xxxxx:~# sudo apt-get update && sudo apt-get upgrade Hit:1 https://mirror.hetzner.com/ubuntu/packages jammy InRelease Hit:2 https://mirror.hetzner.com/ubuntu/packages jammy-updates InRelease Hit:3 https://mirror.hetzner.com/ubuntu/packages jammy-backports InRelease Hit:4 https://mirror.hetzner.com/ubuntu/security jammy-security InRelease Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntu jammy InRelease Ign:6 http://download.opensuse.org/repositories/home:/virtubox:/nginx-ee/xUbuntu_20.04 InRelease Hit:7 http://ppa.launchpad.net/ondrej/php/ubuntu jammy InRelease Hit:8 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InRelease Err:9 http://download.opensuse.org/repositories/home:/virtubox:/nginx-ee/xUbuntu_20.04 Release 404 Not Found [IP: 2001:67c:2178:8::13 80] Hit:10 http://ppa.launchpad.net/redislabs/redis/ubuntu jammy InRelease Hit:11 http://ppa.launchpad.net/wordops/nginx-wo/ubuntu jammy InRelease Hit:12 https://ppa.launchpadcontent.net/wordops/nginx-wo/ubuntu jammy InRelease Reading package lists... Done E: The repository 'http://download.opensuse.org/repositories/home:/virtubox:/nginx-ee/xUbuntu_20.04 Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

VirtuBox commented 1 year ago

Hello @Chathu07, I have removed nginx-ee repositories because there were pretty outdated and not required on latest Ubunu/Debian distro. You can safely remove the file /etc/apt/sources.list.d/nginx-ee.list

Chathu07 commented 1 year ago

Hello @Chathu07, I have removed nginx-ee repositories because there were pretty outdated and not required on latest Ubunu/Debian distro. You can safely remove the file /etc/apt/sources.list.d/nginx-ee.list

Thank you update.