Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. hilei

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Best 0
    • Groups 1

    hilei

    @hilei

    0
    Reputation
    13
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hilei Follow
    Starter

    Latest posts made by hilei

    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun said in Admin Interface nicht mehr erreichbar:

      hostnamectl

      homematic@linuxserver:~$ hostnamectl
         Static hostname: linuxserver
               Icon name: computer-vm
                 Chassis: vm
              Machine ID: 25874b4675e75f37db3cc929583ccc4a
                 Boot ID: 947d552f47e14d45939536413dcfe178
          Virtualization: vmware
        Operating System: Ubuntu 16.04.6 LTS
                  Kernel: Linux 4.4.0-210-generic
            Architecture: x86-64
      homematic@linuxserver:~$
      

      hab auch schon eine neue admin instanz hinzugefügt und auch den befehl unten probiert bei der 0 und 1 instanz.

      iobroker set admin.0 --secure false --auth false --bind 0.0.0.0
      

      gibts eine einfache möglichkeit aus dem laufenden system ohne admin ein backup zu ziehen und dass dann auf einer windows io-broker installation (die gibt es jetzt ja auch) dort einzuspielen?

      weil dann mache ich auf dem veralteten system nicht mehr weiter.

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun

      danke vorerst - dass muss jetzt mal auf nächstes Jahr warten 😉

      bildschirmzeit für heute ausgeschöpft laut chefin und kindern 😉

      werde berichten...

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun
      ohne admin kann ich ja nicht mal ein backup ziehen und einspielen oder?

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @hilei
      was ich komisch finde ist dass er die Meldung

      ERR_CONNECTION_REFUSED
      

      bringt. sprich erreichbar dürfte sie ja sein? vielleicht irgendein windows security setting. na mal schauen...

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun said in Admin Interface nicht mehr erreichbar:

      curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      homematic@linuxserver:~$ curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
      homematic@linuxserver:~$ curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
      homematic@linuxserver:~$
      
      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun

      danke für deine hilfe aber kein grund so zu reagieren. hat bis dato super funktioniert und wenn ich updates für irgendwas gebraucht habe, habe das auch gemacht. aber ich habe einfach nicht die zeit mich laufend mit diesen dingen zu beschäftigen und updates zu machen wenns nicht unbedingt nötig ist die dann vielleicht zu problemen führen können und ich wieder stunden damit verbringe das wieder hinzubekommen - wäre nicht das erste mal.

      und ausser runterfahren vmwareplayer update habe ich nichts gemacht - da rechne ich nicht unbedingt damit dass nacher zwar der iobroker noch rennt aber nicht mehr aufs admin interface komme.

      ich werde das backup dass ich vor der umstellung gemacht habe einfach auf einem anderen windows pc mit vmwareplayer 15 nochmal probieren...

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      rennt schon eine weile ohne dass ich mich viel darum gekümmert habe - never change a running system 😉

      jetzt rennt scheinbar nimmer 😞

      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun said in Admin Interface nicht mehr erreichbar:

                                                                                                                                  iobroker stop                                                                                                                                                                            iobroker fix                                                                                                                                                                            iobroker start                                            
      
      Last login: Sun Dec 31 14:16:18 2023
      homematic@linuxserver:~$ iobroker stop
      iobroker controller daemon is not running
      homematic@linuxserver:~$ iobroker fix
      iobroker fix
      
      Execute the installation fixer script, this updates your ioBroker installation
      
      Options:
        --help  Show help  [boolean]
      homematic@linuxserver:~$ iobroker start
      Starting iobroker controller daemon...
      iobroker controller daemon started. PID: 9299
      homematic@linuxserver:~$ iobroker diag
      iobroker [command]
      
      Commands:
        iobroker setup                                               Setup ioBroker
        iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
        iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
        iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
        iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
        iobroker info                                                Shows the host info
        iobroker logs [<adapter>]                                    Monitor log
        iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
        iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
        iobroker rebuild [<module>]                                  Rebuild all native modules or path
        iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
        iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
        iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
        iobroker update [<repositoryUrl>]                            Update repository and list adapters
        iobroker upgrade                                             Upgrade management
        iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
        iobroker object                                              Object management  [aliases: o]
        iobroker state                                               State management  [aliases: s]
        iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
        iobroker list <type> [<filter>]                              List all entries, like objects
        iobroker chmod <mode> <file>                                 Change file rights
        iobroker chown <user> <group> <file>                         Change file ownership
        iobroker touch <file>                                        Touch file
        iobroker rm <file>                                           Remove file
        iobroker file                                                File management
        iobroker user                                                User commands
        iobroker group                                               group management
        iobroker host <hostname>                                     Set host to given hostname
        iobroker set <adapter>.<instance>                            Change settings of adapter config
        iobroker license <license.file or license.text>              Update license by given file
        iobroker cert                                                Certificate management
        iobroker clean <yes>                                         Clears all objects and states
        iobroker backup                                              Create backup
        iobroker restore <backup name or path>                       Restore a specified backup
        iobroker validate <backup name or path>                      Validate a specified backup
        iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
        iobroker repo [<name>]                                       Show repo information
        iobroker uuid                                                Show uuid of the installation  [aliases: id]
        iobroker unsetup                                             Reset license, installation secret and language
        iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
        iobroker multihost                                           Multihost management
        iobroker compact                                             compact group management
        iobroker plugin                                              Plugin management
        iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
      
      Options:
        --help  Show help  [boolean]
      homematic@linuxserver:~$
      
      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @thomas-braun said in Admin Interface nicht mehr erreichbar:

      iob diag

      homematic@linuxserver:/opt/iobroker$ iob diag
      No command 'iob' found, did you mean:
       Command 'iok' from package 'iok' (universe)
       Command 'irb' from package 'ruby' (main)
       Command 'iog' from package 'iog' (universe)
       Command 'bob' from package 'python-sponge' (universe)
      iob: command not found
      homematic@linuxserver:/opt/iobroker$
      
      posted in ioBroker Allgemein
      H
      hilei
    • RE: Admin Interface nicht mehr erreichbar

      @homoran

      sorry ich steig grad aus was ich machen soll 😞

      posted in ioBroker Allgemein
      H
      hilei
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo