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

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Logging into CWP User Error
« on: November 11, 2021, 01:11:52 PM »
I was facing the same problem, so reading the logs I found a problem with user permissions on two user directories.

/home/-username-/tmp
/home/-username-/.conf

Changing it to 755 solved as CWP expects.

Code: [Select]
chmod -R 755 /home/-username-/tmp /home/-username-/.conf
Solved.

Best regards =)

2
CentOS 7 Problems / Re: CWP to CWP Migration Stuck on Create Backup
« on: November 11, 2021, 01:08:02 AM »
Found what was wrong for me.  :D

I was not using root user on SSH connection.
So, the backup was created at source server, but the migration script can't reach the file because the user doesn't have rights to access.

Now it's working with root user, but I don't like to enable root for SSH... Feels so insecure.


Best regards =)

3
CentOS 7 Problems / Re: CWP to CWP Migration Stuck on Create Backup
« on: November 09, 2021, 04:10:11 PM »
Hi =)

Facing the same problem CWP to CWP, both at 0.9.8.1099.

Unfortunatelly there are few logs to inspect and figure out what's happening...

There is a verbose mode? :B


Best regards

4
Installation / Re: RHEL 8 derivative support
« on: June 15, 2021, 11:25:07 AM »
Hi,

I'd installed and using AlmaLinux 8.3 with CWP Pro without any problem, but is the Apache only version.

For me, AlmaLinux are adopted as production until RockyLinux launch a stable version and pass all the tests with CWP.

=)

Best Regards,
Ricardo Viapiana

Pages: [1]