NEWS
SQL Startet nach Node Update nicht mehr
-
ich habe es über umwege hinbekommen.
Wenn ich nicht localhost sonder 127.0.0.1 eingtrage funktioniert der zugriff.Dann fehlt da eine Freigabe für IPv6-Adressen.
-
Dann fehlt da eine Freigabe für IPv6-Adressen.
@thomas-braun und wie bekomme ich die freigabe wieder rein?
Vielen Dank an alle für die Hilfe!!!
-
@thomas-braun und wie bekomme ich die freigabe wieder rein?
Vielen Dank an alle für die Hilfe!!!
Von mySQL/mariaDB hab ich keine Ahnung.
Das weiß aber bestimmt @dp20eic -
ich habe es über umwege hinbekommen.
Wenn ich nicht localhost sonder 127.0.0.1 eingtrage funktioniert der zugriff.@grizzlyco sagte in SQL Startet nach Node Update nicht mehr:
Wenn ich nicht localhost sonder 127.0.0.1 eingtrage funktioniert der zugriff.
Moin,
das ist seltsam, denn
localhostist ja127.0.0.1wie sieht denn Deinehostsauscat /etc/hostsSollte in etwa so aussehen
# cat /etc/hosts 1 │ # Standard host addresses 2 │ 127.0.0.1 localhost 3 │ ::1 localhost ip6-localhost ip6-loopback 4 │ ff02::1 ip6-allnodes 5 │ ff02::2 ip6-allrouters 6 │ # This host address 7 │ 127.0.1.1 ryzen-5Nicht durch die
Zahlenund|verwirren lassen, dass ich bei mir alles anders eingestellt und ich nutze zum Teil andere Tools undzshanstelle vonbashVom ResPI Netzwerk und den Einstellungen habe ich keine Ahnung, was sagt denn
# networkctl oder # networkctl status oder # netstat | grep 3306VG
Bernd -
@grizzlyco sagte in SQL Startet nach Node Update nicht mehr:
Wenn ich nicht localhost sonder 127.0.0.1 eingtrage funktioniert der zugriff.
Moin,
das ist seltsam, denn
localhostist ja127.0.0.1wie sieht denn Deinehostsauscat /etc/hostsSollte in etwa so aussehen
# cat /etc/hosts 1 │ # Standard host addresses 2 │ 127.0.0.1 localhost 3 │ ::1 localhost ip6-localhost ip6-loopback 4 │ ff02::1 ip6-allnodes 5 │ ff02::2 ip6-allrouters 6 │ # This host address 7 │ 127.0.1.1 ryzen-5Nicht durch die
Zahlenund|verwirren lassen, dass ich bei mir alles anders eingestellt und ich nutze zum Teil andere Tools undzshanstelle vonbashVom ResPI Netzwerk und den Einstellungen habe ich keine Ahnung, was sagt denn
# networkctl oder # networkctl status oder # netstat | grep 3306VG
Bernd@dp20eic sagte in SQL Startet nach Node Update nicht mehr:
cat /etc/hosts
127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.1.1 raspberrypi4pi@raspberrypi4:/opt/iobroker/node_modules/iobroker.sql $ networkctl WARNING: systemd-networkd is not running, output will be incomplete. IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback n/a unmanaged 2 eth0 ether n/a unmanaged 3 wg0 wireguard n/a unmanagedpi@raspberrypi4:/opt/iobroker/node_modules/iobroker.sql $ networkctl status WARNING: systemd-networkd is not running, output will be incomplete. ● State: n/a Address: 192.168.2.52 on eth0 192.168.2.136 on eth0 10.6.0.1 on wg0 fe80::1f59:8f1:e88a:ef3c on eth0 Gateway: 192.168.2.1 on eth0 192.168.2.1 on eth0Bei netstat | grep 3306 passiert einfach nichts.
-
@dp20eic sagte in SQL Startet nach Node Update nicht mehr:
cat /etc/hosts
127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.1.1 raspberrypi4pi@raspberrypi4:/opt/iobroker/node_modules/iobroker.sql $ networkctl WARNING: systemd-networkd is not running, output will be incomplete. IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback n/a unmanaged 2 eth0 ether n/a unmanaged 3 wg0 wireguard n/a unmanagedpi@raspberrypi4:/opt/iobroker/node_modules/iobroker.sql $ networkctl status WARNING: systemd-networkd is not running, output will be incomplete. ● State: n/a Address: 192.168.2.52 on eth0 192.168.2.136 on eth0 10.6.0.1 on wg0 fe80::1f59:8f1:e88a:ef3c on eth0 Gateway: 192.168.2.1 on eth0 192.168.2.1 on eth0Bei netstat | grep 3306 passiert einfach nichts.
@grizzlyco sagte in SQL Startet nach Node Update nicht mehr:
Bei netstat | grep 3306 passiert einfach nichts.
Moin,
ok, bei mir auch,
hostsist ok, ob das mit demunmanagedbeinetworkctlok, kann ich nicht sagen, sieht bei mir anders aus. Warum bei Dir am statusn/asteht und Du aufethzwei Adressen hast, kann ich auch nicht beantwortenpi@raspberrypi4:/opt/iobroker/node_modules/iobroker.sql $ networkctl status WARNING: systemd-networkd is not running, output will be incomplete. ● State: n/a <-???? Address: 192.168.2.52 on eth0 <- ? 192.168.2.136 on eth0 <- ?Ob auf ResPI und/oder Debian da noch was beim Netzwerk einzustellen ist,
I don't knowsorry.VG
Bernd