Menu

[3.0-rc3] FreeBSD - no mounted filesystems

2007-10-22
2012-12-12
  • Henk Bokhoven

    Henk Bokhoven - 2007-10-22

    FYI - in release 3.0-rc3 (but also in a previous v3-release) the "Mounted Filesystems" remain empty.
    Any idea?

     
    • Erkan

      Erkan - 2007-10-22

      Hello,

      Did it work with 2.5.x version?

      I think I will install a virtual FreeBSD to test it.

       
    • Henk Bokhoven

      Henk Bokhoven - 2007-10-22

      Yes it did / does. I also have v2.5.4 installed.
      Even "mbmon" works on that one (and not on 3.0-RC3...).

       
    • gwaa

      gwaa - 2007-11-03

      In 2.5.4 we can see"Mounted Filesystems", but information about filesystem type is missing

       
    • Erkan

      Erkan - 2007-11-03

      "but information about filesystem type is missing"

      Thank you! This information helped me to fix the problem. Can you paste the output of the mount command please ?

      Thanks!

       
    • gwaa

      gwaa - 2007-11-03

      Yes,

      [walsimou@dns ~]$ mount
      /dev/mirror/gm0s1a on / (ufs, local, soft-updates)
      devfs on /dev (devfs, local)
      /dev/mirror/gm0s1e on /tmp (ufs, local, soft-updates)
      /dev/mirror/gm0s1f on /usr (ufs, NFS exported, local, soft-updates)
      /dev/mirror/gm0s1d on /var (ufs, local, soft-updates)
      /dev/ad6s2d on /mnt/hdd1 (ufs, NFS exported, local, soft-updates)
      [walsimou@dns ~]$

      Thanks

       
    • Erkan

      Erkan - 2007-11-03

      Thanks!

      Now I can do some tests to found the problem with the empty "fstype"

      I think it's a problem with a regular expression in includes/os/class.parseProgs.inc

       
      • gwaa

        gwaa - 2007-11-03

        "I think it's a problem with a regular expression in includes/os/class.parseProgs.inc"
        Ok, let me know if you want me to test something

        Regards

         
    • Rag3Rac3r

      Rag3Rac3r - 2007-12-06

      Just wanted to point out that i also got this problem.

      Everything except mounted filesystems shows, it even detects the HDD's correctly and displays 'em under IDE-devices.

      Info:
      Apache 2.2.6 with PHP 5.2.4, running on Slackware 12.0 installation (thus compiled apache & php on my own)
      As previous poster it worked fine in 2.5.x versions of PHPsysinfo.

      And i guess u want output of the mount cmd also ;)
      root@tiger:~# mount
      /dev/hda1 on / type ext3 (rw)
      proc on /proc type proc (rw)
      sysfs on /sys type sysfs (rw)
      usbfs on /proc/bus/usb type usbfs (rw)
      /dev/hdb on /media/hd0 type ext3 (rw)
      /dev/md/0 on /home type ext3 (rw)

       
    • Anonymous

      Anonymous - 2007-12-21

      Same here:

      ~> mount
      /dev/mirror/gm0a on / (ufs, local)
      devfs on /dev (devfs, local)
      procfs on /proc (procfs, local)
      /dev/ad4s1g.journal on /home (ufs, asynchronous, NFS exported, local, gjournal)
      /dev/ad4s1e on /tmp (ufs, local, soft-updates)
      /dev/ad4s1f.journal on /usr (ufs, asynchronous, local, gjournal)
      /dev/ad4s1d.journal on /var (ufs, asynchronous, local, gjournal)
      tank on /tank (zfs, local)
      tank/private on /tank/private (zfs, NFS exported, local)
      tank/public on /tank/public (zfs, NFS exported, local)
      /dev/fuse0 on /mnt/sam_hd (fusefs, local, synchronous)

      None of which are showed.

       
    • Erkan

      Erkan - 2007-12-27

      Hello everybody!

      Can you test the latest CVS version because I make a lot of change about this :

      http://erkan.power-heberg.com/sources/phpsysinfo/phpsysinfo-dev.zip

      Thanks in advance!

       
      • gwaa

        gwaa - 2007-12-27

        Good Job !!!
        Now we can see all columns in section MOUNTED FILESYSTEMS except the column "TYPE" where filesystems (NFS,UFS, etc...) are missing
        Regards

         
    • Erkan

      Erkan - 2008-01-06

      Hello,

      This problem must be fix in the new (again) CVS version :

      http://erkan.power-heberg.com/sources/phpsysinfo/phpsysinfo-dev.zip

      Can you test it please?

      Thanks in advance!

       
      • gwaa

        gwaa - 2008-01-07

        Hello,
        File system type is still missing, otherwise all seems to work fine :-)
        Regards

         
    • Erkan

      Erkan - 2008-01-08

      Hello,

      Oh sorry, I didn't updated my .zip file yesterday :$

      So you can retry if you want.

      I'm sorry.

       
      • gwaa

        gwaa - 2008-01-08

        Yes I have something better :-) . But in the following machine all is ok, however I can't see  nfs when filesystem TYPE is nfs.
        [root@cayor /usr/local/www]# mount
        /dev/ad0s1a on / (ufs, local)
        devfs on /dev (devfs, local)
        /dev/ad0s1e on /tmp (ufs, local, soft-updates)
        /dev/ad0s1f on /usr (ufs, local, soft-updates)
        /dev/ad0s1d on /var (ufs, local, soft-updates)
        nfs:/mnt/hdd1/home on /mnt/home (nfs)
        nfs:/usr/ports/distfiles on /usr/ports/distfiles (nfs)

        regards

         
    • Erkan

      Erkan - 2008-01-09

      Hello,

      Artem Volk also sended me a patch to fix this problem.

      http://erkan.power-heberg.com/sources/phpsysinfo/phpsysinfo-dev.zip

      If it works can you post here a screenshot please ? :D

      Thank you for taking time to test our developpement version :)

       
    • Henk Bokhoven

      Henk Bokhoven - 2008-01-10

      Yes, I can confirm too it's working in FreeBSD6.2-RELEASE-p9, even "mbmon" shows MB-temperature!
      Thanks a lot!