Announcement

Collapse
No announcement yet.

HSTouch not starting

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

    HSTouch not starting

    I just re-IP'd my HomeTroller SEL (assigned it a reserved DHCP lease in my router). In doing so, the webserver wouldn't start up. So, through find.homeseer.com, I had to use the x.x.x.x:911 function to re-install the base system to get it to come back up.

    After doing so, all of the plug-ins came back up with no issues accept for the HSTouch plug-in. It just sits there saying "See Setup". When I look at the setup screen, everything looks to be configured. But I did notice the error below in the logs. Do any of you have a clue as to how to get the HSTouch plugin to start? or how to re-install it?

    Click image for larger version

Name:	HSTouch Error.png
Views:	121
Size:	24.5 KB
ID:	1270653

    Click image for larger version

Name:	HSTouch settings.png
Views:	104
Size:	35.4 KB
ID:	1270654

    I also tried to run "sudo apt-get install mono-complete", but get the below error message:

    Click image for larger version

Name:	Mono Error.png
Views:	88
Size:	19.2 KB
ID:	1270655

    Any help is appreciated.

    -Ross

    #2
    That is the normal entry for HSTouch; it was changed to 'built-in' a year or so ago.

    Regarding the mono problem - post results for this command

    Code:
    sudo apt-get -y install mono-devel

    Comment


      #3
      Originally posted by zwolfpack View Post
      That is the normal entry for HSTouch; it was changed to 'built-in' a year or so ago.

      Regarding the mono problem - post results for this command

      Code:
      sudo apt-get -y install mono-devel
      homeseer@HomeTrollerSELv2:~$ sudo apt-get -y install mono-devel
      [sudo] password for homeseer:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.
      The following information may help to resolve the situation:

      The following packages have unmet dependencies:
      mono-devel : Depends: libglib2.0-0 (>= 2.40.2) but 2.40.0-2 is to be installed
      Depends: pkg-config but it is not installable
      Recommends: mono-csharp-shell but it is not going to be installed
      Recommends: referenceassemblies-pcl but it is not going to be installed
      Recommends: msbuild but it is not going to be installed
      E: Unable to correct problems, you have held broken packages.
      homeseer@HomeTrollerSELv2:~$


      Same issue.

      Comment


        #4
        Ok, this is same experience of another SEL user I helped. Issue is with libglib2. To update that, execute these commands

        Code:
        cd /tmp
        wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-0_2.48.0-1ubuntu4_i386.deb
        wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-bin_2.48.0-1ubuntu4_i386.deb
        wget http://us.archive.ubuntu.com/ubuntu/pool/main/g/glib2.0/libglib2.0-data_2.48.0-1ubuntu4_all.deb
        sudo dpkg -i libglib2.0-0_2.48.0-1ubuntu4_i386.deb
        sudo dpkg -i libglib2.0-bin_2.48.0-1ubuntu4_i386.deb
        sudo dpkg -i libglib2.0-data_2.48.0-1ubuntu4_all.deb
        Then rerun
        Code:
        sudo apt-get -y install mono-complete mono-vbnc

        Comment


          #5
          Ok. Did all that. Got this return:

          homeseer@HomeTrollerSELv2:/tmp$ sudo apt-get -y install mono-complete mono-vbnc
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          mono-vbnc is already the newest version.
          Some packages could not be installed. This may mean that you have
          requested an impossible situation or if you are using the unstable
          distribution that some required packages have not yet been created
          or been moved out of Incoming.
          The following information may help to resolve the situation:

          The following packages have unmet dependencies:
          mono-complete : Depends: mono-devel (= 5.18.0.225-0xamarin1+ubuntu1404b1) but it is not going to be installed
          E: Unable to correct problems, you have held broken packages.
          homeseer@HomeTrollerSELv2:/$

          All the others ran without error.

          Comment


            #6
            Hmmm, run this command again

            Code:
            sudo apt-get -y install mono-devel
            It will likely fail, but hopefully the messages provide insight into the issue.

            Comment


              #7
              homeseer@HomeTrollerSELv2:~$ sudo apt-get -y install mono-devel
              [sudo] password for homeseer:
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              Some packages could not be installed. This may mean that you have
              requested an impossible situation or if you are using the unstable
              distribution that some required packages have not yet been created
              or been moved out of Incoming.
              The following information may help to resolve the situation:

              The following packages have unmet dependencies:
              mono-devel : Depends: pkg-config but it is not installable
              Recommends: mono-csharp-shell but it is not going to be installed
              Recommends: referenceassemblies-pcl but it is not going to be installed
              Recommends: msbuild but it is not going to be installed
              E: Unable to correct problems, you have held broken packages.
              homeseer@HomeTrollerSELv2:~$

              Comment


                #8
                Run these and post results
                Code:
                sudo apt-get -y --fix-broken --fix-missing install pkg-config
                sudo apt-get -y --fix-broken --fix-missing install mono-csharp-shell
                sudo apt-get -y --fix-broken --fix-missing install referenceassemblies-pcl
                sudo apt-get -y --fix-broken --fix-missing install msbuild

                Comment


                  #9
                  Looks like the first one failed, but all others succeeded.

                  homeseer@HomeTrollerSELv2:/$ sudo apt-get -y --fix-broken --fix-missing install pkg-config
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Package pkg-config is not available, but is referred to by another package.
                  This may mean that the package is missing, has been obsoleted, or
                  is only available from another source

                  E: Package 'pkg-config' has no installation candidate
                  homeseer@HomeTrollerSELv2:/$ sudo apt-get -y --fix-broken --fix-missing install mono-csharp-shell
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  The following package was automatically installed and is no longer required:
                  libelfg0
                  Use 'apt-get autoremove' to remove it.
                  The following extra packages will be installed:
                  libmono-csharp4.0c-cil libmono-management4.0-cil
                  The following NEW packages will be installed:
                  libmono-csharp4.0c-cil libmono-management4.0-cil mono-csharp-shell
                  0 upgraded, 3 newly installed, 0 to remove and 56 not upgraded.
                  Need to get 483 kB of archives.
                  After this operation, 1,700 kB of additional disk space will be used.
                  Fetched 483 kB in 0s (538 kB/s)
                  Selecting previously unselected package libmono-csharp4.0c-cil.
                  (Reading database ... 214144 files and directories currently installed.)
                  Preparing to unpack .../libmono-csharp4.0c-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-csharp4.0c-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-management4.0-cil.
                  Preparing to unpack .../libmono-management4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-management4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package mono-csharp-shell.
                  Preparing to unpack .../mono-csharp-shell_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking mono-csharp-shell (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
                  Setting up libmono-csharp4.0c-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-management4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up mono-csharp-shell (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  homeseer@HomeTrollerSELv2:/$
                  homeseer@HomeTrollerSELv2:/$
                  homeseer@HomeTrollerSELv2:/$ sudo apt-get -y --fix-broken --fix-missing install referenceassemblies-pcl
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  The following package was automatically installed and is no longer required:
                  libelfg0
                  Use 'apt-get autoremove' to remove it.
                  The following extra packages will be installed:
                  libmono-microsoft-build-engine4.0-cil
                  libmono-microsoft-build-framework4.0-cil
                  libmono-microsoft-build-tasks-v4.0-4.0-cil
                  libmono-microsoft-build-utilities-v4.0-4.0-cil libmono-xbuild-tasks4.0-cil
                  mono-xbuild
                  The following NEW packages will be installed:
                  libmono-microsoft-build-engine4.0-cil
                  libmono-microsoft-build-framework4.0-cil
                  libmono-microsoft-build-tasks-v4.0-4.0-cil
                  libmono-microsoft-build-utilities-v4.0-4.0-cil libmono-xbuild-tasks4.0-cil
                  mono-xbuild referenceassemblies-pcl
                  0 upgraded, 7 newly installed, 0 to remove and 56 not upgraded.
                  Need to get 1,662 kB of archives.
                  After this operation, 32.9 MB of additional disk space will be used.
                  Fetched 1,662 kB in 1s (1,136 kB/s)
                  Selecting previously unselected package libmono-microsoft-build-framework4.0-cil.
                  (Reading database ... 214164 files and directories currently installed.)
                  Preparing to unpack .../libmono-microsoft-build-framework4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-microsoft-build-framework4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-microsoft-build-utilities-v4.0-4.0-cil.
                  Preparing to unpack .../libmono-microsoft-build-utilities-v4.0-4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-microsoft-build-utilities-v4.0-4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-microsoft-build-engine4.0-cil.
                  Preparing to unpack .../libmono-microsoft-build-engine4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-microsoft-build-engine4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-xbuild-tasks4.0-cil.
                  Preparing to unpack .../libmono-xbuild-tasks4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-xbuild-tasks4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-microsoft-build-tasks-v4.0-4.0-cil.
                  Preparing to unpack .../libmono-microsoft-build-tasks-v4.0-4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-microsoft-build-tasks-v4.0-4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package mono-xbuild.
                  Preparing to unpack .../mono-xbuild_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking mono-xbuild (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package referenceassemblies-pcl.
                  Preparing to unpack .../referenceassemblies-pcl_2014.04.14-1xamarin5+ubuntu1404b1_all.deb ...
                  Unpacking referenceassemblies-pcl (2014.04.14-1xamarin5+ubuntu1404b1) ...
                  Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
                  Setting up libmono-microsoft-build-framework4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-microsoft-build-utilities-v4.0-4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-microsoft-build-engine4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-xbuild-tasks4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-microsoft-build-tasks-v4.0-4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up mono-xbuild (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up referenceassemblies-pcl (2014.04.14-1xamarin5+ubuntu1404b1) ...
                  homeseer@HomeTrollerSELv2:/$
                  homeseer@HomeTrollerSELv2:/$
                  homeseer@HomeTrollerSELv2:/$ sudo apt-get -y --fix-broken --fix-missing install msbuild
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  The following package was automatically installed and is no longer required:
                  libelfg0
                  Use 'apt-get autoremove' to remove it.
                  The following extra packages will be installed:
                  libmono-microsoft-csharp4.0-cil
                  libmono-system-componentmodel-composition4.0-cil
                  libmono-system-io-compression-filesystem4.0-cil
                  libmono-system-io-compression4.0-cil libmono-system-net-http4.0-cil
                  libmono-system-reflection-context4.0-cil libmono-system-xaml4.0-cil
                  libmono-windowsbase4.0-cil msbuild-libhostfxr msbuild-sdkresolver
                  The following NEW packages will be installed:
                  libmono-microsoft-csharp4.0-cil
                  libmono-system-componentmodel-composition4.0-cil
                  libmono-system-io-compression-filesystem4.0-cil
                  libmono-system-io-compression4.0-cil libmono-system-net-http4.0-cil
                  libmono-system-reflection-context4.0-cil libmono-system-xaml4.0-cil
                  libmono-windowsbase4.0-cil msbuild msbuild-libhostfxr msbuild-sdkresolver
                  0 upgraded, 11 newly installed, 0 to remove and 56 not upgraded.
                  Need to get 8,031 kB of archives.
                  After this operation, 45.7 MB of additional disk space will be used.
                  Fetched 8,031 kB in 4s (1,922 kB/s)
                  Selecting previously unselected package libmono-microsoft-csharp4.0-cil.
                  (Reading database ... 215354 files and directories currently installed.)
                  Preparing to unpack .../libmono-microsoft-csharp4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-microsoft-csharp4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-componentmodel-composition4.0-cil.
                  Preparing to unpack .../libmono-system-componentmodel-composition4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-componentmodel-composition4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-io-compression4.0-cil.
                  Preparing to unpack .../libmono-system-io-compression4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-io-compression4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-io-compression-filesystem4.0-cil.
                  Preparing to unpack .../libmono-system-io-compression-filesystem4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-io-compression-filesystem4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-net-http4.0-cil.
                  Preparing to unpack .../libmono-system-net-http4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-net-http4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-reflection-context4.0-cil.
                  Preparing to unpack .../libmono-system-reflection-context4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-reflection-context4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-system-xaml4.0-cil.
                  Preparing to unpack .../libmono-system-xaml4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-system-xaml4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package libmono-windowsbase4.0-cil.
                  Preparing to unpack .../libmono-windowsbase4.0-cil_5.18.0.225-0xamarin1+ubuntu1404b1_all.deb ...
                  Unpacking libmono-windowsbase4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Selecting previously unselected package msbuild-sdkresolver.
                  Preparing to unpack .../msbuild-sdkresolver_1%3a16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1_all.deb ...
                  Unpacking msbuild-sdkresolver (1:16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1) ...
                  Selecting previously unselected package msbuild-libhostfxr.
                  Preparing to unpack .../msbuild-libhostfxr_2.0.0.2017.07.06.00.01-0xamarin21+ubuntu1404b1_i386.deb ...
                  Unpacking msbuild-libhostfxr (2.0.0.2017.07.06.00.01-0xamarin21+ubuntu1404b1) ...
                  Selecting previously unselected package msbuild.
                  Preparing to unpack .../msbuild_1%3a16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1_all.deb ...
                  Unpacking msbuild (1:16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1) ...
                  Setting up libmono-microsoft-csharp4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-componentmodel-composition4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-io-compression4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-io-compression-filesystem4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-net-http4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-reflection-context4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-system-xaml4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up libmono-windowsbase4.0-cil (5.18.0.225-0xamarin1+ubuntu1404b1) ...
                  Setting up msbuild (1:16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1) ...
                  Setting up msbuild-libhostfxr (2.0.0.2017.07.06.00.01-0xamarin21+ubuntu1404b1) ...
                  Setting up msbuild-sdkresolver (1:16.0+xamarinxplat.2018.09.26.17.53-0xamarin3+ubuntu1404b1) ...
                  homeseer@HomeTrollerSELv2:/$

                  Comment


                    #10
                    Try installing the pkg-config like this
                    Code:
                    cd /tmp
                    wget http://us.archive.ubuntu.com/ubuntu/pool/main/p/pkg-config/pkg-config_0.29.1-0ubuntu2_i386.deb
                    sudo dpkg -i pkg-config_0.29.1-0ubuntu2_i386.deb
                    If that works, try mono-devel again
                    Code:
                    sudo apt-get -y install mono-devel
                    If that works mono-complete
                    Code:
                    sudo apt-get -y install mono-complete
                    verify version - currenlty 5.18.
                    Code:
                    mono --version

                    Comment


                      #11
                      I think that worked!

                      homeseer@HomeTrollerSELv2:/tmp$ mono --version
                      Mono JIT compiler version 5.18.0.225 (tarball Fri Dec 21 19:41:58 UTC 2018)
                      Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
                      TLS: __thread
                      SIGSEGV: altstack
                      Notifications: epoll
                      Architecture: x86
                      Disabled: none
                      Misc: softdebug
                      Interpreter: yes
                      LLVM: yes(600)
                      Suspend: preemptive
                      GC: sgen (concurrent by default)

                      THANK YOU! for all of your help and patience.

                      Comment


                        #12

                        Comment

                        Working...
                        X