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 - 10-08-2010 06:32 AM

Please, for the proftpd issue, open a new ticket and try to explain correctly the problem.


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

Its not a Problem but just a hint that you don't have to use this directive like this
Code:
HideNoAccess off

because the default value is none so it is not set and you could use this:
Code:
#HideNoAccess off

or completeley remove it from proftpd.conf


RE: Gentoo upgrade bugs - Nuxwin - 10-09-2010 02:10 AM

Re ;

About your patch for the apache graceful issue:

On Debian, the following command:

Code:
apache2ctl status

Always return 0 same if apache is down.

Can you check the returned value on Gentoo;

Apache down ---> apache2ctl status ---> value from $?
Apache up ---> apache2ctl status ---> value from $?

Thanks


RE: Gentoo upgrade bugs - ZiomekPL - 10-14-2010 11:00 AM

I checked it before I post write patch ;-)

Code:
03:00:22 [6] viper-hosting init.d # apache2ctl status
* Caching service dependencies ...
*  Service 'postgrey' already provides 'postfix_greylist'!;
*  Not adding service 'policyd'...                                 [ ok ]
* status:  started
03:00:26 [7] viper-hosting init.d # echo $?
0
03:00:34 [8] viper-hosting init.d # /etc/init.d/apache2 stop
* Stopping apache2 ...                                                               [ ok ]
03:00:47 [9] viper-hosting init.d # apache2ctl status
* status:  stopped    
03:00:50 [10] viper-hosting init.d # echo $?
1                                    
03:00:52 [11] viper-hosting init.d #



RE: Gentoo upgrade bugs - sci2tech - 10-16-2010 09:56 PM

Found the problem and hope is fixed. BTW Gentoo sucks Big Grin . See r3471. Please test and report if possible. Thank you ZiomekPL and others for your help.


RE: Gentoo upgrade bugs - devil03 - 11-17-2010 04:36 PM

thank you very much.