NEWS
Installation Debian 10 ohne GUI [gelöst]
-
@tiego nicht ein x86 image nehmen sondern das amd64 !
-
@harrym sagte in Installation Debian 10 ohne GUI:
@tiego nicht ein x86 image nehmen sondern das amd64 !
Woher weißt du welche HW er verwendet ?
@tiego : gibt es ein logfile von der Installation? Woher weißt du das iobroker nicht läuft bzw. wie versuchst du die webseite zu erreichen?
Mal diese Schritte geprüft:
https://www.iobroker.net/#de/documentation/trouble/RunsNoMore.md
-
@wendy2702 node 10 gibt es nur mehr für windoof als x86 version .....
edit: und alle aktuellen cpus sind 64bit ...
-
Hallo,
danke für die schnelle rückmeldung.Ich verwende die x86 in einer VM um rescurcen zu sparen.
die Webinterface öffnet sich nicht, deswegen meine frag.bin kein Linux Profi
-
@tiego x86 hat nichts mit ressourcen sparen zu tun
-
@harrym sagte in Installation Debian 10 ohne GUI:
alle aktuellen cpus sind 64bit ...
und dafür muss man das amd64 Image nehmen, auch wenn es keine AMD-CPU ist
-
@Homoran müssen nicht
nur wennste mehr als 4GB RAM verwalten willst und eben auch keine anderen Probleme haben willst. x86 stirbt im linux bereich mehr und mehr aus.
-
@harrym sagte in Installation Debian 10 ohne GUI:
müssen nicht
mit dem x86 sind schon Probleme mit der Installation von nodejs vorprogrammiert, da anscheind nicht mehr unterstütz.
die größtmögliche ist dan 10.15.2 ohne npm -
@Homoran
hab ich ja erwähnt ... x86 support nur mehr für Windows.
-
@harrym sorry! überlesen!
-
@Homoran alles gut!
-
Hallo, muss ich bei der Debian istallation den Webserver auswählen?
-
@tiego nein
-
danke, Server ist nun am laufen,...
starte ich mit den befehlen durch?su -
apt install sudo
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install curl -y
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejs
sudo npm install -g npm
sudo reboot
curl -sL https://iobroker.net/install.sh | bash -oder ist da etwas aufzupassen?
-
@tiego starte durch
alles ok!
edit: npm install brauchste nicht!
-
su - apt install sudo adduser admins sudo sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove && sudo apt-get autoclean sudo apt-get install curl -y curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt install -y nodejs sudo npm install -g npm sudo reboot curl -sL https://iobroker.net/install.sh |sudo bash -
läuft wie ne eins,... danke