Announcement

Collapse
No announcement yet.

Zee S2 - Out of disk space

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zee S2 - Out of disk space

    So my Zee is out of disc space. I can't even make a backup. I only have two plugins - BLDSC and Zwave. It is possible that the BLDSC-Activity.log is too big, but I'm not sure where to find it in the Zee's file system. Or maybe it's another problem.

    What's the best way to troubleshoot this?

    Code:
    Filesystem      Size  Used Avail Use% Mounted on
    rootfs          7.6G  7.5G     0 100% /
    /dev/root       7.6G  7.5G     0 100% /
    devtmpfs        482M     0  482M   0% /dev
    tmpfs            98M  238k   97M   1% /run
    tmpfs           5.3M     0  5.3M   0% /run/lock
    tmpfs           195M   13k  195M   1% /run/shm
    /dev/mmcblk0p5   62M   20M   43M  32% /boot
    tmpfs           487M  291k  486M   1% /tmp
    tmpfs           487M  127k  486M   1% /var/log
    tmpfs           487M     0  487M   0% /var/tmp

    #2
    SSH to the Zee, and run the following to display the largest directories at the top.

    Code:
    sudo du -mx / | sort -nr | less
    You should get something as follows (from my z-net:
    Code:
    974     /
    503     /usr
    269     /var
    231     /usr/share
    205     /var/cache
    200     /var/cache/apt
    187     /usr/lib
    158     /var/cache/apt/archives
    145     /lib
    100     /lib/modules
    86      /usr/share/locale
    81      /usr/lib/arm-linux-gnueabihf
    Len


    HomeSeer Version: HS3 Pro Edition 3.0.0.435
    Linux version: Linux homeseer Ubuntu 16.04 x86_64
    Number of Devices: 633
    Number of Events: 773

    Enabled Plug-Ins
    2.0.54.0: BLBackup
    2.0.40.0: BLLAN
    3.0.0.48: EasyTrigger
    30.0.0.36: RFXCOM
    3.0.6.2: SDJ-Health
    3.0.0.87: weatherXML
    3.0.1.190: Z-Wave

    Comment


      #3
      So I think I found the culprit after runing ls -l:

      -rw-r--r-- 1 root root 5099798528 May 28 10:34 BLDSC-Detailed.log

      After running lveatch's command:

      7133 /
      6667 /usr
      4948 /usr/local/HomeSeer
      4948 /usr/local
      948 /usr/lib
      629 /usr/share
      292 /var
      251 /usr/lib/arm-linux-gnueabihf
      179 /usr/lib/jvm/jdk-8-oracle-arm-vfp-hflt
      179 /usr/lib/jvm
      166 /usr/share/locale

      But now I can't figure out how to delete that file - I'm not really experienced with Debian. When I try to sudo rm the file, nothing happens.

      Comment


        #4
        Let's start with the following. after ssh'ing to the Zee, change directory to where ever the BLDSC-Detailed.log file is located. You may need to stop the BLDSC plug-in first (just guessing as I don't have a security panel).

        For example:
        Code:
        cd /usr/local/HomeSeer
        or

        Code:
        cd /usr/local
        then, delete the file
        Code:
        sudo rm BLDSC-Detailed.log
        Len


        HomeSeer Version: HS3 Pro Edition 3.0.0.435
        Linux version: Linux homeseer Ubuntu 16.04 x86_64
        Number of Devices: 633
        Number of Events: 773

        Enabled Plug-Ins
        2.0.54.0: BLBackup
        2.0.40.0: BLLAN
        3.0.0.48: EasyTrigger
        30.0.0.36: RFXCOM
        3.0.6.2: SDJ-Health
        3.0.0.87: weatherXML
        3.0.1.190: Z-Wave

        Comment

        Working...
        X