OPNsense Forum

International Forums => German - Deutsch => Topic started by: chiliheld on September 26, 2023, 09:56:13 AM

Title: GUI lädt nicht vollständig
Post by: chiliheld on September 26, 2023, 09:56:13 AM
Hallo,

seit heute lädt meine GUI nicht mehr vollständig.
Vollständig heißt ich kann mich einloggen und bekomme links die Leiste angezeigt, jedoch die Fenster wie z.B. Dashboard werden nicht geladen.

Hab auch schon Neustart, anderer Browser, anderer PC versucht. Keine Veränderung.

Hab bei Google und hier im Forum schon gesucht aber nichts ähnliches gefunden.
Hat vielleicht jemand nen Hinweis was das sein könnte?
Title: GUI lädt nicht vollständig
Post by: micneu on September 26, 2023, 10:34:55 AM
Mal Cookies entfernen?
Im privat Modus testen, Browser Update oder mal von einem anderen Rechner probieren
Cache löschen


Gesendet von iPhone mit Tapatalk Pro
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on September 26, 2023, 10:37:10 AM
Alles schon durch, gut PrivatModus nicht aber das jetzt auch :-) Leider ohne Erfolg
Title: Re: GUI lädt nicht vollständig
Post by: vpx on September 26, 2023, 03:35:23 PM
Auch schon Firefox probiert?

Sind irgendwelche Richtlinien im Browser aktiv?

chrome://policy
brave://policy
edge://policy
about:policies (Firefox)

Andere Geräte wie Pi-hole im Netzwerk aktiv?
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on September 26, 2023, 04:25:14 PM
hab jetzt mal neu gesartet und schnell drauf, dann zuerst "im Bootvorgang", danach das Dashboard und dann gings nicht mehr. Möglicherweise irgendein Dienst der da zickt? PPOE hab ich grad nicht dran aber das hatte die letzten Tage auch kein Problem gemacht.
Title: Re: GUI lädt nicht vollständig
Post by: vpx23 on September 26, 2023, 08:12:00 PM
Du kannst mal versuchen den lighttpd Webserver in der Konsole neuzustarten wie hier beschrieben:

/usr/local/etc/rc.restart_webgui

oder im Konsolen-Menü:

  11)     Restart web interface

