[SOLVED] Install Problem when i change the vu2000 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] Install Problem when i change the vu2000 (/thread-2575.html) |
[SOLVED] Install Problem when i change the vu2000 - hahaha - 02-26-2008 11:47 PM I never use default setup in my servers for security reasons, and so, when i change the default user of vu2000 to uv2000 and install isp-cp then i have the follow error. Setting GUI Permissions: .......................................................................................................................................... .......................................................................................................................................... .......................................................................................................................................... .......................................................................................................................................... .......................................................................................................................................... ..................................................................................................................................done Setting Engine Permissions: .chown: `root:vu2000': invalid group ...........done And if i try to start apache2 Starting web server (apache2)...apache2: bad user name vu2000 failed! invoke-rc.d: initscript apache2, action "start" failed. So i change the user in sites-available/00_master.conf to uv2000 and apache2 works perfect. But i dont know about the permission i have to change. I use Debian Etch with a fresh install. Sorry my bad english. Thanks you guys for this great job. RE: Install Problem when i change the vu2000 - hahaha - 02-26-2008 11:55 PM Solved. I found the permission to change. webhost:/var/www/ispcp/engine/setup# grep -R vu2000 * set-engine-permissions.sh: echo -e "\tug+r,u+w,o-r root:vu2000 /etc/ispcp/ispcp.conf"; set-engine-permissions.sh:chown root:vu2000 /etc/ispcp/ispcp.conf RE: Install Problem when i change the vu2000 - joximu - 02-27-2008 12:25 AM Security by obscurity? well - I don't comment this. So, you changed the APACHE_SUEXEC_USER_PREF to uv - and then the script did fail... - sound like a bug... right? Maybe you could open a ticket? /J RE: Install Problem when i change the vu2000 - hahaha - 02-27-2008 12:30 AM I change the default user to avoid script kiddies. Brute force and others scripts in the most of cases uses defaults parameters. I prefer this way. And, ok, i go open a ticket. []'s RE: Install Problem when i change the vu2000 - gOOvER - 02-27-2008 02:48 PM For Scriptkiddies and BruteForce you can use fail2ban. I don't think this is a Bug. Is it possible to change the defaultuser in Confixx? RE: Install Problem when i change the vu2000 - blocker - 02-27-2008 05:28 PM sure, if all hard code has been replaced gOOvER Wrote:For Scriptkiddies and BruteForce you can use fail2ban. I don't think this is a Bug. Is it possible to change the defaultuser in Confixx? RE: Install Problem when i change the vu2000 - Zothos - 02-27-2008 07:02 PM the problem is should be fixed now. Just use the latest trunk |