ubuntuusers.de

Server regelmäßig nicht mehr verfügbar

Status: Ungelöst | Ubuntu-Version: Kubuntu 24.04 (Noble Numbat)
Antworten |

Tim3010

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

Hallo Forum,

Ich habe seit kurzem ein Problem mit meinem Ubuntu 24.04.1 Server: es handelt sich um einen Intel Nuc, der bei mir seit ca 5 Jahren 24/7 läuft.

Mein Problem: in unregelmäßigen Abständen (bisher drei mal aufgetreten mit jeweils ca einer Woche dazwischen) ist der Server auf einmal nicht mehr erreichbar. Es ist kein Monitor angeschlossen, ich konnte also nicht mehr aufs System. Der An-Knopf hat aber nach wie vor geleuchtet. Ein Neustart behebt das Problem kurzfristig.

Das Problem ist erstmals vor dem Upgrade auf 24.04 aufgetreten, danach nun aber wieder. Der Server ist für uns sehr wichtig, ich will daher unbedingt rausfinden, was das Problem ist. Backups sind vorhanden, ich will es aber nicht darauf ankommen lassen und Hardware, falls denn erforderlich, lieber Tauschen bevor gar nichts mehr geht.

Was ich versucht habe: RAM getestet mit

1
sudo memtester 1024 5

Dabei sind keine Fehler aufgetreten

Festplatte geprüft mit smartctl

ID# 	ATTRIBUTE_NAME          	FLAG     	VALUE 	WORST 	THRESH 	TYPE      	UPDATED  	WHEN_FAILED 	RAW_VALUE
1	Raw_Read_Error_Rate     	0x2F	200	200	51	Pre-fail  	Always   	    -       	0
3	Spin_Up_Time            	0x27	173	171	21	Pre-fail  	Always   	    -       	2350
4	Start_Stop_Count        	0x32	100	100	0	Old_age   	Always   	    -       	50
5	Reallocated_Sector_Ct   	0x33	200	200	140	Pre-fail  	Always   	    -       	0
7	Seek_Error_Rate         	0x2E	200	200	0	Old_age   	Always   	    -       	0
9	Power_On_Hours          	0x32	44	44	0	Old_age   	Always   	    -       	40902
10	Spin_Retry_Count        	0x32	100	253	0	Old_age   	Always   	    -       	0
11	Calibration_Retry_Count 	0x32	100	253	0	Old_age   	Always   	    -       	0
12	Power_Cycle_Count       	0x32	100	100	0	Old_age   	Always   	    -       	25
192	Power-Off_Retract_Count 	0x32	200	200	0	Old_age   	Always   	    -       	19
193	Load_Cycle_Count        	0x32	200	200	0	Old_age   	Always   	    -       	2549
194	Temperature_Celsius     	0x22	108	91	0	Old_age   	Always   	    -       	35
196	Reallocated_Event_Count 	0x32	200	200	0	Old_age   	Always   	    -       	0
197	Current_Pending_Sector  	0x32	200	200	0	Old_age   	Always   	    -       	0
198	Offline_Uncorrectable   	0x30	100	253	0	Old_age   	Offline  	    -       	0
199	UDMA_CRC_Error_Count    	0x32	200	200	0	Old_age   	Always   	    -       	0
200	Multi_Zone_Error_Rate   	0x8	200	200	0	Old_age   	Offline  	    -       	0

Das schaut für mich ok aus.

Nach Kernel Fehlern gesucht:

1
2
3
sudo dmesg | grep "error"
[   17.318812] cups-proxyd[1982]: segfault at 18 ip 000064efb5447d75 sp 00007ffe86853a70 error 4 in cups-proxyd[64efb5444000+7000] likely on CPU 7 (core 3, socket 0)
[   17.638902] traps: light-locker[2180] trap int3 ip:7dc2c11ed0df sp:7fffb3e8f390 error:0 in libglib-2.0.so.0.8000.0[7dc2c11a9000+a0000]

Wie kritisch diese zwei Punkte sind, kann ich nicht beurteilen.

Stresstest:

1
2
3
4
5
6
7
8
9
stress-ng --cpu 4 --io 2 --vm 2 --vm-bytes 1G --timeout 10m
stress-ng: info:  [27752] setting to a 10 mins, 0 secs run per stressor
stress-ng: info:  [27752] dispatching hogs: 4 cpu, 2 io, 2 vm
stress-ng: info:  [27757] io: this is a legacy I/O sync stressor, consider using iomix instead
stress-ng: info:  [27752] skipped: 0
stress-ng: info:  [27752] passed: 8: cpu (4) io (2) vm (2)
stress-ng: info:  [27752] failed: 0
stress-ng: info:  [27752] metrics untrustworthy: 0
stress-ng: info:  [27752] successful run completed in 10 mins, 1.72 secs

Direkt nach dem Stresstest Systemtemperatur angeschaut um Überhitzung auszuschließen:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
watch -n 1 sensors
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +59.0°C

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1:        +63.0°C

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +27.8°C

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +62.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +61.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +61.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +61.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +62.0°C  (high = +100.0°C, crit = +100.0°C)

nvme-pci-6d00
Adapter: PCI adapter
Composite:    +44.9°C  (low  =  -5.2°C, high = +79.8°C)
                       (crit = +84.8°C)

Erscheint mir unkritisch.

Ich habe bisher überhaupt keine Idee, was die Ursache des Problems ist. Software? Hardware?

Könnt ihr mir helfen? Hat vielleicht jemand einen Tipp für mich, wie ich die Ursache des Problems ausfindig machen kann?

micneu

Avatar von micneu

Anmeldungsdatum:
19. Januar 2021

Beiträge: 691

Wohnort: Hamburg

Was ich aus deinem Text nicht rauslesen konnte, ist die Hardware bei dir 5 Jahre im Einsatz oder ist sie auch 5 Jahre alt oder älter?

  • ist das BIOS/UEFI aktuell?

  • bitte mal die Ausgabe

