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.
586
Apache / Re: Stop Apache from opening file
« on: December 18, 2024, 07:03:04 PM »
Thanks for the suggestions, got it working with a .htaccess
Where I was trying was under <Directory> I was trying to figure out how to put it there.
Currently:
Tried adding:
Where I was trying was under <Directory> I was trying to figure out how to put it there.
Currently:
Quote
AddType application/octet-stream .iso
AddType application/octet-stream .rpm
Tried adding:
Quote
ForceType application/octet-stream TIMEBut didn't work.
587
Apache / Stop Apache from opening file
« on: December 18, 2024, 04:03:07 PM »
Anyone know how to stop Apache from opening a text file that has no extension.
e.g. TIME, PublicKey, etc. - Basically anything without an extension.
Ref. https://mariadb.gb.ssimn.org/
Need those files to download, instead of open.
e.g. TIME, PublicKey, etc. - Basically anything without an extension.
Ref. https://mariadb.gb.ssimn.org/
Need those files to download, instead of open.
588
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 18, 2024, 12:30:00 AM »
That's probably why you are having problems connecting to ELRepo & EPEL.
digital ocean is a hacker haven and have been blacklisted on allot of networks.
I know ELRepo has Vultr's ASN blocked.
Probably do with do also.
digital ocean is a hacker haven and have been blacklisted on allot of networks.
I know ELRepo has Vultr's ASN blocked.
Probably do with do also.
589
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 17, 2024, 06:24:57 PM »
Yea, install AlmaLinux 9, not CentOS stream.
Sounds like there's a pretty major config error somewhere.
Those are 2 standard repos, especially EPEL that CWP needs to install.
That code line of course uses dnf, and the -y is answering yes, to install them.
Then once you have EPEL installed, and run dnf --refresh update, it will update itself.
Are you behind a NAT, or is this a public server?
Sounds like there's a pretty major config error somewhere.
Code: [Select]
dnf install elrepo-release epel-release -yThose are 2 standard repos, especially EPEL that CWP needs to install.
That code line of course uses dnf, and the -y is answering yes, to install them.
Then once you have EPEL installed, and run dnf --refresh update, it will update itself.
Are you behind a NAT, or is this a public server?
590
Migration from other control panels / Re: AlmaLinux 8 CWP -> AlmaLinux 9 CWP Migration
« on: December 17, 2024, 08:51:01 AM »
Just tested CWP -> CWP Migration from another AL8 box and it works fine.
So there's a bug somewhere connecting from AL9 -> AL8 with the migration tool.
Maybe @josemnunez or @Sandeep can shed some light on it, or a workaround.
So there's a bug somewhere connecting from AL9 -> AL8 with the migration tool.
Maybe @josemnunez or @Sandeep can shed some light on it, or a workaround.
591
Migration from other control panels / Re: AlmaLinux 8 CWP -> AlmaLinux 9 CWP Migration
« on: December 17, 2024, 08:40:44 AM »
No, just letters & numbers.
What's odd is I can SSH from AL8 -> AL9 without it prompting me for a password (Did a key-swap trying to get this to work).
But from AL9 -> AL8 even with a stored key it asks for the root's password. I enter it, and I'm in.
I thought this bug was fixed in .1188 or the current .1189
What's odd is I can SSH from AL8 -> AL9 without it prompting me for a password (Did a key-swap trying to get this to work).
But from AL9 -> AL8 even with a stored key it asks for the root's password. I enter it, and I'm in.
I thought this bug was fixed in .1188 or the current .1189
592
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 17, 2024, 08:34:18 AM »
From a clean AL9 install:
If there are a few packages already installed, don't worry.
After that is more customizing how you want the server.
If there are a few packages already installed, don't worry.
Code: [Select]
dnf install dnf-plugins-coreCode: [Select]
dnf install elrepo-release epel-release -yCode: [Select]
crb enableCode: [Select]
dnf --refresh updateCode: [Select]
dnf install nano wget ipset ebtables iptables ipset-service uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel nmap make -yCode: [Select]
dnf --refresh updateCode: [Select]
dnf install clamav* clamdCode: [Select]
dnf clean allCode: [Select]
cd /usr/local/srcCode: [Select]
wget http://centos-webpanel.com/cwp-el9-latestCode: [Select]
sh cwp-el9-latestCode: [Select]
dnf install spamassassin amavisCode: [Select]
dnf install php-cli libsodium libsodium-devel php-sodium php-pecl-zip php-pecl-mailparse php-mbstring php-pear php-devel php-pecl-imagickCode: [Select]
pecl channel-update pecl.php.netAfter that is more customizing how you want the server.
593
Migration from other control panels / AlmaLinux 8 CWP -> AlmaLinux 9 CWP Migration
« on: December 17, 2024, 06:40:12 AM »
OK, there have been allot of threads about this, but can't find the answer.
Yes, even I get stuck.
Trying to migrate AL8 CWP to AL9 CWP and won't connect.
Firewall is OK, and I can manually SSH in to old server from the new one with root & password.
The secure log on the old server shows trying the migration tools:
Who & what got this working?
@overseer?
Yes, even I get stuck.
Trying to migrate AL8 CWP to AL9 CWP and won't connect.
Firewall is OK, and I can manually SSH in to old server from the new one with root & password.
The secure log on the old server shows trying the migration tools:
Quote
Dec 17 06:33:05 x sshd[41722]: Accepted password for root from x.x.x. port 55614 ssh2
Dec 17 06:33:05 x sshd[41722]: pam_unix(sshd:session): session opened for user root by (uid=0)
Dec 17 06:33:05 x sshd[41726]: Received disconnect from x.x.x.x port 55614:11: disconnected by user
Dec 17 06:33:05 x sshd[41726]: Disconnected from user root x.x.x.x port 55614
Dec 17 06:33:05 x sshd[41722]: pam_unix(sshd:session): session closed for user root
Dec 17 06:33:05 x sshd[41744]: Failed password for root from x.x.x.x port 58808 ssh2
Dec 17 06:33:05 x sshd[41744]: Failed password for root from x.x.x.x port 58808 ssh2
Dec 17 06:33:05 x sshd[41744]: Connection closed by authenticating user root x.x.x.x port 58808 [preauth]
Who & what got this working?
@overseer?
594
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 17, 2024, 05:19:39 AM »
You can't have Anything installed prior to CWP, or is will not work.
I posted in the forums I quick little list of what to install and how to install CWP on AlmaLinux 9.
Can report it it here if needed.
I posted in the forums I quick little list of what to install and how to install CWP on AlmaLinux 9.
Can report it it here if needed.
595
Information / Re: CWP Support Site Not Working
« on: December 17, 2024, 05:17:12 AM »
Let me know, as @overseer mentioned I can help out.
596
Installation / Re: Almalinux Cwp install Error
« on: December 14, 2024, 08:13:15 PM »
First step of what?
Some additional information is needed.
What command where you trying to run?
Some additional information is needed.
What command where you trying to run?
597
CentOS 9 Problems / Re: Solution for Email SSL/TLS Issue with SMTP
« on: December 11, 2024, 09:02:02 PM »598
Postfix / Re: Can not send E-mail unless gmail
« on: December 11, 2024, 08:56:49 PM »
Agreed make sure port 25 is open, and allowed by your provider. Most providers now a days have it block to stop spammers.
What OS are you using AlmaLinux 8 or 9?
Are you sending a test email for the CLI?
If not, try:
https://kb.starburstservices.com/tips-and-tricks/sending-test-email-in-almalinux-8-9-from-cli-using-s-nail/
What OS are you using AlmaLinux 8 or 9?
Are you sending a test email for the CLI?
If not, try:
https://kb.starburstservices.com/tips-and-tricks/sending-test-email-in-almalinux-8-9-from-cli-using-s-nail/
599
Updates / Re: How to update Imagick?
« on: December 02, 2024, 04:14:24 AM »
Once I did those 2 commands separate it worked.
Now to see if it stays when PHP gets updated next time.
Thanks for your help @cyberspace
Now to see if it stays when PHP gets updated next time.
Thanks for your help @cyberspace
600
E-Mail / Re: Can't remove Roundcube instalation.
« on: December 02, 2024, 04:01:51 AM »
The latest Roundcube is 1.5.9, all you have to do is replace the 8 with a 9 in the command lines.
There should be plenty available, as it is popular.
There should be plenty available, as it is popular.
