PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PhpSysInfo - Berechtigungsproblem?



dsone
08.11.06, 15:14
Hallo zusammen,
habe ein Problem mit PhpSysInfo und zwar habe ich nun keine Rechte mehr, um die Systeminformationen auszulesen. Seit dem Confixx Update auf dem Server geht das nicht mehr.

Unter: http://domain.xxx/phpsysinfo/
kriege ich folgende Fehler

common_functions.php 337 file_exists(/proc/loadavg) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/stat) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/sys/kernel/hostname) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/version) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/uptime) the file does not exist on your machine
common_functions.php 157 find_program(who) program not found on the machine
common_functions.php 337 file_exists(/proc/net/dev) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/cpuinfo) the file does not exist on your machine
common_functions.php 364 is_dir(/proc/ide) directory does not exist on your machine
common_functions.php 337 file_exists(/proc/scsi/scsi) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/bus/usb/devices) the file does not exist on your machine
common_functions.php 337 file_exists(/proc/meminfo) the file does not exist on your machine
common_functions.php 157 find_program(df) program not found on the machine
common_functions.php 157 find_program(df) program not found on the machine
common_functions.php 157 find_program(mount) program not found on the machine

PHPInfo (http://domain.xxx/phpsysinfo/info.php) sagt:

register_globals: Off
safe_mode: Off


Es lief immer die gleiche PHP Version (4.4.4-0.dotdeb.1)

PS: Cacti funktioniert seit dem Update auch nicht mehr. Wird nur noch eine weisse Seite angezeigt.

Kann mir jemand weiterhelfen?

Gruss
Patric

Tomek
08.11.06, 16:23
Das dürfte an der open_basedir-Restriktion liegen.

dsone
08.11.06, 16:40
Was müsste man dann für einen Wert bei open_basedir setzten?

Gruss
Patric

Tomek
08.11.06, 16:51
Wohl nur das:

none

dsone
08.11.06, 21:28
Danke für die Antwort, jedoch funktioniert es immer noch nicht :(

Habe es nun geändert:
open_basedir no value no value

Gruss
Patric

dsone
09.11.06, 22:24
bin verzweifelt, hat da keiner eine Idee?

fuffy
10.11.06, 07:41
Hi!

Der safe_mode ist On. Die linke Spalte ist die entscheidende.

Gruß
fuffy

dsone
10.11.06, 15:17
Vielen Dank, hat geklappt!

Gruss
Patric