Current time: 04-19-2024, 08:51 PM Hello There, Guest! (LoginRegister)


Post Reply 
Gentoo upgrade bugs
Author Message
Nuxwin
Unregistered

 
Post: #11
RE: Gentoo upgrade bugs
hello ;

And what if you use apache2 binary directly:

Code:
# apache2 -k graceful
09-26-2010 10:35 PM
Quote this message in a reply
ZiomekPL Offline
Junior Member
*

Posts: 20
Joined: Apr 2010
Reputation: 0
Post: #12
RE: Gentoo upgrade bugs
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
09-30-2010 02:07 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #13
RE: Gentoo upgrade bugs
It looks like you're missing mod_proxy...
09-30-2010 03:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiomekPL Offline
Junior Member
*

Posts: 20
Joined: Apr 2010
Reputation: 0
Post: #14
RE: Gentoo upgrade bugs
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.
(This post was last modified: 09-30-2010 06:43 PM by ZiomekPL.)
09-30-2010 06:36 PM
Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #15
RE: Gentoo upgrade bugs
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.
10-05-2010 12:46 PM
Quote this message in a reply
ZiomekPL Offline
Junior Member
*

Posts: 20
Joined: Apr 2010
Reputation: 0
Post: #16
RE: Gentoo upgrade bugs
patch attached

//edit:
and, can you fix also ispcp_network script? (remove 'exit 0' from last line)
(This post was last modified: 10-07-2010 08:35 PM by ZiomekPL.)
10-07-2010 08:31 PM
Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #17
RE: Gentoo upgrade bugs
Hello ;

Hum, what the problem with the exit value in the init script ? Normally, exit 0 mean that all was processed normally.
10-07-2010 09:54 PM
Quote this message in a reply
ZiomekPL Offline
Junior Member
*

Posts: 20
Joined: Apr 2010
Reputation: 0
Post: #18
RE: Gentoo upgrade bugs
I explained this in previus posts...

gentoo not allowing exit in init scripts..
(This post was last modified: 10-08-2010 01:28 AM by ZiomekPL.)
10-08-2010 01:23 AM
Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #19
RE: Gentoo upgrade bugs
Ok, I'll remove it.
10-08-2010 03:12 AM
Quote this message in a reply
Cheecoh Offline
Junior Member
*

Posts: 18
Joined: Feb 2010
Reputation: 0
Post: #20
RE: Gentoo upgrade bugs
(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/Usergui...ccess.html

i would remove this completely because as default it is not set... nor on and off...
after commenting it, it also works!
10-08-2010 06:22 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)