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

Pages: [1] 2
1
Apache / suphp.conf: error and my Apache is dead.
« on: July 01, 2017, 11:11:30 PM »
I tried to upgrade my Apache from within CWP-Pro and I killed it...  :(

Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 509 of /usr/local/apache/conf/httpd.conf: Syntax error on line 1 of /usr/local/apache/conf.d/suphp.conf: Cannot load modules/mod_suphp.so into server: /usr/local/apache/modules/mod_suphp.so: undefined symbol: ap_log_rerror
[FAILED]


Any ideas what I can do to fix it anyone?

Many thanks.

2
Installation / Re: Disappointed
« on: October 18, 2015, 06:15:15 AM »
To be honest, nothing really breaks in CWP.  Some changes from time to time may leave me lost here and there, but the support has been rather good over the last 5 years.  Hang in there, people will pop in and help you out.  There is always the main tech support for a small donation.  That has saved my butt a few times.

How are you failing to access PhpMyAdmin?  That has always been solid as a rock.  You can even go to it directly via URL links and log in.

I just built a new server today for something to play with, so it is a brand new install.  Tell me how you are attempting to access the program and what error message you are receiving.

-Psyber

3
Addons / Re: How can i update teamspeak 3 server to latest one?
« on: October 18, 2015, 06:05:00 AM »
Well...  Not that I know if this is actually the proper way or not, but it is what I have been using for the last decade.

After I stop the server, I backup my ts3 folder. 
Then download the new server files from teamspeak.com and just copy them over the current files.
Next I start Teamspeak 3
done.

4
Addons / Deluge addon
« on: October 18, 2015, 06:02:12 AM »
Seeing that someone added a Deluge addon, I thought to install it.  Install ran perfect on the first try and it is up and running great.  But for the life of me, I am unable to establish the link connection between my local Deluge client on my desktop and the Deluge server daemon running on the new server.

You can connect to the server through the server's webui only using the 127.0.0.1 IP.  Attempts to use the actual IP or the domain name with the proper ports, login name and password always fails.  Again, using 127.0.0.1 always works.

Know that I am not even running the firewall yet.   Any thoughts would be deeply appreciated.

5
Addons / Re: Linux Shoutcast Manager - How to install shoutcast server
« on: October 17, 2015, 02:18:08 AM »
Works fantastic!

Thank you!

6
CentOS 6 Problems / Is CWP causing Alias fakename realname from working?
« on: February 09, 2015, 04:03:46 AM »
No alias directories I create are accessible.  Is CWP causing this?  I do this all the time without CWP installed

TO MAKE A NEW WWW ALIAS:
cd /home/minecraft/multicraft/servers/
cd serverN    # where N is the server number

mkdir www
cd /etc/httpd/conf/
{edit} httpd.conf   <--- line 551
# add a new Alias directive
Alias /customerN/ "/home/minecraft/multicraft/servers/serverN/www/"

 /etc/init.d/httpd restart


#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL.  So "/icons" isn't aliased in this
# example, only "/icons/".  If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
# We include the /icons/ alias for FancyIndexed directory listings.  If you
# do not use FancyIndexing, you may comment this out.
#
Alias /icons/ "/var/www/icons/"

Alias /fiftyone/ "/home/minecraft/multicraft/servers/server51/www/"     

<Directory "/var/www/icons">
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

7
I have been told that for some of my security options, I should install Fail2Ban on my CWP/Centos 6.6 servers.

Any thoughts or recommendations before I start to tinker with it?

Many thanks!

8
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: November 12, 2014, 12:23:12 AM »
*sigh*

Ah, the exact non-answer I fully expected.

Update....

I paid someone else the $20.00 and he gave me this which worked perfect!

wget https://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
yum install https://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
yum update

MySQL version: 5.6.21 installed.

:)

9
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: November 08, 2014, 10:15:40 PM »
Read 423 times, replied to by an Admin and still not one single helpful reply.

So, Admins, how do you upgrade CWP to run MySQL 5.6 from the very old version 5.1 that is installed with the latest version of CWP. 

Please do not respond with a non-answer asking me what I have tried because this forum would be full of the dozens of useless pages found in Google about how to do it and none of them work.  Most are full of dead links to files which are no longer available due to the age of the posts. 

Can we get an informative answer that works with the latest CWP install that we can follow?  I will even donate another $20.00 so the information can be shared with the rest of the community here. :)

Many thanks,

PsyberTech

10
FTP / Re: FTP Login
« on: October 07, 2014, 06:43:22 PM »
The Admins have not responded to my initial support requests from last week, so I went tinkering.  Please know that I am NOT any type of Linux Guru.

How I fixed all my servers from: Response:   421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb

SSH into your server.  (Putty.exe)

Enter: yum remove pure-***d
Answer "y" to remove the program

Enter: yum install pure-***d
Answer "y" to install the program

In your CWP panel, restart the FTP server.

Problem solved.  CWP has a bug in the install setup scripts or something.


11
FTP / Re: FTP Login
« on: October 07, 2014, 06:29:17 PM »
Just so you know... 
Same problem here.  Brand new server, fresh install on CentOS 6.5 

Root can connect just fine with SFTP, but new accounts always get:

Response:   421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb
Error:   Could not connect to server
Status:   Waiting to retry...

Has the staff responded to anyone about this yet?  I just built 4 new servers and I have the same error on all 4.

12
E-Mail / Re: Brand new install: SMTP fails to run. Unable to fix
« on: October 07, 2014, 12:45:26 AM »
[root@webhost home]# postfix start
postsuper: fatal: scan_dir_push: open directory defer: Permission denied
postfix/postfix-script: fatal: Postfix integrity check failed!

13
E-Mail / Brand new install: SMTP fails to run. Unable to fix
« on: October 05, 2014, 06:12:41 PM »
Brand new install: SMTP fails to run. Unable to fix.

Anyone have any ideas what I should try?

-------------------------------------------


[root@webhost ~]# curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
121   364  121   364    0     0   1344      0 --:--:-- --:--:-- --:--:--  3466
===============================================
Kernel:
Linux webhost.trueworldgaming.com 2.6.32-042stab093.5 #1 SMP Wed Sep 10 17:39:49 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux

CPU info:
model name      : AMD Opteron(tm) Processor 6386 SE

Release:
CentOS release 6.5 (Final)

Arch:
x86_64

Memory:
             total       used       free     shared    buffers     cached
Mem:          8192        203       7988          0          0        103
-/+ buffers/cache:        100       8091
Swap:          128          0        128

MySQL info:
mysql  Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1

Disk Info:
Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs      100G  4.9G   96G   5% /
none            4.0G   12K  4.0G   1% /dev
none            4.0G     0  4.0G   0% /dev/shm
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/var/named
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.conf
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.rfc1912.zones
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/rndc.key
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/usr/lib64/bind
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.iscdlv.key
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.root.key
===============================================


14
FTP / Re: FTP Login
« on: October 03, 2014, 06:26:31 PM »
Same problem here on one of my accounts. 

Response:   421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb

Root FTP and other accounts work fine, but this one...

Status:   Connection established, waiting for welcome message...
Response:   220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:   220-You are user number 1 of 50 allowed.
Response:   220-Local time is now 20:24. Server port: 21.
Response:   220-IPv6 connections are also welcome on this server.
Response:   220 You will be disconnected after 15 minutes of inactivity.
Command:   USER standout
Response:   331 User standout OK. Password required
Command:   PASS ********
Response:   421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb

15
Installation / Free Type Fonts are missing is the new build...
« on: September 17, 2014, 02:52:51 AM »
One of the changes made in this current upgrade is that the Free Type Fonts are missing.  Can anyone let me know how to easily and properly add them so GB can properly create the banners again on my new servers?

Many thanks!!!

Psyber

Pages: [1] 2