|
Bugzilla – Full Text Bug Listing |
| Summary: | Yast2 hangs in Kernel parameters | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | YaST2 | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | martin.liska, snwint |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | journalctl log | ||
|
Description
Martin Liška
2017-07-27 21:08:32 UTC
It looks like it got stuck in the VESA FB detection. Steffen, please check it. So I've just tried: > hwinfo --framebuffer and it stucks same for: > hwprobe=x86emu=dump:dump.mem.acc hwinfo --framebuffer --log=/tmp/hwinfo.log Where there's no output in the log file. (In reply to Martin Liška from comment #2) > So I've just tried: > > > hwinfo --framebuffer > and it stucks > > same for: > > hwprobe=x86emu=dump:dump.mem.acc hwinfo --framebuffer --log=/tmp/hwinfo.log > > Where there's no output in the log file. Typo in command: > hwprobe=x86emu=dump.mem.acc hwinfo --framebuffer --log=foo.log Created attachment 734321 [details]
journalctl log
Adding log file. Currently I'm unable to log in to GNOME as the session immediately ends I see login prompt (in gdm) again. Various error can be seen in the log file :/
Ok, so problem is in hwinfo, where iopl syscall returns but it loops in libx86emu.so.1. Problematic version (TW): 24.46 Tested working (42.2): 21.39 Yes, it can get stuck - but not indefinitely. Could you wait a few minutes (< 10 min) and see if it progresses? If so, please attach the log of: hwprobe=x86emu=dump:dump.mem.acc hwinfo --framebuffer --log=/tmp/hwinfo.log (In reply to Steffen Winterfeldt from comment #6) > Yes, it can get stuck - but not indefinitely. Could you wait a few minutes > (< 10 min) and see if it progresses? > > If so, please attach the log of: > > hwprobe=x86emu=dump:dump.mem.acc hwinfo --framebuffer --log=/tmp/hwinfo.log Unfortunately, running that for longer time does not lead to any output. fixed (default 20s timeout was not applied) https://github.com/openSUSE/hwinfo/pull/53 note: a workaround is to set the timeout explicitly, like # export hwprobe=x86emu=timeout=20 # hwinfo ... SUSE-RU-2017:3333-1: An update that has four recommended fixes can now be installed. Category: recommended (low) Bug References: 1041090,1047218,1051076,1062562 CVE References: Sources used: SUSE Linux Enterprise Software Development Kit 12-SP3 (src): hwinfo-21.50-2.3.5 SUSE Linux Enterprise Server 12-SP3 (src): hwinfo-21.50-2.3.5 SUSE Linux Enterprise Desktop 12-SP3 (src): hwinfo-21.50-2.3.5 openSUSE-RU-2017:3348-1: An update that has four recommended fixes can now be installed. Category: recommended (low) Bug References: 1041090,1047218,1051076,1062562 CVE References: Sources used: openSUSE Leap 42.3 (src): hwinfo-21.50-3.1 |