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

Pages: [1]
1
Installation / Re: Cannot install CWP on CentOS 7 and 8
« on: June 24, 2021, 01:06:06 PM »
Hi,
You need to activate the access to the server as root:
You have to log in to your server using SSH, and before install CWP:

sudo su
grep root /etc/shadow
passwd
(next line enter the root password)
usermod --unlock root

After this you can install CWP and access with the root access.

I hope have been helpful.

2
Backup / Re: Backup files crated but empty in my NAS
« on: March 27, 2021, 12:23:38 PM »
Sorry, my English is not good.

My provider have his own firewall, and it was blocking the port 20.
I have a different port for FTP connections in my NAS, but you can type the port in the configuration...
Sorry i don't undertstand too much that you say.

But my CWP have all security services enabled, and it can connect.
Maybe you should enable the firewall, and open the ports 20, 21, 22 (or alternatives),2031,...

Maybe changing the connection to active/passive mode...

Sorry


3
Backup / Re: Backup files crated but empty in my NAS
« on: March 27, 2021, 10:35:32 AM »
Hi, I just fixed my issue.

Over the last few days I have looked at the ports several times with the nmap command, but everything seemed fine.

But I finally chose to open all my hosting provider firewall ports ...

After that, both; the copy and the FTP downloads worked perfectly :)

Not even for testing, see if the provider has any extra firewalls, and if so try disabling it (or open all ports).

CWP already has its Firewall and many security tools

I hope you find my comment usefull

4
CentOS 7 Problems / Re: Backups empty when downloaded
« on: March 27, 2021, 10:20:58 AM »
Issue with the port 20, i open it in the server's firewall, but it don't do it...

5
Backup / Backup files crated but empty in my NAS
« on: March 18, 2021, 05:27:56 AM »
Hello,
When it run my "New Backup (Beta)" service, it creates the folders and the files in my local NAS, but this files are always empty.
I use FTP method for downloading, and it connects ok with my NAS (i think).

I have any problem when i do local backup.

The connection logs:

2021-03-18 01:11:55 cd /backup/domain/;ionice -c 3 nice -n +19 tar -czvf domain.tar.gz --exclude domain.tar.gz *
2021-03-18 01:12:09 cd /backup/domain/;mv domain.tar.gz --exclude /backup/domain.tar.gz
2021-03-18 01:12:09 Generating domain.tar.gz
2021-03-18 01:12:09 Type conection cron FTP
2021-03-18 01:12:09 connection FTP successful
2021-03-18 01:12:09 Put file from /backup/domain.tar.gz TO /full/manual/accounts/domain.tar.gz
2021-03-18 01:12:09 Failed to upload file "/backup/domain.tar.gz" en /full/manual/accounts/domain.tar.gz
2021-03-18 01:12:09 Error in Update domain.tar.gz
2021-03-18 01:12:09 rm -fR /backup/domain/
2021-03-18 01:12:09 rm -fR /backup/domain.tar.gz
2021-03-18 01:12:09 rm -fR /home/domain/mysql/
2021-03-18 01:12:09 rm -fR /home/domain/named/
2021-03-18 01:12:10 rm -fR /home/domain/postfix/
2021-03-18 01:12:10 rm -fR /home/domain/vmail/
2021-03-18 01:12:10 rm -fR /home/domain/domains.sql
2021-03-18 01:12:10 rm -fR /home/domain/passwd
2021-03-18 01:12:19 END
2021-03-18 01:12:22 Backup Finished


Someone knows what's happening, and/or how to solve it?
Thank you all :)


6
CentOS 7 Problems / Backups empty when downloaded
« on: March 17, 2021, 03:57:20 PM »
Hello,
I'm encountering a bit of a weird incident. I'm using "NEW Backup (Beta)", usually it works correctly, but in this server it generates files and folders on my local NAS, but the files are empty (example.tar.gz have 0).
I download the files using ftp, and i have not any incident with other installations CWP and no more too with other control panels.
In the server they have the correct MB, and i can generate a backup to keep it in the server, and it works.
Does anyone know why this can happen?
Thanks for your attention, and sorry for my English.

Pages: [1]