ispCP - Board - Support
Gentoo upgrade bugs - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Gentoo upgrade bugs (/thread-11722.html)

Pages: 1 2 3


RE: Gentoo upgrade bugs - Nuxwin - 09-26-2010 10:35 PM

hello ;

And what if you use apache2 binary directly:

Code:
# apache2 -k graceful



RE: Gentoo upgrade bugs - ZiomekPL - 09-30-2010 02:07 AM

environment variables isn't set, and apache has not loading config
Code:
Syntax error on line 186 of /etc/apache2/vhosts.d/ispcp.conf:
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration



RE: Gentoo upgrade bugs - kilburn - 09-30-2010 03:28 AM

It looks like you're missing mod_proxy...


RE: Gentoo upgrade bugs - ZiomekPL - 09-30-2010 06:36 PM

no, no
/etc/init.d/apach2 telling apache what mods enable (-D FCGI -D PROXY etc)
I think the best way to solve this is start apache if ithis is stopped instead of graceful

pseudocode:
Code:
if apache running
     graceful
else
     start apache

//edit:
init.d script in gentoo call conf.d/{scriptname} bedore init.d/{scriptname}
conf.d setting variables and configuring init.d

ispcp can patching their files depending on the distro.


RE: Gentoo upgrade bugs - Nuxwin - 10-05-2010 12:46 PM

Hello ;

Yes, we can provide a patch. Please, provide us a patch and then,we'll create a pre-installation (preinst) script for Gentoo. You can post your patch here or into the related ticket http://isp-control.net/ispcp/ticket/2472

Thanks in advance.


RE: Gentoo upgrade bugs - ZiomekPL - 10-07-2010 08:31 PM

patch attached

//edit:
and, can you fix also ispcp_network script? (remove 'exit 0' from last line)


RE: Gentoo upgrade bugs - Nuxwin - 10-07-2010 09:54 PM

Hello ;

Hum, what the problem with the exit value in the init script ? Normally, exit 0 mean that all was processed normally.


RE: Gentoo upgrade bugs - ZiomekPL - 10-08-2010 01:23 AM

I explained this in previus posts...

gentoo not allowing exit in init scripts..


RE: Gentoo upgrade bugs - Nuxwin - 10-08-2010 03:12 AM

Ok, I'll remove it.


RE: Gentoo upgrade bugs - Cheecoh - 10-08-2010 06:22 AM

(09-21-2010 09:29 PM)ZiomekPL Wrote:  edit: 3. if we got something like that:
"PWD
550 PWD: Permission denied"

we shuld change in /etc/proftpd/proftpd.conf line: HideNoAccess on
to
HideNoAccess off

http://www.proftpd.org/localsite/Userguide/linked/config_ref_HideNoAccess.html

i would remove this completely because as default it is not set... nor on and off...
after commenting it, it also works!