Control Web Panel

WebPanel => Updates => Topic started by: webnerd on April 28, 2021, 08:48:06 PM

Title: CentOS 8 Stream delayed and panel update issues
Post by: webnerd on April 28, 2021, 08:48:06 PM
Hi,

"yum update" comes out with 404 errors for a month already, repositories seem to be not available anymore.

( - Status code: 404 for http://repo.centos-webpanel.com/8-cwp-stream/stable/BaseOS/x86_64/os/repodata/repomd.xml )

CWP Panel did not update for a month also, current version is 0.9.8.1055. Is it only me or somebody else is having similar issues?
Title: Re: CentOS 8 Stream delayed and panel update issues
Post by: studio4host on April 29, 2021, 05:39:34 AM
if you try to open that URL it works fine.
Update of cwp is delayed as it comes out soon with some bigger changes.
Title: Re: CentOS 8 Stream delayed and panel update issues
Post by: webnerd on April 29, 2021, 03:55:17 PM
Strange - that URL gives 404 to me. Can anyone esle try and report here?
Title: Re: CentOS 8 Stream delayed and panel update issues
Post by: Starburst on April 30, 2021, 01:06:05 AM
Strange - that URL gives 404 to me. Can anyone esle try and report here?

Pulling up for me also without error. :/

Do you have any country codes blocked in csf?
Title: Re: CentOS 8 Stream delayed and panel update issues
Post by: webnerd on April 30, 2021, 03:00:46 AM
Strange - that URL gives 404 to me. Can anyone esle try and report here?

Pulling up for me also without error. :/

Do you have any country codes blocked in csf?

Thanks, it started working a couple of hours later, everything updated including linux and panel.
Title: Re: CentOS 8 Stream delayed and panel update issues
Post by: mrlohi on June 17, 2021, 03:48:16 AM
CWP-CentOS 8 Stream-Delayed delayed version of CentOS 8 Stream (it has a issues which could be caused by some updated packages or dependencies. regards - https://ghdsportsapk.xyz/
Convert Centos 8 to Centos 8 stream – Install CWP control panel in stability of the OS it will provided delayed updated via there own repo and If you get error after running “dnf distro-sync” then just run this two commands:

dnf install centos-release-stream
dnf swap centos-{linux,stream}-repos
mv /etc/yum.repos.d/CentOS-AppStream.repo /etc/yum.repos.d/CentOS-AppStream.repo.bak 
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 
dnf distro-sync


dnf clean packages
dnf update


dnf clean packages
dnf update --nobest
dnf update --allowerasing

cat /etc/centos-release

[root@mysterydata ~]# cat /etc/centos-release
CentOS Stream release 8

dnf install epel-release -y
dnf install wget screen -y
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest

yum install oniguruma oniguruma-devel gcc make gcc-c++ cpp kernel-headers.x86_64 libxml2-devel openssl-devel bzip2-devel libjpeg-devel libpng-devel freetype-devel openldap-devel postgresql-devel aspell-devel net-snmp-devel libxslt-devel libc-client-devel libicu-devel gmp-devel curl-devel libmcrypt-devel pcre-devel sqlite-devel libdb-devel enchant-devel libXpm-devel mysql-devel readline-devel libedit-devel recode-devel libtidy-devel libtool-ltdl-devel libwebp libwebp-devel expat expat-devel  cmake libmemcached libmemcached-devel


ln -s /usr/bin/cmake /usr/bin/cmake3