Package: guix;
Reported by: Niels Felsted <niels <at> pdlkrft.eu>
Date: Mon, 13 Apr 2020 14:42:02 UTC
Severity: important
Found in version 1.1.0
Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40599 in the body.
You can then email your comments to 40599 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 14:42:02 GMT) Full text and rfc822 format available.Niels Felsted <niels <at> pdlkrft.eu>
:bug-guix <at> gnu.org
.
(Mon, 13 Apr 2020 14:42:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Niels Felsted <niels <at> pdlkrft.eu> To: bug-guix <at> gnu.org Subject: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 16:02:00 +0200
[Message part 1 (text/plain, inline)]
Hello I have have installed guix on a old laptop from. I dd'ed the iso file: guix-system-install-1.1.0rc2.i686-linux.iso on a usb stick, and booted from it. It boots directly into a ncurses gui, but the screen is distorted and it is not possible to read anything. I have attached an image showing the issue. I finished the install using the terminal on tty3. I have tested the current 1.0.1 iso also, and the ncurses gui looks fine there (though the actual install fails compiling some amdgpu package). The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram and the following graphics card: ~$ lspci | grep -e "VGA" 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) br Niels Felsted
[gui-unreadable.jpg (image/jpeg, attachment)]
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 20:37:01 GMT) Full text and rfc822 format available.Message #8 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: Ludovic Courtès <ludo <at> gnu.org> To: Niels Felsted <niels <at> pdlkrft.eu> Cc: 40599 <at> debbugs.gnu.org, "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 22:36:19 +0200
Hi Niels, Niels Felsted <niels <at> pdlkrft.eu> skribis: > I have have installed guix on a old laptop from. I dd'ed the iso file: > > guix-system-install-1.1.0rc2.i686-linux.iso > > on a usb stick, and booted from it. > > It boots directly into a ncurses gui, but the screen is distorted and > it is not possible to read anything. I have attached an image showing > the issue. Ouch, indeed. > I finished the install using the terminal on tty3. And tty3 displays fine, right? > I have tested the current 1.0.1 iso also, and the ncurses gui looks > fine there (though the actual install fails compiling some amdgpu > package). OK. > The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram > and the following graphics card: > > ~$ lspci | grep -e "VGA" > 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) I see. Could you boot the 1.1.0rc2 again and send us the /var/log/messages file? (You can either do “herd start ssh-daemon” in the image or run scp right from there, once networking is up, which means you have to go to the networking dialog of the installer.) Florian, could it be uvesafb messing with the graphics card? Thanks a lot for testing and reporting back! Ludo’.
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 20:52:02 GMT) Full text and rfc822 format available.Message #11 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Ludovic Courtès <ludo <at> gnu.org> Cc: 40599 <at> debbugs.gnu.org, Niels Felsted <niels <at> pdlkrft.eu> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 22:51:25 +0200
On Mon, Apr 13, 2020 at 10:36:19PM +0200, Ludovic Courtès wrote: > Florian, could it be uvesafb messing with the graphics card? Yes, maybe, if amdgpu and uvesafb both try to modeset. Apparently yes, if it did not happen for rc1. Please try adding a kernel parameter modprobe.blacklist=amdgpu so only uvesafb is active. (To do that, press the E key in GRUB and move the cursor to the end of the line starting with linux. Then type modprobe.blacklist=amdgpu at the line’s end.) I wonder whether it’s better to 1) revert uvesafb and break other systems again, including other AMD ones, 2) add modprobe.blacklist=amdgpu to the default kernel parameters, although I’m not sure if uvesafb can replace amdgpu for every screen. Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 20:57:02 GMT) Full text and rfc822 format available.Message #14 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: Ludovic Courtès <ludo <at> gnu.org> To: "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Cc: 40599 <at> debbugs.gnu.org, Niels Felsted <niels <at> pdlkrft.eu> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 22:56:41 +0200
Hi Florian, "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> skribis: > I wonder whether it’s better to > > 1) revert uvesafb and break other systems again, including other AMD > ones, > > 2) add modprobe.blacklist=amdgpu to the default kernel parameters, > although I’m not sure if uvesafb can replace amdgpu for every screen. It’s a tough choice. We know what we’d lose with option #1, but we don’t really know what we’d lose with option #2, right? Maybe wait and see if passing “modprobe.blacklist=amdgpu” works on Neils’ machine? Ludo’.
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 21:07:02 GMT) Full text and rfc822 format available.Message #17 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Niels Felsted <niels <at> pdlkrft.eu> Cc: 40599 <at> debbugs.gnu.org Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 23:06:50 +0200
On Mon, Apr 13, 2020 at 04:02:00PM +0200, Niels Felsted wrote: > The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram > and the following graphics card: Wait it’s Intel?? Sorry I misread. I thought I had read AMD. It is an older machine, right? I do not know what kernel module is responsible for Intel. Please try adding “nomodeset” as a kernel parameter instead of modprobe.blackliist=amdgpu. Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Mon, 13 Apr 2020 21:49:01 GMT) Full text and rfc822 format available.Message #20 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Niels Felsted <niels <at> pdlkrft.eu> Cc: 40599 <at> debbugs.gnu.org Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 23:48:24 +0200
On Mon, Apr 13, 2020 at 11:06:50PM +0200, pelzflorian (Florian Pelz) wrote: > On Mon, Apr 13, 2020 at 04:02:00PM +0200, Niels Felsted wrote: > > The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram > > and the following graphics card: > > Wait it’s Intel?? Sorry I misread. I thought I had read AMD. It’s funny how my Acer Aspire 5738PG has an old AMD/ATI Radeon and only works with uvesafb, while uvesafb causes problems with your Acer Aspire 3680’S old Intel GPU. I believe “nomodeset” will help you with rc2, although it is a regression. If you run lsmod after pressing Ctrl+Alt+F3, is there a module called “i915”? You could try adding a kernel parameter “modprobe.blacklist=i915” and maybe it won’t break the graphics. Have you previously used a GNU/Linux distribution with Xorg on the Acer Aspire (probably yes)? However could you try if after installing you even have Xorg graphics support? If and only if you don’t have Xorg after installation, maybe you might actually need to add uvesafb to your config.scm to have graphics support later on. That is in your /etc/config.scm in the services field add: (services <here are your other services…> (set-xorg-configuration (xorg-configuration (modules (list ;it is important xf86-video-vesa is not listed xf86-video-fbdev xf86-input-libinput ;; you probably don’t need these: xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-input-synaptics)) (keyboard-layout keyboard-layout))) (service kernel-module-loader-service-type '("uvesafb")) (simple-service 'uvesafb-configuration etc-service-type (list `("modprobe.d/uvesafb.conf" ,(mixed-text-file "uvesafb.conf" "options uvesafb v86d=" v86d "/sbin/v86d mode_option=1024x768\n"))))) and before (services …) a field (kernel-arguments '("nomodeset")) Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 00:49:02 GMT) Full text and rfc822 format available.Message #23 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Ludovic Courtès <ludo <at> gnu.org> Cc: 40599 <at> debbugs.gnu.org, Niels Felsted <niels <at> pdlkrft.eu> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 02:48:45 +0200
On Mon, Apr 13, 2020 at 10:56:41PM +0200, Ludovic Courtès wrote: > It’s a tough choice. We know what we’d lose with option #1, but we > don’t really know what we’d lose with option #2, right? From my limited experience with my old machines and a friend’s recent machine, uvesafb was often helpful. If nomodeset calms Niels’ Intel GMA, I would prefer keeping uvesafb. Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 13:23:02 GMT) Full text and rfc822 format available.Message #26 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Niels Felsted <niels <at> pdlkrft.eu> Cc: 40599 <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 15:22:00 +0200
On Tue, Apr 14, 2020 at 03:06:25PM +0200, Niels Felsted wrote: > And testing Florians suggestions: > > setting 'nomodeset' kernel parameter -> screen displays fine > > setting 'modprobe.blacklist=i915' kernel parameter -> screen displays fine > > As mentioned before, I did manage to install guix via tty3 (without > setting any kernel parameters), and it boots up fine with > gdm3/xfce4. So it is only the initial boot from the install iso that's > distorted. Thank you for the testing! Xorg working confirms that uvesafb really is the source of the problem. This is good to know. I have hope that this issue is fixed by commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37 that loads uvesafb only if it cannot already detect a frame buffer device. I do not have a downloadable image for confirming the fix though. Sorry I did not think of checking the presence of /dev/fb0 earlier. Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 14:23:02 GMT) Full text and rfc822 format available.Message #29 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: Niels Felsted <niels <at> pdlkrft.eu> To: Ludovic Courtès <ludo <at> gnu.org> Cc: 40599 <at> debbugs.gnu.org, "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 15:06:25 +0200
[Message part 1 (text/plain, inline)]
Hi Ludovic and Florian Ludovic Courtès <ludo <at> gnu.org> writes: > Hi Niels, > > Niels Felsted <niels <at> pdlkrft.eu> skribis: > >> I have have installed guix on a old laptop from. I dd'ed the iso file: >> >> guix-system-install-1.1.0rc2.i686-linux.iso >> >> on a usb stick, and booted from it. >> >> It boots directly into a ncurses gui, but the screen is distorted and >> it is not possible to read anything. I have attached an image showing >> the issue. > > Ouch, indeed. > >> I finished the install using the terminal on tty3. > > And tty3 displays fine, right? Yes tty3 displays fine > >> I have tested the current 1.0.1 iso also, and the ncurses gui looks >> fine there (though the actual install fails compiling some amdgpu >> package). > > OK. > >> The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram >> and the following graphics card: >> >> ~$ lspci | grep -e "VGA" >> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) > > I see. Could you boot the 1.1.0rc2 again and send us the > /var/log/messages file? (You can either do “herd start ssh-daemon” in > the image or run scp right from there, once networking is up, which > means you have to go to the networking dialog of the installer.) I have attached /var/log/messages > Florian, could it be uvesafb messing with the graphics card? And testing Florians suggestions: setting 'nomodeset' kernel parameter -> screen displays fine setting 'modprobe.blacklist=i915' kernel parameter -> screen displays fine As mentioned before, I did manage to install guix via tty3 (without setting any kernel parameters), and it boots up fine with gdm3/xfce4. So it is only the initial boot from the install iso that's distorted. br Niels Felsted
[messages.txt (text/plain, inline)]
Apr 14 14:49:03 localhost syslogd (GNU inetutils 1.9.4): restart Apr 14 14:49:03 localhost vmunix: [ 0.000000] Linux version 5.4.31-gnu (nixbld@) (gcc version 7.4.0 (GCC)) #1 SMP 1 Apr 14 14:49:03 localhost vmunix: [ 0.000000] KERNEL supported cpus: Apr 14 14:49:03 localhost vmunix: [ 0.000000] Intel GenuineIntel Apr 14 14:49:03 localhost vmunix: [ 0.000000] AMD AuthenticAMD Apr 14 14:49:03 localhost vmunix: [ 0.000000] Hygon HygonGenuine Apr 14 14:49:03 localhost vmunix: [ 0.000000] NSC Geode by NSC Apr 14 14:49:03 localhost vmunix: [ 0.000000] Cyrix CyrixInstead Apr 14 14:49:03 localhost vmunix: [ 0.000000] Centaur CentaurHauls Apr 14 14:49:03 localhost vmunix: [ 0.000000] Transmeta GenuineTMx86 Apr 14 14:49:03 localhost vmunix: [ 0.000000] Transmeta TransmetaCPU Apr 14 14:49:03 localhost vmunix: [ 0.000000] UMC UMC UMC UMC Apr 14 14:49:03 localhost vmunix: [ 0.000000] zhaoxin Shanghai Apr 14 14:49:03 localhost vmunix: [ 0.000000] Disabled fast string operations Apr 14 14:49:03 localhost vmunix: [ 0.000000] x86/fpu: x87 FPU will use FXSAVE Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-provided physical RAM map: Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000dffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005f68ffff] usable Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x000000005f690000-0x000000005f6fffff] ACPI NVS Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x000000005f700000-0x000000005fffffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved Apr 14 14:49:03 localhost vmunix: [ 0.000000] NX (Execute Disable) protection: active Apr 14 14:49:03 localhost vmunix: [ 0.000000] SMBIOS 2.4 present. Apr 14 14:49:03 localhost vmunix: [ 0.000000] DMI: Acer, inc. Aspire 3680 /Prespa1 , BIOS v1.3214 10/13/06 Apr 14 14:49:03 localhost vmunix: [ 0.000000] tsc: Fast TSC calibration using PIT Apr 14 14:49:03 localhost vmunix: [ 0.000000] tsc: Detected 1600.036 MHz processor Apr 14 14:49:03 localhost vmunix: [ 0.008962] last_pfn = 0x5f690 max_arch_pfn = 0x1000000 Apr 14 14:49:03 localhost shepherd[1]: Service syslogd has been started. Apr 14 14:49:03 localhost vmunix: [ 0.009805] x86/PAT: PAT not supported by CPU. Apr 14 14:49:03 localhost vmunix: [ 0.010010] total RAM covered: 1527M Apr 14 14:49:03 localhost vmunix: [ 0.010958] Found optimal setting for mtrr clean up Apr 14 14:49:03 localhost vmunix: [ 0.010962] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G Apr 14 14:49:03 localhost vmunix: [ 0.011569] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC Apr 14 14:49:03 localhost vmunix: [ 0.018656] found SMP MP-table at [mem 0x000f66a0-0x000f66af] Apr 14 14:49:03 localhost vmunix: [ 0.052454] check: Scanning 1 areas for low memory corruption Apr 14 14:49:03 localhost vmunix: [ 0.052623] RAMDISK: [mem 0x36c41000-0x37617fff] Apr 14 14:49:03 localhost vmunix: [ 0.052626] Allocated new RAMDISK: [mem 0x3626a000-0x36c408cf] Apr 14 14:49:03 localhost vmunix: [ 0.064690] Move RAMDISK from [mem 0x36c41000-0x376178cf] to [mem 0x3626a000-0x36c408cf] Apr 14 14:49:03 localhost vmunix: [ 0.064706] ACPI: Early table checksum verification disabled Apr 14 14:49:03 localhost vmunix: [ 0.064717] ACPI: RSDP 0x00000000000F6670 000024 (v02 PTLTD ) Apr 14 14:49:03 localhost vmunix: [ 0.064724] ACPI: XSDT 0x000000005F692715 00006C (v01 ACRSYS ACRPRDCT 06040000 LTP 00000000) Apr 14 14:49:03 localhost vmunix: [ 0.064736] ACPI: FACP 0x000000005F69BC38 0000F4 (v03 INTEL CALISTGA 06040000 ALAN 00000001) Apr 14 14:49:03 localhost vmunix: [ 0.064748] ACPI: DSDT 0x000000005F69311D 008AA7 (v01 INTEL CALISTGA 06040000 MSFT 03000000) Apr 14 14:49:03 localhost vmunix: [ 0.064756] ACPI: FACS 0x000000005F69CFC0 000040 Apr 14 14:49:03 localhost vmunix: [ 0.064761] ACPI: FACS 0x000000005F69CFC0 000040 Apr 14 14:49:03 localhost vmunix: [ 0.064767] ACPI: APIC 0x000000005F69BD2C 000068 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Apr 14 14:49:03 localhost vmunix: [ 0.064774] ACPI: HPET 0x000000005F69BD94 000038 (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Apr 14 14:49:03 localhost vmunix: [ 0.064781] ACPI: MCFG 0x000000005F69BDCC 00003C (v01 INTEL CALISTGA 06040000 LOHR 0000005A) Apr 14 14:49:03 localhost vmunix: [ 0.064787] ACPI: APIC 0x000000005F69BE08 00005A (v01 PTLTD ? APIC 06040000 LTP 00000000) Apr 14 14:49:03 localhost vmunix: [ 0.064794] ACPI: BOOT 0x000000005F69BE62 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) Apr 14 14:49:03 localhost vmunix: [ 0.064801] ACPI: SLIC 0x000000005F69BE8A 000176 (v01 ACRSYS ACRPRDCT 06040000 acer 00000000) Apr 14 14:49:03 localhost vmunix: [ 0.064809] ACPI: SSDT 0x000000005F692C67 0004B6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624) Apr 14 14:49:03 localhost vmunix: [ 0.064816] ACPI: SSDT 0x000000005F692781 0004E6 (v01 PmRef CpuPm 00003000 INTL 20050624) Apr 14 14:49:03 localhost vmunix: [ 0.064823] ACPI: BIOS bug: multiple APIC/MADT found, using 0 Apr 14 14:49:03 localhost vmunix: [ 0.064825] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi <at> vger.kernel.org Apr 14 14:49:03 localhost vmunix: [ 0.064857] 640MB HIGHMEM available. Apr 14 14:49:03 localhost vmunix: [ 0.064861] 885MB LOWMEM available. Apr 14 14:49:03 localhost vmunix: [ 0.064862] mapped low ram: 0 - 375fe000 Apr 14 14:49:03 localhost vmunix: [ 0.064864] low ram: 0 - 375fe000 Apr 14 14:49:03 localhost vmunix: [ 0.067823] Zone ranges: Apr 14 14:49:03 localhost vmunix: [ 0.067826] DMA [mem 0x0000000000001000-0x0000000000ffffff] Apr 14 14:49:03 localhost vmunix: [ 0.067829] Normal [mem 0x0000000001000000-0x00000000375fdfff] Apr 14 14:49:03 localhost vmunix: [ 0.067832] HighMem [mem 0x00000000375fe000-0x000000005f68ffff] Apr 14 14:49:03 localhost vmunix: [ 0.067834] Movable zone start for each node Apr 14 14:49:03 localhost vmunix: [ 0.067835] Early memory node ranges Apr 14 14:49:03 localhost vmunix: [ 0.067837] node 0: [mem 0x0000000000001000-0x000000000009dfff] Apr 14 14:49:03 localhost vmunix: [ 0.067840] node 0: [mem 0x0000000000100000-0x000000005f68ffff] Apr 14 14:49:03 localhost vmunix: [ 0.067924] Zeroed struct page in unavailable ranges: 2515 pages Apr 14 14:49:03 localhost vmunix: [ 0.067927] Initmem setup node 0 [mem 0x0000000000001000-0x000000005f68ffff] Apr 14 14:49:03 localhost vmunix: [ 0.085044] Using APIC driver default Apr 14 14:49:03 localhost vmunix: [ 0.085062] Reserving Intel graphics memory at [mem 0x5f800000-0x5fffffff] Apr 14 14:49:03 localhost vmunix: [ 0.085446] ACPI: PM-Timer IO Port: 0x1008 Apr 14 14:49:03 localhost vmunix: [ 0.085463] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) Apr 14 14:49:03 localhost vmunix: [ 0.085465] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Apr 14 14:49:03 localhost vmunix: [ 0.085481] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 Apr 14 14:49:03 localhost vmunix: [ 0.085486] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Apr 14 14:49:03 localhost vmunix: [ 0.085490] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Apr 14 14:49:03 localhost vmunix: [ 0.085498] Using ACPI (MADT) for SMP configuration information Apr 14 14:49:03 localhost vmunix: [ 0.085503] ACPI: HPET id: 0x8086a201 base: 0xfed00000 Apr 14 14:49:03 localhost vmunix: [ 0.085515] smpboot: Allowing 2 CPUs, 1 hotplug CPUs Apr 14 14:49:03 localhost vmunix: [ 0.085550] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] Apr 14 14:49:03 localhost vmunix: [ 0.085554] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Apr 14 14:49:03 localhost vmunix: [ 0.085555] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff] Apr 14 14:49:03 localhost vmunix: [ 0.085557] PM: Registered nosave memory: [mem 0x000dc000-0x000dffff] Apr 14 14:49:03 localhost vmunix: [ 0.085559] PM: Registered nosave memory: [mem 0x000e0000-0x000e3fff] Apr 14 14:49:03 localhost vmunix: [ 0.085560] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff] Apr 14 14:49:03 localhost vmunix: [ 0.085565] [mem 0x60000000-0xdfffffff] available for PCI devices Apr 14 14:49:03 localhost vmunix: [ 0.085567] Booting paravirtualized kernel on bare hardware Apr 14 14:49:03 localhost vmunix: [ 0.085574] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns Apr 14 14:49:03 localhost vmunix: [ 0.085588] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1 Apr 14 14:49:03 localhost vmunix: [ 0.085844] percpu: Embedded 33 pages/cpu s103948 r0 d31220 u135168 Apr 14 14:49:03 localhost vmunix: [ 0.085899] Built 1 zonelists, mobility grouping on. Total pages: 388486 Apr 14 14:49:03 localhost vmunix: [ 0.085903] Kernel command line: BOOT_IMAGE=/gnu/store/506a8398hzkdqcm6y7r45fm0dvpaagks-linux-libre-5.4.31/bzImage --root=31393730-3031-3031-3139-343934363833 --system=/gnu/store/x8jrnifzrlby2xi69apyqnf9vcfd0wv0-system --load=/gnu/store/x8jrnifzrlby2xi69apyqnf9vcfd0wv0-system/boot quiet modprobe.blacklist=radeon Apr 14 14:49:03 localhost vmunix: [ 0.086497] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 0.086637] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 0.086668] Initializing CPU#0 Apr 14 14:49:03 localhost vmunix: [ 0.086677] mem auto-init: stack:byref_all, heap alloc:on, heap free:off Apr 14 14:49:03 localhost vmunix: [ 0.125665] Initializing HighMem for node 0 (000375fe:0005f690) Apr 14 14:49:03 localhost vmunix: [ 0.208797] Initializing Movable for node 0 (00000000:00000000) Apr 14 14:49:03 localhost vmunix: [ 0.219262] Memory: 1453604K/1562804K available (9653K kernel code, 926K rwdata, 3720K rodata, 1212K init, 820K bss, 109200K reserved, 0K cma-reserved, 655944K highmem) Apr 14 14:49:03 localhost vmunix: [ 0.219271] virtual kernel memory layout: Apr 14 14:49:03 localhost vmunix: [ 0.219271] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] cpu_entry : 0xffa00000 - 0xffb39000 (1252 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] pkmap : 0xff600000 - 0xff800000 (2048 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] .init : 0xc6e0f000 - 0xc6f3e000 (1212 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] .data : 0xc696d4cc - 0xc6df98c0 (4656 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219271] .text : 0xc6000000 - 0xc696d4cc (9653 kB) Apr 14 14:49:03 localhost vmunix: [ 0.219272] Checking if this processor honours the WP bit even in supervisor mode...Ok. Apr 14 14:49:03 localhost vmunix: [ 0.219305] random: get_random_u32 called from __kmem_cache_create+0x35/0x490 with crng_init=0 Apr 14 14:49:03 localhost vmunix: [ 0.219790] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Apr 14 14:49:03 localhost vmunix: [ 0.219818] Kernel/User page tables isolation: enabled Apr 14 14:49:03 localhost vmunix: [ 0.219842] ftrace: allocating 39672 entries in 78 pages Apr 14 14:49:03 localhost vmunix: [ 0.283464] rcu: Hierarchical RCU implementation. Apr 14 14:49:03 localhost vmunix: [ 0.283469] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2. Apr 14 14:49:03 localhost vmunix: [ 0.283472] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. Apr 14 14:49:03 localhost vmunix: [ 0.283473] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 Apr 14 14:49:03 localhost vmunix: [ 0.293542] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16 Apr 14 14:49:03 localhost vmunix: [ 0.296930] Console: colour VGA+ 80x25 Apr 14 14:49:03 localhost vmunix: [ 0.296942] printk: console [tty0] enabled Apr 14 14:49:03 localhost vmunix: [ 0.296964] ACPI: Core revision 20190816 Apr 14 14:49:03 localhost vmunix: [ 0.297148] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns Apr 14 14:49:03 localhost vmunix: [ 0.297172] APIC: Switch to symmetric I/O mode setup Apr 14 14:49:03 localhost vmunix: [ 0.297174] Enabling APIC mode: Flat. Using 1 I/O APICs Apr 14 14:49:03 localhost vmunix: [ 0.297667] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Apr 14 14:49:03 localhost vmunix: [ 0.317172] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x17104700b76, max_idle_ns: 440795256594 ns Apr 14 14:49:03 localhost vmunix: [ 0.317183] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.07 BogoMIPS (lpj=6400144) Apr 14 14:49:03 localhost vmunix: [ 0.317187] pid_max: default: 32768 minimum: 301 Apr 14 14:49:03 localhost vmunix: [ 0.317284] LSM: Security Framework initializing Apr 14 14:49:03 localhost vmunix: [ 0.317312] Yama: becoming mindful. Apr 14 14:49:03 localhost vmunix: [ 0.317390] AppArmor: AppArmor initialized Apr 14 14:49:03 localhost vmunix: [ 0.317393] TOMOYO Linux initialized Apr 14 14:49:03 localhost vmunix: [ 0.317486] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 0.317494] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 0.317531] *** VALIDATE tmpfs *** Apr 14 14:49:03 localhost vmunix: [ 0.317904] *** VALIDATE proc *** Apr 14 14:49:03 localhost vmunix: [ 0.318043] *** VALIDATE cgroup1 *** Apr 14 14:49:03 localhost vmunix: [ 0.318046] *** VALIDATE cgroup2 *** Apr 14 14:49:03 localhost vmunix: [ 0.318136] Disabled fast string operations Apr 14 14:49:03 localhost vmunix: [ 0.318170] mce: CPU0: Thermal monitoring enabled (TM1) Apr 14 14:49:03 localhost vmunix: [ 0.318177] process: using mwait in idle threads Apr 14 14:49:03 localhost vmunix: [ 0.318187] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2 Apr 14 14:49:03 localhost vmunix: [ 0.318189] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0 Apr 14 14:49:03 localhost vmunix: [ 0.318196] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization Apr 14 14:49:03 localhost vmunix: [ 0.318201] Spectre V2 : Mitigation: Full generic retpoline Apr 14 14:49:03 localhost vmunix: [ 0.318202] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch Apr 14 14:49:03 localhost vmunix: [ 0.318209] MDS: Vulnerable: Clear CPU buffers attempted, no microcode Apr 14 14:49:03 localhost vmunix: [ 0.441561] smpboot: CPU0: Intel(R) Celeron(R) M CPU 420 @ 1.60GHz (family: 0x6, model: 0xe, stepping: 0x8) Apr 14 14:49:03 localhost vmunix: [ 0.441824] Performance Events: Core events, core PMU driver. Apr 14 14:49:03 localhost vmunix: [ 0.441834] ... version: 1 Apr 14 14:49:03 localhost vmunix: [ 0.441836] ... bit width: 40 Apr 14 14:49:03 localhost vmunix: [ 0.441837] ... generic registers: 2 Apr 14 14:49:03 localhost vmunix: [ 0.441838] ... value mask: 000000ffffffffff Apr 14 14:49:03 localhost vmunix: [ 0.441840] ... max period: 000000007fffffff Apr 14 14:49:03 localhost vmunix: [ 0.441841] ... fixed-purpose events: 0 Apr 14 14:49:03 localhost vmunix: [ 0.441842] ... event mask: 0000000000000003 Apr 14 14:49:03 localhost vmunix: [ 0.441929] rcu: Hierarchical SRCU implementation. Apr 14 14:49:03 localhost vmunix: [ 0.443293] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. Apr 14 14:49:03 localhost vmunix: [ 0.443404] smp: Bringing up secondary CPUs ... Apr 14 14:49:03 localhost vmunix: [ 0.443406] smp: Brought up 1 node, 1 CPU Apr 14 14:49:03 localhost vmunix: [ 0.443408] smpboot: Max logical packages: 2 Apr 14 14:49:03 localhost vmunix: [ 0.443411] smpboot: Total of 1 processors activated (3200.07 BogoMIPS) Apr 14 14:49:03 localhost vmunix: [ 0.445175] allocated 1572864 bytes of page_ext Apr 14 14:49:03 localhost vmunix: [ 0.445291] devtmpfs: initialized Apr 14 14:49:03 localhost vmunix: [ 0.446144] PM: Registering ACPI NVS region [mem 0x5f690000-0x5f6fffff] (458752 bytes) Apr 14 14:49:03 localhost vmunix: [ 0.446300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns Apr 14 14:49:03 localhost vmunix: [ 0.446334] futex hash table entries: 512 (order: 3, 32768 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 0.446456] pinctrl core: initialized pinctrl subsystem Apr 14 14:49:03 localhost vmunix: [ 0.446682] PM: RTC time: 12:48:49, date: 2020-04-14 Apr 14 14:49:03 localhost vmunix: [ 0.446896] NET: Registered protocol family 16 Apr 14 14:49:03 localhost vmunix: [ 0.447239] audit: initializing netlink subsys (disabled) Apr 14 14:49:03 localhost vmunix: [ 0.447606] EISA bus registered Apr 14 14:49:03 localhost vmunix: [ 0.447610] cpuidle: using governor ladder Apr 14 14:49:03 localhost vmunix: [ 0.447612] cpuidle: using governor menu Apr 14 14:49:03 localhost vmunix: [ 0.447783] Simple Boot Flag at 0x36 set to 0x1 Apr 14 14:49:03 localhost vmunix: [ 0.447825] ACPI: bus type PCI registered Apr 14 14:49:03 localhost vmunix: [ 0.447828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Apr 14 14:49:03 localhost vmunix: [ 0.447939] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Apr 14 14:49:03 localhost vmunix: [ 0.447945] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 Apr 14 14:49:03 localhost vmunix: [ 0.447946] PCI: Using MMCONFIG for extended config space Apr 14 14:49:03 localhost vmunix: [ 0.447947] PCI: Using configuration type 1 for base access Apr 14 14:49:03 localhost vmunix: [ 0.452129] audit: type=2000 audit(1586868529.148:1): state=initialized audit_enabled=0 res=1 Apr 14 14:49:03 localhost vmunix: [ 0.452347] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages Apr 14 14:49:03 localhost vmunix: [ 0.459811] ACPI: Added _OSI(Module Device) Apr 14 14:49:03 localhost vmunix: [ 0.459814] ACPI: Added _OSI(Processor Device) Apr 14 14:49:03 localhost vmunix: [ 0.459816] ACPI: Added _OSI(3.0 _SCP Extensions) Apr 14 14:49:03 localhost vmunix: [ 0.459818] ACPI: Added _OSI(Processor Aggregator Device) Apr 14 14:49:03 localhost vmunix: [ 0.459821] ACPI: Added _OSI(Linux-Dell-Video) Apr 14 14:49:03 localhost vmunix: [ 0.459823] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) Apr 14 14:49:03 localhost vmunix: [ 0.459826] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) Apr 14 14:49:03 localhost vmunix: [ 0.468489] ACPI: 3 ACPI AML tables successfully acquired and loaded Apr 14 14:49:03 localhost vmunix: [ 0.469468] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored Apr 14 14:49:03 localhost vmunix: [ 1.098117] ACPI: EC: EC started Apr 14 14:49:03 localhost vmunix: [ 1.098119] ACPI: EC: interrupt blocked Apr 14 14:49:03 localhost vmunix: [ 1.130176] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC Apr 14 14:49:03 localhost vmunix: [ 1.130180] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62 Apr 14 14:49:03 localhost vmunix: [ 1.130183] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions Apr 14 14:49:03 localhost vmunix: [ 1.130184] ACPI: Interpreter enabled Apr 14 14:49:03 localhost vmunix: [ 1.130228] ACPI: (supports S0 S3 S4 S5) Apr 14 14:49:03 localhost vmunix: [ 1.130231] ACPI: Using IOAPIC for interrupt routing Apr 14 14:49:03 localhost vmunix: [ 1.130281] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug Apr 14 14:49:03 localhost vmunix: [ 1.130703] ACPI: Enabled 13 GPEs in block 00 to 1F Apr 14 14:49:03 localhost vmunix: [ 1.133718] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1) Apr 14 14:49:03 localhost vmunix: [ 1.143071] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Apr 14 14:49:03 localhost vmunix: [ 1.143080] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] Apr 14 14:49:03 localhost vmunix: [ 1.143090] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Apr 14 14:49:03 localhost vmunix: [ 1.144047] PCI host bridge to bus 0000:00 Apr 14 14:49:03 localhost vmunix: [ 1.144052] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] Apr 14 14:49:03 localhost vmunix: [ 1.144055] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff] Apr 14 14:49:03 localhost vmunix: [ 1.144059] pci_bus 0000:00: root bus resource [bus 00-ff] Apr 14 14:49:03 localhost vmunix: [ 1.144081] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000 Apr 14 14:49:03 localhost vmunix: [ 1.144297] pci 0000:00:02.0: [8086:27a2] type 00 class 0x030000 Apr 14 14:49:03 localhost vmunix: [ 1.144317] pci 0000:00:02.0: reg 0x10: [mem 0xd0200000-0xd027ffff] Apr 14 14:49:03 localhost vmunix: [ 1.144326] pci 0000:00:02.0: reg 0x14: [io 0x1800-0x1807] Apr 14 14:49:03 localhost vmunix: [ 1.144334] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref] Apr 14 14:49:03 localhost vmunix: [ 1.144342] pci 0000:00:02.0: reg 0x1c: [mem 0xd0300000-0xd033ffff] Apr 14 14:49:03 localhost vmunix: [ 1.144572] pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000 Apr 14 14:49:03 localhost vmunix: [ 1.144588] pci 0000:00:02.1: reg 0x10: [mem 0xd0280000-0xd02fffff] Apr 14 14:49:03 localhost vmunix: [ 1.144840] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300 Apr 14 14:49:03 localhost vmunix: [ 1.144881] pci 0000:00:1b.0: reg 0x10: [mem 0xd0340000-0xd0343fff 64bit] Apr 14 14:49:03 localhost vmunix: [ 1.145013] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.145261] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 Apr 14 14:49:03 localhost vmunix: [ 1.145419] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.145654] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 Apr 14 14:49:03 localhost vmunix: [ 1.145810] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.146044] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400 Apr 14 14:49:03 localhost vmunix: [ 1.146200] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.146427] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400 Apr 14 14:49:03 localhost vmunix: [ 1.146583] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.146812] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 Apr 14 14:49:03 localhost vmunix: [ 1.146882] pci 0000:00:1d.0: reg 0x20: [io 0x1820-0x183f] Apr 14 14:49:03 localhost vmunix: [ 1.147137] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 Apr 14 14:49:03 localhost vmunix: [ 1.147207] pci 0000:00:1d.1: reg 0x20: [io 0x1840-0x185f] Apr 14 14:49:03 localhost vmunix: [ 1.147435] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 Apr 14 14:49:03 localhost vmunix: [ 1.147505] pci 0000:00:1d.2: reg 0x20: [io 0x1860-0x187f] Apr 14 14:49:03 localhost vmunix: [ 1.147730] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 Apr 14 14:49:03 localhost vmunix: [ 1.147800] pci 0000:00:1d.3: reg 0x20: [io 0x1880-0x189f] Apr 14 14:49:03 localhost vmunix: [ 1.148034] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 Apr 14 14:49:03 localhost vmunix: [ 1.148066] pci 0000:00:1d.7: reg 0x10: [mem 0xd0544000-0xd05443ff] Apr 14 14:49:03 localhost vmunix: [ 1.148183] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.148389] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 Apr 14 14:49:03 localhost vmunix: [ 1.148677] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100 Apr 14 14:49:03 localhost vmunix: [ 1.148814] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO Apr 14 14:49:03 localhost vmunix: [ 1.148821] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO Apr 14 14:49:03 localhost vmunix: [ 1.148827] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f) Apr 14 14:49:03 localhost vmunix: [ 1.148831] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1600 (mask 007f) Apr 14 14:49:03 localhost vmunix: [ 1.148838] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0068 (mask 0007) Apr 14 14:49:03 localhost vmunix: [ 1.149064] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a Apr 14 14:49:03 localhost vmunix: [ 1.149091] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007] Apr 14 14:49:03 localhost vmunix: [ 1.149105] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003] Apr 14 14:49:03 localhost vmunix: [ 1.149119] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007] Apr 14 14:49:03 localhost vmunix: [ 1.149132] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003] Apr 14 14:49:03 localhost vmunix: [ 1.149146] pci 0000:00:1f.1: reg 0x20: [io 0x1810-0x181f] Apr 14 14:49:03 localhost vmunix: [ 1.149183] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Apr 14 14:49:03 localhost vmunix: [ 1.149186] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Apr 14 14:49:03 localhost vmunix: [ 1.149188] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Apr 14 14:49:03 localhost vmunix: [ 1.149191] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Apr 14 14:49:03 localhost vmunix: [ 1.149393] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500 Apr 14 14:49:03 localhost vmunix: [ 1.149483] pci 0000:00:1f.3: reg 0x20: [io 0x18e0-0x18ff] Apr 14 14:49:03 localhost vmunix: [ 1.149836] pci 0000:02:00.0: [11ab:4352] type 00 class 0x020000 Apr 14 14:49:03 localhost vmunix: [ 1.149885] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit] Apr 14 14:49:03 localhost vmunix: [ 1.149900] pci 0000:02:00.0: reg 0x18: [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.150056] pci 0000:02:00.0: supports D1 D2 Apr 14 14:49:03 localhost vmunix: [ 1.150059] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.150238] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' Apr 14 14:49:03 localhost vmunix: [ 1.150255] pci 0000:00:1c.0: PCI bridge to [bus 02] Apr 14 14:49:03 localhost vmunix: [ 1.150261] pci 0000:00:1c.0: bridge window [io 0x0000-0x0fff] Apr 14 14:49:03 localhost vmunix: [ 1.150267] pci 0000:00:1c.0: bridge window [mem 0x00000000-0x000fffff] Apr 14 14:49:03 localhost vmunix: [ 1.150276] pci 0000:00:1c.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.150361] pci 0000:00:1c.1: PCI bridge to [bus 03] Apr 14 14:49:03 localhost vmunix: [ 1.150367] pci 0000:00:1c.1: bridge window [io 0x0000-0x0fff] Apr 14 14:49:03 localhost vmunix: [ 1.150373] pci 0000:00:1c.1: bridge window [mem 0x00000000-0x000fffff] Apr 14 14:49:03 localhost vmunix: [ 1.150382] pci 0000:00:1c.1: bridge window [mem 0x00000000-0x000fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.150459] pci 0000:00:1c.2: PCI bridge to [bus 04] Apr 14 14:49:03 localhost vmunix: [ 1.150465] pci 0000:00:1c.2: bridge window [io 0x0000-0x0fff] Apr 14 14:49:03 localhost vmunix: [ 1.150471] pci 0000:00:1c.2: bridge window [mem 0x00000000-0x000fffff] Apr 14 14:49:03 localhost vmunix: [ 1.150480] pci 0000:00:1c.2: bridge window [mem 0x00000000-0x000fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.150584] pci 0000:00:1c.3: PCI bridge to [bus 05-07] Apr 14 14:49:03 localhost vmunix: [ 1.150590] pci 0000:00:1c.3: bridge window [io 0x0000-0x0fff] Apr 14 14:49:03 localhost vmunix: [ 1.150596] pci 0000:00:1c.3: bridge window [mem 0x00000000-0x000fffff] Apr 14 14:49:03 localhost vmunix: [ 1.150605] pci 0000:00:1c.3: bridge window [mem 0x00000000-0x000fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.150636] pci_bus 0000:0a: extended config space not accessible Apr 14 14:49:03 localhost vmunix: [ 1.150690] pci 0000:0a:03.0: [168c:001a] type 00 class 0x020000 Apr 14 14:49:03 localhost vmunix: [ 1.150720] pci 0000:0a:03.0: reg 0x10: [mem 0xd0000000-0xd000ffff] Apr 14 14:49:03 localhost vmunix: [ 1.150950] pci 0000:0a:09.0: [104c:8039] type 02 class 0x060700 Apr 14 14:49:03 localhost vmunix: [ 1.150976] pci 0000:0a:09.0: reg 0x10: [mem 0xd0014000-0xd0014fff] Apr 14 14:49:03 localhost vmunix: [ 1.151029] pci 0000:0a:09.0: supports D1 D2 Apr 14 14:49:03 localhost vmunix: [ 1.151032] pci 0000:0a:09.0: PME# supported from D0 D1 D2 D3hot D3cold Apr 14 14:49:03 localhost vmunix: [ 1.151131] pci 0000:0a:09.2: [104c:803b] type 00 class 0x018000 Apr 14 14:49:03 localhost vmunix: [ 1.151161] pci 0000:0a:09.2: reg 0x10: [mem 0xd0015000-0xd0015fff] Apr 14 14:49:03 localhost vmunix: [ 1.151290] pci 0000:0a:09.2: supports D1 D2 Apr 14 14:49:03 localhost vmunix: [ 1.151293] pci 0000:0a:09.2: PME# supported from D0 D1 D2 D3hot Apr 14 14:49:03 localhost vmunix: [ 1.151432] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b] (subtractive decode) Apr 14 14:49:03 localhost vmunix: [ 1.151442] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd00fffff] Apr 14 14:49:03 localhost vmunix: [ 1.151452] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) Apr 14 14:49:03 localhost vmunix: [ 1.151455] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode) Apr 14 14:49:03 localhost vmunix: [ 1.151495] pci_bus 0000:0b: extended config space not accessible Apr 14 14:49:03 localhost vmunix: [ 1.151535] pci_bus 0000:0b: busn_res: [bus 0b] end can not be updated to 0e Apr 14 14:49:03 localhost vmunix: [ 1.151543] pci 0000:00:1e.0: bridge has subordinate 0b but max busn 0e Apr 14 14:49:03 localhost vmunix: [ 1.151915] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 Apr 14 14:49:03 localhost vmunix: [ 1.152035] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.152151] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.152268] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 Apr 14 14:49:03 localhost vmunix: [ 1.152384] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.152500] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.152616] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.152731] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) Apr 14 14:49:03 localhost vmunix: [ 1.154504] ACPI: EC: interrupt unblocked Apr 14 14:49:03 localhost vmunix: [ 1.154522] ACPI: EC: event unblocked Apr 14 14:49:03 localhost vmunix: [ 1.154532] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62 Apr 14 14:49:03 localhost vmunix: [ 1.154535] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events Apr 14 14:49:03 localhost vmunix: [ 1.154742] iommu: Default domain type: Translated Apr 14 14:49:03 localhost vmunix: [ 1.154823] pci 0000:00:02.0: vgaarb: setting as boot VGA device Apr 14 14:49:03 localhost vmunix: [ 1.154827] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Apr 14 14:49:03 localhost vmunix: [ 1.154838] pci 0000:00:02.0: vgaarb: bridge control possible Apr 14 14:49:03 localhost vmunix: [ 1.154840] vgaarb: loaded Apr 14 14:49:03 localhost vmunix: [ 1.155391] SCSI subsystem initialized Apr 14 14:49:03 localhost vmunix: [ 1.155527] ACPI: bus type USB registered Apr 14 14:49:03 localhost vmunix: [ 1.155562] usbcore: registered new interface driver usbfs Apr 14 14:49:03 localhost vmunix: [ 1.155580] usbcore: registered new interface driver hub Apr 14 14:49:03 localhost vmunix: [ 1.155597] usbcore: registered new device driver usb Apr 14 14:49:03 localhost vmunix: [ 1.155733] EDAC MC: Ver: 3.0.0 Apr 14 14:49:03 localhost vmunix: [ 1.156083] PCI: Using ACPI for IRQ routing Apr 14 14:49:03 localhost vmunix: [ 1.167814] NetLabel: Initializing Apr 14 14:49:03 localhost vmunix: [ 1.167816] NetLabel: domain hash size = 128 Apr 14 14:49:03 localhost vmunix: [ 1.167817] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Apr 14 14:49:03 localhost vmunix: [ 1.167853] NetLabel: unlabeled traffic allowed by default Apr 14 14:49:03 localhost vmunix: [ 1.168199] hpet: 3 channels of 0 reserved for per-cpu timers Apr 14 14:49:03 localhost vmunix: [ 1.168205] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Apr 14 14:49:03 localhost vmunix: [ 1.168210] hpet0: 3 comparators, 64-bit 14.318180 MHz counter Apr 14 14:49:03 localhost vmunix: [ 1.170213] clocksource: Switched to clocksource tsc-early Apr 14 14:49:03 localhost vmunix: [ 1.205684] *** VALIDATE bpf *** Apr 14 14:49:03 localhost vmunix: [ 1.205870] VFS: Disk quotas dquot_6.6.0 Apr 14 14:49:03 localhost vmunix: [ 1.205909] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Apr 14 14:49:03 localhost vmunix: [ 1.205958] *** VALIDATE ramfs *** Apr 14 14:49:03 localhost vmunix: [ 1.205966] *** VALIDATE hugetlbfs *** Apr 14 14:49:03 localhost vmunix: [ 1.206231] AppArmor: AppArmor Filesystem Enabled Apr 14 14:49:03 localhost vmunix: [ 1.206317] pnp: PnP ACPI init Apr 14 14:49:03 localhost vmunix: [ 1.206565] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206569] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206573] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206577] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206581] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206585] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206589] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.206592] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207213] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207283] pnp 00:02: disabling [io 0x002e-0x002f] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207287] pnp 00:02: disabling [io 0x0061] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207291] pnp 00:02: disabling [io 0x0063] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207294] pnp 00:02: disabling [io 0x0065] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207297] pnp 00:02: disabling [io 0x0067] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207301] pnp 00:02: disabling [io 0x0068-0x006f] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207305] pnp 00:02: disabling [io 0x0080] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207308] pnp 00:02: disabling [io 0x0092] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207312] pnp 00:02: disabling [io 0x00b2-0x00b3] because it overlaps 0000:02:00.0 BAR 2 [io 0x0000-0x00ff] Apr 14 14:49:03 localhost vmunix: [ 1.207366] system 00:02: [io 0x0800-0x080f] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207370] system 00:02: [io 0x1000-0x107f] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207373] system 00:02: [io 0x1180-0x11bf] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207377] system 00:02: [io 0x1600-0x166f] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207381] system 00:02: [io 0xfe10-0xfe11] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.207384] system 00:02: [io 0xfe00] has been reserved Apr 14 14:49:03 localhost vmunix: [ 1.208627] pnp: PnP ACPI: found 6 devices Apr 14 14:49:03 localhost vmunix: [ 1.208631] PnPBIOS: Disabled Apr 14 14:49:03 localhost vmunix: [ 1.212311] thermal_sys: Registered thermal governor 'fair_share' Apr 14 14:49:03 localhost vmunix: [ 1.212313] thermal_sys: Registered thermal governor 'bang_bang' Apr 14 14:49:03 localhost vmunix: [ 1.212315] thermal_sys: Registered thermal governor 'step_wise' Apr 14 14:49:03 localhost vmunix: [ 1.212316] thermal_sys: Registered thermal governor 'user_space' Apr 14 14:49:03 localhost vmunix: [ 1.212318] thermal_sys: Registered thermal governor 'power_allocator' Apr 14 14:49:03 localhost vmunix: [ 1.246862] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Apr 14 14:49:03 localhost vmunix: [ 1.246980] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.246986] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff] to [bus 02] add_size 100000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.246990] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 Apr 14 14:49:03 localhost vmunix: [ 1.246995] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.246999] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.247003] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000 Apr 14 14:49:03 localhost vmunix: [ 1.247007] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.247011] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.247015] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05-07] add_size 1000 Apr 14 14:49:03 localhost vmunix: [ 1.247020] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05-07] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.247024] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 05-07] add_size 200000 add_align 100000 Apr 14 14:49:03 localhost vmunix: [ 1.247039] pci 0000:00:1e.0: bridge window [io 0x1000-0x0fff] to [bus 0a-0b] add_size 1000 Apr 14 14:49:03 localhost vmunix: [ 1.247071] pci 0000:00:1c.0: BAR 14: assigned [mem 0x60000000-0x601fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247077] pci 0000:00:1c.0: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247082] pci 0000:00:1c.1: BAR 14: assigned [mem 0x60400000-0x605fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247087] pci 0000:00:1c.1: BAR 15: assigned [mem 0x60600000-0x607fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247092] pci 0000:00:1c.2: BAR 14: assigned [mem 0x60800000-0x609fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247097] pci 0000:00:1c.2: BAR 15: assigned [mem 0x60a00000-0x60bfffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247101] pci 0000:00:1c.3: BAR 14: assigned [mem 0x60c00000-0x60dfffff] Apr 14 14:49:03 localhost vmunix: [ 1.247106] pci 0000:00:1c.3: BAR 15: assigned [mem 0x60e00000-0x60ffffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247113] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] Apr 14 14:49:03 localhost vmunix: [ 1.247119] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff] Apr 14 14:49:03 localhost vmunix: [ 1.247125] pci 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff] Apr 14 14:49:03 localhost vmunix: [ 1.247131] pci 0000:00:1c.3: BAR 13: assigned [io 0x5000-0x5fff] Apr 14 14:49:03 localhost vmunix: [ 1.247137] pci 0000:00:1e.0: BAR 13: assigned [io 0x6000-0x6fff] Apr 14 14:49:03 localhost vmunix: [ 1.247148] pci 0000:02:00.0: BAR 0: assigned [mem 0x60000000-0x60003fff 64bit] Apr 14 14:49:03 localhost vmunix: [ 1.247168] pci 0000:02:00.0: BAR 2: assigned [io 0x2000-0x20ff] Apr 14 14:49:03 localhost vmunix: [ 1.247176] pci 0000:00:1c.0: PCI bridge to [bus 02] Apr 14 14:49:03 localhost vmunix: [ 1.247181] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] Apr 14 14:49:03 localhost vmunix: [ 1.247189] pci 0000:00:1c.0: bridge window [mem 0x60000000-0x601fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247195] pci 0000:00:1c.0: bridge window [mem 0x60200000-0x603fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247204] pci 0000:00:1c.1: PCI bridge to [bus 03] Apr 14 14:49:03 localhost vmunix: [ 1.247208] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] Apr 14 14:49:03 localhost vmunix: [ 1.247215] pci 0000:00:1c.1: bridge window [mem 0x60400000-0x605fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247221] pci 0000:00:1c.1: bridge window [mem 0x60600000-0x607fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247230] pci 0000:00:1c.2: PCI bridge to [bus 04] Apr 14 14:49:03 localhost vmunix: [ 1.247234] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] Apr 14 14:49:03 localhost vmunix: [ 1.247241] pci 0000:00:1c.2: bridge window [mem 0x60800000-0x609fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247247] pci 0000:00:1c.2: bridge window [mem 0x60a00000-0x60bfffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247256] pci 0000:00:1c.3: PCI bridge to [bus 05-07] Apr 14 14:49:03 localhost vmunix: [ 1.247260] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff] Apr 14 14:49:03 localhost vmunix: [ 1.247267] pci 0000:00:1c.3: bridge window [mem 0x60c00000-0x60dfffff] Apr 14 14:49:03 localhost vmunix: [ 1.247273] pci 0000:00:1c.3: bridge window [mem 0x60e00000-0x60ffffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247289] pci 0000:0a:09.0: BAR 15: assigned [mem 0x64000000-0x67ffffff pref] Apr 14 14:49:03 localhost vmunix: [ 1.247295] pci 0000:0a:09.0: BAR 16: assigned [mem 0x68000000-0x6bffffff] Apr 14 14:49:03 localhost vmunix: [ 1.247299] pci 0000:0a:09.0: BAR 13: assigned [io 0x6000-0x60ff] Apr 14 14:49:03 localhost vmunix: [ 1.247302] pci 0000:0a:09.0: BAR 14: assigned [io 0x6400-0x64ff] Apr 14 14:49:03 localhost vmunix: [ 1.247306] pci 0000:0a:09.0: CardBus bridge to [bus 0b] Apr 14 14:49:03 localhost vmunix: [ 1.247309] pci 0000:0a:09.0: bridge window [io 0x6000-0x60ff] Apr 14 14:49:03 localhost vmunix: [ 1.247314] pci 0000:0a:09.0: bridge window [io 0x6400-0x64ff] Apr 14 14:49:03 localhost vmunix: [ 1.247321] pci 0000:0a:09.0: bridge window [mem 0x64000000-0x67ffffff pref] Apr 14 14:49:03 localhost vmunix: [ 1.247327] pci 0000:0a:09.0: bridge window [mem 0x68000000-0x6bffffff] Apr 14 14:49:03 localhost vmunix: [ 1.247334] pci 0000:00:1e.0: PCI bridge to [bus 0a-0b] Apr 14 14:49:03 localhost vmunix: [ 1.247338] pci 0000:00:1e.0: bridge window [io 0x6000-0x6fff] Apr 14 14:49:03 localhost vmunix: [ 1.247345] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd00fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247359] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] Apr 14 14:49:03 localhost vmunix: [ 1.247362] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff] Apr 14 14:49:03 localhost vmunix: [ 1.247365] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] Apr 14 14:49:03 localhost vmunix: [ 1.247368] pci_bus 0000:02: resource 1 [mem 0x60000000-0x601fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247371] pci_bus 0000:02: resource 2 [mem 0x60200000-0x603fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247374] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] Apr 14 14:49:03 localhost vmunix: [ 1.247377] pci_bus 0000:03: resource 1 [mem 0x60400000-0x605fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247380] pci_bus 0000:03: resource 2 [mem 0x60600000-0x607fffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247383] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff] Apr 14 14:49:03 localhost vmunix: [ 1.247386] pci_bus 0000:04: resource 1 [mem 0x60800000-0x609fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247389] pci_bus 0000:04: resource 2 [mem 0x60a00000-0x60bfffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247392] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff] Apr 14 14:49:03 localhost vmunix: [ 1.247395] pci_bus 0000:05: resource 1 [mem 0x60c00000-0x60dfffff] Apr 14 14:49:03 localhost vmunix: [ 1.247398] pci_bus 0000:05: resource 2 [mem 0x60e00000-0x60ffffff 64bit pref] Apr 14 14:49:03 localhost vmunix: [ 1.247401] pci_bus 0000:0a: resource 0 [io 0x6000-0x6fff] Apr 14 14:49:03 localhost vmunix: [ 1.247404] pci_bus 0000:0a: resource 1 [mem 0xd0000000-0xd00fffff] Apr 14 14:49:03 localhost vmunix: [ 1.247407] pci_bus 0000:0a: resource 4 [io 0x0000-0xffff] Apr 14 14:49:03 localhost vmunix: [ 1.247410] pci_bus 0000:0a: resource 5 [mem 0x00000000-0xffffffff] Apr 14 14:49:03 localhost vmunix: [ 1.247414] pci_bus 0000:0b: resource 0 [io 0x6000-0x60ff] Apr 14 14:49:03 localhost vmunix: [ 1.247417] pci_bus 0000:0b: resource 1 [io 0x6400-0x64ff] Apr 14 14:49:03 localhost vmunix: [ 1.247420] pci_bus 0000:0b: resource 2 [mem 0x64000000-0x67ffffff pref] Apr 14 14:49:03 localhost vmunix: [ 1.247423] pci_bus 0000:0b: resource 3 [mem 0x68000000-0x6bffffff] Apr 14 14:49:03 localhost vmunix: [ 1.247627] NET: Registered protocol family 2 Apr 14 14:49:03 localhost vmunix: [ 1.248034] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 1.248068] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 1.248174] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 1.248223] TCP: Hash tables configured (established 8192 bind 8192) Apr 14 14:49:03 localhost vmunix: [ 1.248332] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 1.248358] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) Apr 14 14:49:03 localhost vmunix: [ 1.248452] NET: Registered protocol family 1 Apr 14 14:49:03 localhost vmunix: [ 1.248483] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Apr 14 14:49:03 localhost vmunix: [ 1.250884] PCI: CLS 64 bytes, default 64 Apr 14 14:49:03 localhost vmunix: [ 1.251017] Trying to unpack rootfs image as initramfs... Apr 14 14:49:03 localhost vmunix: [ 1.716499] Freeing initrd memory: 10076K Apr 14 14:49:03 localhost vmunix: [ 1.716607] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Apr 14 14:49:03 localhost vmunix: [ 1.716611] software IO TLB: mapped [mem 0x31500000-0x35500000] (64MB) Apr 14 14:49:03 localhost vmunix: [ 1.716945] check: Scanning for low memory corruption every 60 seconds Apr 14 14:49:03 localhost vmunix: [ 1.717874] Initialise system trusted keyrings Apr 14 14:49:03 localhost vmunix: [ 1.717986] workingset: timestamp_bits=14 max_order=19 bucket_order=5 Apr 14 14:49:03 localhost vmunix: [ 1.721758] zbud: loaded Apr 14 14:49:03 localhost vmunix: [ 1.723113] Allocating IMA blacklist keyring. Apr 14 14:49:03 localhost vmunix: [ 1.734098] Key type asymmetric registered Apr 14 14:49:03 localhost vmunix: [ 1.734100] Asymmetric key parser 'x509' registered Apr 14 14:49:03 localhost vmunix: [ 1.734323] bounce: pool size: 64 pages Apr 14 14:49:03 localhost vmunix: [ 1.734382] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Apr 14 14:49:03 localhost vmunix: [ 1.734473] io scheduler mq-deadline registered Apr 14 14:49:03 localhost vmunix: [ 1.734841] pcieport 0000:00:1c.0: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 1.735371] pcieport 0000:00:1c.1: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 1.735761] pcieport 0000:00:1c.2: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 1.736159] pcieport 0000:00:1c.3: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 1.736593] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Apr 14 14:49:03 localhost vmunix: [ 1.736793] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 Apr 14 14:49:03 localhost vmunix: [ 1.736841] ACPI: Lid Switch [LID] Apr 14 14:49:03 localhost vmunix: [ 1.736936] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 Apr 14 14:49:03 localhost vmunix: [ 1.736977] ACPI: Power Button [PWRB] Apr 14 14:49:03 localhost vmunix: [ 1.737054] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 Apr 14 14:49:03 localhost vmunix: [ 1.737100] ACPI: Sleep Button [SLPB] Apr 14 14:49:03 localhost vmunix: [ 1.737173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 Apr 14 14:49:03 localhost vmunix: [ 1.737305] ACPI: Power Button [PWRF] Apr 14 14:49:03 localhost vmunix: [ 1.737765] tsc: Marking TSC unstable due to TSC halts in idle Apr 14 14:49:03 localhost vmunix: [ 1.738122] clocksource: Switched to clocksource hpet Apr 14 14:49:03 localhost vmunix: [ 1.743205] thermal LNXTHERM:00: registered as thermal_zone0 Apr 14 14:49:03 localhost vmunix: [ 1.743207] ACPI: Thermal Zone [THRM] (37 C) Apr 14 14:49:03 localhost vmunix: [ 1.743330] isapnp: Scanning for PnP cards... Apr 14 14:49:03 localhost vmunix: [ 2.097496] isapnp: No Plug & Play device found Apr 14 14:49:03 localhost vmunix: [ 2.097666] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled Apr 14 14:49:03 localhost vmunix: [ 2.102096] Linux agpgart interface v0.103 Apr 14 14:49:03 localhost vmunix: [ 2.107824] brd: module loaded Apr 14 14:49:03 localhost vmunix: [ 2.112671] loop: module loaded Apr 14 14:49:03 localhost vmunix: [ 2.114508] scsi host0: ata_piix Apr 14 14:49:03 localhost vmunix: [ 2.114778] scsi host1: ata_piix Apr 14 14:49:03 localhost vmunix: [ 2.114869] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14 Apr 14 14:49:03 localhost vmunix: [ 2.114871] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15 Apr 14 14:49:03 localhost vmunix: [ 2.115082] libphy: Fixed MDIO Bus: probed Apr 14 14:49:03 localhost vmunix: [ 2.115084] tun: Universal TUN/TAP device driver, 1.6 Apr 14 14:49:03 localhost vmunix: [ 2.115373] PPP generic driver version 2.4.2 Apr 14 14:49:03 localhost vmunix: [ 2.115484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Apr 14 14:49:03 localhost vmunix: [ 2.115492] ehci-pci: EHCI PCI platform driver Apr 14 14:49:03 localhost vmunix: [ 2.115838] ehci-pci 0000:00:1d.7: EHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.115851] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 Apr 14 14:49:03 localhost vmunix: [ 2.115870] ehci-pci 0000:00:1d.7: debug port 1 Apr 14 14:49:03 localhost vmunix: [ 2.119805] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported Apr 14 14:49:03 localhost vmunix: [ 2.119861] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd0544000 Apr 14 14:49:03 localhost vmunix: [ 2.133272] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Apr 14 14:49:03 localhost vmunix: [ 2.133417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 Apr 14 14:49:03 localhost vmunix: [ 2.133422] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 14 14:49:03 localhost vmunix: [ 2.133425] usb usb1: Product: EHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.133428] usb usb1: Manufacturer: Linux 5.4.31-gnu ehci_hcd Apr 14 14:49:03 localhost vmunix: [ 2.133431] usb usb1: SerialNumber: 0000:00:1d.7 Apr 14 14:49:03 localhost vmunix: [ 2.133677] hub 1-0:1.0: USB hub found Apr 14 14:49:03 localhost vmunix: [ 2.133693] hub 1-0:1.0: 8 ports detected Apr 14 14:49:03 localhost vmunix: [ 2.134188] ehci-platform: EHCI generic platform driver Apr 14 14:49:03 localhost vmunix: [ 2.134218] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Apr 14 14:49:03 localhost vmunix: [ 2.134225] ohci-pci: OHCI PCI platform driver Apr 14 14:49:03 localhost vmunix: [ 2.134254] ohci-platform: OHCI generic platform driver Apr 14 14:49:03 localhost vmunix: [ 2.134267] uhci_hcd: USB Universal Host Controller Interface driver Apr 14 14:49:03 localhost vmunix: [ 2.134590] uhci_hcd 0000:00:1d.0: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.134602] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 Apr 14 14:49:03 localhost vmunix: [ 2.134612] uhci_hcd 0000:00:1d.0: detected 2 ports Apr 14 14:49:03 localhost vmunix: [ 2.134645] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820 Apr 14 14:49:03 localhost vmunix: [ 2.134754] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04 Apr 14 14:49:03 localhost vmunix: [ 2.134757] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 14 14:49:03 localhost vmunix: [ 2.134760] usb usb2: Product: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.134762] usb usb2: Manufacturer: Linux 5.4.31-gnu uhci_hcd Apr 14 14:49:03 localhost vmunix: [ 2.134765] usb usb2: SerialNumber: 0000:00:1d.0 Apr 14 14:49:03 localhost vmunix: [ 2.134986] hub 2-0:1.0: USB hub found Apr 14 14:49:03 localhost vmunix: [ 2.135000] hub 2-0:1.0: 2 ports detected Apr 14 14:49:03 localhost vmunix: [ 2.135493] uhci_hcd 0000:00:1d.1: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.135502] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 Apr 14 14:49:03 localhost vmunix: [ 2.135512] uhci_hcd 0000:00:1d.1: detected 2 ports Apr 14 14:49:03 localhost vmunix: [ 2.135553] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840 Apr 14 14:49:03 localhost vmunix: [ 2.135662] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04 Apr 14 14:49:03 localhost vmunix: [ 2.135666] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 14 14:49:03 localhost vmunix: [ 2.135668] usb usb3: Product: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.135671] usb usb3: Manufacturer: Linux 5.4.31-gnu uhci_hcd Apr 14 14:49:03 localhost vmunix: [ 2.135674] usb usb3: SerialNumber: 0000:00:1d.1 Apr 14 14:49:03 localhost vmunix: [ 2.135875] hub 3-0:1.0: USB hub found Apr 14 14:49:03 localhost vmunix: [ 2.135888] hub 3-0:1.0: 2 ports detected Apr 14 14:49:03 localhost vmunix: [ 2.136363] uhci_hcd 0000:00:1d.2: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.136373] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 Apr 14 14:49:03 localhost vmunix: [ 2.136382] uhci_hcd 0000:00:1d.2: detected 2 ports Apr 14 14:49:03 localhost vmunix: [ 2.136420] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860 Apr 14 14:49:03 localhost vmunix: [ 2.136523] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04 Apr 14 14:49:03 localhost vmunix: [ 2.136526] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 14 14:49:03 localhost vmunix: [ 2.136529] usb usb4: Product: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.136532] usb usb4: Manufacturer: Linux 5.4.31-gnu uhci_hcd Apr 14 14:49:03 localhost vmunix: [ 2.136534] usb usb4: SerialNumber: 0000:00:1d.2 Apr 14 14:49:03 localhost vmunix: [ 2.136728] hub 4-0:1.0: USB hub found Apr 14 14:49:03 localhost vmunix: [ 2.136741] hub 4-0:1.0: 2 ports detected Apr 14 14:49:03 localhost vmunix: [ 2.137258] uhci_hcd 0000:00:1d.3: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.137268] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 Apr 14 14:49:03 localhost vmunix: [ 2.137277] uhci_hcd 0000:00:1d.3: detected 2 ports Apr 14 14:49:03 localhost vmunix: [ 2.137315] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880 Apr 14 14:49:03 localhost vmunix: [ 2.137426] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04 Apr 14 14:49:03 localhost vmunix: [ 2.137429] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Apr 14 14:49:03 localhost vmunix: [ 2.137432] usb usb5: Product: UHCI Host Controller Apr 14 14:49:03 localhost vmunix: [ 2.137435] usb usb5: Manufacturer: Linux 5.4.31-gnu uhci_hcd Apr 14 14:49:03 localhost vmunix: [ 2.137437] usb usb5: SerialNumber: 0000:00:1d.3 Apr 14 14:49:03 localhost vmunix: [ 2.137632] hub 5-0:1.0: USB hub found Apr 14 14:49:03 localhost vmunix: [ 2.137645] hub 5-0:1.0: 2 ports detected Apr 14 14:49:03 localhost vmunix: [ 2.138009] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Apr 14 14:49:03 localhost vmunix: [ 2.153967] i8042: Detected active multiplexing controller, rev 1.1 Apr 14 14:49:03 localhost vmunix: [ 2.159926] serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 14 14:49:03 localhost vmunix: [ 2.159934] serio: i8042 AUX0 port at 0x60,0x64 irq 12 Apr 14 14:49:03 localhost vmunix: [ 2.160001] serio: i8042 AUX1 port at 0x60,0x64 irq 12 Apr 14 14:49:03 localhost vmunix: [ 2.160059] serio: i8042 AUX2 port at 0x60,0x64 irq 12 Apr 14 14:49:03 localhost vmunix: [ 2.160112] serio: i8042 AUX3 port at 0x60,0x64 irq 12 Apr 14 14:49:03 localhost vmunix: [ 2.160357] mousedev: PS/2 mouse device common for all mice Apr 14 14:49:03 localhost vmunix: [ 2.160741] rtc_cmos 00:03: RTC can wake from S4 Apr 14 14:49:03 localhost vmunix: [ 2.161087] rtc_cmos 00:03: registered as rtc0 Apr 14 14:49:03 localhost vmunix: [ 2.161124] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs Apr 14 14:49:03 localhost vmunix: [ 2.161138] i2c /dev entries driver Apr 14 14:49:03 localhost vmunix: [ 2.161274] device-mapper: uevent: version 1.0.3 Apr 14 14:49:03 localhost vmunix: [ 2.161414] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel <at> redhat.com Apr 14 14:49:03 localhost vmunix: [ 2.161459] platform eisa.0: Probing EISA bus 0 Apr 14 14:49:03 localhost vmunix: [ 2.161469] platform eisa.0: Cannot allocate resource for EISA slot 1 Apr 14 14:49:03 localhost vmunix: [ 2.161473] platform eisa.0: Cannot allocate resource for EISA slot 2 Apr 14 14:49:03 localhost vmunix: [ 2.161476] platform eisa.0: Cannot allocate resource for EISA slot 3 Apr 14 14:49:03 localhost vmunix: [ 2.161479] platform eisa.0: Cannot allocate resource for EISA slot 4 Apr 14 14:49:03 localhost vmunix: [ 2.161482] platform eisa.0: Cannot allocate resource for EISA slot 5 Apr 14 14:49:03 localhost vmunix: [ 2.161487] platform eisa.0: Cannot allocate resource for EISA slot 6 Apr 14 14:49:03 localhost vmunix: [ 2.161500] platform eisa.0: EISA: Detected 0 cards Apr 14 14:49:03 localhost vmunix: [ 2.161512] cpufreq_nforce2: No nForce2 chipset Apr 14 14:49:03 localhost vmunix: [ 2.161514] intel_pstate: CPU model not supported Apr 14 14:49:03 localhost vmunix: [ 2.161538] ledtrig-cpu: registered to indicate activity on CPUs Apr 14 14:49:03 localhost vmunix: [ 2.162106] NET: Registered protocol family 10 Apr 14 14:49:03 localhost vmunix: [ 2.162587] Segment Routing with IPv6 Apr 14 14:49:03 localhost vmunix: [ 2.162629] NET: Registered protocol family 17 Apr 14 14:49:03 localhost vmunix: [ 2.162723] Key type dns_resolver registered Apr 14 14:49:03 localhost vmunix: [ 2.163079] microcode: sig=0x6e8, pf=0x20, revision=0x39 Apr 14 14:49:03 localhost vmunix: [ 2.163167] microcode: Microcode Update Driver: v2.2. Apr 14 14:49:03 localhost vmunix: [ 2.163176] IPI shorthand broadcast: enabled Apr 14 14:49:03 localhost vmunix: [ 2.163296] registered taskstats version 1 Apr 14 14:49:03 localhost vmunix: [ 2.163303] Loading compiled-in X.509 certificates Apr 14 14:49:03 localhost vmunix: [ 2.163356] zswap: loaded using pool lzo/zbud Apr 14 14:49:03 localhost vmunix: [ 2.164314] Key type big_key registered Apr 14 14:49:03 localhost vmunix: [ 2.164607] Key type encrypted registered Apr 14 14:49:03 localhost vmunix: [ 2.164611] AppArmor: AppArmor sha1 policy hashing enabled Apr 14 14:49:03 localhost vmunix: [ 2.164627] ima: No TPM chip found, activating TPM-bypass! Apr 14 14:49:03 localhost vmunix: [ 2.164635] ima: Allocated hash algorithm: sha1 Apr 14 14:49:03 localhost vmunix: [ 2.164652] ima: No architecture policies found Apr 14 14:49:03 localhost vmunix: [ 2.164681] evm: Initialising EVM extended attributes: Apr 14 14:49:03 localhost vmunix: [ 2.164682] evm: security.selinux Apr 14 14:49:03 localhost vmunix: [ 2.164683] evm: security.SMACK64 Apr 14 14:49:03 localhost vmunix: [ 2.164684] evm: security.SMACK64EXEC Apr 14 14:49:03 localhost vmunix: [ 2.164685] evm: security.SMACK64TRANSMUTE Apr 14 14:49:03 localhost vmunix: [ 2.164686] evm: security.SMACK64MMAP Apr 14 14:49:03 localhost vmunix: [ 2.164687] evm: security.apparmor Apr 14 14:49:03 localhost vmunix: [ 2.164688] evm: security.ima Apr 14 14:49:03 localhost vmunix: [ 2.164690] evm: security.capability Apr 14 14:49:03 localhost vmunix: [ 2.164691] evm: HMAC attrs: 0x1 Apr 14 14:49:03 localhost vmunix: [ 2.165297] PM: Magic number: 0:100:835 Apr 14 14:49:03 localhost vmunix: [ 2.165503] rtc_cmos 00:03: setting system clock to 2020-04-14T12:48:51 UTC (1586868531) Apr 14 14:49:03 localhost vmunix: [ 2.165761] Unstable clock detected, switching default tracing clock to "global" Apr 14 14:49:03 localhost vmunix: [ 2.165761] If you want to keep using the local clock, then add: Apr 14 14:49:03 localhost vmunix: [ 2.165761] "trace_clock=local" Apr 14 14:49:03 localhost vmunix: [ 2.165761] on the kernel command line Apr 14 14:49:03 localhost vmunix: [ 2.200122] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 Apr 14 14:49:03 localhost vmunix: [ 2.317060] ata1.00: ATA-7: SAMSUNG HM060HC, YJ100-13, max UDMA/100 Apr 14 14:49:03 localhost vmunix: [ 2.317064] ata1.00: 117231408 sectors, multi 16: LBA48 Apr 14 14:49:03 localhost vmunix: [ 2.317077] ata1.01: ATAPI: TSSTcorpCD/DVDW TS-L632D, ac00, max UDMA/33 Apr 14 14:49:03 localhost vmunix: [ 2.364434] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM060HC 0-13 PQ: 0 ANSI: 5 Apr 14 14:49:03 localhost vmunix: [ 2.364971] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB) Apr 14 14:49:03 localhost vmunix: [ 2.365001] sd 0:0:0:0: [sda] Write Protect is off Apr 14 14:49:03 localhost vmunix: [ 2.365055] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 14 14:49:03 localhost vmunix: [ 2.365327] sd 0:0:0:0: Attached scsi generic sg0 type 0 Apr 14 14:49:03 localhost vmunix: [ 2.371028] scsi 0:0:1:0: CD-ROM TSSTcorp CD/DVDW TS-L632D ac00 PQ: 0 ANSI: 5 Apr 14 14:49:03 localhost vmunix: [ 2.433127] sr 0:0:1:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray Apr 14 14:49:03 localhost vmunix: [ 2.433131] cdrom: Uniform CD-ROM driver Revision: 3.20 Apr 14 14:49:03 localhost vmunix: [ 2.433802] sr 0:0:1:0: Attached scsi generic sg1 type 5 Apr 14 14:49:03 localhost vmunix: [ 2.469214] usb 1-2: new high-speed USB device number 2 using ehci-pci Apr 14 14:49:03 localhost vmunix: [ 2.472845] sda: sda1 sda2 Apr 14 14:49:03 localhost vmunix: [ 2.473645] sd 0:0:0:0: [sda] Attached SCSI disk Apr 14 14:49:03 localhost vmunix: [ 2.477300] Freeing unused kernel image memory: 1212K Apr 14 14:49:03 localhost vmunix: [ 2.481317] Write protecting kernel text and read-only data: 13380k Apr 14 14:49:03 localhost vmunix: [ 2.481319] NX-protecting the kernel data: 6728k Apr 14 14:49:03 localhost vmunix: [ 2.481567] Run /init as init process Apr 14 14:49:03 localhost vmunix: [ 2.500047] usb 1-2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00 Apr 14 14:49:03 localhost vmunix: [ 2.500052] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Apr 14 14:49:03 localhost vmunix: [ 2.500055] usb 1-2: Product: Mass Storage Device Apr 14 14:49:03 localhost vmunix: [ 2.500058] usb 1-2: Manufacturer: JetFlash Apr 14 14:49:03 localhost vmunix: [ 2.500060] usb 1-2: SerialNumber: C0WFTJ8R Apr 14 14:49:03 localhost vmunix: [ 2.652205] usb-storage 1-2:1.0: USB Mass Storage device detected Apr 14 14:49:03 localhost vmunix: [ 2.652423] scsi host2: usb-storage 1-2:1.0 Apr 14 14:49:03 localhost vmunix: [ 2.652590] usbcore: registered new interface driver usb-storage Apr 14 14:49:03 localhost vmunix: [ 2.657556] usbcore: registered new interface driver uas Apr 14 14:49:03 localhost vmunix: [ 2.661824] hidraw: raw HID events driver (C) Jiri Kosina Apr 14 14:49:03 localhost vmunix: [ 2.663024] usbcore: registered new interface driver usbhid Apr 14 14:49:03 localhost vmunix: [ 2.663026] usbhid: USB HID core driver Apr 14 14:49:03 localhost vmunix: [ 2.700398] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0 Apr 14 14:49:03 localhost vmunix: [ 2.889263] random: fast init done Apr 14 14:49:03 localhost vmunix: [ 3.658218] scsi 2:0:0:0: Direct-Access JetFlash Transcend 2GB 8.07 PQ: 0 ANSI: 2 Apr 14 14:49:03 localhost vmunix: [ 3.658691] sd 2:0:0:0: Attached scsi generic sg2 type 0 Apr 14 14:49:03 localhost vmunix: [ 3.659934] sd 2:0:0:0: [sdb] 3944448 512-byte logical blocks: (2.02 GB/1.88 GiB) Apr 14 14:49:03 localhost vmunix: [ 3.660551] sd 2:0:0:0: [sdb] Write Protect is off Apr 14 14:49:03 localhost vmunix: [ 3.661202] sd 2:0:0:0: [sdb] No Caching mode page found Apr 14 14:49:03 localhost vmunix: [ 3.661253] sd 2:0:0:0: [sdb] Assuming drive cache: write through Apr 14 14:49:03 localhost vmunix: [ 3.724959] sdb: sdb1 sdb2 Apr 14 14:49:03 localhost vmunix: [ 3.727556] sd 2:0:0:0: [sdb] Attached SCSI removable disk Apr 14 14:49:03 localhost vmunix: [ 5.266984] random: dbus-uuidgen: uninitialized urandom read (12 bytes read) Apr 14 14:49:03 localhost vmunix: [ 5.267025] random: dbus-uuidgen: uninitialized urandom read (8 bytes read) Apr 14 14:49:03 localhost vmunix: [ 7.433207] random: crng init done Apr 14 14:49:03 localhost vmunix: [ 10.254378] shepherd[1]: Service root has been started. Apr 14 14:49:03 localhost vmunix: [ 10.719477] shepherd[1]: starting services... Apr 14 14:49:03 localhost vmunix: [ 10.721058] shepherd[1]: Service root-file-system has been started. Apr 14 14:49:03 localhost vmunix: [ 10.722436] shepherd[1]: Service user-file-systems has been started. Apr 14 14:49:03 localhost vmunix: [ 10.735852] shepherd[1]: waiting for udevd... Apr 14 14:49:03 localhost vmunix: [ 10.814083] udevd[173]: starting version 3.2.9 Apr 14 14:49:03 localhost vmunix: [ 10.867383] udevd[173]: starting eudev-3.2.9 Apr 14 14:49:03 localhost vmunix: [ 11.238332] udevd[173]: no sender credentials received, message ignored Apr 14 14:49:03 localhost vmunix: [ 11.445484] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) Apr 14 14:49:03 localhost vmunix: [ 11.449940] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9 Apr 14 14:49:03 localhost vmunix: [ 11.484429] ACPI: AC Adapter [ACAD] (on-line) Apr 14 14:49:03 localhost vmunix: [ 11.504418] battery: ACPI: Battery Slot [BAT1] (battery present) Apr 14 14:49:03 localhost vmunix: [ 11.647999] sky2: driver version 1.30 Apr 14 14:49:03 localhost vmunix: [ 11.648058] sky2 0000:02:00.0: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 11.648232] sky2 0000:02:00.0: Yukon-2 FE chip revision 1 Apr 14 14:49:03 localhost vmunix: [ 11.648794] sky2 0000:02:00.0 eth0: addr 00:16:36:9a:67:69 Apr 14 14:49:03 localhost vmunix: [ 11.678901] intel_rng: FWH not detected Apr 14 14:49:03 localhost vmunix: [ 11.733509] pci 0000:00:1e.0: enabling device (0004 -> 0007) Apr 14 14:49:03 localhost vmunix: [ 11.733737] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20190816/utaddress-213) Apr 14 14:49:03 localhost vmunix: [ 11.733807] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 14 14:49:03 localhost vmunix: [ 11.735461] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20190816/utaddress-213) Apr 14 14:49:03 localhost vmunix: [ 11.735479] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 14 14:49:03 localhost vmunix: [ 11.735502] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20190816/utaddress-213) Apr 14 14:49:03 localhost vmunix: [ 11.735511] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Apr 14 14:49:03 localhost vmunix: [ 11.735512] lpc_ich: Resource conflict(s) found affecting gpio_ich Apr 14 14:49:03 localhost vmunix: [ 11.743602] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt Apr 14 14:49:03 localhost vmunix: [ 11.774304] leds_ss4200: no LED devices found Apr 14 14:49:03 localhost vmunix: [ 11.776191] yenta_cardbus 0000:0a:09.0: enabling device (0000 -> 0003) Apr 14 14:49:03 localhost vmunix: [ 11.776337] yenta_cardbus 0000:0a:09.0: CardBus bridge found [1025:0110] Apr 14 14:49:03 localhost vmunix: [ 11.776361] yenta_cardbus 0000:0a:09.0: Using CSCINT to route CSC interrupts to PCI Apr 14 14:49:03 localhost vmunix: [ 11.776363] yenta_cardbus 0000:0a:09.0: Routing CardBus interrupts to PCI Apr 14 14:49:03 localhost vmunix: [ 11.776370] yenta_cardbus 0000:0a:09.0: TI: mfunc 0x01321b22, devctl 0x66 Apr 14 14:49:03 localhost vmunix: [ 12.018076] yenta_cardbus 0000:0a:09.0: ISA IRQ mask 0x0cf8, PCI irq 20 Apr 14 14:49:03 localhost vmunix: [ 12.018082] yenta_cardbus 0000:0a:09.0: Socket status: 30000006 Apr 14 14:49:03 localhost vmunix: [ 12.018094] yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [io 0x6000-0x6fff] Apr 14 14:49:03 localhost vmunix: [ 12.018098] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x6000-0x6fff: Apr 14 14:49:03 localhost vmunix: [ 12.021993] excluding 0x6000-0x60ff 0x6400-0x64ff Apr 14 14:49:03 localhost vmunix: [ 12.068675] yenta_cardbus 0000:0a:09.0: pcmcia: parent PCI bridge window: [mem 0xd0000000-0xd00fffff] Apr 14 14:49:03 localhost vmunix: [ 12.070372] cfg80211: Loading compiled-in X.509 certificates for regulatory database Apr 14 14:49:03 localhost vmunix: [ 12.070507] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0000000-0xd00fffff: Apr 14 14:49:03 localhost vmunix: [ 12.070516] excluding 0xd0000000-0xd001ffff Apr 14 14:49:03 localhost vmunix: [ 12.168844] input: PC Speaker as /devices/platform/pcspkr/input/input14 Apr 14 14:49:03 localhost vmunix: [ 12.206408] Error: Driver 'pcspkr' is already registered, aborting... Apr 14 14:49:03 localhost vmunix: [ 12.374322] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Apr 14 14:49:03 localhost vmunix: [ 12.374492] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Apr 14 14:49:03 localhost vmunix: [ 12.374496] cfg80211: failed to load regulatory.db Apr 14 14:49:03 localhost vmunix: [ 12.434556] snd_hda_codec_realtek hdaudioC0D0: ALC883: SKU not ready 0x411111f0 Apr 14 14:49:03 localhost vmunix: [ 12.434948] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC883: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker Apr 14 14:49:03 localhost vmunix: [ 12.434952] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) Apr 14 14:49:03 localhost vmunix: [ 12.434955] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0) Apr 14 14:49:03 localhost vmunix: [ 12.434957] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 Apr 14 14:49:03 localhost vmunix: [ 12.434960] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0 Apr 14 14:49:03 localhost vmunix: [ 12.434962] snd_hda_codec_realtek hdaudioC0D0: inputs: Apr 14 14:49:03 localhost vmunix: [ 12.434966] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19 Apr 14 14:49:03 localhost vmunix: [ 12.434969] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 Apr 14 14:49:03 localhost vmunix: [ 12.434972] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a Apr 14 14:49:03 localhost vmunix: [ 12.466710] intel_powerclamp: No package C-state available Apr 14 14:49:03 localhost vmunix: [ 12.588157] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 Apr 14 14:49:03 localhost vmunix: [ 12.588286] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 Apr 14 14:49:03 localhost vmunix: [ 12.588401] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 Apr 14 14:49:03 localhost vmunix: [ 12.698802] pci 0000:00:00.0: Intel 945GM Chipset Apr 14 14:49:03 localhost vmunix: [ 12.698833] pci 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable Apr 14 14:49:03 localhost vmunix: [ 12.699026] pci 0000:00:00.0: detected 8192K stolen memory Apr 14 14:49:03 localhost vmunix: [ 12.699139] i915 0000:00:02.0: vgaarb: deactivate vga console Apr 14 14:49:03 localhost vmunix: [ 12.703990] Console: switching to colour dummy device 80x25 Apr 14 14:49:03 localhost vmunix: [ 12.707380] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). Apr 14 14:49:03 localhost vmunix: [ 12.707384] [drm] Driver supports precise vblank timestamp query. Apr 14 14:49:03 localhost vmunix: [ 12.712613] ath5k 0000:0a:03.0: registered as 'phy0' Apr 14 14:49:03 localhost vmunix: [ 12.713035] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem Apr 14 14:49:03 localhost vmunix: [ 12.755203] [drm] RC6 disabled, disabling runtime PM support Apr 14 14:49:03 localhost vmunix: [ 12.755343] [drm] Initialized overlay support. Apr 14 14:49:03 localhost vmunix: [ 12.756531] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0 Apr 14 14:49:03 localhost vmunix: [ 12.771765] acer_wmi: Acer Laptop ACPI-WMI Extras Apr 14 14:49:03 localhost vmunix: [ 12.776318] acer_wmi: Function bitmap for Communication Device: 0x27 Apr 14 14:49:03 localhost vmunix: [ 12.824387] sky2 0000:02:00.0 enp2s0: renamed from eth0 Apr 14 14:49:03 localhost vmunix: [ 12.825296] iTCO_vendor_support: vendor-support=0 Apr 14 14:49:03 localhost vmunix: [ 12.827836] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 Apr 14 14:49:03 localhost vmunix: [ 12.827915] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060) Apr 14 14:49:03 localhost vmunix: [ 12.828094] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) Apr 14 14:49:03 localhost vmunix: [ 12.887781] fbcon: i915drmfb (fb0) is primary device Apr 14 14:49:03 localhost vmunix: [ 12.946703] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000/0x0/0x0, board id: 0, fw id: 41763 Apr 14 14:49:03 localhost vmunix: [ 13.003381] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13 Apr 14 14:49:03 localhost vmunix: [ 13.559831] ath5k: phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45) Apr 14 14:49:03 localhost vmunix: [ 13.562216] ath5k 0000:0a:03.0 wlp10s3: renamed from wlan0 Apr 14 14:49:03 localhost vmunix: [ 13.905304] Console: switching to colour frame buffer device 160x50 Apr 14 14:49:03 localhost vmunix: [ 14.011598] i915 0000:00:02.0: fb0: i915drmfb frame buffer device Apr 14 14:49:03 localhost vmunix: [ 14.020496] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM chipsets Apr 14 14:49:03 localhost vmunix: [ 14.020498] intelfb: Version 0.9.6 Apr 14 14:49:03 localhost vmunix: [ 14.039504] shepherd[1]: Service udev has been started. Apr 14 14:49:03 localhost vmunix: [ 14.041661] shepherd[1]: Service file-system-/tmp has been started. Apr 14 14:49:03 localhost vmunix: [ 14.043584] shepherd[1]: Service file-system-/dev/pts has been started. Apr 14 14:49:03 localhost vmunix: [ 14.045553] shepherd[1]: Service file-system-/dev/shm has been started. Apr 14 14:49:03 localhost vmunix: [ 14.047520] shepherd[1]: Service file-system-/gnu/store has been started. Apr 14 14:49:03 localhost vmunix: [ 14.048825] shepherd[1]: Service file-systems has been started. Apr 14 14:49:03 localhost vmunix: [ 14.050288] shepherd[1]: Service user-processes has been started. Apr 14 14:49:03 localhost vmunix: [ 14.051651] shepherd[1]: Service host-name has been started. Apr 14 14:49:03 localhost vmunix: [ 14.068779] shepherd[1]: Service user-homes has been started. Apr 14 14:49:03 localhost vmunix: [ 14.091979] uvesafb: Intel Corporation, Intel(r) 82945GM Chipset Family Graphics Controller, Hardware Version 0.0, OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS, VBE v3.0 Apr 14 14:49:03 localhost vmunix: [ 14.102791] uvesafb: NX protection is active, better not use the PMI Apr 14 14:49:03 localhost vmunix: [ 14.199626] uvesafb: VBIOS/hardware supports DDC2 transfers Apr 14 14:49:03 localhost vmunix: [ 14.199958] uvesafb: no monitor limits have been set, default refresh rate will be used Apr 14 14:49:03 localhost vmunix: [ 14.200088] uvesafb: scrolling: redraw Apr 14 14:49:03 localhost vmunix: [ 14.200255] uvesafb: framebuffer at 0xc0000000, mapped to 0xd29d1fd9, using 6144k, total 7872k Apr 14 14:49:03 localhost vmunix: [ 14.200256] uvesafb: fb1: VESA VGA frame buffer device Apr 14 14:49:03 localhost vmunix: [ 14.203874] shepherd[1]: Service uvesafb has been started. Apr 14 14:49:04 localhost shepherd[1]: Service dbus-system has been started. Apr 14 14:49:04 localhost shepherd[1]: Service loopback has been started. Apr 14 14:49:04 localhost wpa_supplicant[210]: Successfully initialized wpa_supplicant Apr 14 14:49:05 localhost shepherd[1]: Service wpa-supplicant has been started. Apr 14 14:49:05 localhost shepherd[1]: Service networking has been started. Apr 14 14:49:05 localhost nscd: 213 monitoring file `/etc/hosts` (1) Apr 14 14:49:05 localhost nscd: 213 monitoring directory `/etc` (2) Apr 14 14:49:05 localhost nscd: 213 monitoring file `/etc/resolv.conf` (3) Apr 14 14:49:05 localhost nscd: 213 monitoring directory `/etc` (2) Apr 14 14:49:06 localhost connmand[212]: Connection Manager version 1.38 Apr 14 14:49:06 localhost connmand[212]: Excluding VPN plugin Apr 14 14:49:06 localhost connmand[212]: Checking loopback interface settings Apr 14 14:49:06 localhost connmand[212]: System hostname is gnu Apr 14 14:49:06 localhost connmand[212]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536 Apr 14 14:49:06 localhost connmand[212]: lo {newlink} index 1 operstate 0 <UNKNOWN> Apr 14 14:49:06 localhost connmand[212]: enp2s0 {create} index 2 type 1 <ETHER> Apr 14 14:49:06 localhost connmand[212]: enp2s0 {update} flags 4098 <DOWN> Apr 14 14:49:06 localhost connmand[212]: enp2s0 {newlink} index 2 address 00:16:36:9A:67:69 mtu 1500 Apr 14 14:49:06 localhost connmand[212]: enp2s0 {newlink} index 2 operstate 2 <DOWN> Apr 14 14:49:06 localhost vmunix: [ 16.797380] sky2 0000:02:00.0 enp2s0: enabling interface Apr 14 14:49:06 localhost connmand[212]: Adding interface enp2s0 [ ethernet ] Apr 14 14:49:06 localhost connmand[212]: wlp10s3 {create} index 3 type 1 <ETHER> Apr 14 14:49:06 localhost connmand[212]: wlp10s3 {update} flags 4098 <DOWN> Apr 14 14:49:06 localhost connmand[212]: wlp10s3 {newlink} index 3 address 00:16:CF:99:66:B5 mtu 1500 Apr 14 14:49:06 localhost connmand[212]: wlp10s3 {newlink} index 3 operstate 2 <DOWN> Apr 14 14:49:06 localhost connmand[212]: Adding interface wlp10s3 [ wifi ] Apr 14 14:49:06 localhost connmand[212]: enp2s0 {update} flags 36867 <UP> Apr 14 14:49:06 localhost connmand[212]: enp2s0 {newlink} index 2 address 00:16:36:9A:67:69 mtu 1500 Apr 14 14:49:06 localhost connmand[212]: enp2s0 {newlink} index 2 operstate 2 <DOWN> Apr 14 14:49:06 localhost shepherd[1]: Service nscd has been started. Apr 14 14:49:06 localhost /gnu/store/y1f15zmccdz0n1y3wv43b51n5b3rbfq6-gpm-1.20.7/sbin/gpm[221]: *** info [daemon/startup.c(136)]: Apr 14 14:49:06 localhost /gnu/store/y1f15zmccdz0n1y3wv43b51n5b3rbfq6-gpm-1.20.7/sbin/gpm[221]: Started gpm successfully. Entered daemon mode. Apr 14 14:49:07 localhost vmunix: [ 18.462276] sky2 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex, flow control both Apr 14 14:49:07 localhost vmunix: [ 18.462453] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready Apr 14 14:49:07 localhost connmand[212]: enp2s0 {add} route fe80:: gw :: scope 0 <UNIVERSE> Apr 14 14:49:07 localhost connmand[212]: enp2s0 {update} flags 102467 <UP,RUNNING,LOWER_UP> Apr 14 14:49:07 localhost connmand[212]: enp2s0 {newlink} index 2 address 00:16:36:9A:67:69 mtu 1500 Apr 14 14:49:07 localhost connmand[212]: enp2s0 {newlink} index 2 operstate 6 <UP> Apr 14 14:49:07 localhost vmunix: [ 18.528980] 8021q: 802.1Q VLAN Support v1.8 Apr 14 14:49:07 localhost shepherd[1]: Service gpm has been started. Apr 14 14:49:07 localhost shepherd[1]: Service term-tty1 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty1 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service host-name has been started. Apr 14 14:49:08 localhost shepherd[1]: Service virtual-terminal has been started. Apr 14 14:49:08 localhost shepherd[1]: Service term-tty2 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty2 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service host-name has been started. Apr 14 14:49:08 localhost shepherd[1]: Service term-tty3 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty3 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service host-name has been started. Apr 14 14:49:08 localhost shepherd[1]: Service term-tty4 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty4 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service host-name has been started. Apr 14 14:49:08 localhost shepherd[1]: Service term-tty5 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty5 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service host-name has been started. Apr 14 14:49:08 localhost shepherd[1]: Service term-tty6 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service console-font-tty6 has been started. Apr 14 14:49:08 localhost shepherd[1]: Service guix-daemon has been started. Apr 14 14:49:09 localhost connmand[212]: enp2s0 {add} route 2a00:7660:edd:: gw :: scope 0 <UNIVERSE> Apr 14 14:49:09 localhost connmand[212]: enp2s0 {add} route fd24:afe9:80f7:: gw :: scope 0 <UNIVERSE> Apr 14 14:49:09 localhost connmand[212]: Cannot create /var/run/connman/resolv.conf falling back to /etc/resolv.conf Apr 14 14:49:09 localhost nscd: 213 monitored file `/etc/resolv.conf` was written to Apr 14 14:49:09 localhost vmunix: [ 20.577651] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun Apr 14 14:49:10 localhost connmand[212]: enp2s0 {add} address fd24:afe9:80f7:0:216:36ff:fe9a:6769/64 label (null) family 10 Apr 14 14:49:10 localhost connmand[212]: Failed to find URL:http://ipv6.connman.net/online/status.html Apr 14 14:49:10 localhost connmand[212]: enp2s0 {add} address 2a00:7660:edd:0:216:36ff:fe9a:6769/64 label (null) family 10 Apr 14 14:49:10 localhost connmand[212]: Failed to find URL:http://ipv6.connman.net/online/status.html Apr 14 14:49:11 localhost connmand[212]: enp2s0 {add} address 172.16.2.66/24 label enp2s0 family 2 Apr 14 14:49:11 localhost nscd: 213 monitored file `/etc/resolv.conf` was written to Apr 14 14:49:11 localhost last message repeated 4 times Apr 14 14:49:11 localhost connmand[212]: enp2s0 {add} route 172.16.2.0 gw 0.0.0.0 scope 253 <LINK> Apr 14 14:49:11 localhost connmand[212]: enp2s0 {add} route 172.16.2.1 gw 0.0.0.0 scope 253 <LINK> Apr 14 14:49:11 localhost connmand[212]: enp2s0 {add} route 0.0.0.0 gw 172.16.2.1 scope 0 <UNIVERSE> Apr 14 14:49:12 localhost connmand[212]: enp2s0 {add} route 212.227.81.55 gw 172.16.2.1 scope 0 <UNIVERSE> Apr 14 14:49:12 localhost connmand[212]: enp2s0 {del} route 212.227.81.55 gw 172.16.2.1 scope 0 <UNIVERSE> Apr 14 14:49:12 localhost vmunix: [ 22.929239] ------------[ cut here ]------------ Apr 14 14:49:12 localhost vmunix: [ 22.929245] vblank wait timed out on crtc 0 Apr 14 14:49:12 localhost vmunix: [ 22.929374] WARNING: CPU: 0 PID: 228 at drivers/gpu/drm/drm_vblank.c:1101 drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.929376] Modules linked in: 8021q garp mrp stp llc uvesafb intelfb joydev iTCO_wdt iTCO_vendor_support acer_wmi sparse_keymap ath5k ath mac80211 i915 snd_hda_codec_si3054 snd_hda_codec_realtek coretemp snd_hda_codec_generic ledtrig_audio pcmcia pcspkr psmouse input_leds cfg80211 serio_raw cec drm_kms_helper snd_hda_intel libarc4 yenta_socket snd_intel_nhlt pcmcia_rsrc i2c_i801 snd_hda_codec tifm_7xx1 pcmcia_core lpc_ich tifm_core drm snd_hda_core sky2 wmi snd_hwdep snd_pcm i2c_algo_bit fb_sys_fops snd_timer syscopyarea sysfillrect sysimgblt snd soundcore mac_hid ac battery video overlay isofs virtio_rng virtio_console virtio_net virtio_blk virtio_balloon virtio_pci virtio virtio_ring isci libsas scsi_transport_sas pata_atiixp pata_acpi nls_iso8859_1 wp512 serpent_generic xts dm_crypt hid_apple hid_generic usbhid hid uas usb_storage ahci libahci Apr 14 14:49:12 localhost vmunix: [ 22.929437] CPU: 0 PID: 228 Comm: kmscon Not tainted 5.4.31-gnu #1 Apr 14 14:49:12 localhost vmunix: [ 22.929438] Hardware name: Acer, inc. Aspire 3680 /Prespa1 , BIOS v1.3214 10/13/06 Apr 14 14:49:12 localhost vmunix: [ 22.929470] EIP: drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.929474] Code: 00 00 e9 cb fe ff ff e8 d6 20 f0 cd 8b 45 cc 8d 55 dc e8 8b 7f f4 cd 85 ff 0f 85 e0 fe ff ff 56 68 ac bd 19 f8 e8 e8 1d f0 cd <0f> 0b 58 5a e9 cc fe ff ff 8d b4 26 00 00 00 00 8d b4 26 00 00 00 Apr 14 14:49:12 localhost vmunix: [ 22.929476] EAX: 0000001f EBX: f6240000 ECX: 00000006 EDX: 00000007 Apr 14 14:49:12 localhost vmunix: [ 22.929478] ESI: 00000000 EDI: 00000000 EBP: f622bac8 ESP: f622ba8c Apr 14 14:49:12 localhost vmunix: [ 22.929480] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010296 Apr 14 14:49:12 localhost vmunix: [ 22.929482] CR0: 80050033 CR2: b5167670 CR3: 3623e000 CR4: 000006f0 Apr 14 14:49:12 localhost vmunix: [ 22.929484] Call Trace: Apr 14 14:49:12 localhost vmunix: [ 22.929495] ? wait_woken+0x70/0x70 Apr 14 14:49:12 localhost vmunix: [ 22.929598] intel_enable_tv+0x26/0x70 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.929660] ? intel_tv_mode_valid+0x70/0x70 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.929729] intel_encoders_enable.isra.122+0x6a/0x90 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.929798] i9xx_crtc_enable+0x284/0x360 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.929868] intel_update_crtc+0x31a/0x3d0 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.929936] intel_update_crtcs+0x42/0x60 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930005] intel_atomic_commit_tail+0x2c3/0x14b0 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930010] ? __switch_to_asm+0x34/0x50 Apr 14 14:49:12 localhost vmunix: [ 22.930013] ? __wake_up_locked+0x22/0x30 Apr 14 14:49:12 localhost vmunix: [ 22.930016] ? wait_woken+0x70/0x70 Apr 14 14:49:12 localhost vmunix: [ 22.930019] ? wait_woken+0x70/0x70 Apr 14 14:49:12 localhost vmunix: [ 22.930088] intel_atomic_commit+0x255/0x290 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930157] ? intel_atomic_commit+0x255/0x290 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930226] ? intel_atomic_commit_tail+0x14b0/0x14b0 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930259] drm_atomic_commit+0x3c/0x50 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930327] intel_get_load_detect_pipe+0x31c/0x3c0 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930389] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930451] intel_tv_detect+0x7f/0x380 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930454] ? __ww_mutex_lock_slowpath+0x1c/0x20 Apr 14 14:49:12 localhost vmunix: [ 22.930516] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:12 localhost vmunix: [ 22.930542] drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper] Apr 14 14:49:12 localhost vmunix: [ 22.930556] drm_helper_probe_single_connector_modes+0xcc/0x610 [drm_kms_helper] Apr 14 14:49:12 localhost vmunix: [ 22.930560] ? idr_find+0x15/0x20 Apr 14 14:49:12 localhost vmunix: [ 22.930575] ? drm_helper_probe_detect+0x90/0x90 [drm_kms_helper] Apr 14 14:49:12 localhost vmunix: [ 22.930608] drm_mode_getconnector+0x1a1/0x3d0 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930642] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930669] drm_ioctl_kernel+0x97/0xe0 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930696] drm_ioctl+0x30f/0x390 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930729] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930758] ? drm_version+0x80/0x80 [drm] Apr 14 14:49:12 localhost vmunix: [ 22.930762] do_vfs_ioctl+0xa9/0x6e0 Apr 14 14:49:12 localhost vmunix: [ 22.930768] ? tomoyo_file_ioctl+0x1d/0x30 Apr 14 14:49:12 localhost vmunix: [ 22.930770] ? tomoyo_path_chmod+0x30/0x30 Apr 14 14:49:12 localhost vmunix: [ 22.930776] ? security_file_ioctl+0x38/0x50 Apr 14 14:49:12 localhost vmunix: [ 22.930778] ksys_ioctl+0x6e/0x80 Apr 14 14:49:12 localhost vmunix: [ 22.930781] sys_ioctl+0x16/0x20 Apr 14 14:49:12 localhost vmunix: [ 22.930785] do_fast_syscall_32+0x7f/0x240 Apr 14 14:49:12 localhost vmunix: [ 22.930789] entry_SYSENTER_32+0xa5/0xfd Apr 14 14:49:12 localhost vmunix: [ 22.930791] EIP: 0xb7f6abb5 Apr 14 14:49:12 localhost vmunix: [ 22.930794] Code: d3 5b 5e 5f 5d c3 8d b4 26 00 00 00 00 b8 00 09 3d 00 eb b5 8b 04 24 c3 8b 1c 24 c3 8b 34 24 c3 90 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 8d 76 00 58 b8 77 00 00 00 cd 80 90 8d 76 Apr 14 14:49:12 localhost vmunix: [ 22.930796] EAX: ffffffda EBX: 0000000e ECX: c05064a7 EDX: bf875060 Apr 14 14:49:12 localhost vmunix: [ 22.930798] ESI: 00000001 EDI: c05064a7 EBP: 0000000e ESP: bf874f98 Apr 14 14:49:12 localhost vmunix: [ 22.930800] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292 Apr 14 14:49:12 localhost vmunix: [ 22.930804] ? nmi+0xc5/0x2b4 Apr 14 14:49:12 localhost vmunix: [ 22.930806] ---[ end trace b9ca5fe9d67f94bb ]--- Apr 14 14:49:16 localhost installer[251]: running step 'locale' Apr 14 14:49:16 localhost installer[251]: running step 'language' Apr 14 14:49:16 localhost installer[251]: running form #<newt-form 9649e30> ("Locale language") with 0 clients Apr 14 14:49:21 localhost vmunix: [ 32.009246] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:40:pipe B] flip_done timed out Apr 14 14:49:22 localhost vmunix: [ 33.033236] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:35:pipe A] flip_done timed out Apr 14 14:49:22 localhost vmunix: [ 33.141219] ------------[ cut here ]------------ Apr 14 14:49:22 localhost vmunix: [ 33.141225] vblank wait timed out on crtc 0 Apr 14 14:49:22 localhost vmunix: [ 33.141376] WARNING: CPU: 0 PID: 228 at drivers/gpu/drm/drm_vblank.c:1101 drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.141377] Modules linked in: 8021q garp mrp stp llc uvesafb intelfb joydev iTCO_wdt iTCO_vendor_support acer_wmi sparse_keymap ath5k ath mac80211 i915 snd_hda_codec_si3054 snd_hda_codec_realtek coretemp snd_hda_codec_generic ledtrig_audio pcmcia pcspkr psmouse input_leds cfg80211 serio_raw cec drm_kms_helper snd_hda_intel libarc4 yenta_socket snd_intel_nhlt pcmcia_rsrc i2c_i801 snd_hda_codec tifm_7xx1 pcmcia_core lpc_ich tifm_core drm snd_hda_core sky2 wmi snd_hwdep snd_pcm i2c_algo_bit fb_sys_fops snd_timer syscopyarea sysfillrect sysimgblt snd soundcore mac_hid ac battery video overlay isofs virtio_rng virtio_console virtio_net virtio_blk virtio_balloon virtio_pci virtio virtio_ring isci libsas scsi_transport_sas pata_atiixp pata_acpi nls_iso8859_1 wp512 serpent_generic xts dm_crypt hid_apple hid_generic usbhid hid uas usb_storage ahci libahci Apr 14 14:49:22 localhost vmunix: [ 33.141441] CPU: 0 PID: 228 Comm: kmscon Tainted: G W 5.4.31-gnu #1 Apr 14 14:49:22 localhost vmunix: [ 33.141442] Hardware name: Acer, inc. Aspire 3680 /Prespa1 , BIOS v1.3214 10/13/06 Apr 14 14:49:22 localhost vmunix: [ 33.141474] EIP: drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.141477] Code: 00 00 e9 cb fe ff ff e8 d6 20 f0 cd 8b 45 cc 8d 55 dc e8 8b 7f f4 cd 85 ff 0f 85 e0 fe ff ff 56 68 ac bd 19 f8 e8 e8 1d f0 cd <0f> 0b 58 5a e9 cc fe ff ff 8d b4 26 00 00 00 00 8d b4 26 00 00 00 Apr 14 14:49:22 localhost vmunix: [ 33.141479] EAX: 0000001f EBX: f6240000 ECX: 00000006 EDX: 00000007 Apr 14 14:49:22 localhost vmunix: [ 33.141481] ESI: 00000000 EDI: 00000000 EBP: f622bc94 ESP: f622bc58 Apr 14 14:49:22 localhost vmunix: [ 33.141483] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010296 Apr 14 14:49:22 localhost vmunix: [ 33.141486] CR0: 80050033 CR2: b61a2000 CR3: 3623e000 CR4: 000006f0 Apr 14 14:49:22 localhost vmunix: [ 33.141488] Call Trace: Apr 14 14:49:22 localhost vmunix: [ 33.141499] ? wait_woken+0x70/0x70 Apr 14 14:49:22 localhost vmunix: [ 33.141616] intel_get_load_detect_pipe+0x3a4/0x3c0 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.141678] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.141740] intel_tv_detect+0x7f/0x380 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.141745] ? __ww_mutex_lock_slowpath+0x1c/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.141807] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.141837] drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.141852] drm_helper_probe_single_connector_modes+0xcc/0x610 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.141856] ? idr_find+0x15/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.141871] ? drm_helper_probe_detect+0x90/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.141905] drm_mode_getconnector+0x1a1/0x3d0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.141939] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.141966] drm_ioctl_kernel+0x97/0xe0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.141993] drm_ioctl+0x30f/0x390 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.142025] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.142055] ? drm_version+0x80/0x80 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.142059] do_vfs_ioctl+0xa9/0x6e0 Apr 14 14:49:22 localhost vmunix: [ 33.142064] ? tomoyo_file_ioctl+0x1d/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.142067] ? tomoyo_path_chmod+0x30/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.142072] ? security_file_ioctl+0x38/0x50 Apr 14 14:49:22 localhost vmunix: [ 33.142075] ksys_ioctl+0x6e/0x80 Apr 14 14:49:22 localhost vmunix: [ 33.142077] sys_ioctl+0x16/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.142082] do_fast_syscall_32+0x7f/0x240 Apr 14 14:49:22 localhost vmunix: [ 33.142087] entry_SYSENTER_32+0xa5/0xfd Apr 14 14:49:22 localhost vmunix: [ 33.142089] EIP: 0xb7f6abb5 Apr 14 14:49:22 localhost vmunix: [ 33.142092] Code: d3 5b 5e 5f 5d c3 8d b4 26 00 00 00 00 b8 00 09 3d 00 eb b5 8b 04 24 c3 8b 1c 24 c3 8b 34 24 c3 90 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 8d 76 00 58 b8 77 00 00 00 cd 80 90 8d 76 Apr 14 14:49:22 localhost vmunix: [ 33.142094] EAX: ffffffda EBX: 0000000e ECX: c05064a7 EDX: bf875060 Apr 14 14:49:22 localhost vmunix: [ 33.142096] ESI: 00000001 EDI: c05064a7 EBP: 0000000e ESP: bf874f98 Apr 14 14:49:22 localhost vmunix: [ 33.142098] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292 Apr 14 14:49:22 localhost vmunix: [ 33.142103] ? nmi+0xc5/0x2b4 Apr 14 14:49:22 localhost vmunix: [ 33.142104] ---[ end trace b9ca5fe9d67f94bc ]--- Apr 14 14:49:22 localhost vmunix: [ 33.245214] ------------[ cut here ]------------ Apr 14 14:49:22 localhost vmunix: [ 33.245216] vblank wait timed out on crtc 0 Apr 14 14:49:22 localhost vmunix: [ 33.245307] WARNING: CPU: 0 PID: 228 at drivers/gpu/drm/drm_vblank.c:1101 drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245308] Modules linked in: 8021q garp mrp stp llc uvesafb intelfb joydev iTCO_wdt iTCO_vendor_support acer_wmi sparse_keymap ath5k ath mac80211 i915 snd_hda_codec_si3054 snd_hda_codec_realtek coretemp snd_hda_codec_generic ledtrig_audio pcmcia pcspkr psmouse input_leds cfg80211 serio_raw cec drm_kms_helper snd_hda_intel libarc4 yenta_socket snd_intel_nhlt pcmcia_rsrc i2c_i801 snd_hda_codec tifm_7xx1 pcmcia_core lpc_ich tifm_core drm snd_hda_core sky2 wmi snd_hwdep snd_pcm i2c_algo_bit fb_sys_fops snd_timer syscopyarea sysfillrect sysimgblt snd soundcore mac_hid ac battery video overlay isofs virtio_rng virtio_console virtio_net virtio_blk virtio_balloon virtio_pci virtio virtio_ring isci libsas scsi_transport_sas pata_atiixp pata_acpi nls_iso8859_1 wp512 serpent_generic xts dm_crypt hid_apple hid_generic usbhid hid uas usb_storage ahci libahci Apr 14 14:49:22 localhost vmunix: [ 33.245364] CPU: 0 PID: 228 Comm: kmscon Tainted: G W 5.4.31-gnu #1 Apr 14 14:49:22 localhost vmunix: [ 33.245366] Hardware name: Acer, inc. Aspire 3680 /Prespa1 , BIOS v1.3214 10/13/06 Apr 14 14:49:22 localhost vmunix: [ 33.245397] EIP: drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245400] Code: 00 00 e9 cb fe ff ff e8 d6 20 f0 cd 8b 45 cc 8d 55 dc e8 8b 7f f4 cd 85 ff 0f 85 e0 fe ff ff 56 68 ac bd 19 f8 e8 e8 1d f0 cd <0f> 0b 58 5a e9 cc fe ff ff 8d b4 26 00 00 00 00 8d b4 26 00 00 00 Apr 14 14:49:22 localhost vmunix: [ 33.245401] EAX: 0000001f EBX: f6240000 ECX: 00000006 EDX: 00000007 Apr 14 14:49:22 localhost vmunix: [ 33.245403] ESI: 00000000 EDI: 00000000 EBP: f622bcbc ESP: f622bc80 Apr 14 14:49:22 localhost vmunix: [ 33.245405] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010296 Apr 14 14:49:22 localhost vmunix: [ 33.245407] CR0: 80050033 CR2: b61a2000 CR3: 3623e000 CR4: 000006f0 Apr 14 14:49:22 localhost vmunix: [ 33.245410] Call Trace: Apr 14 14:49:22 localhost vmunix: [ 33.245416] ? wait_woken+0x70/0x70 Apr 14 14:49:22 localhost vmunix: [ 33.245491] intel_tv_detect+0x172/0x380 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.245553] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.245575] drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.245590] drm_helper_probe_single_connector_modes+0xcc/0x610 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.245594] ? idr_find+0x15/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.245609] ? drm_helper_probe_detect+0x90/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.245641] drm_mode_getconnector+0x1a1/0x3d0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245676] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245702] drm_ioctl_kernel+0x97/0xe0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245730] drm_ioctl+0x30f/0x390 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245762] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245792] ? drm_version+0x80/0x80 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.245795] do_vfs_ioctl+0xa9/0x6e0 Apr 14 14:49:22 localhost vmunix: [ 33.245800] ? tomoyo_file_ioctl+0x1d/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.245803] ? tomoyo_path_chmod+0x30/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.245807] ? security_file_ioctl+0x38/0x50 Apr 14 14:49:22 localhost vmunix: [ 33.245810] ksys_ioctl+0x6e/0x80 Apr 14 14:49:22 localhost vmunix: [ 33.245813] sys_ioctl+0x16/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.245817] do_fast_syscall_32+0x7f/0x240 Apr 14 14:49:22 localhost vmunix: [ 33.245821] entry_SYSENTER_32+0xa5/0xfd Apr 14 14:49:22 localhost vmunix: [ 33.245823] EIP: 0xb7f6abb5 Apr 14 14:49:22 localhost vmunix: [ 33.245825] Code: d3 5b 5e 5f 5d c3 8d b4 26 00 00 00 00 b8 00 09 3d 00 eb b5 8b 04 24 c3 8b 1c 24 c3 8b 34 24 c3 90 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 8d 76 00 58 b8 77 00 00 00 cd 80 90 8d 76 Apr 14 14:49:22 localhost vmunix: [ 33.245827] EAX: ffffffda EBX: 0000000e ECX: c05064a7 EDX: bf875060 Apr 14 14:49:22 localhost vmunix: [ 33.245829] ESI: 00000001 EDI: c05064a7 EBP: 0000000e ESP: bf874f98 Apr 14 14:49:22 localhost vmunix: [ 33.245831] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292 Apr 14 14:49:22 localhost vmunix: [ 33.245835] ? nmi+0xc5/0x2b4 Apr 14 14:49:22 localhost vmunix: [ 33.245837] ---[ end trace b9ca5fe9d67f94bd ]--- Apr 14 14:49:22 localhost vmunix: [ 33.349209] ------------[ cut here ]------------ Apr 14 14:49:22 localhost vmunix: [ 33.349211] vblank wait timed out on crtc 0 Apr 14 14:49:22 localhost vmunix: [ 33.349295] WARNING: CPU: 0 PID: 228 at drivers/gpu/drm/drm_vblank.c:1101 drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349296] Modules linked in: 8021q garp mrp stp llc uvesafb intelfb joydev iTCO_wdt iTCO_vendor_support acer_wmi sparse_keymap ath5k ath mac80211 i915 snd_hda_codec_si3054 snd_hda_codec_realtek coretemp snd_hda_codec_generic ledtrig_audio pcmcia pcspkr psmouse input_leds cfg80211 serio_raw cec drm_kms_helper snd_hda_intel libarc4 yenta_socket snd_intel_nhlt pcmcia_rsrc i2c_i801 snd_hda_codec tifm_7xx1 pcmcia_core lpc_ich tifm_core drm snd_hda_core sky2 wmi snd_hwdep snd_pcm i2c_algo_bit fb_sys_fops snd_timer syscopyarea sysfillrect sysimgblt snd soundcore mac_hid ac battery video overlay isofs virtio_rng virtio_console virtio_net virtio_blk virtio_balloon virtio_pci virtio virtio_ring isci libsas scsi_transport_sas pata_atiixp pata_acpi nls_iso8859_1 wp512 serpent_generic xts dm_crypt hid_apple hid_generic usbhid hid uas usb_storage ahci libahci Apr 14 14:49:22 localhost vmunix: [ 33.349351] CPU: 0 PID: 228 Comm: kmscon Tainted: G W 5.4.31-gnu #1 Apr 14 14:49:22 localhost vmunix: [ 33.349353] Hardware name: Acer, inc. Aspire 3680 /Prespa1 , BIOS v1.3214 10/13/06 Apr 14 14:49:22 localhost vmunix: [ 33.349384] EIP: drm_wait_one_vblank+0x1e8/0x200 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349387] Code: 00 00 e9 cb fe ff ff e8 d6 20 f0 cd 8b 45 cc 8d 55 dc e8 8b 7f f4 cd 85 ff 0f 85 e0 fe ff ff 56 68 ac bd 19 f8 e8 e8 1d f0 cd <0f> 0b 58 5a e9 cc fe ff ff 8d b4 26 00 00 00 00 8d b4 26 00 00 00 Apr 14 14:49:22 localhost vmunix: [ 33.349389] EAX: 0000001f EBX: f6240000 ECX: 00000006 EDX: 00000007 Apr 14 14:49:22 localhost vmunix: [ 33.349390] ESI: 00000000 EDI: 00000000 EBP: f622bcbc ESP: f622bc80 Apr 14 14:49:22 localhost vmunix: [ 33.349393] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010296 Apr 14 14:49:22 localhost vmunix: [ 33.349395] CR0: 80050033 CR2: b61a2000 CR3: 3623e000 CR4: 000006f0 Apr 14 14:49:22 localhost vmunix: [ 33.349396] Call Trace: Apr 14 14:49:22 localhost vmunix: [ 33.349404] ? wait_woken+0x70/0x70 Apr 14 14:49:22 localhost vmunix: [ 33.349474] ? i915_pmic_bus_access_notifier+0x90/0x90 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.349536] intel_tv_detect+0x23f/0x380 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.349600] ? intel_tv_connector_duplicate_state+0x40/0x40 [i915] Apr 14 14:49:22 localhost vmunix: [ 33.349619] drm_helper_probe_detect+0x4d/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.349634] drm_helper_probe_single_connector_modes+0xcc/0x610 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.349639] ? idr_find+0x15/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.349653] ? drm_helper_probe_detect+0x90/0x90 [drm_kms_helper] Apr 14 14:49:22 localhost vmunix: [ 33.349686] drm_mode_getconnector+0x1a1/0x3d0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349721] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349747] drm_ioctl_kernel+0x97/0xe0 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349774] drm_ioctl+0x30f/0x390 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349807] ? drm_connector_property_set_ioctl+0x70/0x70 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349836] ? drm_version+0x80/0x80 [drm] Apr 14 14:49:22 localhost vmunix: [ 33.349841] do_vfs_ioctl+0xa9/0x6e0 Apr 14 14:49:22 localhost vmunix: [ 33.349846] ? tomoyo_file_ioctl+0x1d/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.349848] ? tomoyo_path_chmod+0x30/0x30 Apr 14 14:49:22 localhost vmunix: [ 33.349852] ? security_file_ioctl+0x38/0x50 Apr 14 14:49:22 localhost vmunix: [ 33.349855] ksys_ioctl+0x6e/0x80 Apr 14 14:49:22 localhost vmunix: [ 33.349858] sys_ioctl+0x16/0x20 Apr 14 14:49:22 localhost vmunix: [ 33.349862] do_fast_syscall_32+0x7f/0x240 Apr 14 14:49:22 localhost vmunix: [ 33.349866] entry_SYSENTER_32+0xa5/0xfd Apr 14 14:49:22 localhost vmunix: [ 33.349867] EIP: 0xb7f6abb5 Apr 14 14:49:22 localhost vmunix: [ 33.349871] Code: d3 5b 5e 5f 5d c3 8d b4 26 00 00 00 00 b8 00 09 3d 00 eb b5 8b 04 24 c3 8b 1c 24 c3 8b 34 24 c3 90 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 8d 76 00 58 b8 77 00 00 00 cd 80 90 8d 76 Apr 14 14:49:22 localhost vmunix: [ 33.349872] EAX: ffffffda EBX: 0000000e ECX: c05064a7 EDX: bf875060 Apr 14 14:49:22 localhost vmunix: [ 33.349874] ESI: 00000001 EDI: c05064a7 EBP: 0000000e ESP: bf874f98 Apr 14 14:49:22 localhost vmunix: [ 33.349876] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000292 Apr 14 14:49:22 localhost vmunix: [ 33.349880] ? nmi+0xc5/0x2b4 Apr 14 14:49:22 localhost vmunix: [ 33.349882] ---[ end trace b9ca5fe9d67f94be ]--- Apr 14 14:49:32 localhost vmunix: [ 43.529293] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:35:pipe A] flip_done timed out Apr 14 14:49:43 localhost vmunix: [ 53.769266] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CONNECTOR:47:SVIDEO-1] flip_done timed out Apr 14 14:50:39 localhost vmunix: [ 109.833271] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:40:pipe B] flip_done timed out Apr 14 14:50:50 localhost vmunix: [ 120.073267] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:36:plane A] flip_done timed out Apr 14 14:51:20 localhost sshd[259]: Server listening on 0.0.0.0 port 22. Apr 14 14:51:20 localhost sshd[259]: Server listening on :: port 22. Apr 14 14:51:20 localhost shepherd[1]: Service ssh-daemon has been started. Apr 14 14:51:27 localhost sshd[260]: Connection closed by 172.16.2.56 port 36772 [preauth] Apr 14 14:52:23 localhost sshd[262]: Connection closed by 172.16.2.56 port 36778 [preauth] Apr 14 14:52:32 localhost sshd[264]: Accepted password for root from 172.16.2.56 port 36782 ssh2
Ludovic Courtès <ludo <at> gnu.org>
to control <at> debbugs.gnu.org
.
(Tue, 14 Apr 2020 16:47:02 GMT) Full text and rfc822 format available.bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 17:11:01 GMT) Full text and rfc822 format available.Message #34 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: Ludovic Courtès <ludo <at> gnu.org> To: "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Cc: 40599 <at> debbugs.gnu.org, Niels Felsted <niels <at> pdlkrft.eu> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 17:42:12 +0200
[Message part 1 (text/plain, inline)]
Hi Niels & Florian, "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> skribis: > On Tue, Apr 14, 2020 at 03:06:25PM +0200, Niels Felsted wrote: >> And testing Florians suggestions: >> >> setting 'nomodeset' kernel parameter -> screen displays fine >> >> setting 'modprobe.blacklist=i915' kernel parameter -> screen displays fine >> >> As mentioned before, I did manage to install guix via tty3 (without >> setting any kernel parameters), and it boots up fine with >> gdm3/xfce4. So it is only the initial boot from the install iso that's >> distorted. > > Thank you for the testing! Xorg working confirms that uvesafb really > is the source of the problem. This is good to know. I have hope that > this issue is fixed by commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37 > that loads uvesafb only if it cannot already detect a frame buffer > device. I do not have a downloadable image for confirming the fix > though. Niels, here’s a new ISO image built from commit bd4c345ef7ddf3542662fe0872b06393b414a3fc, which includes Florian’s fix. https://web.fdn.fr/~lcourtes/software/guix/1.1.0rc2.5/ Could you simply boot that image, without any additional kernel arguments, and confirm that the installer now displays correctly? (You don’t need to run the actual install.) Thanks in advance, Ludo’.
[signature.asc (application/pgp-signature, inline)]
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 18:43:02 GMT) Full text and rfc822 format available.Message #37 received at 40599 <at> debbugs.gnu.org (full text, mbox):
From: Niels Felsted <niels <at> pdlkrft.eu> To: Ludovic Courtès <ludo <at> gnu.org> Cc: 40599 <at> debbugs.gnu.org, "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 20:20:09 +0200
Hi Ludovic Ludovic Courtès <ludo <at> gnu.org> writes: > Hi Niels & Florian, > > "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> skribis: > >> On Tue, Apr 14, 2020 at 03:06:25PM +0200, Niels Felsted wrote: >>> And testing Florians suggestions: >>> >>> setting 'nomodeset' kernel parameter -> screen displays fine >>> >>> setting 'modprobe.blacklist=i915' kernel parameter -> screen displays fine >>> >>> As mentioned before, I did manage to install guix via tty3 (without >>> setting any kernel parameters), and it boots up fine with >>> gdm3/xfce4. So it is only the initial boot from the install iso that's >>> distorted. >> >> Thank you for the testing! Xorg working confirms that uvesafb really >> is the source of the problem. This is good to know. I have hope that >> this issue is fixed by commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37 >> that loads uvesafb only if it cannot already detect a frame buffer >> device. I do not have a downloadable image for confirming the fix >> though. > > Niels, here’s a new ISO image built from commit > bd4c345ef7ddf3542662fe0872b06393b414a3fc, which includes Florian’s fix. > > https://web.fdn.fr/~lcourtes/software/guix/1.1.0rc2.5/ > > Could you simply boot that image, without any additional kernel > arguments, and confirm that the installer now displays correctly? (You > don’t need to run the actual install.) 1.1.0rc2.5 works fine here! br Niels
"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
:Niels Felsted <niels <at> pdlkrft.eu>
:Message #42 received at 40599-done <at> debbugs.gnu.org (full text, mbox):
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> To: Niels Felsted <niels <at> pdlkrft.eu> Cc: 40599-done <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 20:48:34 +0200
On Tue, Apr 14, 2020 at 08:20:09PM +0200, Niels Felsted wrote: > 1.1.0rc2.5 works fine here! Thank you greatly for showing me uvesafb is not always harmless. :) Closing. Regards, Florian
bug-guix <at> gnu.org
:bug#40599
; Package guix
.
(Tue, 14 Apr 2020 20:02:03 GMT) Full text and rfc822 format available.Message #45 received at 40599-done <at> debbugs.gnu.org (full text, mbox):
From: Ludovic Courtès <ludo <at> gnu.org> To: "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de> Cc: 40599-done <at> debbugs.gnu.org, Niels Felsted <niels <at> pdlkrft.eu> Subject: Re: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Tue, 14 Apr 2020 22:01:43 +0200
Hi, "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> skribis: > On Tue, Apr 14, 2020 at 08:20:09PM +0200, Niels Felsted wrote: >> 1.1.0rc2.5 works fine here! > > Thank you greatly for showing me uvesafb is not always harmless. :) Awesome, thank you for re-testing, Niels! Ludo’.
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Wed, 13 May 2020 11:24:06 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.