OMLx 4.0 Post Alpha1 improvements

Helpful hint: In this forum you can upload screen shots directly from file on your computer with the upload icon (up arrow icon).

1 Like

Hi,
html not, but plain text file (remember it must be .txt extension) you should be allowed to attach them.
Otherwise it could be user permissions related, but that should not be your case…

Yes, and also simply by drag 'n drop into editor window :wink:

1 Like

Thanks …had forgotten this…

keep in mind this dmesg was written straight after a hard stop, due to the screen freeze; so some lines should be altered from a normal boot.

(with up arrow icon)
dmesg.txt (90,3 Ko)

(by drag and drop)
dmesg.txt (90,3 Ko)

…will go to bed more clever…:blush:

2 Likes

Hey, I did’nt know the drag and drop either. :monkey:

Thanks for the tip @rugyada. Thanks for the screen shots and files @D27.

1 Like

@D27

Thx for the file … Found out what it is wrong … Tbh I guessed that already…
Is nothing OM specific you hit an kernel bug ( I hit something similar in 4.17.x on one of my laptops )

Your problem is this:

ven. janv. 11 00:50:20 2019] NETDEV WATCHDOG: enp5s0 (r8169): transmit queue 0 timed out
[ven. janv. 11 00:50:20 2019] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:461 dev_watchdog+0x1f3/0x200
[ven. janv. 11 00:50:20 2019] Modules linked in: msr af_packet nf_tables nfnetlink kvm_amd ccp snd_hda_codec_hdmi joydev rng_core kvm snd_hda_codec_realtek snd_hda_codec_gen
eric hid_generic snd_hda_intel snd_hda_codec usbhid hid irqbypass snd_hda_core snd_seq_dummy snd_hwdep snd_seq_oss snd_seq_midi_event snd_seq fam15h_power snd_seq_device snd
_pcm_oss snd_mixer_oss snd_pcm k10temp realtek r8169 libphy snd_timer snd sp5100_tco soundcore i2c_piix4 pcc_cpufreq acpi_cpufreq vboxguest ip_tables x_tables uas usb_storag
e ohci_pci crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ehci_pci ohci_hcd sr_mod evdev nouveau mxm_wm
i video i2c_algo_bit drm_kms_helper ttm xhci_pci xhci_hcd drm wmi button ehci_hcd usbcore dm_mirror dm_region_hash dm_log dm_mod sha1_ssse3 sha1_generic ipv6 crc_ccitt autof
s4                                                                                                                                                                            
[ven. janv. 11 00:50:20 2019] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.20.0-desktop-1omv4000 #1
[ven. janv. 11 00:50:20 2019] Hardware name: MSI MS-7693/970A-G43 (MS-7693), BIOS V10.3 03/28/2013

