Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

ThinClient IGEL 3/4 nach Stromausfall defekt...

    Nobody is reading this thread right now.
Hi,

ist doch scheissegal ob Mac etc.

Mac + IPC müssen im gleichen Netz sein, passt das?

Gruß

Gesendet von meinem Xiaomi POCOPHONE F1 mit Tapatalk
 
Servus axel,

ja beide im gleichen Netz...terminal zugriff funktioniert auch, nur halt das IPC webif nicht...sehr sehr seltsam

Bin mittlerweile in Sachen Recherche etwas weiter. Es scheint wohl ein Problem mit dem "Apache" zugeben. Anbei ein Auszug aus dem Terminal "Dialog" mit dem Pi...

pi@raspberrypi:~ $ ps aux | grep apache
pi 31372 0.0 0.4 7332 1868 pts/0 S+ 02:40 0:00 grep --color=auto apache
pi@raspberrypi:~ $ sudo /etc/init.d/apache2 restart
[....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
failed!
pi@raspberrypi:~ $

weiß jemand wie man das behebt?

Denn langsam bin ich mit meinen (erweiterten) Anfängerkenntnissen echt am Ende :-/ ...komme aktuell auch nicht via Filezilla auf den Server und dementsprechend auch nicht an den EMM Log...

Gute Nacht zusammen
 
Nachtrag: nachdem ich hier den Rat befolgt hab das Apache zu deinstallieren und neu zu installieren, klappt zwar das WebIF wieder, jedoch kann ich mich mit den Daten nicht mehr einloggen ...es kommt folgender Fehler:

Not Found

The requested URL /< was not found on this server.


Apache/2.4.38 (Raspbian) Server at 192.168.178.38 Port 80

:-/
 
Guten Morgen,
die Idee mit i update hab ich gemacht...hat nichts gebracht :-/

Bin mit root nicht reingekommen, PW war nicht bekannt, bzw das vom pi login hat nicht funktioniert. Hab dann aber im netz gelesen, dass das Voranstellen von "sudo" dem Pi Nutzer temporäre root rechte verschafft (Quelle: ) ...Anyway...gibts keine Möglichkeit diese komische Apache Konfig separat neuzuinstallieren bzw zu implementieren? ersevere:
 
pi@raspberrypi:~ $ cd /etc/apache2
pi@raspberrypi:/etc/apache2 $ sudo apache2ctl configtest
Syntax OK
pi@raspberrypi:/etc/apache2 $ apache2ctl configtest
Syntax OK
pi@raspberrypi:/etc/apache2 $ apache2 --help
[Sat Aug 31 11:36:41.685550 2019] [core:warn] [pid 13676] AH00111: Config variable ${APACHE_RUN_DIR} is not defined
apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot
pi@raspberrypi:/etc/apache2 $

Könnte das vllt hilfreich sein?
 
Da kamen keine 80 Zeilen nur diese Meldung, wo finde ich denn das Verzeichnis? bzw mit welchem Befehl?
 
apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot
Da steht doch ganz deutlich, dass er mit der Zeile 80 von /etc/apache2/apache2.conf nicht zufrieden ist, wiel das DefaultRuntimeDir nicht richtig definiert ist.
 
pi@raspberrypi:/etc/apache2 $ bash /etc/apache2/apache2.conf
/etc/apache2/apache2.conf: line 80: DefaultRuntimeDir: command not found
/etc/apache2/apache2.conf: line 87: PidFile: command not found
/etc/apache2/apache2.conf: line 92: Timeout: command not found
/etc/apache2/apache2.conf: line 98: KeepAlive: command not found
/etc/apache2/apache2.conf: line 105: MaxKeepAliveRequests: command not found
/etc/apache2/apache2.conf: line 111: KeepAliveTimeout: command not found
/etc/apache2/apache2.conf: line 115: User: command not found
/etc/apache2/apache2.conf: line 116: Group: command not found
/etc/apache2/apache2.conf: line 126: HostnameLookups: command not found
/etc/apache2/apache2.conf: line 134: ErrorLog: command not found
/etc/apache2/apache2.conf: line 143: LogLevel: command not found
/etc/apache2/apache2.conf: line 146: IncludeOptional: command not found
/etc/apache2/apache2.conf: line 147: IncludeOptional: command not found
/etc/apache2/apache2.conf: line 150: Include: command not found
/etc/apache2/apache2.conf: line 159: syntax error near unexpected token `newline'
/etc/apache2/apache2.conf: line 159: `<Directory />'
 
Zuletzt bearbeitet:
wie wär's mit sudo nano?
Wenn du dann in nano STRG+C drückst, siehst du in welcher Zeile du bist und mit STG+X kommst du wieder raus
 
Dnn musst du mal schauen, was als APACHE_RUN_DIR definiert ist
 
Hilft das weiter?
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
PW war nicht bekannt, bzw das vom pi login hat nicht funktioniert.

Code:
sudo passwd root
sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
su
cd
apt remove apache2
apt purge apache2
apt install apache2

Welchen Raspberry Pi hast du eigentlich?
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…