This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1
SSL / Re: SSL Manual Install Stopped Working
« on: July 29, 2024, 06:20:38 AM »You should be able to using ELevate.
But with anything, do a full backup or image before you try.
It says that from Centos 8 Stream can only upgrade to Centos 9 Stream, cannot be migrated to AlmaLinux I guess..
2
SSL / Re: SSL Manual Install Stopped Working
« on: July 28, 2024, 09:59:55 AM »CentOS 8 StreamThat could explain it, given that CentOS 8 Stream is a beta quality OS that is now end of life. I would migrate to a supported OS (AlmaLinux 8 now, AlmaLinux 9 soon when CWP's EL9 support comes out of beta).
Is it possible to migrate Centos 8 Stream to AlmaLinux without losing any files/configurations?
3
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 28, 2024, 06:09:02 AM »Hi,
mirrorlist.centos.org doesn't exists anymore.
From the .repo file:
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
To resolve the issue you can mass update all .repo files:
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
Bye Bye!
This helped, thanks a lot!
5
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 25, 2024, 06:17:48 AM »https://linuxiac.com/centos-8-to-almalinux-8-migration-guide/
That is not for Stream tho, will it work?
6
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 17, 2024, 07:01:09 AM »
Is it possible to upgrade to AlmaLinux from current Centos 8 Stream without losing any configuration and data?
7
CentOS 8 Problems / Re: Could not resolve host: mirrorlist.centos.org
« on: July 17, 2024, 06:51:08 AM »
Dayum, I have so much configuration and stuff on this server, migration will probably have to be manual, I guess I will have to start over with a fresh install..
8
CentOS 8 Problems / Could not resolve host: mirrorlist.centos.org
« on: July 16, 2024, 08:19:00 AM »
Hello, I recently started to get this error.
Also, from the yum manager there is one available CentOs update that can't be updated and it's been like this for more than a month.
Code: [Select]
######################
Update Server Packages
######################
Errors during downloading metadata for repository 'appstream':
- Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org]
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org]
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
Redirecting to /bin/systemctl reload httpd.service
Job for httpd.service failed.
See "systemctl status httpd.service" and "journalctl -xe" for details.
Redirecting to /bin/systemctl reload nginx.service
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl restart httpd.service
Date which backup script is using: 2024-07-15 01:21:27
Also, from the yum manager there is one available CentOs update that can't be updated and it's been like this for more than a month.
9
SSL / Re: SSL Manual Install Stopped Working
« on: June 21, 2024, 10:59:04 AM »No mate.. Anyone had this issue too and found a solution?
10
SSL / Re: SSL Manual Install Stopped Working
« on: April 14, 2024, 12:52:43 PM »
VPS (KVM), CentOS 8 Stream, the server is running for a long time, this issue occured recently, the button used to work a month ago. I am using CWPPro.
11
SSL / SSL Manual Install Stopped Working
« on: April 13, 2024, 07:46:24 AM »
It used to work, but now it suddenly stopped functioning as the "Generate Intermediate Certificates" button just stopped working. I am putting the Certificate Private Key strings, validating the certificate, but when I click the "Generate Intermediate Certificates" nothing happens, the Certificate Authority just gets empty and that's it. So it wont let me Save the certificate for a domain as it can't generate the Certificate Authority thingy.
12
CentOS-WebPanel Bugs / Re: Cant login to CWP User :2083
« on: June 06, 2023, 08:20:51 AM »
Same issue here, also paid for managed support and nothing yet, it's been almost a week.
13
CentOS-WebPanel GUI / Re: Mail Box accounts list issue
« on: February 08, 2022, 03:54:36 PM »
They want money to fix their own bugs, it's just pathetic.
14
CentOS-WebPanel GUI / Re: Mail Box accounts list issue
« on: February 08, 2022, 12:39:39 PM »
Did not work mate. I did reboot the server and cleared all browser cache, it's still the same. I hope you can help me out with this as it's causing me some real troubles.
15
CentOS-WebPanel GUI / Re: Mail Box accounts list issue
« on: February 08, 2022, 05:45:34 AM »
I did that, but it's still the same. Do I have to restart CWP service after executing the command?