Show Posts

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.


Messages - iraqiboy90

Pages: 1 ... 8 9 [10] 11 12 ... 18
136
Information / Re: Love the panel, but...
« on: February 02, 2022, 08:15:31 PM »
@Cloud. They have been responding more frequently to bug reports including responding to the bug tracker page after I made this thread.

137
Updates / yum with CWP repos fails
« on: February 02, 2022, 08:13:05 PM »
Code: [Select]
[root@bak ~]# yum update
CentOS-Stream - AppStream                                                                                                                                                                                    686 kB/s | 474 kB     00:00
Errors during downloading metadata for repository 'Stream-AppStream':
  - Status code: 404 for http://repo.centos-webpanel.com/8-cwp-stream/stable/AppStream/x86_64/os/repodata/09255ba7c10e01afeb0d343667190f9c3e42d0a6099f887619abcb92ea0378db-filelists.xml.gz (IP: 5.196.100.135)
  - Status code: 404 for http://repo.centos-webpanel.com/8-cwp-stream/stable/AppStream/x86_64/os/repodata/678056e5b64153ca221196673208730234dd72f03397a3ab2d30fea01392bd87-primary.xml.gz (IP: 5.196.100.135)

These files don't exist:
http://repo.centos-webpanel.com/8-cwp-stream/stable/AppStream/x86_64/os/repodata/

138
CentOS 7 Problems / Re: ALL WEBSITES ARE DOWN
« on: February 02, 2022, 08:10:38 PM »
Do this:
Code: [Select]
getent group polkitd >/dev/null && echo -e "\e[1;32mpolkitd group already exists\e[0m" || { groupadd -r polkitd && echo -e "\e[1;33mAdded missing polkitd group\e[0m" || echo -e "\e[1;31mAdding polkitd group FAILED\e[0m"; }then this:
Code: [Select]
getent passwd polkitd >/dev/null && echo -e "\e[1;32mpolkitd user already exists\e[0m" || { useradd -r -g polkitd -d / -s /sbin/nologin -c "User for polkitd" polkitd && echo -e "\e[1;33mAdded missing polkitd user\e[0m" || echo -e "\e[1;31mAdding polkitd user FAILED\e[0m"; }then this
Code: [Select]
rpm -Va polkit\* && echo -e "\e[1;32mpolkit* rpm verification passed\e[0m" || { echo -e "\e[1;33mResetting polkit* rpm user/group ownership & perms\e[0m"; rpm --setugids polkit polkit-pkla-compat; rpm --setperms polkit polkit-pkla-compat; }then take a screenshot and paste it here
then do this:
Code: [Select]
shutdown -r now

139
CentOS 7 Problems / Re: ALL WEBSITES ARE DOWN
« on: February 02, 2022, 07:24:21 PM »
Yesterday all website are working fine, today evening everything gone down, we don't know what happened.
OUR SSH is off and we can only login to ssh through VNC. when executing a command we also getting an error message
Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.... etc. any one have similar issue did you
have any solutions

- have you tried restarting ssh through VNC and then try to login again?

Also, take a look at this:
https://forum.centos-webpanel.com/index.php?topic=9168.0

140
CentOS-WebPanel Bugs / CWP still generates certificates when disabled
« on: February 02, 2022, 06:53:01 PM »


Why?

I thought this was fixed.

These two gets added on save.
Why does the first one get added?

141
CentOS-WebPanel GUI / Why do default html pages reset
« on: February 02, 2022, 06:45:14 PM »
/usr/local/cwpsrv/htdocs/resources/admin/tpl/

I saw a dev recommending this once. Why does it keep resetting every update. What's the point?

142
Can you include a screenshot, maybe it will help in understanding the problem faster.

143
Installation / Re: PHP Version Switcher v2 not changing version
« on: February 01, 2022, 09:45:29 PM »
am have 3 test servers VPS with centos stream 8.5 preinstalled Centos Stream 8 and use sandeep setup from step 2 step 3 step 4
 
https://www.mysterydata.com/convert-centos-8-to-centos-8-stream-install-cwp-control-panel-in-centos-8-stream/

PHP-FPM Selector works fine PHP Version Switcher v2 works  now olso after today automatic updated 

https://prnt.sc/26n0n2d
https://prnt.sc/26n0nif

I'm wondering why you have automatic updates enabled on php-fpm? Don't you have settings changed or secured in the php.ini files? These auto updates will reset php.ini every time.

144
CentOS-WebPanel Bugs / Re: Cannot update PHP to 7.4.24
« on: February 01, 2022, 09:44:05 PM »
... aaaaaand I just tried it. Upgraded from 5.6.40 to 7.4.26. Works fine.



145
Installation / Re: PHP Version Switcher v2 not changing version
« on: February 01, 2022, 09:27:42 PM »
Main php also fails to update buddy go try it  ;)

yeah, buddy. I just went and tried it. Upgraded from 5.6.40 to 7.4.26. It worked fine..... The problem seems to happen with new CWP installations.

 ;)8.1 to 8.1.2  ;) try that. and my install is 4 years old so far from new.

I won't keep changing my php version on my production server. If CWP's devs grants me a free license for my test server then I can test all i want. But the thing is, you are complaining but won't bother with giving your proof or the details about the error message....

146
Installation / Re: PHP Version Switcher v2 not changing version
« on: February 01, 2022, 06:42:17 PM »
Main php also fails to update buddy go try it  ;)

yeah, buddy. I just went and tried it. Upgraded from 5.6.40 to 7.4.26. It worked fine..... The problem seems to happen with new CWP installations.

147
CentOS-WebPanel Bugs / Re: Cannot update PHP to 7.4.24
« on: February 01, 2022, 06:24:34 PM »
To answer your second question first:

Centos 8 is EOL and probably NOT CWP supported.
Centos Stream 8 is alive and is CWP supported.

I have Centos Stream 8.

148
Installation / Re: PHP Version Switcher v2 not changing version
« on: February 01, 2022, 10:25:00 AM »
I have this problem too
well... The guy above you has a problem that doesnt matter. He is forcing the use of php-fpm and he wants to update the main php version. It won't matter because it's not in use....

So, what's your problem exactly?

Also, do what @Sandeep said

149
PHP / Re: Failed to Download PHP version 8.1.2!
« on: January 31, 2022, 05:14:59 PM »
Check /usr/local/src/php-rebuild.sh line 78.
What's on line 78?

150
CSF Firewall / CWP firewall GUI overflow pages
« on: January 31, 2022, 02:17:02 PM »
Hello

Does the CWP firewall GUI hide too many bans behind pages or will it show all bans in the same page?
I currently have 20 temp bans and all of them are shown in the same page. If this feature exist, can I change it or maybe a suggestion to change it to 10 bans each page?


Pages: 1 ... 8 9 [10] 11 12 ... 18