Current time: 05-06-2024, 09:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #21
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
ja im pma den Inhalt des Feldes ändern.

Das muss gehen
03-11-2008 07:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #22
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4
Das mit "toadd" hat nicht geklappt. Aber ich habs mit status "ok" versucht. Das hat geklappt. Jetzt stellt sich natürlich die Frage, wenn ich auf toadd gestellt hätte. Dann wären ja sicher noch Scripts ausgeführt worden. Was wird jetzt wohl durch meine vorgehensweise nicht klappen??!!
03-11-2008 07:21 AM
Find all posts by this user Quote this message in a reply
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #23
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4
So kann ich zB keine neuen User mehr anlegen. Die bleiben auf Staus Stop!
In der DB finde ich den Status: "sys_command_rs() | Ending..."

Ich habe auch festgestellt. Das die Ordner im /var/www/virtual nicht angelegt werden!!
(This post was last modified: 03-11-2008 07:28 AM by johreini.)
03-11-2008 07:24 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #24
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
du kannst es auch mit "change" versuchen

wichtig: der request manager muss danach noch laufen gelassen werden...
03-11-2008 07:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #25
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4

So kann ich zB keine neuen User mehr anlegen. Die bleiben auf Staus Stop!
In der DB finde ich den Status: "sys_command_rs() | Ending..."

Ich habe auch festgestellt. Das die Ordner im /var/www/virtual nicht angelegt werden!!
03-11-2008 08:18 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #26
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
dann schalt mal debug ein und berichte, was in den angelegten Logfiles steht.
03-11-2008 08:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #27
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4
In den Log-Files unter /var/log/ispcp steht nicht viel drinnen!!

in ispcp-dmn-mngr.stout:
DEBUG: push_el() sub_name: dmn_del_mta_file_data(), msg: Ending...
DEBUG: push_el() sub_name: dmn_del_mta_data(), msg: Ending...
DEBUG: push_el() sub_name: dmn_del_data(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: dmn_mngr_engine(), msg: Ending...
DEBUG: push_el() sub_name: dmn_mngr_shut_down(), msg: Starting...
DEBUG: push_el() sub_name: dmn_mngr_shut_down(), msg: Ending...


in ispcp-dmn-mngr.sterr:
Use of uninitialized value in numeric ne (!=) at /var/www/ispcp/engine/ispcp-dmn-mngr line 2540

in ispcp-serv-mngr.stout:
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('export COLUMNS=120;/bin/ps aux | /usr/bin/awk '$0 ~/apache2/ {print $0}' | /usr/bin/wc | /usr/bin/awk '{print $1}' 1>/tmp/httpd-run-check.stdout'), msg: Ending...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: check_httpd(), msg: Ending...
DEBUG: push_el() sub_name: del_file(), msg: Starting...
DEBUG: push_el() sub_name: del_file(), msg: Ending...
DEBUG: push_el() sub_name: serv_mngr_engine(), msg: Ending...
DEBUG: push_el() sub_name: serv_mngr_shut_down(), msg: Starting...
DEBUG: push_el() sub_name: serv_mngr_shut_down(), msg: Ending...



Das was ich jedoch komisch finde. Das der Ordner für die Domain nicht angelegt wird!
03-11-2008 05:28 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #28
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
komisch, ja.

bei 2540 wird ja ein Domainverzeichnis gelöscht und das Ergebnis des Löschvorganges scheint ne uninitialisierte Variable zu sein.
Code:
2530         if ( -e "$www_dir/$dmn_name" ) {
2531     
2532             ($rs, $rdata) = del_dir("$www_dir/$dmn_name");
2533     
2534         } elsif ( -e "$www_dir/$dmn_name.disabled" ) {
2535     
2536             ($rs, $rdata) = del_dir("$www_dir/$dmn_name.disabled");
2537     
2538         }
2539     
2540         return $rs if ($rs != 0);

oder steht bei dir was anderes auf dieser Zeile?
03-11-2008 08:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #29
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 4
Vonm welchen File redest du?
03-11-2008 08:56 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #30
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
Quote:in ispcp-dmn-mngr.sterr:
Use of uninitialized value in numeric ne (!=) at /var/www/ispcp/engine/ispcp-dmn-mngr line 2540
03-11-2008 09:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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