Author Topic: CentOS 8 Stream delayed and panel update issues  (Read 5399 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CentOS 8 Stream delayed and panel update issues
« 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?

Offline
*
Re: CentOS 8 Stream delayed and panel update issues
« Reply #1 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.
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: CentOS 8 Stream delayed and panel update issues
« Reply #2 on: April 29, 2021, 03:55:17 PM »
Strange - that URL gives 404 to me. Can anyone esle try and report here?

Offline
****
Re: CentOS 8 Stream delayed and panel update issues
« Reply #3 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?

Offline
*
Re: CentOS 8 Stream delayed and panel update issues
« Reply #4 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.

Offline
*
Re: CentOS 8 Stream delayed and panel update issues
« Reply #5 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