How to setup a server to follow development? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: How to setup a server to follow development? (/thread-3198.html) |
RE: How to setup a server to follow development? - gOOvER - 05-21-2008 04:07 PM Added postfix restart RE: How to setup a server to follow development? - sci2tech - 05-31-2008 07:40 AM v 0.0.3: Add support for other distribution (Fedora, SuSE, Gentoo, RedHat) (I only tested with debian, please make backups if you have other distro) Default variables are read from ispcp.conf. maillogconvert.pl it`s updated too. Other little tweaks. PLEASE TEST BEFORE ADD TO WIKI. WORKS FOR ME BUT... you know TODO: Still ispcp.conf it`s not modified. PHP Code: #!/bin/bash RE: How to setup a server to follow development? - gOOvER - 05-31-2008 03:16 PM It works for me on Debian . Only the litte Error happens "Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon/sbin/start-stop-daemon: warning: failed to kill 11258: No such process" so i think, we should stop the daemon a second time. RE: How to setup a server to follow development? - sci2tech - 05-31-2008 11:41 PM gOOvER Wrote:"Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon/sbin/start-stop-daemon: warning: failed to kill 11258: No such process"I really can`t reproduce. I think the daemon was already stopped when you try. RE: How to setup a server to follow development? - ispcomm - 06-02-2008 05:03 PM sci2tech Wrote:I have the same error, but the daemon gets stopped properly. It's probably a problem with the start/stop script (like trying to stop twice).gOOvER Wrote:"Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon/sbin/start-stop-daemon: warning: failed to kill 11258: No such process"I really can`t reproduce. I think the daemon was already stopped when you try. I might be debian-etch related (since I know sci2tech is using lenny). I haven't looked in it since it "kind of works". ispcomm. RE: How to setup a server to follow development? - gOOvER - 06-02-2008 11:22 PM Is the copy of the /parts faster then in the Last Version? The copy is done in under one second RE: How to setup a server to follow development? - sci2tech - 06-03-2008 01:20 AM It`s suposed to be faster since i moved removing of .svn dirs in a single block. Also it`s kind of optimised (not so good with bash scripting but i learn fast ) RE: How to setup a server to follow development? - sci2tech - 06-03-2008 06:48 AM ispcomm Wrote:Tested on 3 computers (but all with lenny) and still can`t reproduce. Could be etch related but i`ve doubtgOOvER Wrote:"Stopping ispCP GUI-Backend communication Daemon: ispcp_daemon/sbin/start-stop-daemon: warning: failed to kill 11258: No such process"I have the same error, but the daemon gets stopped properly. It's probably a problem with the start/stop script (like trying to stop twice). RE: How to setup a server to follow development? - ispcomm - 06-03-2008 07:22 AM sci2tech Wrote:Tested on 3 computers (but all with lenny) and still can`t reproduce. Could be etch related but i`ve doubtIt's not related to your script. If I issue Code: /etc/init.d/ispcp_daemon stop ispcomm. RE: How to setup a server to follow development? - sci2tech - 06-03-2008 07:33 AM I did understand that it`s not related to my script problem is generated from: /etc/init.d/ispcp_daemon Quote:stop)and /lib/lsb/init-function Quote:killproc () {make a diff betwen mine /lib/lsb/init-function and yours maibe this is the problem helper: http://www.mail-archive.com/debian-dpkg-bugs@lists.debian.org/msg05965.html |