NEWS
Configuring IOBROKER for the first time problem
-
@kristfrizh sagte in Configuring IOBROKER for the first time problem:
I have added a new admin in 8089
I see!
But you have entered 8081 as IP
here should be 0.0.0.0 (listen on all interfaces)And there is no other instance running at all.
I guess it would be the easiest way at this stage to delete the VM, and start from anew, as I described in the last post
node and npm look good.
BTW - what debian image did you use - on/for what hardware?
-
@homoran
thank you for the reply again!!ok will do that
I'll inform you after i start a new VMmy debian is
debian-10-buster-v20210512 -
should be the port and bind in iobroker list instances be like this?
system.adapter.admin.0 : admin : try1 - enabled, port: 8081, bind: 0.0.0.0, run as: admin + instance is alive
i follow some code from the forum to changes the instances
cd /opt/iobroker iobroker set admin.0 --bind 0.0.0.0 iobroker set admin.0 --port 8081
thank you
-
@kristfrizh sagte in Configuring IOBROKER for the first time problem:
my debian is
debian-10-buster-v20210512for what architecture?
Beware!
for 64bit Arch you need AMD64 even if you have an Intel CPU; not x386!@kristfrizh sagte in Configuring IOBROKER for the first time problem:
should be the port and bind in iobroker list instances be like this?
partly yes!
Now it's correct for the admin, but there should be at least info and discovery too -
I'm using this VM for server
but it's totally new because every time i tried a new language i create a new one then combine it to fix server i want.
I have tried php,nodejs,mqtt,python so far and all works (for learning purposes).I'm not quite know about the AMD64 because there is not option for me to choose the type in google cloud. but here is the overall system i get from the google cloud.
Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 2 Core(s) per socket: 1 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) CPU @ 2.00GHz Stepping: 3 CPU MHz: 2000.104 BogoMIPS: 4000.20 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 39424K NUMA node0 CPU(s): 0,1
I have tried run iobroker (with the instances above) but still the same error said that EADDRINUSE
even i changed it back to 9001 and 9000Right now i will try to create a new VM
thank you for your hospitality
regards -
@kristfrizh sagte in Configuring IOBROKER for the first time problem:
Model name: Intel(R) Xeon(R) CPU @ 2.00GHz
there has been reported issues when using XEON!
I do not remember fully what kind of issue - sorry!@kristfrizh sagte in Configuring IOBROKER for the first time problem:
but still the same error said that EADDRINUSE
what Address is in Use?
in your initial log it was 8011.
I do not know what this ist used for.@kristfrizh sagte in Configuring IOBROKER for the first time problem:
I'm not quite know about the AMD64 because there is not option for me to choose the type in google cloud
download netinstall from debian:
https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.9.0-amd64-netinst.iso -
@homoran
i have tried 8011 and 8000 also tried 9000 and 9001.
but still the same problem.wow, i just knew that XEON compatibility issues with iobroker.
ok will try to changes the XEON (I still not know how but will figure it out).
I'll update my trial with a new CPU asap.
thank you very much for the knowledge.
regards! -
@kristfrizh sagte in Configuring IOBROKER for the first time problem:
i have tried 8011 and 8000 also tried 9000 and 9001.
but still the same problem.please don`t change anything!
To find out what is going wrong we need the standard settings.If you start up the next try, please wait until the setup by
curl...
has finished completely with the lineopen <IP>:8081 and start configuring
(or anything like this )Afterwards you have to re-login into the console
-
thank your for your hospitality
I have build a new system with I7 and linux ubuntu 18.04.
IObroker works wonderfully
thank you once again
regards -
@kristfrizh Thank you for the update!
good to hear it works and good luck and have fun!