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.
136
Installation / Re: SSH / Quota warning on Centos after install
« on: December 16, 2014, 06:54:14 AM »
I got same problem after install serveral game servers from ssh console.
I've tried to install quota but warned me about i cannot install it.
Finally, because was not a customer account, i tried to quotaoff -vaug but result was fail again due to permissions i guess, dont remember now. (https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-disk-quotas-managing.html)
Finally2, i ran a command from root, setquotas user 0 0 0 0 -a and fully disable for that user.
I will add quotas on the /etc/fstab asap, rather than bruteforce quota to off.
Thank you for instructions.
I've tried to install quota but warned me about i cannot install it.
Finally, because was not a customer account, i tried to quotaoff -vaug but result was fail again due to permissions i guess, dont remember now. (https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-disk-quotas-managing.html)
Finally2, i ran a command from root, setquotas user 0 0 0 0 -a and fully disable for that user.
I will add quotas on the /etc/fstab asap, rather than bruteforce quota to off.
Thank you for instructions.
137
Installation / Re: Install Error
« on: December 16, 2014, 06:40:58 AM »
I guess this is duplicated question by same guy
138
Installation / Re: Errors after install
« on: December 16, 2014, 06:33:11 AM »
I got same proble few times about cat /etc/resolv.conf.
Usually the fastest test is to try ping as admin suggest you.
The file cat /etc/resolv.conf is overwritted by networking service in some cases. (This is the why it has back to normal working without intervention)
If you have local IP on resolvconf and doesn't work, maybe you have named service down, or you don't have setup it. You are not oblied to use your own dns, cuz your dns server has only your dns records. To reach full internet you must setup a public dns, like google's 8.8.8.8 and 8.8.4.4.
I hard-fix that by removing write permission on file /etc/resolv.conf using command
Regards.
Usually the fastest test is to try ping as admin suggest you.
The file cat /etc/resolv.conf is overwritted by networking service in some cases. (This is the why it has back to normal working without intervention)
If you have local IP on resolvconf and doesn't work, maybe you have named service down, or you don't have setup it. You are not oblied to use your own dns, cuz your dns server has only your dns records. To reach full internet you must setup a public dns, like google's 8.8.8.8 and 8.8.4.4.
I hard-fix that by removing write permission on file /etc/resolv.conf using command
Code: [Select]
chmod -w /etc/resolv.conf
and setting file like admin suggest: Code: [Select]
nameserver 8.8.8.8
nameserver 8.8.4.4
Regards.
139
Installation / Re: İnstallation Error
« on: December 16, 2014, 06:26:47 AM »
It mean English version of any CentOS 6 version OS system.
Im sure you can find a valid image to use with Proxmox from it's image lists.
No matter "how you" or "from where" do you access webpanel later.
If you plan to use Proxmox+cwp for long term, i suggest you to create your own SO image file with CWP included on it. You may need templating some files, but later you can do 1 click VPS+CWP deploy.
Regards.
Im sure you can find a valid image to use with Proxmox from it's image lists.
No matter "how you" or "from where" do you access webpanel later.
If you plan to use Proxmox+cwp for long term, i suggest you to create your own SO image file with CWP included on it. You may need templating some files, but later you can do 1 click VPS+CWP deploy.
Regards.
140
Installation / Re: What to do after installing CWP?
« on: December 16, 2014, 06:13:01 AM »
What to do after installing CWP?
Play with it
I strongly suggest to install Tomcat server, and then install Jenkins into your server.
Swiss machine for multipart installs, deploys or whatever you need.
You can set your own Shoutcast Server and your own TeamSpeak server with few clicks.
Plenty of toys.
Play with it
I strongly suggest to install Tomcat server, and then install Jenkins into your server.
Swiss machine for multipart installs, deploys or whatever you need.
You can set your own Shoutcast Server and your own TeamSpeak server with few clicks.
Plenty of toys.
141
Installation / Re: Existing server install, KILLED My server!
« on: December 16, 2014, 06:10:18 AM »
There's a famous Linux sysadmins phrase: Really you did that?
I deleted the rest of message to being not contructive
Regards.
I deleted the rest of message to being not contructive
Regards.
142
Installation / Re: Install failed - Minimum requeriments
« on: December 16, 2014, 05:34:45 AM »
Im not sure about it, but when it says need 512Mb ram, maybe is telling you ~512Mb as a reference. It may use 300, 400...
Maybe you have run it on a production/heavy load server and this is the way the script warns you. No matter if you have 2Gb ram, if you only have 200Mb free.
About make command failure, maybe you can install/reinstall make again.
Maybe you have run it on a production/heavy load server and this is the way the script warns you. No matter if you have 2Gb ram, if you only have 200Mb free.
About make command failure, maybe you can install/reinstall make again.
143
Suggestions / Re: Login As user
« on: December 16, 2014, 12:06:18 AM »
I said that too. Major hosting panels have that feature at 1 click distance.
To construct a module like that, 1 or 2 things are needeed.
A funcion from root to login inside users with no pass supply, or hability to get user password then make a logout->re-login funtion.
Have we any of them?
To construct a module like that, 1 or 2 things are needeed.
A funcion from root to login inside users with no pass supply, or hability to get user password then make a logout->re-login funtion.
Have we any of them?
144
Suggestions / Re: Translation
« on: December 15, 2014, 11:49:48 PM »
I can help you with Spanish translations too.
Do you plan to install a translation web platform to accomplish it? I suggest...
Im sure someone here can help us with Klingon
Do you plan to install a translation web platform to accomplish it? I suggest...
Im sure someone here can help us with Klingon
145
Other / Old forum style
« on: December 15, 2014, 06:52:09 AM »
It is possible to go back to old forum skin??
Even if new bootstrap looks cool, it has a too wide skin, so i have to move my eyes too much to read things that was easier using old skin. Also removed unread from forum index, because if i wanna see them i will click unread's link
Also, gray letters over another gray background... bad idea.
I made a basic GreaseyMonkey script to condense style up to 60% of screen with a 600px min width. It's not the best solutions, but it works...
If you wanna use it, just create new script, paste that and save:
Regards.
Even if new bootstrap looks cool, it has a too wide skin, so i have to move my eyes too much to read things that was easier using old skin. Also removed unread from forum index, because if i wanna see them i will click unread's link
Also, gray letters over another gray background... bad idea.
I made a basic GreaseyMonkey script to condense style up to 60% of screen with a 600px min width. It's not the best solutions, but it works...
If you wanna use it, just create new script, paste that and save:
Code: [Select]
// ==UserScript==
// @name CWP forum style tweaker
// @namespace cwpforumstyletweaker
// @version 0.1
// @description tweaks new cwp forum bootstrap style to condensed
// @author erm3nda
// @match http://forum.centos-webpanel.com/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
// ==/UserScript==
//////start JQuery Compatibility statement//////
this.$ = this.jQuery = jQuery.noConflict(true);
//////end JQuery Compatibility statement//////
// Main tweak, condense all to 60%
$('.wrapper').width('60%');
$('.wrapper').css('min-width', '600px');
// remove #desno div content and fill div with main table content
$('#desno').html('');
$('table.table_list').width('100%'); // default is 75%
// for post view, remove gray background, add a little padding-left
$('div.inner').css('padding-left', '1em');
$('div.inner').css('background', '#fafafa');
Regards.
146
New Modules / Re: How to add custom built module to left menu?
« on: December 01, 2014, 11:40:34 PM »
Of course.
Just delayed with it, cuz i've find a cleaner way to it so i've started again.
No one is waiting more than me
Just delayed with it, cuz i've find a cleaner way to it so i've started again.
No one is waiting more than me
147
FTP / Re: Create new accounts from cwp
« on: November 27, 2014, 03:34:39 PM »
I saw ElFinder because i see it is scriptable, and you can implement it on many ways.
Also has basic zip management.
When you install that on Hostinger you can get ALL the configured script by FTP then take a look ;P
Also has basic zip management.
When you install that on Hostinger you can get ALL the configured script by FTP then take a look ;P
148
New Modules / Re: How to add custom built module to left menu?
« on: November 27, 2014, 03:26:37 PM »/usr/local/cwpsrv/htdocs/resources/admin/include/menu.php add include("3rdparty.php"); befor ?>
and upload 3rdparty.php to
/usr/local/cwpsrv/htdocs/resources/admin/include Menu is work fine
Thank you.
Due to inhability to recreate menú, i have put mine by hand, avoiding subelements and using right arrow.
Also, the include on menu.php it's out of mainnav div, so menú from 3rdparty breaks.
I have added static element:
Code: [Select]
<div class="mainnav">
<li>
<a href="index.php?module=dns_commit" class="hasUl"><span class="icon16 wpzoom-cord blue"></span>DNS auto-commit<span class="hasDrop icon16 icomoon-icon-arrow-right-3 blue"></span></a>
</li>
</div>
Waiting for the new developer menú system
149
PHP / Re: suPHP - 500 Internal Server Error
« on: November 11, 2014, 07:49:35 AM »yes this is ownership or file location error.
all files needs to be located in users home folder public_html and need to be chowned as user owner.
This is quite confuse to me. I 've read somewhere in that forum like "you must add an alias..." but seems NO alias will work untill you have suPHP installed.
You say "in the same folder". It's that 100% true? I know user it's a must of suPHP, but don't know much about folder permisions.
I have poste same problem in a new thread, phpmyadmin related here http://forum.centos-webpanel.com/aplications/phpmyadmin-alias-error-500-internal-server/
Sorry for duplicity. Search function in forum IS NOT GOOD. It's hard to find certain posts, even if the search words are right.
EDIT: Seems not easy but seems that we can solve. Take a look here http://ubuntuforums.org/showthread.php?t=1753871. Seems we have to edit vHost templates to make it work onthefly for new domains too...
Regards.
150
Aplications / phpMyAdmin Alias error 500 Internal Server
« on: November 11, 2014, 07:30:12 AM »
Hi!!
Im triying to create an Alias to make anydomain.com/phpmyadmin work to phpMyAdmin app.
Using IP is OK, so i know an Alias is needed.
Seems easy but is not working. Code i've test with several modifications, none work:
PHP error log show:
Is that related to mod_security? suPHP? Didn't digg to much over those two software so im totally nude vs it.
Suggestions? I've checkd that http://www.howtoforge.com/forums/archive/index.php/t-53662.html but disable suPHP is not a proper solution.
This problem is present in all alias of apps's i guess, because it affects roundcube and phpmyadmin.
The other way seems to do a trick from .htacess, but im not sure about that way.
Help
Im triying to create an Alias to make anydomain.com/phpmyadmin work to phpMyAdmin app.
Using IP is OK, so i know an Alias is needed.
Seems easy but is not working. Code i've test with several modifications, none work:
Code: [Select]
Alias /phpmyadmin /usr/local/apache/htdocs/phpMyAdmin
<Directory /usr/local/apache/htdocs/phpMyAdmin>
Options -Indexes
AllowOverride All
</Directory>
PHP error log show:
Code: [Select]
[Tue Nov 11 02:12:28 2014] [error] [client 1.111.111.1] SoftException in Application.cpp:221: File "/usr/local/apache/htdocs/phpMyAdmin/index.php" is not in document root of Vhost "/home/USER/public_html"
[Tue Nov 11 02:12:28 2014] [error] [client 1.111.111.1] Premature end of script headers: index.php
Is that related to mod_security? suPHP? Didn't digg to much over those two software so im totally nude vs it.
Suggestions? I've checkd that http://www.howtoforge.com/forums/archive/index.php/t-53662.html but disable suPHP is not a proper solution.
This problem is present in all alias of apps's i guess, because it affects roundcube and phpmyadmin.
The other way seems to do a trick from .htacess, but im not sure about that way.
Help