ispCP - Board - Support
Könnte man das NightlyUpdate Script mal anpassen? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Könnte man das NightlyUpdate Script mal anpassen? (/thread-5191.html)



Könnte man das NightlyUpdate Script mal anpassen? - Dexus - 12-17-2008 11:22 PM

http://www.isp-control.net/documentation/start/scripts/updatenightly

Das ding macht mir nur fehler.

Könnte das mal jemand anpassen?


RE: Könnte man das NightlyUpdate Script mal anpassen? - BeNe - 12-17-2008 11:29 PM

Quote:Das ding macht mir nur fehler.
Soll heißen ?? Was passiert denn ?
Musst Dir auch im klaren sein das es eben Nightly Builds sind...
Fehler vorprogrammiert!

Greez BeNe


RE: Könnte man das NightlyUpdate Script mal anpassen? - Dexus - 12-17-2008 11:46 PM

Das Funktioniert nich xD

habe das unter script vom link oben genommen, habe es unter /var/www/backup/ gepackt...

und es geht nicht.

bekomme nur :

awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/proftpd/parts'
Try `cp --help' for more information.
awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/bind/parts'
Try `cp --help' for more information.
awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/apache/parts'
Try `cp --help' for more information.
awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/cron.d/parts'
Try `cp --help' for more information.
awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/fcgi/parts'
Try `cp --help' for more information.
awk: line 0: regular expression compile failed (missing operand)
|/parts
cp: missing destination file operand after `/etc/ispcp/postfix/parts'
Try `cp --help' for more information.
cp: cannot stat `/apache/httpd.conf': No such file or directory
cp: cannot stat `/apache/working/ispcp.conf': No such file or directory
#### REBUILDING SITES ####
./update.sh: line 170: /engine/ispcp-rqst-mngr: No such file or directory
#### Starting ispcp-daemon ####
./update.sh: line 174: start: command not found


RE: Könnte man das NightlyUpdate Script mal anpassen? - BeNe - 12-18-2008 01:31 AM

Kann es bei mir nicht ausführen weil ich mein ispCP nicht überschreiben will.
Aber den Fehlern nach zu folgen passt was mit der bash nicht.
Hast Du auch
Code:
#!/bin/bash
Am Anfang drin ?
Wie hast Du die datei auf dem Server erstellt ?
Reinkopiert oder per Windows und scp ?

Greez BeNe


RE: Könnte man das NightlyUpdate Script mal anpassen? - gOOvER - 12-18-2008 05:32 AM

Das script geht ohne Probleme. Du musst halt die endung .sh statt .pl benutzen.


RE: Könnte man das NightlyUpdate Script mal anpassen? - BeNe - 12-18-2008 04:36 PM

Quote:Du musst halt die endung .sh statt .pl benutzen.
Wie kommst Du drauf das er .pl hat ?
Seine Script scheint ja
Code:
update.sh
zu heißen. Oder habe ich was übersehen ?

Greez BeNe


RE: Könnte man das NightlyUpdate Script mal anpassen? - gOOvER - 12-18-2008 06:39 PM

Die Fehler kommen, wenn das Script ne falsche Endung oder gar keine hat (leidliche Selbsterfahrung Wink )

Desweiteren sollte er das script am besten unter /root speichern und als root ausführen.