inxi -F

als codeblock

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

micneu schrieb:

Was ich aus deinem Text nicht rauslesen konnte, ist die Hardware bei dir 5 Jahre im Einsatz oder ist sie auch 5 Jahre alt oder älter?

Die Hardware (Intel Nuc 8i5BEH, WD Black SN750 NVMe, Crucial RAM CT2k8G4SFS824A 2x8GB) ist ebenfalls ca 5 Jahre alt, also damals neu gekauft und seitdem im Dauereinsatz. Die Hardware war eine Zeit lang in einem Regal oben, da war es nach meinem Eindruck aber etwas warm. Daher habe ich sie dann nach unten umgezogen.

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

micneu schrieb:

  • ist das BIOS/UEFI aktuell?

  • bitte mal die Ausgabe

inxi -F

als codeblock

BIOS/UEFI habe ich nie angefasst, wurde also nie von mir aktualisiert. Hier die Ausgabe von inxi:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
inxi -F
System:
  Host: NUC Kernel: 6.8.0-52-generic arch: x86_64 bits: 64
  Console: pty pts/0 Distro: Ubuntu 24.04.1 LTS (Noble Numbat)
Machine:
  Type: Desktop System: Intel Client Systems product: NUC8i5BEH v: J72747-304
    serial: <superuser required>
  Mobo: Intel model: NUC8BEB v: J72692-306 serial: <superuser required> UEFI: Intel
    v: BECFL357.86A.0064.2019.0213.1122 date: 02/13/2019
CPU:
  Info: quad core model: Intel Core i5-8259U bits: 64 type: MT MCP cache: L2: 1024 KiB
  Speed (MHz): avg: 700 min/max: 400/3800 cores: 1: 1600 2: 400 3: 400 4: 1600 5: 400 6: 400
    7: 400 8: 400
Graphics:
  Device-1: Intel CoffeeLake-U GT3e [Iris Plus Graphics 655] driver: i915 v: kernel
  Display: server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.6 driver: X:
    loaded: fbdev,modesetting,vesa gpu: i915 tty: 160x34
  API: EGL v: 1.5 drivers: swrast platforms: surfaceless,device
  API: OpenGL v: 4.5 vendor: mesa v: 24.2.8-1ubuntu1~24.04.1 note: console (EGL sourced)
    renderer: llvmpipe (LLVM 19.1.1 256 bits)
  API: Vulkan v: 1.3.275 drivers: N/A surfaces: N/A
Audio:
  Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel
  API: ALSA v: k6.8.0-52-generic status: kernel-api
  Server-1: PipeWire v: 1.0.5 status: active
Network:
  Device-1: Intel Cannon Point-LP CNVi [Wireless-AC] driver: iwlwifi
  IF: wlp0s20f3 state: down mac: 98:2c:bc:cf:8a:00
  Device-2: Intel Ethernet I219-V driver: e1000e
  IF: eno1 state: up speed: 1000 Mbps duplex: full mac: 94:c6:91:af:e4:e7
  IF-ID-1: br-03868a586c18 state: up speed: 10000 Mbps duplex: unknown mac: 02:42:6b:e1:b0:ee
  IF-ID-2: docker0 state: down mac: 02:42:73:7f:1a:74
  IF-ID-3: vethd907cfd state: up speed: 10000 Mbps duplex: full mac: 26:c0:ba:db:1c:83
Bluetooth:
  Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) driver: btusb type: USB
  Report: hciconfig ID: hci0 state: up address: 98:2C:BC:CF:8A:04 bt-v: 5.1
Drives:
  Local Storage: total: 1.14 TiB used: 222.12 GiB (19.1%)
  ID-1: /dev/nvme0n1 vendor: Seagate model: WDS250G3X0C-00SJG0 size: 232.89 GiB
  ID-2: /dev/sda vendor: Western Digital model: WD10SDRW-11A0XS0 size: 931.48 GiB type: USB
Partition:
  ID-1: / size: 227.68 GiB used: 153.63 GiB (67.5%) fs: ext4 dev: /dev/nvme0n1p2
  ID-2: /boot/efi size: 511 MiB used: 6.1 MiB (1.2%) fs: vfat dev: /dev/nvme0n1p1
Swap:
  ID-1: swap-1 type: file size: 2 GiB used: 2.2 MiB (0.1%) file: /swapfile
Sensors:
  System Temperatures: cpu: 48.0 C pch: 49.0 C mobo: N/A
  Fan Speeds (rpm): N/A
Info:
  Memory: total: 16 GiB available: 15.49 GiB used: 2.33 GiB (15.0%)
  Processes: 311 Uptime: 8h 20m Init: systemd target: graphical (5) Shell: Bash inxi: 3.3.34

Viele Dank für Deine Hilfe bei meiner Problemsuche!

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

Niemand mehr eine Idee?

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14246

Tim3010 schrieb:

Mein Problem: in unregelmäßigen Abständen (bisher drei mal aufgetreten mit jeweils ca einer Woche dazwischen) ist der Server auf einmal nicht mehr erreichbar. Es ist kein Monitor angeschlossen, ich konnte also nicht mehr aufs System. Der An-Knopf hat aber nach wie vor geleuchtet. Ein Neustart behebt das Problem kurzfristig.

Wie hast Du versucht deinen Server zu erreichen? Poste mal von deinem Server die Ausgaben von:

ip a
ip r
ip n s
sudo lsof -nPi   # oder gleichwertig

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

lubux schrieb:

Wie hast Du versucht deinen Server zu erreichen? Poste mal von deinem Server die Ausgaben von:

ip a
ip r
ip n s
sudo lsof -nPi   # oder gleichwertig

Ich konnte den Server über ssh und ping nicht erreichen, mein Gateway hat den Server ebenfalls als offline angezeigt.