https://forum.opnsense.org/index.php?topic=1188.0
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on October 16, 2023, 07:23:13 PM
Hab den Fehler gefunden aber weiß nicht wie ich ihn beheben kann  :(
Fehler konnte ich per serial auslesen "filesystem full"; liegt wohl daran das ich testweise das log aktiviert habe und das mir jetzt die ssd vollgeschrieben hat :-(

Kann ich die logs per serial löschen? Habe keinen Befehl gefunden, weder ein Verzeichnis wechseln geht noch löschen.

Per SSH komm ich nicht rein nur serial
Title: Re: GUI lädt nicht vollständig
Post by: Patrick M. Hausen on October 16, 2023, 07:25:04 PM
Quote from: chiliheld on October 16, 2023, 07:23:13 PM
Kann ich die logs per serial löschen? Habe keinen Befehl gefunden, weder ein Verzeichnis wechseln geht noch löschen.
Was für ein Interface hast du auf der Konsole? Das Menü? Unter 8) bekommst du eine Root-Shell. Und dann kannst du natürlich mit "cd ..." und "rm ..." in Verzeichnissen herumwandern und Dateien löschen.
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on October 16, 2023, 08:17:47 PM
ok, war im root aber natürlich ist /var/logs versteckt. Hab die größte Datei gelöscht aber immer noch 100% Disk usage

Zumindest geht jetzt das webui wieder
Schnell auf logs reset log files und bähm wieder bei 14%

Ja so ein Mist das ich dann nicht mehr aufs WebUI komme, wäre doch schön wenn sich das System x% reserviert damit sowas nicht passiert
Title: Re: GUI lädt nicht vollständig
Post by: Patrick M. Hausen on October 16, 2023, 08:22:39 PM
Inwiefern ist /var/log versteckt?

Da ist nichts versteckt:
root@opnsense:/var/log # cd /
root@opnsense:/ # ls -l
total 109
-rw-r--r--   2 root  wheel  1152 Sep 13 12:21 .cshrc
-rw-r--r--   1 root  wheel     0 Oct 14 15:56 .probe.for.readonly
-rw-r--r--   2 root  wheel   507 Sep 13 12:21 .profile
-r--r--r--   1 root  wheel  6109 Sep 13 12:22 COPYRIGHT
drwxr-xr-x   2 root  wheel    47 Oct 12 13:50 bin
drwxr-xr-x  15 root  wheel    71 Oct 12 13:59 boot
-rw-r--r--   1 root  wheel    12 Oct 14 15:57 boot.config
drwxr-xr-x   4 root  wheel     9 Oct 14 15:56 conf
dr-xr-xr-x  14 root  wheel   512 Oct 14 15:56 dev
-rw-------   1 root  wheel  4096 Oct 12 13:40 entropy
drwxr-xr-x  29 root  wheel   103 Oct 14 20:34 etc
drwxr-xr-x   2 root  wheel     2 Oct 12 13:35 home
drwxr-xr-x   5 root  wheel    65 Oct 12 13:50 lib
drwxr-xr-x   3 root  wheel     4 Oct 12 13:50 libexec
drwxr-xr-x   2 root  wheel     2 Sep 13 12:21 media
drwxr-xr-x   2 root  wheel     2 Sep 13 12:21 mnt
drwxr-xr-x   2 root  wheel     2 Sep 13 12:21 net
dr-xr-xr-x   2 root  wheel     2 Jul 27 12:50 proc
drwxr-xr-x   2 root  wheel     2 Sep 13 12:21 rescue
drwxr-x---   3 root  wheel    13 Oct 16 15:34 root
drwxr-xr-x   2 root  wheel   144 Oct 12 13:50 sbin
lrwxr-xr-x   1 root  wheel    11 Sep 13 12:21 sys -> usr/src/sys
drwxrwxrwt   4 root  wheel    29 Oct 16 20:21 tmp
drwxr-xr-x  13 root  wheel    13 Oct 12 13:50 usr
drwxr-xr-x  32 root  wheel    32 Oct 12 14:06 var
drwxr-xr-x   2 root  wheel     2 Oct 12 13:37 zroot
root@opnsense:/ # cd var
root@opnsense:/var # ls -l
total 79
drwxr-x---   2 root     wheel     2 Sep 13 12:21 account
drwxr-xr-x   2 root     wheel     2 Oct 12 13:56 agentx
drwxr-xr-x   4 root     wheel     4 Sep 13 12:21 at
drwxr-x---   4 root     audit     4 Sep 13 12:21 audit
drwxrwx---   2 root     authpf    2 Sep 13 12:21 authpf
drwxr-x---   2 root     wheel    13 Oct 16 03:13 backups
drwxr-xr-x   5 root     wheel     5 Sep 13 12:21 cache
drwxr-x---   2 root     wheel     2 Jul 27 12:51 crash
drwxr-x---   3 root     wheel     3 Sep 13 12:21 cron
drwxr-xr-x  20 root     wheel    29 Oct 16 19:57 db
drwxr-xr-x   8 dhcpd    dhcpd     8 Oct 12 13:36 dhcpd
drwxr-xr-x   2 bind     bind      2 Oct 12 14:06 dump
dr-xr-xr-x   2 root     wheel     2 Sep 13 12:21 empty
drwxr-xr-x   4 root     wheel    18 Oct 12 14:06 etc
drwxrwxr-x   2 root     games     2 Sep 13 12:21 games
drwx------   2 root     wheel     2 Sep 13 12:21 heimdal
drwxr-xr-x   3 root     wheel     3 Oct 12 13:35 lib
drwxr-xr-x  23 root     wheel    35 Oct 16 03:01 log
drwxrwxr-x   2 root     mail      5 Oct 14 15:49 mail
drwxr-xr-x   2 daemon   wheel     2 Sep 13 12:21 msgs
drwxr-xr-x   3 root     wheel     4 Oct 14 15:57 net-snmp
drwxr-xr-x   2 root     wheel     2 Sep 13 12:21 preserve
drwxr-xr-x  11 root     wheel    47 Oct 16 03:13 run
drwxrwxr-x   2 root     daemon    2 Sep 13 12:21 rwho
drwxr-xr-x   8 root     wheel     8 Oct 12 13:57 spool
drwxr-xr-x   3 squid    squid     3 Oct 11 05:47 squid
drwxr-xr-x   2 bind     bind      2 Oct 12 14:06 stats
drwxrwxrwt   3 root     wheel     3 Oct 16 19:54 tmp
drwxr-xr-x  10 unbound  unbound  22 Oct 12 14:06 unbound
drwxr-xr-x   2 root     wheel     2 Sep 13 12:21 yp
root@opnsense:/var # cd log
root@opnsense:/var/log # ls -l
total 925
drwx------  2 root      wheel           8 Oct 16 20:01 audit
-rw-r--r--  1 root      wheel        6910 Oct 14 15:57 boot.log
drwx------  2 root      wheel           8 Oct 16 20:01 configd
drwxr-x---  2 root      wheel           5 Oct 12 18:55 crowdsec
drwx------  2 root      wheel           8 Oct 16 20:01 dhcpd
-rw-------  1 root      wheel       94597 Oct 16 03:01 dmesg.today
-rw-------  1 root      wheel       94564 Oct 15 03:01 dmesg.yesterday
drwx------  2 root      wheel           8 Oct 16 20:01 filter
drwx------  2 root      wheel           5 Oct 16 20:01 firewall
-rw-r--r--  1 root      wheel     5904447 Oct 12 13:39 installer.log
drwx------  2 www       www             5 Oct 16 20:01 lighttpd
-rw-------  1 root      wheel         648 Oct 13 03:01 mount.today
drwxr-xr-x  2 bind      bind            8 Oct 16 18:31 named
drwxr-xr-x  2 root      wheel           2 Oct 12 13:43 ntp
drwx------  2 root      wheel           5 Oct 16 20:01 ntpd
-rw-------  1 root      wheel        1111 Oct 16 03:01 pf.today
-rw-------  1 root      wheel         786 Oct 15 03:01 pf.yesterday
drwx------  2 root      wheel           5 Oct 16 20:01 pkg
drwx------  2 root      wheel           5 Oct 16 20:01 portalauth
drwx------  2 root      wheel           5 Oct 16 20:01 postfix
drwx------  2 root      wheel           5 Oct 16 20:01 ppps
drwx------  2 root      wheel           4 Oct 16 20:01 resolver
drwx------  2 root      wheel           5 Oct 16 20:01 routing
-rw-------  1 root      wheel        2979 Oct 13 03:01 setuid.today
-rw-r--r--  1 root      wheel          23 Oct 14 15:57 snmpd.log
drwxr-x---  2 squid     squid           2 Oct 12 13:39 squid
drwx------  2 root      wheel           2 Oct 12 13:39 suricata
drwx------  2 root      wheel           8 Oct 16 20:01 system
drwxr-x---  2 telegraf  telegraf        3 Oct 14 20:17 telegraf
-rw-------  1 root      wheel        1977 Oct 14 20:34 userlog
-rw-r--r--  1 root      wheel         197 Oct 16 20:21 utx.lastlogin
-rw-r--r--  1 root      wheel        2846 Oct 16 20:21 utx.log
drwx------  2 root      wheel           5 Oct 16 20:01 wireguard
root@opnsense:/var/log #
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on October 16, 2023, 08:30:50 PM
hmm... hat bei mir nur 5 files angezeigt
Title: Re: GUI lädt nicht vollständig
Post by: uneu on October 17, 2023, 07:37:49 AM
Hatte vor ein paar Tagen selbes Problem, wie andere vor mir auch...

https://forum.opnsense.org/index.php?topic=34791.msg168539#msg168539
Title: Re: GUI lädt nicht vollständig
Post by: Patrick M. Hausen on October 17, 2023, 07:57:28 AM
Quote from: chiliheld on October 16, 2023, 08:30:50 PM
hmm... hat bei mir nur 5 files angezeigt
cd /

als erstes getippt? Das Home-Verzeichnis von root ist /root.
Title: Re: GUI lädt nicht vollständig
Post by: chiliheld on October 17, 2023, 04:09:38 PM
natürlich nicht, shit  :o

zum Glück wusste ich das Verzeichnis, dann gings auch so  :P

Danke für die Hilfe