Ticket #3547 (closed Bugs: fixed)

Opened 4 years ago

Last modified 3 years ago

admin page not loading

Reported by: gbutters Assigned to:
Priority: minor Milestone: 2.7
Component: System Dashboard Version: 2.5-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

I have a network drive on my machine and when it is down it stops the admin page from loading. I was able to solve the problem by changing line 28 in
admin/modules/dashboard/phpsysinfo/class.Linux.inc.php

    var $parser;
  // get the distro name and icon when create the sysinfo object
  function sysinfo() {

    $this->parser = new Parser();
    $this->parser->df_param = 'P'

to

    var $parser;
  // get the distro name and icon when create the sysinfo object
  function sysinfo() {

    $this->parser = new Parser();
    $this->parser->df_param = 'Pl'

thus telling df to only check local filesystemd.

Change History

08/23/09 16:56:18 changed by p_lindheimer

  • milestone changed from 2.6 to 2.7.

I have not heard of any other bugs on this issue and since I have no idea what the above change does or if it has other potentially negative ramifications, I am going to defer this bug to a later milestone to give time for others who may know more about this to speak up or otherwise the reporter to provide more details as to why we should make this change. Thanks.

01/28/10 13:18:33 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [8703]) fixes #3547 add -l option to seach just local file systems

11/13/10 18:47:36 changed by mbrevda

(In [10558]) re #4566; move amportal.conf settings to a module - Thanks mickecarlsson! closes #4469, #3561, #3571, #3572, #3573, #3547, #3576. untill we get a proper migration in place, please add your db values to /etc/environment, see common/db_connect.php for the varibles that need to be set