Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Installation NextCloud

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Installation NextCloud

    This topic has been deleted. Only users with topic management privileges can see it.
    • Meister Mopper
      Meister Mopper @SMS last edited by

      @SMS Ohne Image!

      I 1 Reply Last reply Reply Quote 0
      • I
        iobrokerin @Meister Mopper last edited by

        @meister-mopper

        Hi,
        meine nextcloud Installation bewirkt, dass ich mich nicht mehr unter ioBroker einloggen kann. Habt ihr Tipps für mich?

        wendy2702 1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 @iobrokerin last edited by

          @iobrokerin wie einloggen?

          Per SSH?
          Auf dem Browser?
          Wie installiert?

          I 1 Reply Last reply Reply Quote 0
          • I
            iobrokerin @wendy2702 last edited by

            @wendy2702
            das webinterface geht nicht mehr:
            http://192.168.178.19:8081/

            ging sonst immer problemlos, nun gibt es einen Seitenladefehler.

            1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 last edited by wendy2702

              iobroker list instances
              iobroker status
              
              I 1 Reply Last reply Reply Quote 0
              • I
                iobrokerin @wendy2702 last edited by

                @wendy2702
                list instances liefert

                  system.adapter.admin.0                 : admin                 - disabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.alexa2.0                : alexa2                -  enabled
                + system.adapter.discovery.0             : discovery             -  enabled
                  system.adapter.feiertage.0             : feiertage             -  enabled
                  system.adapter.flot.0                  : flot                  -  enabled
                + system.adapter.fritzdect.0             : fritzdect             -  enabled
                + system.adapter.harmony.0               : harmony               -  enabled
                  system.adapter.hue.0                   : hue                   - disabled, port: 443
                  system.adapter.icons-mfd-png.0         : icons-mfd-png         -  enabled
                + system.adapter.info.0                  : info                  -  enabled
                + system.adapter.iot.0                   : iot                   -  enabled
                + system.adapter.javascript.0            : javascript            -  enabled
                + system.adapter.pushover.0              : pushover              -  enabled
                + system.adapter.rpi2.0                  : rpi2                  -  enabled
                  system.adapter.schoolfree.0            : schoolfree            -  enabled
                + system.adapter.sql.0                   : sql                   -  enabled, port: 3306
                + system.adapter.statistics.0            : statistics            -  enabled
                + system.adapter.tankerkoenig.0          : tankerkoenig          -  enabled
                + system.adapter.trashschedule.0         : trashschedule         -  enabled
                  system.adapter.tvspielfilm.0           : tvspielfilm           -  enabled
                  system.adapter.vis-icontwo.0           : vis-icontwo           -  enabled
                + system.adapter.vis-inventwo.0          : vis-inventwo          -  enabled
                  system.adapter.vis.0                   : vis                   -  enabled
                + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.whatsapp-cmb.0          : whatsapp-cmb          -  enabled
                + system.adapter.zigbee.0                : zigbee                -  enabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0014D9ADE5-if00
                
                + instance is alive
                
                

                iobroker status liefert:

                iobroker is running on this host.
                
                At least one iobroker host is running.
                
                Objects type: file
                States  type: file
                
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @iobrokerin last edited by

                  @iobrokerin

                  iobroker start admin
                  
                  I 1 Reply Last reply Reply Quote 0
                  • I
                    iobrokerin @Thomas Braun last edited by

                    @thomas-braun
                    Thx, nun geht es wieder. Was ist denn da passiert?

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @iobrokerin last edited by

                      @iobrokerin Keine Ahnung. Was hast du denn gemacht?

                      I 1 Reply Last reply Reply Quote 0
                      • I
                        iobrokerin @Thomas Braun last edited by

                        @thomas-braun
                        Dummerweise zwei Sachen: nextcloud installiert und gleichzeitig Updates der Adapter. Unter anderem den admin Adapter, dann fing das System (die Website) an zu hängen....

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @iobrokerin last edited by

                          @iobrokerin Vermutlich hat das eher mit den Adapterupdates als mit dem NextCloud zu tun. Ich würde auch ein Update / Upgrade über die Kommandozeile empfehlen. Das läuft noch robuster dann.

                          1 Reply Last reply Reply Quote 0
                          • I
                            iobrokerin last edited by

                            @thomas-braun OK, Danke. Ich werde es in Zukunft auf der Konsole machen. Ist auch einfacher als sich da durchzuklicken.
                            Ich nehme an, das sind die Befehle:

                            sudo iobroker stop
                            sudo iobroker update
                            sudo iobroker upgrade self
                            sudo iobroker upgrade
                            sudo iobroker start
                            

                            Ein Script wäre schön, das beim Login über ssh ausgeführt wird. Aber da fehlen mir die Kenntnisse.....

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @iobrokerin last edited by Thomas Braun

                              @iobrokerin Ohne sudo.
                              Und das ist ja ein ganz simples shell skript:

                              #!/bin/bash
                              
                              iobroker stop
                              iobroker update
                              iobroker upgrade self
                              iobroker upgrade
                              iobroker restart
                              

                              Wobe ich das upgrade self da nicht unbedingt drin haben wollte. Das würde ich immer ganz gezielt und bewusst selber ausführen wollen.

                              I 1 Reply Last reply Reply Quote 0
                              • I
                                iobrokerin @Thomas Braun last edited by

                                @thomas-braun
                                OK, Danke. Habe nun ein shell script angelegt und kann es nun mit

                                bash updateIobroker.sh
                                

                                ausführen. sudo habe ich rausgeworfen und auch das upgrade self auskommentiert. Funktioniert. Vielen Dank.

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @iobrokerin last edited by

                                  @iobrokerin

                                  Mir ist gerade noch eingefallen:
                                  Statt

                                  iobroker upgrade
                                  

                                  besser

                                  iobroker upgrade all -y
                                  

                                  Dann werden Rückfragen immer mit Ja beantwortet.
                                  Allerdings siehst du dann Change logs nicht.
                                  Ich mache die Updates aus diesem Grund manuell.

                                  I 1 Reply Last reply Reply Quote 1
                                  • I
                                    iobrokerin @Thomas Braun last edited by

                                    @thomas-braun Ok, ich bau das noch ein. Dankeschön!

                                    I 1 Reply Last reply Reply Quote 0
                                    • I
                                      iobrokerin @iobrokerin last edited by

                                      @iobrokerin Muss es eigentlich eine bash shell sein? Ich würde gerne ein executable script haben, das ich nur aufrufen muss (ohne bash davorzuschreiben - das vergesse ich in ein paar Wochen)...

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @iobrokerin last edited by

                                        @iobrokerin
                                        chmod die Datei ausführbar machen.

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          iobrokerin @Thomas Braun last edited by

                                          @thomas-braun Hatte ich schon gemacht, das hat aber nichts gebracht. Ich versuche es nochmal. Eigentlich war ich mal recht fit in linux. Das ist aber schon lange her....

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            blackst225 @Meister Mopper last edited by

                                            @meister-mopper

                                            welche Steps hast du aus der Anleitung benutzt?
                                            Bin mir leider nicht sicher was ich alles brauche um die NextCloud mit auf den PI zu packen.
                                            Ich hatte es damals mal probiert, hatte jedoch dann das Problem, dass ich den PI im lokalen DNS nicht mehr auflösen konnte..ich weiß nicht woran das gelegen hat.

                                            Wäre klasse wenn du mir eine Info geben könntest.

                                            LG Simon

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            880
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            nextcloud
                                            8
                                            30
                                            2464
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo