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 ... 10
1
CentOS Configuration / Re: How to setup user quotas ?
« on: January 11, 2025, 06:17:08 AM »
my /etc/fstab/ contains

Code: [Select]
#
# /etc/fstab
# Created by anaconda on Mon Aug 19 17:42:13 2024
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
/dev/sda4 / xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
UUID=37e38df4-28dc-4d9c-acb5-1a2fd7e6130b /boot                   xfs     defaults        0 0
UUID=3F31-DBA5          /boot/efi               vfat    defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2
/swap swap swap sw 0 0

quota not working. What should be done?


2
CentOS-WebPanel GUI / Find username option
« on: January 01, 2025, 11:29:56 AM »
Users usually dont remember their usernames

This results in recover password unusable.

Instead domain name can be used.

Including username in recovery email will help this

3
CSF Firewall / Re: Cant start firewall
« on: November 20, 2024, 10:22:22 AM »
Hi reintalled a new VPS and migrated the accounts before I saw this message.

Thanks for the support

According to the error the kernel module iptables_filter isn't loaded and OS can't load it for some reason. It could happen if:

1. You use custom kernel without iptables_filter support (Kernel installed from some 3rd party repository or compiled from sources with iptables_filter disabled)
2. Your provider uses OpenVZ/LXC virtualization and the kernel module iptables_filter isn't loaded at main node.

If the problem remains unsolved after the restoration then do following:

Run as root on your VPS:

Code: [Select]
uname -a
ls  /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/

and show output.

4
CentOS-WebPanel Bugs / Re: User login - errors
« on: November 06, 2024, 08:25:19 AM »
Update

I have noticed that for some users there is no problem

Only for few users, I have issue

5
CSF Firewall / Re: Cant start firewall
« on: November 06, 2024, 07:56:19 AM »
It is a VPS

No custom kernel

But I took backup and reinstalled the server now

6
CentOS-WebPanel Bugs / User login - errors
« on: November 06, 2024, 07:54:53 AM »
I am unable to login as a user.

When I use https://server:2083/user/ I get "502 Bad Gateway cwpsrv" (Admin - List Accounts - User auto login)

When I use https://server:2083/ , I am able to enter username / password but get error "Failed" (Red - rt top corner)

When I use https://domain:2083/ , I am able to enter username / password but get error "Failed" (Red - rt top corner)

Please suggest. Also where can I check the logs? I tried looking at

/usr/local/apache/logs (main logs)
/usr/local/apache/domlogs


7
Information / Missing Items - CWP To CWP Migration
« on: November 01, 2024, 02:03:56 PM »
I have come across the following items which gets missed out during CWP to CWP migration

1. MX records (If external mail services have been used)
2. Contacts of roundcube

I manually copied MX records
and
logged in to roundcube email (each) and used import-export option to transfer contacts (Any better method like an SQL query on roundcube DB?)

Are there any other items which gets missed out during this CWP-CWP migration?

8
CSF Firewall / Re: Cant start firewall
« on: November 01, 2024, 04:10:45 AM »
delete /etc/csf/csf.error didnt help

Disabling FASTSTART didnt help

9
CSF Firewall / Cant start firewall
« on: November 01, 2024, 04:04:25 AM »
When I try starting in cwp, i get the error

Quote
Status: You have an unresolved error when starting csf:
Error: FASTSTART: (DROP no logging IPv4) [] [iptables-restore v1.4.21: iptables-restore: unable to initialize table 'filter']. Try restarting csf with FASTSTART disabled, at line 5790 in /usr/sbin/csf

You need to restart csf successfully to remove this warning, or delete /etc/csf/csf.error


10
CentOS-WebPanel Bugs / CWP - CWP Migration - DNS Records
« on: October 31, 2024, 05:37:58 PM »
When you do a CWP - CWP migration, all records like sub domain A records, MX records (Like GSuite) gets lost.

Is it a known bug or a not solvable technical issue? Or is it related to some API permission selection?

11
Updates / The Future of CentOS Stream with CWP
« on: October 22, 2024, 08:25:05 AM »
I saw a wiki article "The Future of CentOS Stream with CWP" at https://wiki.centos-webpanel.com/the-future-of-centos-stream-with-cwp

Is this article still relevant or its outdated?

I have few servers on centos stream

12
E-Mail / Re: Roundcube attachement size
« on: October 22, 2024, 08:22:37 AM »
Thanks a ton.

This can be actually a good article.

13
E-Mail / Roundcube attachement size
« on: October 19, 2024, 05:52:43 AM »
When I login to

server/webmail

I am able to attach big files

For same email id, if I login to

domain/webmail

I get connection error while attaching big files (same files which works in above case)

Please suggest

14
Hi

I migrated an account from 1 server to another using "CWP_CWP Migration" option

Everything seems to be working except that

In roundcube login of every email account, I do not see

1. Contacts
2. Additional identities created by that user

15
DNS / Re: More than 2 name servers
« on: October 12, 2024, 12:45:29 PM »
I am looking at creating cwppro VPS with 2 sets of name servers

Like a domain pointing to

ns1 & ns2 should work at n3 & ns4 also

Currently my VPS nameservers are

ns1.domain1.com
ns2.domain1.com

I want to make this VPS work with

ns1.domain2.com
ns2.domain2.com

while

ns1.domain1.com
ns2.domain1.com

continue to work




Try to edit the default DNS zone template:
https://wiki.centos-webpanel.com/custom-dns-zone-template

Actually you need to remove the records (make backup of the default template before you edit it):

Code: [Select]
@       86400   IN      NS              %ns1%.
@       86400   IN      NS              %ns2%.

from the template and add the records like:

Code: [Select]
@       86400   IN      NS              NS1.NAMESERVER.COM.
@       86400   IN      NS              NS2.NAMESERVER.COM.
@       86400   IN      NS              NS3.NAMESERVER.COM.
@       86400   IN      NS              NS4.NAMESERVER.COM.

Pages: [1] 2 3 ... 10