$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 94:c6:91:af:e4:e7 brd ff:ff:ff:ff:ff:ff
    altname enp0s31f6
    inet 192.168.1.40/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
       valid_lft 66078sec preferred_lft 66078sec
    inet6 fd94:6635:4bac:d54f:3d76:d16e:627a:e851/64 scope global temporary dynamic 
       valid_lft 1662sec preferred_lft 1662sec
    inet6 fd94:6635:4bac:d54f:84e6:5612:6f8c:f1c/64 scope global temporary deprecated dynamic 
       valid_lft 1662sec preferred_lft 0sec
    inet6 fd94:6635:4bac:d54f:a7d1:3603:e64d:58ea/64 scope global dynamic mngtmpaddr noprefixroute 
       valid_lft 1662sec preferred_lft 1662sec
    inet6 fe80::c139:d3d:f53e:21fe/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlp0s20f3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 98:2c:bc:cf:8a:00 brd ff:ff:ff:ff:ff:ff
4: br-03868a586c18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:6b:e1:b0:ee brd ff:ff:ff:ff:ff:ff
    inet 172.18.0.1/16 brd 172.18.255.255 scope global br-03868a586c18
       valid_lft forever preferred_lft forever
    inet6 fe80::42:6bff:fee1:b0ee/64 scope link 
       valid_lft forever preferred_lft forever
5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:73:7f:1a:74 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
7: vethd907cfd@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-03868a586c18 state UP group default 
    link/ether 26:c0:ba:db:1c:83 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::24c0:baff:fedb:1c83/64 scope link 
       valid_lft forever preferred_lft forever

.

$ ip r
default via 192.168.1.1 dev eno1 proto dhcp src 192.168.1.40 metric 100 
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 
172.18.0.0/16 dev br-03868a586c18 proto kernel scope link src 172.18.0.1 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.40 metric 100 

.

$ ip n s
192.168.1.161 dev eno1 lladdr 98:f4:ab:b8:d5:23 REACHABLE 
192.168.1.235 dev eno1 lladdr 22:e9:ca:c6:74:fc STALE 
192.168.1.50 dev eno1 lladdr e8:9e:b4:0c:c7:a9 STALE 
192.168.1.240 dev eno1 lladdr 80:b9:89:10:f4:94 STALE 
192.168.1.145 dev eno1 lladdr bc:dd:c2:90:fc:a7 REACHABLE 
192.168.1.248 dev eno1 lladdr c8:c9:a3:1c:d5:c7 REACHABLE 
192.168.1.166 dev eno1 lladdr 98:f4:ab:b9:2d:04 REACHABLE 
192.168.1.100 dev eno1 lladdr 98:f4:ab:b8:c6:f3 REACHABLE 
192.168.1.150 dev eno1 lladdr bc:dd:c2:8f:48:34 REACHABLE 
192.168.1.208 dev eno1 lladdr 00:17:88:4b:82:8a REACHABLE 
192.168.1.167 dev eno1 lladdr 84:f3:eb:e6:27:7c REACHABLE 
192.168.1.101 dev eno1 lladdr 84:f3:eb:e5:e3:35 REACHABLE 
192.168.1.142 dev eno1 lladdr 84:0d:8e:91:33:55 REACHABLE 
192.168.1.76 dev eno1 lladdr 84:f3:eb:e6:2c:ab REACHABLE 
192.168.1.151 dev eno1 lladdr bc:dd:c2:91:1e:34 REACHABLE 
192.168.1.122 dev eno1 lladdr dc:4f:22:60:9c:c8 REACHABLE 
192.168.1.164 dev eno1 lladdr 98:f4:ab:b9:60:0a REACHABLE 
192.168.1.143 dev eno1 lladdr bc:dd:c2:fd:26:48 REACHABLE 
192.168.1.77 dev eno1 lladdr 68:82:f2:00:17:dc STALE 
172.18.0.2 dev br-03868a586c18 lladdr 02:42:ac:12:00:02 REACHABLE 
192.168.1.148 dev eno1 lladdr 2c:f4:32:68:89:00 REACHABLE 
192.168.1.156 dev eno1 lladdr 80:7d:3a:57:ee:09 REACHABLE 
192.168.1.165 dev eno1 lladdr 98:f4:ab:b8:d8:3d REACHABLE 
192.168.1.140 dev eno1 lladdr bc:dd:c2:91:3d:85 REACHABLE 
192.168.1.107 dev eno1 lladdr 98:f4:ab:b9:25:ab REACHABLE 
192.168.1.149 dev eno1 lladdr bc:dd:c2:91:3e:50 REACHABLE 
192.168.1.91 dev eno1 lladdr 78:28:ca:00:b0:92 STALE 
192.168.1.120 dev eno1 lladdr 2c:f4:32:69:1e:6a REACHABLE 
192.168.1.162 dev eno1 lladdr 98:f4:ab:b8:e5:f3 REACHABLE 
192.168.1.96 dev eno1 lladdr f0:b3:ec:68:53:9d STALE 
192.168.1.1 dev eno1 lladdr e2:63:da:5a:df:6e REACHABLE 
192.168.1.46 dev eno1 lladdr 70:c9:32:3e:e1:24 REACHABLE 
192.168.1.141 dev eno1 lladdr bc:dd:c2:90:fb:c9 REACHABLE 
192.168.1.75 dev eno1 lladdr 98:f4:ab:b8:dc:f3 REACHABLE 
192.168.1.170 dev eno1 lladdr 80:7d:3a:78:b1:e5 REACHABLE 
192.168.1.146 dev eno1 lladdr bc:dd:c2:fc:fb:1e REACHABLE 
192.168.1.30 dev eno1 lladdr 24:62:ab:4d:eb:7a REACHABLE 
192.168.1.163 dev eno1 lladdr 98:f4:ab:b8:ca:52 REACHABLE 
192.168.1.14 dev eno1 lladdr 70:c9:32:3c:5f:ef REACHABLE 
192.168.1.118 dev eno1 lladdr c8:ff:77:4e:48:0f REACHABLE 
192.168.1.147 dev eno1 lladdr bc:dd:c2:90:fd:6a REACHABLE 
192.168.1.242 dev eno1 lladdr 94:9f:3e:53:17:86 STALE 
192.168.1.31 dev eno1 lladdr 24:62:ab:26:88:37 REACHABLE 
192.168.1.184 dev eno1 lladdr 98:f4:ab:b9:62:8b REACHABLE 
192.168.1.160 dev eno1 lladdr 98:f4:ab:b8:bd:8d REACHABLE 
192.168.1.44 dev eno1 lladdr f2:b5:c8:95:16:c8 REACHABLE 
192.168.1.139 dev eno1 lladdr 82:6c:2b:de:d9:a4 STALE 
192.168.1.168 dev eno1 lladdr 80:b9:89:6f:83:4c STALE 
192.168.1.144 dev eno1 lladdr bc:dd:c2:91:3a:a2 REACHABLE 
192.168.1.61 dev eno1 lladdr ae:7e:3d:42:1a:c4 STALE 
fd94:6635:4bac:d54f:c0f:4067:a7c3:ee16 dev eno1 lladdr f0:b3:ec:68:53:9d router STALE 
fe80::80f:de64:3b5b:e335 dev eno1 lladdr f0:b3:ec:68:53:9d router STALE 
fd94:6635:4bac:d54f:140c:3997:6d0f:4790 dev eno1 lladdr 22:e9:ca:c6:74:fc STALE 
fe80::cc1:b1f6:8928:12ba dev eno1 lladdr 80:b9:89:6f:83:4c STALE 
fe80::183b:8321:918e:dde8 dev eno1 lladdr 82:6c:2b:de:d9:a4 STALE 
fe80::18e7:31dc:8027:3194 dev eno1 lladdr 80:b9:89:6f:83:4c STALE 
fe80::1c9b:a773:3639:5a4e dev eno1 lladdr ae:7e:3d:42:1a:c4 STALE 
fe80::149d:1f4a:dd89:6c36 dev eno1 lladdr 80:b9:89:10:f4:94 STALE 
fe80::c6e:38f:705f:3f00 dev eno1 lladdr 80:b9:89:10:f4:94 STALE 
fd94:6635:4bac:d54f:10b8:c039:466a:871d dev eno1 lladdr 82:6c:2b:de:d9:a4 STALE 
fe80::4aa:c018:fa7e:b688 dev eno1 lladdr 22:e9:ca:c6:74:fc STALE 
fe80::1858:3939:b61e:ac37 dev eno1 lladdr f2:b5:c8:95:16:c8 STALE

