Code: Alles auswählen
shutdown --halt now
Moderator: Moderatoren
Code: Alles auswählen
shutdown --halt now
Unter meiner Leap 15.0 erhalte ich nach diesem Rezept
Code: Alles auswählen
localhost:~ # /usr/sbin/update-alternatives --display default-displaymanager
default-displaymanager - auto mode
link best version is /usr/lib/X11/displaymanagers/sddm
link currently points to /usr/lib/X11/displaymanagers/sddm
link default-displaymanager is /usr/lib/X11/displaymanagers/default-displaymanager
/usr/lib/X11/displaymanagers/console - priority 5
/usr/lib/X11/displaymanagers/lightdm - priority 15
/usr/lib/X11/displaymanagers/sddm - priority 25
/usr/lib/X11/displaymanagers/xdm - priority 10
localhost:~ #
localhost:~ # systemctl status display-manager.service
● display-manager.service - X Display Manager
Loaded: loaded (/usr/lib/systemd/system/display-manager.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2018-11-01 12:35:11 CET; 2min 28s ago
Process: 1816 ExecStart=/usr/lib/X11/display-manager start (code=exited, status=0/SUCCESS)
Main PID: 1860 (sddm)
Tasks: 4 (limit: 4915)
CGroup: /system.slice/display-manager.service
├─1860 /usr/bin/sddm
└─1869 /usr/bin/X -nolisten tcp -auth /run/sddm/{7bc96ed0-8901-48f5-9f27-a10c62d7840e} -background none -noreset -displayfd 18 -seat seat0 vt7
Nov 01 12:35:26 localhost sddm[1860]: Session "/usr/share/xsessions/plasma5.desktop" selected, command: "/usr/bin/startkde"
Nov 01 12:35:26 localhost sddm-helper[1985]: [PAM] Starting...
Nov 01 12:35:26 localhost sddm-helper[1985]: [PAM] Authenticating...
Nov 01 12:35:26 localhost sddm-helper[1985]: [PAM] Preparing to converse...
Nov 01 12:35:26 localhost sddm-helper[1985]: [PAM] Conversation with 1 messages
Nov 01 12:35:26 localhost sddm-helper[1985]: [PAM] returning.
Nov 01 12:35:26 localhost sddm[1860]: Authenticated successfully
Nov 01 12:35:26 localhost sddm[1860]: Session started
Nov 01 12:35:26 localhost sddm[1860]: Auth: sddm-helper exited successfully
Nov 01 12:35:26 localhost sddm[1860]: Greeter stopped.
localhost:~ #
localhost:~ # systemctl status sddm.service
● sddm.service - Simple Desktop Display Manager
Loaded: loaded (/usr/lib/systemd/system/sddm.service; disabled; vendor preset: disabled)
Active: inactive (dead)
Docs: man:sddm(1)
man:sddm.conf(5)
localhost:~ #
keinen Fortschritt.
Das ergibt:rolandb hat geschrieben: ↑1. Nov 2018, 10:30Der Kernel verschluckt sich offenbar an der Hardware. Was steckt in dem (BIOS gesteuerten) Desktop-PC genau drin?Mit welchen Parametern wird der Kernel aktuell gebootet?Code: Alles auswählen
sudo dmidecode -t 2,4,10
Code: Alles auswählen
cat /proc/cmdline
Code: Alles auswählen
localhost:~ # dmidecode -t 2,4,10
# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 2.5 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: FUJITSU
Product Name: D2950-A1
Version: S26361-D2950-A1
Serial Number: B0B7A567
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Specified
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Handle 0x0004, DMI type 4, 40 bytes
Processor Information
Socket Designation: CPU
Type: Central Processor
Family: Core 2 Duo
Manufacturer: Intel
ID: 7A 06 01 00 FF FB EB BF
Signature: Type 0, Family 6, Model 23, Stepping 10
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Core(TM)2 Quad CPU Q8300
Voltage: 3.3 V
External Clock: Unknown
Max Speed: 2500 MHz
Current Speed: 2500 MHz
Status: Populated, Enabled
Upgrade: ZIF Socket
L1 Cache Handle: 0x0005
L2 Cache Handle: 0x0006
L3 Cache Handle: Not Provided
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Core Count: 4
Core Enabled: 4
Thread Count: 4
Characteristics:
64-bit capable
Handle 0x0020, DMI type 10, 12 bytes
On Board Device 1 Information
Type: Other
Status: Disabled
Description: Nuvoton NCT5571D SuperI/O
On Board Device 2 Information
Type: Sound
Status: Disabled
Description: Realtek ALC663
On Board Device 3 Information
Type: Video
Status: Disabled
Description: nvidia MCP73
On Board Device 4 Information
Type: Ethernet
Status: Disabled
Description: nvidia MCP73
localhost:~ #
localhost:~ # cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.12.14-lp150.12.22-default root=UUID=415c4454-32a7-4c59-a923-ce0dda094ead nomodeset noapic resume=/dev/disk/by-uuid/1accc9a2-3ae4-4293-8743-c26bd2030a97 splash=silent quiet showopts
localhost:~ #
Korrekt!
Für mich waren derartige Erlebnisse bisher neu. Ich hatte/habe Installationen von Leap 42.1, 42.2 und 42.3 am Laufen, teilweise auf zwei Rechnern.
Du hast völlig recht. Die 42.3 ist parallel installiert und gibt keinen Anlass für Klagen.rolandb hat geschrieben: ↑1. Nov 2018, 14:15Hattest du vorher Leap 42.3 installiert? Dessen Supportzeitraum wurde auf Juni 2019 verlängert.
Bis dahin ist vielleicht Leap 15.1 da. openSUSE Leap 15.1 Versionshinweise 2018-10-29
Genau das war's! Jetzt klappen 'shutdown' und/oder 'poweroff'. Danke für die rettende Idee!
Das No APIC hat damals bei etlicher neuer Hardware geholfen, so wie auch No KMS.
Ich habe das Weglassen des "noapic" tatsächlich in mehreren Fällen ausprobiert, aber eher zufällig (weil ich das Eintragen der Option vergessen hatte). Ohne jede Ausnahme führte dies zum Festfahren der Installation, bevor eine grafische Oberfläche erscheinen konnte. Ich musste dann immer wieder abbrechen und kam erst nach einigem Nachdenken darauf, dass "noapic" doch früher schon einmal geholfen hatte.rolandb hat geschrieben: ↑1. Nov 2018, 20:03Das No APIC hat damals bei etlicher neuer Hardware geholfen, so wie auch No KMS.
Du hättest es aber schon beim nächsten Release (z.B. openSUSE 11.1) auch ohne "noapic" ausprobieren können, weil ein neuerer Kernel die vorhandene Hardware dann besser unterstützt.
Welche Grafikkarte werkt da:
Code: Alles auswählen
/sbin/lspci -nnk | grep -EiA3 '3d|display|vga'
@whois Ich hatte doch etwas ganz anderes geschrieben:
→ No APIC & No KMS, d.h. Bootparameter: noapic & nomodeset von hierrolandb hat geschrieben: ↑1. Nov 2018, 20:03Das No APIC hat damals bei etlicher neuer Hardware geholfen, so wie auch No KMS.
Du hättest es aber schon beim nächsten Release (z.B. openSUSE 11.1) auch ohne "noapic" ausprobieren können, weil ein neuerer Kernel die vorhandene Hardware dann besser unterstützt.
Ehrlich gesagt hatte ich gar nicht damit gerechnet, dass du für einen BIOS-PC noch "noapic" benutzt. Es war nur eine spontane Idee zur Überprüfung — sozusagen ein Schuss ins Blaue.
josef-wien hat geschrieben: ↑1. Nov 2018, 22:11Welche Grafikkarte werkt da:Code: Alles auswählen
/sbin/lspci -nnk | grep -EiA3 '3d|display|vga'
Code: Alles auswählen
localhost:~ # /sbin/lspci -nnk | grep -EiA3 '3d|display|vga'
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT216 [GeForce GT 220] [10de:0a20] (rev a2)
Subsystem: PC Partner Limited / Sapphire Technology Device [174b:2160]
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia
localhost:~ #