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

Pages: 1 [2] 3 4
16
Information / File system maintenance??
« on: May 19, 2018, 03:30:53 AM »
are there any plans to add file system maintenance to CWP so that we don't have a bazillion temp files and source files laying around using up our inodes??

17
yum is showing a new centos release to version 7-5.1804.el7.centos.2 is it okay to update to is or should I hold off until the CWP team says it's okay?

18
MySQL / my.cnf and my.cnf.d are blank.. I'm no genius!
« on: May 10, 2018, 01:02:31 AM »
a sample configuration would be lovely that could be copied and pasted with modifications..

I run a social media site and need to tune this to help with the excessive load on mysqld but i have nothing to build from on the configuration..  Any suggestions?

19
CentOS Configuration / how can I increase my root available?
« on: May 04, 2018, 03:01:56 PM »
Can anyone tell me how to increase the space available to the root space to say 500 gigs??



20
Updates / SOFTACULOUS FIX
« on: January 10, 2018, 05:55:00 PM »
What's going on with softaculous? I paid for CWP-Pro and Softaculous and I expect them both to be working!

21
Softaculous / Re: Softaculous doesn't work
« on: January 10, 2018, 05:52:03 PM »
I got the same answer weeks ago... This is getting really frustrating!  CWP team needs to get in gear and fix this!!!!!!!

22
Would be nice if @Admin or one of the devs would answer our questions about this!
 >:(

23
i'm still waiting on the fix for it which in another post said it should have been released a day or so ago!  what gives??  I paid for it and i expect it to work

24
Softaculous / Re: Softaculous doesn't work
« on: December 24, 2017, 12:48:03 AM »
Any idea when softaculous will be fixed?  It's just a # link on my users panels

25
Updates / Re: Pure-FTP update dies!
« on: November 01, 2017, 11:32:16 PM »
simply run this and restart your pure-ftpd service

Code: [Select]
cat /etc/pki/tls/private/hostname.key > /etc/pki/tls/certs/server-ftp.crt
cat /etc/pki/tls/certs/hostname.crt >> /etc/pki/tls/certs/server-ftp.crt
service pure-ftpd restart

Yeah... that didn't work!

26
Updates / Re: Pure-FTP update dies!
« on: November 01, 2017, 10:24:14 PM »
you should check your file /etc/pki/tls/certs/server-ftp.crt in it you would have certificate and key which doesn't match and copy content of the certificate/key you are using for your hostname to that file.

speaking greek to me...lol

27
Updates / Re: Pure-FTP update dies!
« on: October 31, 2017, 04:28:48 PM »
yes, try checking all logs if restart doesn't show any error.

this is what i get when i update it:
pure-ftpd.service - Pure-FTPd FTP server
   Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: resources) since Tue 2017-10-31 12:21:18 EDT; 35s ago
  Process: 32066 ExecStart=/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf (code=exited, status=0/SUCCESS)
 Main PID: 2165 (code=exited, status=0/SUCCESS)

Oct 31 12:21:18 ctrl.xfxtechserv.com systemd[1]: Starting Pure-FTPd FTP server...
Oct 31 12:21:18 ctrl.xfxtechserv.com pure-ftpd[32068]: (?@?) [ERROR] TLS [/etc/pki/tls/certs/server-ftp.crt](308): error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
Oct 31 12:21:18 ctrl.xfxtechserv.com systemd[1]: PID file /var/run/pure-ftpd.pid not readable (yet?) after start.
Oct 31 12:21:18 ctrl.xfxtechserv.com systemd[1]: Failed to start Pure-FTPd FTP server.
Oct 31 12:21:18 ctrl.xfxtechserv.com systemd[1]: Unit pure-ftpd.service entered failed state.
Oct 31 12:21:18 ctrl.xfxtechserv.com systemd[1]: pure-ftpd.service failed.

(from clicking status in cwp)


from ssh console using status command:
~$ systemctl status pure-ftpd.service
● pure-ftpd.service - Pure-FTPd FTP server
   Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled; vendor preset: disabled)
   Active: failed (Result: resources) since Tue 2017-10-31 12:27:22 EDT; 19s ago
  Process: 4983 ExecStart=/sbin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf (code=exited, status=0/SUCCESS)
 Main PID: 2165 (code=exited, status=0/SUCCESS)
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: Starting Pure-FTPd FTP server...
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: PID file /var/run/pure-ftpd.pid not readable (yet?) after start.
Oct 31 12:27:22 ctrl.xfxtechserv.com pure-ftpd[4984]: (?@?) [ERROR] TLS [/etc/pki/tls/certs/server-ftp.crt](308): error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: pure-ftpd.service never wrote its PID file. Failing.
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: Failed to start Pure-FTPd FTP server.
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: Unit pure-ftpd.service entered failed state.
Oct 31 12:27:22 ctrl.xfxtechserv.com systemd[1]: pure-ftpd.service failed.

I have no idea what's wrong with this, if i downgrade it to the previous version it works fine!

28
Updates / Re: Pure-FTP update dies!
« on: October 31, 2017, 02:34:32 PM »
you simply need to check the error which your ftp server has and if its related with hostname certificate then save your hostname again from cwp and it will generate all required certificates.

are you referring to the error i posted above?. I've checked my SSL settings and see no errors according to CWP

29
Updates / Re: Pure-FTP update dies!
« on: October 29, 2017, 12:43:32 PM »
i dunno what the problem is with it, if i install it FTP fails if i downgrade it and reboot the server it works.

30
I'll try that and see if it works :-)  now if i could get pureftp to update and work instead of having to downgrade :-)

Pages: 1 [2] 3 4