.

sudo lsof -nPi
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
lsof: no pwd entry for UID 1883
COMMAND     PID            USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
systemd       1            root  191u  IPv6   5953      0t0  TCP *:22 (LISTEN)
systemd       1            root  253u  IPv6  15530      0t0  TCP *:6600 (LISTEN)
systemd-r   824 systemd-resolve   14u  IPv4  11632      0t0  UDP 127.0.0.53:53 
systemd-r   824 systemd-resolve   15u  IPv4  11633      0t0  TCP 127.0.0.53:53 (LISTEN)
systemd-r   824 systemd-resolve   16u  IPv4  11634      0t0  UDP 127.0.0.54:53 
systemd-r   824 systemd-resolve   17u  IPv4  11635      0t0  TCP 127.0.0.54:53 (LISTEN)
avahi-dae  1026           avahi   12u  IPv4   6054      0t0  UDP *:5353 
avahi-dae  1026           avahi   13u  IPv6   6055      0t0  UDP *:5353 
avahi-dae  1026           avahi   14u  IPv4   6056      0t0  UDP *:56116 
avahi-dae  1026           avahi   15u  IPv6   6057      0t0  UDP *:41968 
NetworkMa  1132            root   26u  IPv4  17041      0t0  UDP 192.168.1.40:68->192.168.1.1:67 
iperf3     1455          iperf3    3u  IPv6  17692      0t0  TCP *:5201 (LISTEN)
mpd        1459             mpd    4u  IPv6  15530      0t0  TCP *:6600 (LISTEN)
Xtigervnc  1598            jvbb    9u  IPv4  17747      0t0  TCP 127.0.0.1:5901 (LISTEN)
Xtigervnc  1598            jvbb   10u  IPv6  17748      0t0  TCP [::1]:5901 (LISTEN)
nmbd       2078            root   13u  IPv4  19096      0t0  UDP *:137 
nmbd       2078            root   14u  IPv4  19097      0t0  UDP *:138 
nmbd       2078            root   15u  IPv4  19108      0t0  UDP 192.168.1.40:137 
nmbd       2078            root   16u  IPv4  19109      0t0  UDP 192.168.1.255:137 
nmbd       2078            root   17u  IPv4  19110      0t0  UDP 192.168.1.40:138 
nmbd       2078            root   18u  IPv4  19111      0t0  UDP 192.168.1.255:138 
nmbd       2078            root   20u  IPv4  28752      0t0  UDP 172.17.0.1:137 
nmbd       2078            root   21u  IPv4  28753      0t0  UDP 172.17.255.255:137 
nmbd       2078            root   22u  IPv4  28754      0t0  UDP 172.17.0.1:138 
nmbd       2078            root   23u  IPv4  28755      0t0  UDP 172.17.255.255:138 
nmbd       2078            root   24u  IPv4  28756      0t0  UDP 172.18.0.1:137 
nmbd       2078            root   25u  IPv4  28757      0t0  UDP 172.18.255.255:137 
nmbd       2078            root   26u  IPv4  28758      0t0  UDP 172.18.0.1:138 
nmbd       2078            root   27u  IPv4  28759      0t0  UDP 172.18.255.255:138 
smbd       2089            root   28u  IPv6  13309      0t0  TCP *:445 (LISTEN)
smbd       2089            root   29u  IPv6  13310      0t0  TCP *:139 (LISTEN)
smbd       2089            root   30u  IPv4  13311      0t0  TCP *:445 (LISTEN)
smbd       2089            root   31u  IPv4  13312      0t0  TCP *:139 (LISTEN)
kited      2168            jvbb    6u  IPv4  20692      0t0  TCP 127.0.0.1:46624 (LISTEN)
kited      2168            jvbb   13u  IPv4 505996      0t0  TCP 192.168.1.40:59778->142.251.36.238:80 (ESTABLISHED)
kdeconnec  2175            jvbb   21u  IPv6  18092      0t0  UDP *:1716 
kdeconnec  2175            jvbb   22u  IPv6  18093      0t0  TCP *:1716 (LISTEN)
docker-pr  2923            root    4u  IPv4  19446      0t0  TCP *:1880 (LISTEN)
docker-pr  2945            root    4u  IPv6  21097      0t0  TCP *:1880 (LISTEN)
docker-pr  2952            root    4u  IPv4  21103      0t0  TCP *:9229 (LISTEN)
docker-pr  2961            root    4u  IPv6  21111      0t0  TCP *:9229 (LISTEN)
matter-se  3095            root    8u  IPv6  21312      0t0  UDP *:34343 
matter-se  3095            root    9u  IPv4  21313      0t0  UDP *:34988 
matter-se  3095            root   12u  IPv4  26786      0t0  TCP 127.0.0.1:5580->127.0.0.1:35658 (ESTABLISHED)
matter-se  3095            root   13u  IPv6  25799      0t0  UDP *:5353 
matter-se  3095            root   14u  IPv6  25800      0t0  UDP *:47123 
matter-se  3095            root   15u  IPv4  25801      0t0  UDP *:5353 
matter-se  3095            root   16u  IPv4  25805      0t0  UDP *:44750 
matter-se  3095            root   17u  IPv6  25806      0t0  UDP *:5353 
matter-se  3095            root   18u  IPv6  25807      0t0  UDP *:37614 
matter-se  3095            root   19u  IPv6  25808      0t0  UDP *:5353 
matter-se  3095            root   20u  IPv6  25809      0t0  UDP *:36775 
matter-se  3095            root   21u  IPv4  25810      0t0  UDP *:5353 
matter-se  3095            root   22u  IPv4  25815      0t0  UDP *:50422 
matter-se  3095            root   23u  IPv6  25816      0t0  UDP *:5353 
matter-se  3095            root   24u  IPv6  25817      0t0  UDP *:48714 
matter-se  3095            root   25u  IPv4  25818      0t0  UDP *:5353 
matter-se  3095            root   26u  IPv4  25824      0t0  UDP *:60395 
matter-se  3095            root   27u  IPv6  25825      0t0  UDP *:5353 
matter-se  3095            root   30u  IPv6  26744      0t0  UDP *:5353 
matter-se  3095            root   31u  IPv6  26757      0t0  UDP [fd94:6635:4bac:d54f:84e6:5612:6f8c:f1c]:5353 
matter-se  3095            root   32u  IPv6  25826      0t0  UDP *:36329 
matter-se  3095            root   33u  IPv6  26758      0t0  UDP [fe80::24c0:baff:fedb:1c83]:5353 
matter-se  3095            root   34u  IPv6  26759      0t0  UDP [fe80::42:6bff:fee1:b0ee]:5353 
matter-se  3095            root   35u  IPv6  26760      0t0  UDP [::1]:5353 
matter-se  3095            root   36u  IPv4  26761      0t0  UDP 172.17.0.1:5353 
matter-se  3095            root   37u  IPv4  26762      0t0  UDP 127.0.0.1:5353 
matter-se  3095            root   38u  IPv4  26763      0t0  UDP 172.18.0.1:5353 
matter-se  3095            root   39u  IPv4  26764      0t0  UDP 192.168.1.40:5353 
matter-se  3095            root   40u  IPv4  26765      0t0  TCP *:5580 (LISTEN)
matter-se  3095            root   41u  IPv6  26766      0t0  TCP *:5580 (LISTEN)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883    5u  IPv4  25688      0t0  TCP *:1883 (LISTEN)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883    6u  IPv6  25689      0t0  TCP *:1883 (LISTEN)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883    8u  IPv4  21291      0t0  TCP 192.168.1.40:1883->192.168.1.151:54660 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883    9u  IPv4  23850      0t0  TCP 192.168.1.40:1883->192.168.1.46:45838 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   10u  IPv4 393376      0t0  TCP 192.168.1.40:1883->192.168.1.143:60147 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   11u  IPv4  25293      0t0  TCP 192.168.1.40:1883->192.168.1.107:50430 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   12u  IPv4 100102      0t0  TCP 192.168.1.40:1883->192.168.1.101:21296 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   13u  IPv4  25297      0t0  TCP 192.168.1.40:1883->192.168.1.164:64575 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   14u  IPv4  25299      0t0  TCP 192.168.1.40:1883->192.168.1.76:1650 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   15u  IPv4 437487      0t0  TCP 192.168.1.40:1883->192.168.1.31:62513 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   16u  IPv4  21429      0t0  TCP 192.168.1.40:1883->192.168.1.156:58069 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   17u  IPv4  25782      0t0  TCP 192.168.1.40:1883->192.168.1.149:51646 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   18u  IPv4  25784      0t0  TCP 192.168.1.40:1883->192.168.1.75:51576 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   19u  IPv4  23897      0t0  TCP 192.168.1.40:1883->192.168.1.161:57281 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   20u  IPv4  26740      0t0  TCP 192.168.1.40:1883->172.18.0.2:60362 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   21u  IPv4  20396      0t0  TCP 192.168.1.40:1883->192.168.1.122:52700 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   22u  IPv4  23183      0t0  TCP 192.168.1.40:1883->192.168.1.167:24170 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   23u  IPv4  23185      0t0  TCP 192.168.1.40:1883->192.168.1.142:57996 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   24u  IPv4  23187      0t0  TCP 192.168.1.40:1883->192.168.1.144:58609 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   25u  IPv4  23189      0t0  TCP 192.168.1.40:1883->192.168.1.140:65321 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   26u  IPv4 460917      0t0  TCP 192.168.1.40:1883->192.168.1.141:62279 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   27u  IPv4  25918      0t0  TCP 192.168.1.40:1883->192.168.1.100:57229 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   28u  IPv4  25400      0t0  TCP 192.168.1.40:1883->192.168.1.40:45011 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   29u  IPv4  25923      0t0  TCP 192.168.1.40:1883->192.168.1.160:54231 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   30u  IPv4  25935      0t0  TCP 192.168.1.40:1883->192.168.1.145:62432 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   31u  IPv4  25937      0t0  TCP 192.168.1.40:1883->192.168.1.170:61672 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   32u  IPv4 142594      0t0  TCP 192.168.1.40:1883->192.168.1.147:50098 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   33u  IPv4  54606      0t0  TCP 192.168.1.40:1883->192.168.1.150:61676 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   34u  IPv4  25943      0t0  TCP 192.168.1.40:1883->192.168.1.148:53538 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   35u  IPv4 448221      0t0  TCP 192.168.1.40:1883->192.168.1.146:49209 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   36u  IPv4  25948      0t0  TCP 192.168.1.40:1883->192.168.1.184:57506 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   37u  IPv4  25950      0t0  TCP 192.168.1.40:1883->192.168.1.120:31968 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   38u  IPv4  25952      0t0  TCP 192.168.1.40:1883->192.168.1.165:53985 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   39u  IPv4  25954      0t0  TCP 192.168.1.40:1883->192.168.1.163:61532 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   40u  IPv4  25956      0t0  TCP 192.168.1.40:1883->192.168.1.166:59686 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   41u  IPv4  25959      0t0  TCP 192.168.1.40:1883->192.168.1.162:58046 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   42u  IPv4  20442      0t0  TCP 192.168.1.40:1883->192.168.20.104:29929 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   43u  IPv4  25965      0t0  TCP 192.168.1.40:1883->192.168.1.30:60586 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   45u  IPv4 221516      0t0  TCP 192.168.1.40:1883->192.168.1.248:56603 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   46u  IPv4 386393      0t0  TCP 192.168.1.40:1883->192.168.1.14:33044 (ESTABLISHED)
python3    3305            root   11u  IPv4  21743      0t0  TCP *:8123 (LISTEN)
python3    3305            root   12u  IPv6  21744      0t0  TCP *:8123 (LISTEN)
python3    3305            root   13u  IPv4  23877      0t0  UDP *:1900 
python3    3305            root   14u  IPv6  23876      0t0  UDP *:1900 
python3    3305            root   15u  IPv6  23878      0t0  UDP *:44188 
python3    3305            root   16u  IPv4  23879      0t0  UDP *:44631 
python3    3305            root   17u  IPv6  21371      0t0  UDP *:5353 
python3    3305            root   18u  IPv4  21378      0t0  UDP 192.168.1.40:5353 
python3    3305            root   19u  IPv6  21379      0t0  UDP [fd94:6635:4bac:d54f:84e6:5612:6f8c:f1c]:5353 
python3    3305            root   21u  IPv4  23153      0t0  TCP 192.168.1.40:8123->172.18.0.2:38920 (ESTABLISHED)
python3    3305            root   29u  IPv4  21428      0t0  TCP 192.168.1.40:55086->192.168.1.208:443 (ESTABLISHED)
python3    3305            root   30u  IPv4 511916      0t0  TCP 192.168.1.40:36006->192.168.1.208:443 (ESTABLISHED)
python3    3305            root   31u  IPv4  21462      0t0  TCP 192.168.1.40:1400 (LISTEN)
python3    3305            root   32u  IPv4  26773      0t0  TCP 192.168.1.40:45011->192.168.1.40:1883 (ESTABLISHED)
python3    3305            root   33u  IPv4  21851      0t0  TCP 127.0.0.1:35658->127.0.0.1:5580 (ESTABLISHED)
python3    3305            root   34u  IPv4  21852      0t0  TCP 192.168.1.40:40000 (LISTEN)
python3    3305            root   35u  IPv4  25423      0t0  UDP *:43803 
python3    3305            root   36u  IPv4  25424      0t0  UDP *:1900 
python3    3305            root   37u  IPv6  21853      0t0  TCP [fe80::c139:d3d:f53e:21fe]:40000 (LISTEN)
python3    3305            root   38u  IPv6  21854      0t0  TCP [fd94:6635:4bac:d54f:84e6:5612:6f8c:f1c]:40000 (LISTEN)
python3    3305            root   39u  IPv6  21855      0t0  TCP [fd94:6635:4bac:d54f:a7d1:3603:e64d:58ea]:40000 (LISTEN)
python3    3305            root   41u  IPv6  21856      0t0  UDP *:43414 
python3    3305            root   42u  IPv6  21857      0t0  UDP *:1900 
python3    3305            root   43u  IPv4  21858      0t0  UDP *:45495 
python3    3305            root   45u  IPv6  21860      0t0  UDP *:48681 
python3    3305            root   46u  IPv6  26791      0t0  TCP *:21063 (LISTEN)
python3    3305            root   47u  IPv4  26792      0t0  TCP *:21063 (LISTEN)
python3    3305            root   50u  IPv6  21868      0t0  TCP [fe80::c139:d3d:f53e:21fe]:21063->[fe80::80f:de64:3b5b:e335]:52762 (ESTABLISHED)
hb-servic  3445            root   19u  IPv4  21805      0t0  UDP *:5353 
hb-servic  3445            root   20u  IPv6  21808      0t0  TCP *:8581 (LISTEN)
avahi-dae  3556            _apt   10u  IPv4  20336      0t0  UDP *:5353 
avahi-dae  3556            _apt   11u  IPv4  20337      0t0  UDP *:34031 
homebridg  3592            root   19u  IPv6  21454      0t0  TCP *:51401 (LISTEN)
homebridg  3592            root   20u  IPv4  21455      0t0  TCP *:48000 (LISTEN)
homebridg  3592            root   21u  IPv4  21456      0t0  TCP 192.168.1.40:52310->192.168.1.118:1883 (ESTABLISHED)
homebridg  3592            root   22u  IPv4  21457      0t0  UDP *:5353 
homebridg  3592            root   23u  IPv6  25998      0t0  TCP [fe80::c139:d3d:f53e:21fe]:51401->[fe80::80f:de64:3b5b:e335]:52763 (ESTABLISHED)
homebridg  3592            root   24u  IPv4  26002      0t0  TCP 127.0.0.1:35693 (LISTEN)
homebridg  3592            root   25u  IPv4  26003      0t0  TCP 127.0.0.1:36204->127.0.0.1:35693 (ESTABLISHED)
homebridg  3592            root   26u  IPv4  26005      0t0  TCP 127.0.0.1:35693->127.0.0.1:36204 (ESTABLISHED)
sshd      24246            root    3u  IPv6   5953      0t0  TCP *:22 (LISTEN)
cupsd     56415            root    6u  IPv6 308020      0t0  TCP [::1]:631 (LISTEN)
cupsd     56415            root    7u  IPv4 308021      0t0  TCP 127.0.0.1:631 (LISTEN)
sshd      91982            root    4u  IPv6 506802      0t0  TCP 192.168.1.40:22->192.168.1.44:52775 (ESTABLISHED)
sshd      92181            jvbb    4u  IPv6 506802      0t0  TCP 192.168.1.40:22->192.168.1.44:52775 (ESTABLISHED)

