Hi, please help me. I use Linux Debian 6 (In Linux Debian 5 it works.) and ISPConfig v3.0.4.6 In "Monitor" -> "Show Update Status" Does not show any text showing the status updates, only shows the colored strip which means that it is green, so no update is not ready OS. This problem occurs on all my 3 servers where the Debian version 6. Any idea?
hello sorry for the gravedigging but I have the same probleme: I upgraded from debian 6( squeeze ) to debian 7 ( wheezy ) on an ipsconfig 3.0.5.2 install. In "Monitor" -> "Show Update Status" Does not show any text showing the status updates, only shows the colored strip which means that it is green, so no update is not ready OS. And Blue when updates needed but no list is written. can someone help? Thank you.
IT is a headless server. So their is no need of a graphic card... The only part that does not show any text is raid and system update. But the rest is working fine.
you say: "In "Monitor" -> "Show Update Status" Does not show any text showing the status updates, only shows the colored strip which means that it is green, so no update is not ready OS." this is a graphic front end.
here is a print screen of my probleme. I think it is more related to a capture of the text of "apt-upgrade update" on a wheezy installation. But then again I can be wrong. The general overview work fine... :
I get none with Code: apt-get -s -qq dist-upgrade but with Code: apt-get -s -q dist-upgrade i get : Code: Lecture des listes de paquets... Construction de l[COLOR="Red"]'[/COLOR]arbre des dépendances... Lecture des informations d[COLOR="red"]'[/COLOR]état... 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. Because I just did the updates.. I seams that the text is not transferd to the database... dbispconfig -> monitor_data -> system_update : a:1:{s:6:"output";s:0:"";} and i also think that it has to do with my french apt and the " ' " showed in the red in the text up there
I tried that in /usr/local/ispconfig/server/lib/classes/monitor_tools.inc.php Code: $data['output'] = htmlspecialchars(shell_exec('apt-get -s -q dist-upgrade'),ENT_QUOTES,'UTF-8'); I let you Know how it turns out EDIT: nope no change Now i'll try :* Code: $data['output'] = str_replace("'"," ",shell_exec('apt-get -s -q dist-upgrade')); EDIT2: Still nothing Now i'll try : Code: $data['output'] = addslashes(shell_exec('apt-get -s -q dist-upgrade')); EDIT3: no more luck... wierd part: with that : Code: $data['output'] = 'test1'.shell_exec('apt-get -s -q dist-upgrade'); $data['output'] = 'test2 '.addslashes($data['output']); nothing is written not even test2