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

Pages: 1 ... 3 4 [5] 6
61
Addons / Re: Site.Pro Module missing
« on: May 31, 2021, 06:48:09 AM »
It is not missing. It is added to CWP as a plugin. It is also not free you need to follow the instructions here - https://site.pro/Plugin-installation-guide/centos-web-panel/840907/

62
CentOS 7 Problems / Re: Error after building server configuration
« on: May 30, 2021, 08:23:22 PM »
Rebuild this specific webserver based off nginx

63
CentOS 7 Problems / Re: CWP Problem after installed node
« on: May 29, 2021, 08:36:37 PM »
I fix, i re-build the apache and reset the domain apache configuration from Manage WebServers Configuration.

Follow this guide - http://wiki.centos-webpanel.com/how-to-install-and-setup-node-js-on-cwp. The webserver conf is last thing you will do.

64
CentOS 7 Problems / Re: CWP Problem after installed node
« on: May 29, 2021, 04:32:42 PM »
I really don't know what version i set up..

Check package.json for engines field you will see node version there OR if you are using version manager like nvm, nodist etc then look at .nvmrc

65
CentOS 7 Problems / Re: CWP Problem after installed node
« on: May 29, 2021, 02:31:09 PM »
If your website is a Node.JS app it needs node to be asynchronous  - that is the power of Node.JS above other langauges. What is happening is your app sends a request to system and gets no response since there is no Node.

You should reinstall the Node.JS version your app is built on and setup your webserver correctly as explained here - https://wiki.centos-webpanel.com/how-to-install-and-setup-node-js-on-cwp

66
CentOS 7 Problems / Re: ssh connection issues
« on: May 29, 2021, 09:29:18 AM »
Are you able to connect via SSH with the data? Probably your server has blocked TCP OUT to port 2211
Try to open the port in /etc/csf/csf.conf => TCP_OUT or try to disabvle firewall and test.

Firewall accepts TCP inbound/outbound connections from port 2211.

67
CentOS 7 Problems / Re: ssh connection issues
« on: May 29, 2021, 09:27:06 AM »
Temporary workaround was tunneling ports and agent forwarding. Connected to the remote server for rsync and scp then after I was done I reverted the backup /etc/ssh/sshd_config

68
CentOS 7 Problems / ssh connection issues
« on: May 28, 2021, 09:27:22 PM »

I try to connect to another server and copy files with rsync but I get this error

Code: [Select]
ssh: connect to host 123.45.67.89 port 2211: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.2]


ssh port is correct

69
Postfix / Version conflict on update
« on: May 28, 2021, 07:27:50 PM »
Tried updating CWP then got this error

Code: [Select]
postfix < 2:3.5.9-1.eFa.el7 conflicts with (installed) postfix_eFa-2:3.5.9-1.eFa.el7.x86_64
-bash: syntax error near unexpected token `('
[root@host ~]# Redirecting to /bin/systemctl reload httpd.service
-bash: Redirecting: command not found

70
CentOS 7 Problems / Re: Cannot Access User CWP
« on: May 27, 2021, 07:07:15 AM »
Try to update CWP with the command below
Code: [Select]
/scripts/update_cwp

This did not help. Some accounts are totally inaccessible.

71
CentOS 7 Problems / Re: Jailkit appears to be broken!
« on: May 26, 2021, 01:40:13 PM »
He can use vi instead

72
CentOS 7 Problems / Re: Jailkit appears to be broken!
« on: May 26, 2021, 01:39:33 PM »
terminal is not interactive

73
CentOS 7 Problems / Re: CWP Update AJAX Error
« on: May 26, 2021, 07:45:35 AM »
use putty ssh client or other similar client.

This worked thank you.

74
CentOS 7 Problems / Re: CWP to CWP Migration Stuck on Create Backup
« on: May 26, 2021, 07:44:44 AM »
I did manual migration using rsync

75
CentOS 7 Problems / CWP Update AJAX Error
« on: May 23, 2021, 08:42:54 PM »


Using these instructions - http://wiki.centos-webpanel.com/how-to-update-cwp to update causes AJAX error. Nothing gets updated

Pages: 1 ... 3 4 [5] 6