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 ... 9 10 [11] 12
151
CentOS-WebPanel Bugs / cwp to cwp migration and Mysql
« on: April 05, 2020, 07:17:39 AM »
I have noticed the following issues.

1. For some accounts, my sql doesnt get migrated.

2. In another account, I see the following issues
      a. There were 2 databases and 2 users. In user control panel I see only databses.
      b. In main control panel I see 2 db and 1 user
      c. I am not able to associate any db with any user
3. Now, I am trying to add a new db, I cant see that in phpmyadmin

Some screenshots attached.

2 databased imported from original server


phpmyadmin from main panel shows 2 original DBs. The new DB created from user panel after migration is disassociated (arogyas_com) and not accessible from user panel


Mysql tab from main panel shows all 3 DBs, only 2 users (Other missing user is actually working. Its connected to a wordpress site which is working with password which was set in original server)


mysql manager in user panel. I am able to add DB, users etc. But If I add new users to migrated DB, the users do not show up.


152
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 08:14:42 PM »
I got solution finally from

https://forums.centos.org/viewtopic.php?t=8660

Here is the answer that worked (Althogh not completely tested by me yet)

Code: [Select]
Is this host a server? If so, disable NetworkManager... as it was really designed for laptop use (example roaming wireless) and not a server which is typically configured with a static ip. To this day it boggles my mind as to why Red Hat includes this on a server image. In my opinion it should not be installed period, but since they insist on putting it in, it should at least be disabled by default. OK, enough of my rant...

Disable NetworkManager - chkconfig NetworkManager off

Stop NetworkManager - service NetworkManager stop

Change the NM_CONTROLLED=yes to no and save file

Restart networking - service network restart

153
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 04:35:24 PM »
 :) I am still learning

154
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 01:40:09 PM »
1. I tried 5 different DNS servers

2. I am spending last 12 hours in Google. Let me see if Yahoo search throws some answer.

Any help from others?

155
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 12:54:24 PM »
Yes

Currently resolv.conf has

Code: [Select]
# Generated by NetworkManager
nameserver 8.8.8.8
nameserver 8.8.4.4

When I run command

Code: [Select]
host 173.249.22.198
or

Code: [Select]
host anydomain
I get the output

Code: [Select]
host: parse of /etc/resolv.conf failed

156
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 11:06:04 AM »
Try setting different resolvers, or have some patience - up to 48hrs.

Its done quite sometime back. PTR is resolving in online tools. Anyways let me wait

157
DNS / Re: rDNS/PTR Failed for hostname
« on: April 04, 2020, 09:47:07 AM »
Same issue. More details on how you solved this?

158
DNS Manager / Re: rDNS/PTR FAILED but it resolves to some adress
« on: April 04, 2020, 09:40:52 AM »
Ask your service provider to set PTR/rDNS

They might have given you the option in control panel also (Not inside CWP)

159
CentOS 7 Problems / Hostname related issue
« on: April 04, 2020, 09:17:41 AM »
I see some hostname related issues

In Change hostname I see

Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED

But server.sslhosting.in properly resolves to 173.249.22.198

Because of this, I see errors in BIND DNS status as well

Ex: Checking with google if domain is hosted on this server: FAILED

But websites are working.

160
DNS / Re: rDNS/PTR check for IP 192.168.1.150 = not found!
« on: April 04, 2020, 07:50:44 AM »
Same issue.

Reverse DNS (PTR) is correctly set. I can verify this from online tools.

My IP is 173.249.22.198   
My server is server.sslhosting.in

But in 'Change Hostname' option I see

Your Hostname is: server.sslhosting.in and it resolves to IP: (ERROR: You don't have a valid hostname set!)
rDNS/PTR = FAILED, check with your hosting provider! FAILED


161
CWP API / Re: API endpoints Manual
« on: February 14, 2020, 02:35:30 PM »
Hi,
Is there a link with API endpoints manual?
I would like to create some scripts to use the API to create accounts/emails etc. But I'm not finding the API manual link.
Thanks.

Regards,
Bruno Morais

https://docs.control-webpanel.com/

This doesn't talk about API endpoints.

I guess we should look here. https://wiki.centos-webpanel.com/cwp-admin-api

Any other detailed API endpoint document?

162
Information / Re: quota
« on: January 28, 2020, 05:23:32 AM »
Thx - which Data is Count in Option Quota? Only Webspace? And if so, will it be changed  or extended to Database and Mail ... too?

Quota it is only disk quota for user's home directory.
And yes, we have it in a plans.
If email was correctly stored in the user's home (sub-)directory then it would serve multiple purposes, quota being one of them.

Is this possible currently?

163
Information / Re: quota
« on: January 27, 2020, 08:08:55 AM »
Any update or plans to include email and mysql usage in user quotas?

is centos webpanel designed also for reselling business?

164
CentOS-WebPanel Bugs / Re: Setting up user quota doesnt work
« on: January 27, 2020, 08:02:22 AM »
Code: [Select]
#
# /etc/fstab
# Created by anaconda on Thu May 10 19:11:59 2018
#
# 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
#
/dev/mapper/centos-root /                       xfs     defaults,usrquota,grpquota        0 0
UUID=b6138c62-a2ac-44ab-8bc4-005d04b4d505 /boot                   xfs     defaults        0 0
/dev/mapper/centos-swap swap                    swap    defaults        0 0

165
CentOS-WebPanel Bugs / cwp to cwp migration
« on: January 27, 2020, 05:20:54 AM »
I tried to migrate and account from 1 panel to another

1. Remote server setup was succesful
2. I could migrate all packages
3. I tried migrating a single account. It was successful
4. Tried another account. It stopped at 10% for a long time.
5. I tried cancelling the transfer.
6. The transfer was not showing in the list.
7. But new server continued to login to remote server despite there was no pending transfers.
8. I even deleted the remote server from the list.
9. Even now, the server continues to login to remote server.

Questions
1. How to fix this?
2. Where can i see if any q present in server for account transfer?

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