Bearbeitet von Berlin_1946:

Zitat repariert.

Bitte unterlasse Fullquote. Lies dazu Zitat.

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14246

Tim3010 schrieb:

sudo lsof -nPi
lsof: no pwd entry for UID 1883
            1883   38u  IPv4  25952      0t0  TCP 192.168.1.40:1883->192.168.1.165:53985 (ESTABLISHED)
lsof: no pwd entry for UID 1883
mosquitto  3115            1883   39u  IPv4  25954      0t0  TCP 192.168.1.40:1883->192.168.1.163:61532 (ESTABLISHED)

Wie sind die Ausgaben von:

ps -u 1883
cat /etc/passwd | grep -i 1883

?

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

lubux schrieb:

Wie sind die Ausgaben von:

ps -u 1883
cat /etc/passwd | grep -i 1883

?

Hier die Ausgabe:

$ ps -u 1883
    PID TTY          TIME CMD
   3115 ?        00:01:49 mosquitto
$ cat /etc/passwd | grep -i 1883

1883 taucht in /etc/passwd anscheinend nicht auf, der Befehlt gibt keine Ausgabe.

Bearbeitet von Berlin_1946:

Zitat repariert.

Bitte unterlasse Fullquote. Lies dazu Zitat.

san04

Anmeldungsdatum:
19. Januar 2010

