• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

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.
 
I'm getting a Diagnostics General Fail
Code:
Checking /mod filesystem type   : Fail:

Not sure what it's telling me
 
Could you please try the general.debug diag and post the output? I'm sure it's my script rather than your box!
 
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
 
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
 
Back
Top