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 - anandmys

Pages: 1 [2] 3 4 ... 14
16
E-Mail / Spamassassin Restarting regulary
« on: May 21, 2025, 11:09:23 AM »
Few times I saw Spamassassin had stopped. On checking the logs, I see this. How to fix this?


Quote
May 21 20:05:45 server systemd[1]: Started Spamassassin daemon.
May 21 20:05:47 server systemd[1]: spamassassin.service: Succeeded.
May 21 20:05:47 server systemd[1]: spamassassin.service: Service RestartSec=100ms expired, scheduling restart.
May 21 20:05:47 server systemd[1]: spamassassin.service: Scheduled restart job, restart counter is at 4589.
May 21 20:05:47 server systemd[1]: Stopped Spamassassin daemon.
May 21 20:05:47 server systemd[1]: Started Spamassassin daemon.

17
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: May 15, 2025, 06:45:37 AM »
So are you trying to Enable or Disable IPv6?

IPv6 is disabled.

Apache logs show lots of warnings like

Quote
May 15 01:42:03 hosting NetworkManager[669]:   [1747291323.8795] platform: (eth0) route-sync: failure to add IPv6 route: type unicast fe80::1/128 dev 2 metric 100 mss 0 rt-src user: Permission denied

My initial question was

Should these warnings be ignored? Or should I work on the cause and correct it?


18
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: May 13, 2025, 10:33:55 AM »
Edit the file - /etc/sysctl.conf

e.g. nano /etc/sysctl.conf

Add the line:
Code: [Select]
net.ipv6.conf.all.disable_ipv6 = 1
Save, Exit and Reboot

Then IPv6 will be Disabled.

It is already disabled.

19
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: May 07, 2025, 12:23:38 PM »
Quote
Then select Disabled and click OK.
Run the ip a command from the terminal to confirm that IPv6 is no longer available.

 Unable to save connection:        │                   │
                                          │ │ [ ] Ignore aut│ ipv6.addresses: this property is  │                   │
                                          │ │               │ not allowed for 'method=disabled' │

20
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 28, 2025, 12:44:45 PM »
If you don't want IPv6 and are using AlmaLinux, you can use nmtui and disable it.

#nmcli conn show "System eth0"
connection.id:                          System eth0

# nmcli connection modify "System eth0" ipv6.method "disabled"
Error: Failed to modify connection 'System eth0': ipv6.addresses: this property                                                                              is not allowed for 'method=disabled'


21
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 28, 2025, 12:38:34 PM »
If you don't want IPv6 and are using AlmaLinux, you can use nmtui and disable it.

#nmcli connection show

NAME         UUID                                  TYPE      DEVICE
System eth0  3521111a-4fxx-43xx-x444-1xxxxxxxxx0  ethernet  eth0

# nmcli connection modify System ipv6.method "disabled"
Error: unknown connection 'System'.

What is the connection name I should use?



22
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 28, 2025, 12:32:14 PM »
If it's disabled in the kernel, there shouldn't be anything left to do (after rebooting). Can you show the results of
Code: [Select]
ip a  | grep net6

[root@hosting ~]# ip a  | grep net6
[root@hosting ~]# ip a  | grep net6

23
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 25, 2025, 12:17:39 PM »
IPV6 is already disabled in kernel

Should it be disabled in networkmanager?

24
CentOS-WebPanel GUI / NetworkManager errors / warnings
« on: April 25, 2025, 05:28:17 AM »
Quote
Apr 25 00:22:01 hosting NetworkManager[676]:   [1745558521.6932] platform-linux: do-add-ip6-address[2: fe80::250:56ff:fe40:f5e8]: failure 13 (Permission denied)
Apr 25 00:22:03 hosting NetworkManager[676]:   [1745558523.6955] ipv6ll[7815b866a956efe0,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Apr 25 00:22:03 hosting NetworkManager[676]:   [1745558523.6958] platform: (eth0) route-sync: failure to add IPv6 route: type unicast fe80::1/128 dev 2 metric 100 mss 0 rt-src user: Permission denied
Apr 25 00:22:13 hosting NetworkManager[676]:   [1745558533.7064] platform-linux: do-add-ip6-address[2: fe80::250:56ff:fe40:f5e8]: failure 13 (Permission denied)
Apr 25 00:22:15 hosting NetworkManager[676]:   [1745558535.7089] ipv6ll[7815b866a956efe0,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Apr 25 00:22:15 hosting NetworkManager[676]:   [1745558535.7093] platform: (eth0) route-sync: failure to add IPv6 route: type unicast fe80::1/128 dev 2 metric 100 mss 0 rt-src user: Permission denied

Apache log file shows these lines. Should I ignore or should I fix this?

25
E-Mail / Re: Stop forwarding SPAM emails
« on: April 24, 2025, 06:10:13 AM »
- Ensure SpamAssassin is enabled, and set it to drop spam or send to spambox (do not use "deliver to inbox"). At a minimum, use "drop high scoring spam".

Any Guidance on how to set these in CWP?

26
E-Mail / Stop forwarding SPAM emails
« on: April 23, 2025, 10:31:54 AM »
Some of my users have created email forwards

I see in postfix q that many SPAM emails coming to these emails getting forwarded.

This has resulted in my IP getting blacklisted with email providers like Microsoft

How to stop SPAM emails getting forwarded?

27
MySQL / Re: mySQL user
« on: April 17, 2025, 12:51:34 PM »
Perhaps that came from a cPanel migration? I don't have an "any" user on any of my servers...

Surprised to see that

Hope not a malware / hacking issue

28
MySQL / Re: mySQL user
« on: April 17, 2025, 12:29:45 PM »
Got answer from here

https://forum.centos-webpanel.com/centos-webpanel-bugs/users-can-see-all-phpmyadmin-user-database-how-to-prevent-it/msg51069/#msg51069

Deleting user "Any" resolved the issue. Not sure if I have created any other issue due to this.

As of now all good.

29
Hi, I got the solution. Some how in my phpmyadmin "User accounts" section added a entry like: Any -->localhost--->yes--->usage--->No, So this entry means anyone can login to main localhost if anyone have a authorized user id & password. So, solution is just remove that user from the table. That's all. Hope it will help any one else. Today full night is gone to investigate this issue.

Thanks a ton. I was struggling with this. SOLVED

30
MySQL / Re: root password change
« on: April 17, 2025, 12:08:10 PM »
Looks like you have uncovered a bug in the MySQL PW reset script. You may need to manually change the PW via the CLI and then make sure the new PW is in both of these files:
Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password

Thank you

Pages: 1 [2] 3 4 ... 14