Beiträge: 1247

Tim3010 schrieb:

Was ich versucht habe: RAM getestet mit

1
sudo memtester 1024 5

Ich hab immer memtest als iso vom Stick dafür genutzt. Am besten über Nacht > 24h laufen lassen und es darf kein einziger Fehler auftauchen.

Findet sich denn ansonsten was im Log? Letzte 100 Zeilen des letzten Startvorgangs z. B.:

journalctl -b-1 -n 100

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

san04 schrieb:

Ich hab immer memtest als iso vom Stick dafür genutzt... Findet sich denn ansonsten was im Log? Letzte 100 Zeilen des letzten Startvorgangs z. B.:

journalctl -b-1 -n 100

Mem Langzeittest würde gehen, wäre aber etwas schmerzhaft: Am Server hängen unsere Steuerungen für Licht, Rollläden, Heizung 😉 .

$ journalctl -b-1 -n 100

Feb 22 21:30:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 21:35:01 NUC CRON[1113984]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 21:35:01 NUC CRON[1113985]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 21:35:01 NUC CRON[1113984]: pam_unix(cron:session): session closed for user root
Feb 22 21:35:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6698' (uid=1000 pid=1114016 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 21:35:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 21:36:42 NUC NetworkManager[1079]: <info>  [1740256602.7987] dhcp4 (eno1): state changed new lease, address=192.168.1.40
Feb 22 21:36:42 NUC dbus-daemon[1025]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=1079 comm="/usr/sbin/NetworkManager --no-daemon" label="unconfined")
Feb 22 21:36:42 NUC systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
Feb 22 21:36:42 NUC dbus-daemon[1025]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 22 21:36:42 NUC systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
Feb 22 21:36:52 NUC systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 22 21:40:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 21:40:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 21:40:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6700' (uid=1000 pid=1114274 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 21:40:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 21:45:01 NUC CRON[1114506]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 21:45:01 NUC CRON[1114507]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 21:45:01 NUC CRON[1114506]: pam_unix(cron:session): session closed for user root
Feb 22 21:45:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6701' (uid=1000 pid=1114539 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 21:45:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 21:50:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 21:50:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 21:50:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6703' (uid=1000 pid=1114783 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 21:50:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 21:55:01 NUC CRON[1115000]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 21:55:01 NUC CRON[1115001]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 21:55:01 NUC CRON[1115000]: pam_unix(cron:session): session closed for user root
Feb 22 21:55:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6704' (uid=1000 pid=1115031 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 21:55:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:00:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:00:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:00:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6706' (uid=1000 pid=1115261 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:00:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:05:01 NUC CRON[1115504]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:05:01 NUC CRON[1115505]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:05:01 NUC CRON[1115504]: pam_unix(cron:session): session closed for user root
Feb 22 22:05:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6707' (uid=1000 pid=1115513 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:05:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:10:14 NUC canonical-livepatch.canonical-livepatchd[1375]: Client information is recent, not refreshing.
Feb 22 22:10:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:10:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:10:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6709' (uid=1000 pid=1115761 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:10:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:15:01 NUC CRON[1116000]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:15:01 NUC CRON[1116001]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:15:01 NUC CRON[1116000]: pam_unix(cron:session): session closed for user root
Feb 22 22:15:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6710' (uid=1000 pid=1116008 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:15:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:17:01 NUC CRON[1116107]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:17:01 NUC CRON[1116108]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Feb 22 22:17:01 NUC CRON[1116107]: pam_unix(cron:session): session closed for user root
Feb 22 22:20:21 NUC cups.cups-browsed[1950]: + true
Feb 22 22:20:21 NUC cups.cups-browsed[1950]: + sleep 3600
Feb 22 22:20:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:20:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:20:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6712' (uid=1000 pid=1116260 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:20:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:25:01 NUC CRON[1116502]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:25:01 NUC CRON[1116503]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:25:01 NUC CRON[1116502]: pam_unix(cron:session): session closed for user root
Feb 22 22:25:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6713' (uid=1000 pid=1116510 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:25:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:30:01 NUC CRON[1116724]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:30:01 NUC CRON[1116727]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Feb 22 22:30:01 NUC CRON[1116724]: pam_unix(cron:session): session closed for user root
Feb 22 22:30:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:30:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:30:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6715' (uid=1000 pid=1116757 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:30:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:32:48 NUC systemd[1]: Starting fwupd-refresh.service - Refresh fwupd metadata and update motd...
Feb 22 22:32:48 NUC systemd[1]: fwupd-refresh.service: Deactivated successfully.
Feb 22 22:32:48 NUC systemd[1]: Finished fwupd-refresh.service - Refresh fwupd metadata and update motd.
Feb 22 22:35:01 NUC CRON[1116982]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:35:01 NUC CRON[1116985]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:35:01 NUC CRON[1116982]: pam_unix(cron:session): session closed for user root
Feb 22 22:35:18 NUC systemd[1]: Started anacron.service - Run anacron jobs.
Feb 22 22:35:18 NUC anacron[1117011]: Anacron 2.3 started on 2025-02-22
Feb 22 22:35:18 NUC anacron[1117011]: Normal exit (0 jobs run)
Feb 22 22:35:18 NUC systemd[1]: anacron.service: Deactivated successfully.
Feb 22 22:35:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6716' (uid=1000 pid=1117018 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:35:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:40:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:40:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:40:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6718' (uid=1000 pid=1117268 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:40:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:45:01 NUC CRON[1117498]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:45:01 NUC CRON[1117499]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:45:01 NUC CRON[1117498]: pam_unix(cron:session): session closed for user root
Feb 22 22:45:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6719' (uid=1000 pid=1117532 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:45:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:50:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.xfce.Xfconf' requested by ':1.26' (uid=1000 pid=1993 comm="xfce4-panel" label="unconfined")
Feb 22 22:50:23 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Successfully activated service 'org.xfce.Xfconf'
Feb 22 22:50:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6721' (uid=1000 pid=1117781 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:50:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 22 22:55:01 NUC CRON[1118002]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
Feb 22 22:55:01 NUC CRON[1118003]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Feb 22 22:55:01 NUC CRON[1118002]: pam_unix(cron:session): session closed for user root
Feb 22 22:55:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.6722' (uid=1000 pid=1118032 comm="systemctl --user show kite-updater.timer --propert" label="unconfined")
Feb 22 22:55:24 NUC dbus-daemon[1629]: [session uid=1000 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1

Bearbeitet von Berlin_1946:

Zitat repariert.

Bitte unterlasse Fullquote. Lies dazu Zitat.

san04

Anmeldungsdatum:
19. Januar 2010

Beiträge: 1247

Ich sehe da nichts Auffälliges...

Was heißt denn "nicht mehr erreichbar"? Per ssh, ping, ...?

Tim3010

(Themenstarter)

Anmeldungsdatum:
6. Juni 2020

Beiträge: 27

san04 schrieb:

Ich sehe da nichts Auffälliges...

Was heißt denn "nicht mehr erreichbar"? Per ssh, ping, ...?

Genau die zwei: ich kam per ssh nicht mehr drauf, auch auf ping gab es keine Antwort mehr.

lubux

Anmeldungsdatum:
21. November 2012

Beiträge: 14246

Tim3010 schrieb:

Genau die zwei: ich kam per ssh nicht mehr drauf, auch auf ping gab es keine Antwort mehr.

Ist dein Server direkt mit dem Router verbunden oder via Switch? Installiere mal auf deinem Client:

sudo apt install iputils-arping

und versuch dann mit:

sudo arping -c 3 -I eth0 192.168.1.40

(eth0 evtl. anpassen).

oberalf

Anmeldungsdatum:
25. Dezember 2024

Beiträge: 21

Tim3010 schrieb:

BIOS/UEFI habe ich nie angefasst, wurde also nie von mir aktualisiert. Hier die Ausgabe von inxi:

1
2
3
4
5
6
7
8
9
inxi -F
System:
  Host: NUC Kernel: 6.8.0-52-generic arch: x86_64 bits: 64
  Console: pty pts/0 Distro: Ubuntu 24.04.1 LTS (Noble Numbat)
Machine:
  Type: Desktop System: Intel Client Systems product: NUC8i5BEH v: J72747-304
    serial: <superuser required>
  Mobo: Intel model: NUC8BEB v: J72692-306 serial: <superuser required> UEFI: Intel
    v: BECFL357.86A.0064.2019.0213.1122 date: 02/13/2019

Hier gibt es ein aktuelles BIOS: https://www.asus.com/supportonly/nuc8i5beh/helpdesk_bios/

Antworten |