Seite 2 von 3

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 19:01
von udo1toni
Was ergibt denn

Code: Alles auswählen

cat /etc/resolv.conf
für eine Ausgabe? Was (insbesondere) steht beim Eintrag nameserver?

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 20:12
von khaoohs
Auf dem Raspi kommt folgendes Ergebnis:
# Generated by resolvconf
domain lan

Hilft das weiter?

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 21:01
von udo1toni
Taj, das ist ein eher unerwarteter Inhalt...
Was ist der Inhalt von

Code: Alles auswählen

/etc/network/interfaces
?

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 21:05
von khaoohs
-bash: /etc/network/interfaces: Keine Berechtigung

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 21:19
von udo1toni
Na dann mit sudo...

Code: Alles auswählen

sudo cat /etc/network/interfaces

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 11. Aug 2020 22:01
von khaoohs
Verdammt, das wollte ich eigentlich eingegeben haben :-)


# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 12. Aug 2020 07:39
von EmptySoft
letztendlich geht es um den Nameserver. ein

Code: Alles auswählen

cat /etc/resolv.conf
sollte darüber Auskunft geben, was eingestellt ist.

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 12. Aug 2020 10:37
von khaoohs
Dieser Befehl gibt halt nur folgendes aus:
:~$ cat /etc/resolv.conf
# Generated by resolvconf
domain lan

Update schlägt fehl (Installation auf Raspberry)

Verfasst: 12. Aug 2020 11:44
von udo1toni
Soweit waren wir schon...

Da der Verweis alle Dateien in /etc/network/interfaces.d/ hinzufügt: gibt es in diesem Ordner Dateien und wenn ja, welchen Inhalt haben sie?


Gesendet von iPad mit Tapatalk

Re: Update schlägt fehl (Installation auf Raspberry)

Verfasst: 13. Aug 2020 16:16
von khaoohs
Weiß natürlich nicht ob ich es richtig gemacht habe:
cd /etc/network/interfaces.d/
ls -a

Ergebnis:
. ..

Also kein Inhalt im Verzeichnis, richtig?