Announcement

Collapse
No announcement yet.

Log errors.....can I delete/clear the log......

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

    Log errors.....can I delete/clear the log......

    Here is a sample of what I am getting in my log. It seems to be a never ending loop and is slowing down the whole system

    Oct-14 5:29:41 PM Error Log Database Vacuum Error: database disk image is malformed database disk image is malformed
    Oct-14 5:28:40 PM Log Error 131642 failed to be deleted from the logging database - check the log for details or restart HS3 to attempt to resolve this issue.
    Oct-14 5:28:40 PM Error Delete (Log/Date) Error: database or disk is full database or disk is full
    Oct-14 5:28:28 PM Error Log Database Vacuum Error: database disk image is malformed database disk image is malformed
    Oct-14 5:27:30 PM Log Error 131642 failed to be deleted from the logging database - check the log for details or restart HS3 to attempt to resolve this issue.
    Oct-14 5:27:30 PM Error Delete (Log/Date) Error: database or disk is full database or disk is full
    Oct-14 5:27:21 PM Error Log Database Vacuum Error: database disk image is malformed database disk image is malformed
    Oct-14 5:26:08 PM Log Error 131642 failed to be deleted from the logging database - check the log for details or restart
    or should reinstall the entire system on a new memory card and if so How?

    Current Date/Time: 10/14/2020 5:31:39 PM
    HomeSeer Version: HS3 ZEE Edition 3.0.0.521
    Linux version: Linux HomeTrollerZEE 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux System Uptime: 0 Days 0 Hours 21 Minutes 59 Seconds
    IP Address: 192.168.1.155
    Number of Devices: 7
    Number of Events: 1
    Available Threads: 97
    HSTouch Enabled: True
    Event Threads: 0
    Event Trigger Eval Queue: 0
    Event Trigger Priority Eval Queue: 0
    Device Exec Queue: 0
    HSTouch Event Queue: 0
    Email Send Queue: 0

    #2
    You can shut down HS3, delete the log file and restart HS3 and it should solve this issue.
    -Rupp
    sigpic

    Comment


      #3
      How/where do I delete the log file

      Comment


        #4
        I still need to know how and where to delete the log file. I am unable to access through Linux Tools...but can get in through putty. I would just need to know which file in which location to clear/delete. Unless I am misunderstanding what you mean by delete the log file.

        Comment


          #5
          Log file on the ZeeS2 is at

          /tmp/HomeSeerLog.hsd

          Comment


            #6
            So, I am not really adept at Linux and I can't seem to find that file. This is what I see
            Attached Files

            Comment


              #7
              When you start, you're in your 'home' directory, '/home/homeseer'.

              You want to work in the /tmp directory, so change to that using the 'cd' command:
              Code:
              cd /tmp
              ls -l
              then to remove the log file:
              Code:
              sudo rm HomeSeerLog.hsd

              Comment


                #8
                Looks like it's empty? Am I supposed to "Stop" homeseer first?
                If so how do I start it again if the Web interface is unavailabe to me.
                Attached Files

                Comment


                  #9
                  Hmmm.

                  Try this:
                  Code:
                  df -h
                  What we're looking for is any entries in the 'Use%' column that say 100%.

                  Comment


                    #10
                    This is what I have
                    Attached Files

                    Comment


                      #11
                      Ok, so your Zee must not have the log in /tmp. I thought all the Zee's had it there. Let's check the place where the std and pro editions store it.

                      Code:
                      cd /usr/local/HomeSeer/Logs
                      ls -l
                      See if there is an entry with name HomeSeerLog.hsd, and if so delete it with the command I gave earlier,

                      Code:
                      sudo rm HomeSeerLog.hsd

                      Comment


                        #12
                        Success....and it seems to have fixed the original issue I was having. Thank you so much for your help. There is no way I could have done that by myself.

                        Comment

                        Working...
                        X