Diagnostic 'general'

af123

Administrator
Staff member
I'm sure I read a post a few days ago from someone who was getting failures from the general diagnostic but I can't find it now.

In any case, I've updated the general diagnostic to check the partition type and filesystem format of the /mod filesystem. It should provide clearer pointers for why some people are having problems.
 

Ezra Pound

Well-Known Member
I'm getting a Diagnostics General Fail
Code:
Checking /mod filesystem type   : Fail:

Not sure what it's telling me
 
OP
af123

af123

Administrator
Staff member
Could you please try the general.debug diag and post the output? I'm sure it's my script rather than your box!
 

Brian

Administrator
Staff member
Does this help ?

Code:
>>> Beginning diagnostic general.debug diag
Running: general.debug
 
*** Directory Structure ***
 
 
PARTITION: /dev/sda2
DISK: /dev/sda
TYPE: Linux
FSTYPE:
/dev/sda2            132      59495  476841330  83 Linux
/dev/sda2 on /mnt/hd2 type ext3 (rw,data=ordered)
 
Checking /mod partition type                                : Pass
Checking /mod filesystem type                              : Fail:
Checking /mod/boot is a symlink                            : Pass
Checking /var/lib/humaxtv/mod is a directory                : Pass
Checking /var/lib/humaxtv_backup/mod is a directory        : Pass
Checking /mod/boot/2 is a symlink                          : Pass
Checking /mod/boot links correctly                          : Pass
Checking /mod/boot/2 links correctly                        : Pass
 
>>> Ending diagnostic general.debug diag
 

Brian

Administrator
Staff member
This is what I get now, no fails.

Code:
>>> Beginning diagnostic general.debug diag
Running: general.debug
 
*** Directory Structure ***
 
 
PARTITION: /dev/sda2
DISK: /dev/sda
TYPE: Linux
FSTYPE: ext3
/dev/sda2            132      59495  476841330  83 Linux
/dev/sda2 on /mnt/hd2 type ext3 (rw,data=ordered)
 
Checking /mod partition type                                : Pass
Checking /mod filesystem type                              : Pass
Checking /mod/boot is a symlink                            : Pass
Checking /var/lib/humaxtv/mod is a directory                : Pass
Checking /var/lib/humaxtv_backup/mod is a directory        : Pass
Checking /mod/boot/2 is a symlink                          : Pass
Checking /mod/boot links correctly                          : Pass
Checking /mod/boot/2 links correctly                        : Pass
 
>>> Ending diagnostic general.debug diag
 
Top