[ven. janv. 11 00:50:20 2019] RIP: 0010:dev_watchdog+0x1f3/0x200
[ven. janv. 11 00:50:20 2019] Code: 00 48 63 4d e0 eb 93 4c 89 e7 c6 05 1a 28 ae 00 01 e8 11 9b fc ff 89 d9 4c 89 e6 48 c7 c7 40 5f 13 82 48 89 c2 e8 c7 b5 83 ff <0f> 0b eb
c0 66 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 41 57 41 56                                                                                                                      
[ven. janv. 11 00:50:20 2019] RSP: 0018:ffff9b972aa03e98 EFLAGS: 00010282
[ven. janv. 11 00:50:20 2019] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[ven. janv. 11 00:50:20 2019] RDX: 0000000000040400 RSI: 00000000000000f6 RDI: 0000000000000300
[ven. janv. 11 00:50:20 2019] RBP: ffff9b97261ca480 R08: 000000000000004c R09: 0000000000000003
[ven. janv. 11 00:50:20 2019] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9b97261ca000
[ven. janv. 11 00:50:20 2019] R13: 0000000000000000 R14: ffff9b972aa03ee8 R15: 0000000000000000
[ven. janv. 11 00:50:20 2019] FS:  0000000000000000(0000) GS:ffff9b972aa00000(0000) knlGS:0000000000000000
[ven. janv. 11 00:50:20 2019] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ven. janv. 11 00:50:20 2019] CR2: 00007fda9bfaf6c4 CR3: 000000011b9f2000 CR4: 00000000000406f0
[ven. janv. 11 00:50:20 2019] Call Trace:
[ven. janv. 11 00:50:20 2019]  <IRQ>
[ven. janv. 11 00:50:20 2019]  ? pfifo_fast_dequeue+0x160/0x160
[ven. janv. 11 00:50:20 2019]  call_timer_fn+0x2b/0x130
[ven. janv. 11 00:50:20 2019]  ? pfifo_fast_dequeue+0x160/0x160
[ven. janv. 11 00:50:20 2019]  run_timer_softirq+0x3cd/0x400
[ven. janv. 11 00:50:20 2019]  ? _raw_spin_lock_irq+0x15/0x30
[ven. janv. 11 00:50:20 2019]  ? __hrtimer_run_queues+0x110/0x280
[ven. janv. 11 00:50:20 2019]  __do_softirq+0x114/0x35c
[ven. janv. 11 00:50:20 2019]  irq_exit+0xd7/0xe0
[ven. janv. 11 00:50:20 2019]  smp_apic_timer_interrupt+0x74/0x140
[ven. janv. 11 00:50:20 2019]  apic_timer_interrupt+0xf/0x20
[ven. janv. 11 00:50:20 2019]  </IRQ>
[ven. janv. 11 00:50:20 2019] RIP: 0010:cpuidle_enter_state+0xbe/0x330
[ven. janv. 11 00:50:20 2019] Code: 80 7c 24 0b 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 51 02 00 00 31 ff e8 3e 3c 95 ff e8 d9 66 9a ff fb 66 0f 1f 44 00 00 <85> ed 0f
88 1a 02 00 00 48 b8 ff ff ff ff f3 01 00 00 48 2b 1c 24                                                                                                                      
[ven. janv. 11 00:50:20 2019] RSP: 0018:ffffffff82203e80 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
[ven. janv. 11 00:50:20 2019] RAX: 0000000080000000 RBX: 00000004f24ae18b RCX: 000000000000001f
[ven. janv. 11 00:50:20 2019] RDX: 00000004f24ae18b RSI: 000000001e79c300 RDI: 0000000000000000
[ven. janv. 11 00:50:20 2019] RBP: 0000000000000002 R08: 0000000000000002 R09: 0000000000022200
[ven. janv. 11 00:50:20 2019] R10: 0000002a68ce0d66 R11: ffff9b972aa21a44 R12: ffffffff822d3f18
[ven. janv. 11 00:50:20 2019] R13: ffff9b9728d1f000 R14: 0000000000000002 R15: 00000000cb9cf018
[ven. janv. 11 00:50:20 2019]  do_idle+0x24a/0x2a0
[ven. janv. 11 00:50:20 2019]  cpu_startup_entry+0x19/0x20
[ven. janv. 11 00:50:20 2019]  start_kernel+0x501/0x521
[ven. janv. 11 00:50:20 2019]  secondary_startup_64+0xa4/0xb0
[ven. janv. 11 00:50:20 2019] ---[ end trace e0736670ab6e2b11 ]---

So your NIC times out… However is an kernel bug.

Will try to find out more about in the next some days.

1 Like

Good suggestion :+1:
I passed it on to devs, almost sure they agree.

KBackup

.
KApps 18.12.1

.
Note: This is ISO build ID 2381

Post-edit: Note: the screen-shot shows a bug that may have been < fixed >.

1 Like

Yep, bug has been fixed.

1 Like

The Kube email client may be an interesting alternative to akonadi/kmail.

$ rpm -q kube
kube-0.7.0-1.x86_64
1 Like

Skype online:

$ sudo dnf --refresh install skype

1 Like

KDE Plasma 5.14.90

1 Like

This is ISO build ID 2412

1 Like

I’m vaguely disturbed by something missing from my 2412 installed system.

No games?

Otherwise in VBox and hardware ISO 2412 boots and installs and installed system seems working so far. Much more testing to be done.

Post-edit: Duh: I should maybe mention I don’t really care about not having games as I don’t use them anyway.

Post-edit-again: There is a game on the ISO.

Hi Ben,

“I” do have the game functionnating (booting from USB pendrive).
…But am affected with a more important problem.
Report follows soon.

1 Like

13 posts were split to a new topic: SSD M2 not seen by OMLx 4.0

@rugyada Since OMLx 4 Beta ISO is out now maybe we should start a new thread, or maybe start after the release announcement?

Post-edit: There is ISO with optimization specifically for Ryzen CPU’s here.

1 Like

@ben79 if we start new one now, we must title OMLx 4.0 Beta candidate.
Otherwise OMLx 4.0 Beta after public announcement.

As you wish.
Also 1 now and 1 after works for me :slight_smile:

1 Like

Opps! I did it.

Closing this thread and opening a new thread here.

1 Like