Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

"Solved" KVM vCPU Limit

Featured Replies

Right now, it is 64 threads. Anytime I add more, the vm dies, either with a pagefault error or kernel panic.

 

I came across this: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/chap-Virtualization_Host_Configuration_and_Guest_Installation_Guide-Virtualization_Restrictions.html

 

I don't know how it relates to unraid, but it shows at some point there is a limit.

 

Can we increase the number of vCPU cores allowed in virtual machines?

 

100% serious question. Posting here because server is running current RC and now seems like a good time to get it leveled up!

 

Thanks

Edited by 1812

Dare I ask what you're pushing more than 64 threads to?

Purely out of interest


Sent from my iPhone using Tapatalk

  • Author
19 minutes ago, miniwalks said:

Dare I ask what you're pushing more than 64 threads to?

Purely out of interest


Sent from my iPhone using Tapatalk

 

4k video editing/transcoding vm. 

 
4k video editing/transcoding vm. 


That's a lot of CPU Horsepower! Can it be offset to GPU?

Even my SQL servers at work are only like 20vCPU lol


Sent from my iPhone using Tapatalk
  • Author
Just now, miniwalks said:

 


That's a lot of CPU Horsepower! Can it be offset to GPU?

Even my SQL servers at work are only like 20vCPU lol


Sent from my iPhone using Tapatalk

 

 

It's a mix: Uses gpu for real time rendering for timeline playback with effects/color balance/titles/etc., some effects exports, and CPU for timeline rendering of effects/titles/etc, export and more intensive tasks.

 

I don't like to wait around for long renders. And you need power to push multiple 4k raw video streams through the editor in conjunction with the GPU. 

 

My old setup was dual x5670 processors, 24 threads. Wasn't enough. 30 second 4k video took 30 minutes to render/export. I'm hoping for under 10 minutes now. Or less.

That's awesome,
My FreeNAS is dual X5650's haha

Could you do network rendering? That way there would be less load on the CPU scheduler to try and line up 64+ threads at the same time?


Sent from my iPhone using Tapatalk

  • Author
6 minutes ago, miniwalks said:

That's awesome,
My FreeNAS is dual X5650's haha

Could you do network rendering? That way there would be less load on the CPU scheduler to try and line up 64+ threads at the same time?


Sent from my iPhone using Tapatalk

 

Ive done distributed encoding before with up to 4  servers running dual x5670 processors. Using 2 was no improvement in export time. 3 took 1/3rd off the time and 4 cut time in half vs only 1 server. The speed increase wasn't as much as expected because after all servers rendered their parts, the main server still had to go back through and reassemble the final file from the beginning and verify the parts completed by the other severs. That step is avoided when it is all done on one machine. So it's faster.

  • 1 month later...
  • Author

-bump for any type of official acknowledgement/response-

I don't know where or how a limit is imposed.  In kernel config, we have

CONFIG_NR_CPUS=256

I see in file arch/x86/include/asm/kvm_host.h:

#define KVM_MAX_VCPUS 288

Maybe there's a problem with libvirt/qemu interpreting the xml file.  I think you can edit the xml and remove all the

<vcpu> and

<cputune>

sections, doing this says, "use all of them".

  • Author
1 hour ago, limetech said:

I don't know where or how a limit is imposed.  In kernel config, we have


CONFIG_NR_CPUS=256

I see in file arch/x86/include/asm/kvm_host.h:


#define KVM_MAX_VCPUS 288

Maybe there's a problem with libvirt/qemu interpreting the xml file.  I think you can edit the xml and remove all the

<vcpu> and

<cputune>

sections, doing this says, "use all of them".

 

I will attempt that in a week or so (not near that server at the moment) and report back. I had rolled that server back to 6.2.4 for other reasons (mentioned elsewhere about rc7 not allowing unsafe interrupts making passthrough not work.)

 

Thank you for your time! I'll also try and search around a bit more for any info relating to this.

 

  • 4 months later...
  • Author
On 9/23/2017 at 1:38 PM, limetech said:

I don't know where or how a limit is imposed.  In kernel config, we have


CONFIG_NR_CPUS=256

I see in file arch/x86/include/asm/kvm_host.h:


#define KVM_MAX_VCPUS 288

Maybe there's a problem with libvirt/qemu interpreting the xml file.  I think you can edit the xml and remove all the

<vcpu> and

<cputune>

sections, doing this says, "use all of them".

 

I finally got around to trying this on my 20 thread machine. It does not work. When you save it, It changes the xml adding

 

<vcpu placement='static'>1</vcpu>

and then only uses 1cpu.

You could try this.

 

 

 

 

On 8/19/2017 at 4:29 PM, 1812 said:

Right now, it is 64 threads. Anytime I add more, the vm dies, either with a pagefault error or kernel panic.

 

Is there any way to copy that pagefault / panic here for us to see?

 

  • Author
1 hour ago, eschultz said:

 

Is there any way to copy that pagefault / panic here for us to see?

 

 

I was unable to get the same error. Last I tried when that happened I was on 6.2.4. Currently I'm on 6.4

 

I loaded the vm with 78 cores. after 30 minutes of it just sitting there maxing out all cores to 100% (since it often takes a while to get to even a bios screen with lots of cores assigned and unfortunately does that behavior every time) I force stopped the vm. But, after the vm showed it stopped in the dashboard, the assigned cores remained pegged at 100% and the vm tab was unable to load when clicking on it.

 

I navigated to the main tab and attempted to stop the array. it got stuck trying to unmount a disk. This is not reflected in the attached diagnostics, but I fortunately had a log window open that caught it all. I pressed the power down button and it shut off the server.

 

Jan 31 21:43:36 Brahms2 root:
Jan 31 21:43:36 Brahms2 root: /dev/sdc:
Jan 31 21:43:36 Brahms2 root: setting standby to 0 (off)
Jan 31 21:43:37 Brahms2 emhttpd: Stopping services...
Jan 31 21:43:37 Brahms2 emhttpd: shcmd (137): /etc/rc.d/rc.libvirt stop
Jan 31 21:43:37 Brahms2 root: Waiting on VMs to shutdown
Jan 31 21:43:37 Brahms2 root: Stopping libvirtd...
Jan 31 21:43:37 Brahms2 dnsmasq[6870]: exiting on receipt of SIGTERM
Jan 31 21:43:37 Brahms2 kernel: device virbr0-nic left promiscuous mode
Jan 31 21:43:37 Brahms2 kernel: virbr0: port 1(virbr0-nic) entered disabled state
Jan 31 21:43:37 Brahms2 avahi-daemon[5769]: Interface virbr0.IPv4 no longer relevant for mDNS.
Jan 31 21:43:37 Brahms2 avahi-daemon[5769]: Leaving mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Jan 31 21:43:37 Brahms2 avahi-daemon[5769]: Withdrawing address record for 192.168.122.1 on virbr0.
Jan 31 21:43:37 Brahms2 dhcpcd[3059]: virbr0: new hardware address: 00:00:00:00:00:00
Jan 31 21:43:37 Brahms2 root: Network 7e6a3e65-1f8a-40ba-881f-e3fc72e43adf destroyed
Jan 31 21:43:37 Brahms2 root:
Jan 31 21:43:40 Brahms2 root: Stopping virtlogd...
Jan 31 21:43:41 Brahms2 root: Stopping virtlockd...
Jan 31 21:43:42 Brahms2 emhttpd: shcmd (138): umount /etc/libvirt
Jan 31 21:43:42 Brahms2 root: umount: /etc/libvirt: target is busy.
Jan 31 21:43:42 Brahms2 emhttpd: shcmd (138): exit status: 32
Jan 31 21:43:42 Brahms2 emhttpd: shcmd (140): /etc/rc.d/rc.docker stop
Jan 31 21:43:42 Brahms2 root: stopping dockerd ...
Jan 31 21:43:43 Brahms2 root: 75024347bb75
Jan 31 21:43:44 Brahms2 root: waiting for docker to die...
Jan 31 21:43:45 Brahms2 avahi-daemon[5769]: Interface docker0.IPv4 no longer relevant for mDNS.
Jan 31 21:43:45 Brahms2 avahi-daemon[5769]: Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Jan 31 21:43:45 Brahms2 avahi-daemon[5769]: Withdrawing address record for 172.17.0.1 on docker0.
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (141): umount /var/lib/docker
Jan 31 21:43:45 Brahms2 unassigned.devices: Unmounting All Devices...
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (142): /etc/rc.d/rc.samba stop
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (143): rm -f /etc/avahi/services/smb.service
Jan 31 21:43:45 Brahms2 avahi-daemon[5769]: Files changed, reloading.
Jan 31 21:43:45 Brahms2 avahi-daemon[5769]: Service group file /services/smb.service vanished, removing services.
Jan 31 21:43:45 Brahms2 emhttpd: Stopping mover...
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (146): /usr/local/sbin/mover stop
Jan 31 21:43:45 Brahms2 root: mover: not running
Jan 31 21:43:45 Brahms2 emhttpd: Sync filesystems...
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (147): sync
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (148): umount /mnt/user0
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (149): rmdir /mnt/user0
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (150): umount /mnt/user
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (151): rmdir /mnt/user
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (152): rm -f /boot/config/plugins/dynamix/mover.cron
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (153): /usr/local/sbin/update_cron
Jan 31 21:43:45 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (154): umount /mnt/disk1
Jan 31 21:43:45 Brahms2 root: umount: /mnt/disk1: target is busy.
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (154): exit status: 32
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (155): umount /mnt/cache
Jan 31 21:43:45 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:43:45 Brahms2 emhttpd: shcmd (155): exit status: 32
Jan 31 21:43:45 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:43:50 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:43:50 Brahms2 emhttpd: shcmd (156): umount /mnt/disk1
Jan 31 21:43:50 Brahms2 root: umount: /mnt/disk1: target is busy.
Jan 31 21:43:50 Brahms2 emhttpd: shcmd (156): exit status: 32
Jan 31 21:43:50 Brahms2 emhttpd: shcmd (157): umount /mnt/cache
Jan 31 21:43:50 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:43:50 Brahms2 emhttpd: shcmd (157): exit status: 32
Jan 31 21:43:50 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Interface vnet1.IPv6 no longer relevant for mDNS.
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Leaving mDNS multicast group on interface vnet1.IPv6 with address fe80::fc54:ff:fe5a:4274.
Jan 31 21:43:51 Brahms2 kernel: br0: port 3(vnet1) entered disabled state
Jan 31 21:43:51 Brahms2 kernel: device vnet1 left promiscuous mode
Jan 31 21:43:51 Brahms2 kernel: br0: port 3(vnet1) entered disabled state
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Withdrawing address record for fe80::fc54:ff:fe5a:4274 on vnet1.
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Interface vnet0.IPv6 no longer relevant for mDNS.
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Leaving mDNS multicast group on interface vnet0.IPv6 with address fe80::fc54:ff:fe9c:f18.
Jan 31 21:43:51 Brahms2 kernel: br0: port 2(vnet0) entered disabled state
Jan 31 21:43:51 Brahms2 kernel: device vnet0 left promiscuous mode
Jan 31 21:43:51 Brahms2 kernel: br0: port 2(vnet0) entered disabled state
Jan 31 21:43:51 Brahms2 avahi-daemon[5769]: Withdrawing address record for fe80::fc54:ff:fe9c:f18 on vnet0.
Jan 31 21:43:55 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:43:55 Brahms2 emhttpd: shcmd (158): umount /mnt/disk1
Jan 31 21:43:55 Brahms2 kernel: XFS (md1): Unmounting Filesystem
Jan 31 21:43:56 Brahms2 emhttpd: shcmd (159): rmdir /mnt/disk1
Jan 31 21:43:56 Brahms2 emhttpd: shcmd (160): umount /mnt/cache
Jan 31 21:43:56 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:43:56 Brahms2 emhttpd: shcmd (160): exit status: 32
Jan 31 21:43:56 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:01 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:01 Brahms2 emhttpd: shcmd (161): umount /mnt/cache
Jan 31 21:44:01 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:01 Brahms2 emhttpd: shcmd (161): exit status: 32
Jan 31 21:44:01 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:06 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:06 Brahms2 emhttpd: shcmd (162): umount /mnt/cache
Jan 31 21:44:06 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:06 Brahms2 emhttpd: shcmd (162): exit status: 32
Jan 31 21:44:06 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:11 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:11 Brahms2 emhttpd: shcmd (163): umount /mnt/cache
Jan 31 21:44:11 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:11 Brahms2 emhttpd: shcmd (163): exit status: 32
Jan 31 21:44:11 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:16 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:16 Brahms2 emhttpd: shcmd (164): umount /mnt/cache
Jan 31 21:44:16 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:16 Brahms2 emhttpd: shcmd (164): exit status: 32
Jan 31 21:44:16 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:21 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:21 Brahms2 emhttpd: shcmd (165): umount /mnt/cache
Jan 31 21:44:21 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:21 Brahms2 emhttpd: shcmd (165): exit status: 32
Jan 31 21:44:21 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:26 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:26 Brahms2 emhttpd: shcmd (166): umount /mnt/cache
Jan 31 21:44:26 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:26 Brahms2 emhttpd: shcmd (166): exit status: 32
Jan 31 21:44:26 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:31 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:31 Brahms2 emhttpd: shcmd (167): umount /mnt/cache
Jan 31 21:44:31 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:31 Brahms2 emhttpd: shcmd (167): exit status: 32
Jan 31 21:44:31 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:36 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:36 Brahms2 emhttpd: shcmd (168): umount /mnt/cache
Jan 31 21:44:36 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:36 Brahms2 emhttpd: shcmd (168): exit status: 32
Jan 31 21:44:36 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:41 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:41 Brahms2 emhttpd: shcmd (169): umount /mnt/cache
Jan 31 21:44:41 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:41 Brahms2 emhttpd: shcmd (169): exit status: 32
Jan 31 21:44:41 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:46 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:46 Brahms2 emhttpd: shcmd (170): umount /mnt/cache
Jan 31 21:44:46 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:46 Brahms2 emhttpd: shcmd (170): exit status: 32
Jan 31 21:44:46 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:51 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:51 Brahms2 emhttpd: shcmd (171): umount /mnt/cache
Jan 31 21:44:51 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:51 Brahms2 emhttpd: shcmd (171): exit status: 32
Jan 31 21:44:51 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:44:56 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:44:56 Brahms2 emhttpd: shcmd (172): umount /mnt/cache
Jan 31 21:44:56 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:44:56 Brahms2 emhttpd: shcmd (172): exit status: 32
Jan 31 21:44:56 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:01 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:01 Brahms2 emhttpd: shcmd (173): umount /mnt/cache
Jan 31 21:45:01 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:01 Brahms2 emhttpd: shcmd (173): exit status: 32
Jan 31 21:45:01 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:06 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:06 Brahms2 emhttpd: shcmd (174): umount /mnt/cache
Jan 31 21:45:06 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:06 Brahms2 emhttpd: shcmd (174): exit status: 32
Jan 31 21:45:06 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:11 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:11 Brahms2 emhttpd: shcmd (175): umount /mnt/cache
Jan 31 21:45:11 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:11 Brahms2 emhttpd: shcmd (175): exit status: 32
Jan 31 21:45:11 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:16 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:16 Brahms2 emhttpd: shcmd (176): umount /mnt/cache
Jan 31 21:45:16 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:16 Brahms2 emhttpd: shcmd (176): exit status: 32
Jan 31 21:45:16 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:21 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:21 Brahms2 emhttpd: shcmd (177): umount /mnt/cache
Jan 31 21:45:21 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:21 Brahms2 emhttpd: shcmd (177): exit status: 32
Jan 31 21:45:21 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:26 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:26 Brahms2 emhttpd: shcmd (178): umount /mnt/cache
Jan 31 21:45:26 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:26 Brahms2 emhttpd: shcmd (178): exit status: 32
Jan 31 21:45:26 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:31 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:31 Brahms2 emhttpd: shcmd (179): umount /mnt/cache
Jan 31 21:45:31 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:31 Brahms2 emhttpd: shcmd (179): exit status: 32
Jan 31 21:45:31 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:36 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:36 Brahms2 emhttpd: shcmd (180): umount /mnt/cache
Jan 31 21:45:36 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:36 Brahms2 emhttpd: shcmd (180): exit status: 32
Jan 31 21:45:36 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:41 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:41 Brahms2 emhttpd: shcmd (181): umount /mnt/cache
Jan 31 21:45:41 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:41 Brahms2 emhttpd: shcmd (181): exit status: 32
Jan 31 21:45:41 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:46 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:46 Brahms2 emhttpd: shcmd (182): umount /mnt/cache
Jan 31 21:45:46 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:46 Brahms2 emhttpd: shcmd (182): exit status: 32
Jan 31 21:45:46 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:51 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:51 Brahms2 emhttpd: shcmd (183): umount /mnt/cache
Jan 31 21:45:51 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:51 Brahms2 emhttpd: shcmd (183): exit status: 32
Jan 31 21:45:51 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:45:56 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:45:56 Brahms2 emhttpd: shcmd (184): umount /mnt/cache
Jan 31 21:45:56 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:45:56 Brahms2 emhttpd: shcmd (184): exit status: 32
Jan 31 21:45:56 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:01 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:01 Brahms2 emhttpd: shcmd (185): umount /mnt/cache
Jan 31 21:46:01 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:01 Brahms2 emhttpd: shcmd (185): exit status: 32
Jan 31 21:46:01 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:06 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:06 Brahms2 emhttpd: shcmd (186): umount /mnt/cache
Jan 31 21:46:06 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:06 Brahms2 emhttpd: shcmd (186): exit status: 32
Jan 31 21:46:06 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:11 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:11 Brahms2 emhttpd: shcmd (187): umount /mnt/cache
Jan 31 21:46:11 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:11 Brahms2 emhttpd: shcmd (187): exit status: 32
Jan 31 21:46:11 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:16 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:16 Brahms2 emhttpd: shcmd (188): umount /mnt/cache
Jan 31 21:46:16 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:16 Brahms2 emhttpd: shcmd (188): exit status: 32
Jan 31 21:46:16 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:21 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:21 Brahms2 emhttpd: shcmd (189): umount /mnt/cache
Jan 31 21:46:21 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:21 Brahms2 emhttpd: shcmd (189): exit status: 32
Jan 31 21:46:21 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:26 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:26 Brahms2 emhttpd: shcmd (190): umount /mnt/cache
Jan 31 21:46:26 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:26 Brahms2 emhttpd: shcmd (190): exit status: 32
Jan 31 21:46:26 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:31 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:31 Brahms2 emhttpd: shcmd (191): umount /mnt/cache
Jan 31 21:46:31 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:31 Brahms2 emhttpd: shcmd (191): exit status: 32
Jan 31 21:46:31 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:36 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:36 Brahms2 emhttpd: shcmd (192): umount /mnt/cache
Jan 31 21:46:36 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:36 Brahms2 emhttpd: shcmd (192): exit status: 32
Jan 31 21:46:36 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:41 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:41 Brahms2 emhttpd: shcmd (193): umount /mnt/cache
Jan 31 21:46:41 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:41 Brahms2 emhttpd: shcmd (193): exit status: 32
Jan 31 21:46:41 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:46 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:46 Brahms2 emhttpd: shcmd (194): umount /mnt/cache
Jan 31 21:46:46 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:46 Brahms2 emhttpd: shcmd (194): exit status: 32
Jan 31 21:46:46 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:51 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:51 Brahms2 emhttpd: shcmd (195): umount /mnt/cache
Jan 31 21:46:51 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:51 Brahms2 emhttpd: shcmd (195): exit status: 32
Jan 31 21:46:51 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:46:56 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:46:56 Brahms2 emhttpd: shcmd (196): umount /mnt/cache
Jan 31 21:46:56 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:46:56 Brahms2 emhttpd: shcmd (196): exit status: 32
Jan 31 21:46:56 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:01 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:01 Brahms2 emhttpd: shcmd (197): umount /mnt/cache
Jan 31 21:47:01 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:01 Brahms2 emhttpd: shcmd (197): exit status: 32
Jan 31 21:47:01 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:06 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:06 Brahms2 emhttpd: shcmd (198): umount /mnt/cache
Jan 31 21:47:06 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:06 Brahms2 emhttpd: shcmd (198): exit status: 32
Jan 31 21:47:06 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:11 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:11 Brahms2 emhttpd: shcmd (199): umount /mnt/cache
Jan 31 21:47:11 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:11 Brahms2 emhttpd: shcmd (199): exit status: 32
Jan 31 21:47:11 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:16 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:16 Brahms2 emhttpd: shcmd (200): umount /mnt/cache
Jan 31 21:47:16 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:16 Brahms2 emhttpd: shcmd (200): exit status: 32
Jan 31 21:47:16 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:21 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:21 Brahms2 emhttpd: shcmd (201): umount /mnt/cache
Jan 31 21:47:21 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:21 Brahms2 emhttpd: shcmd (201): exit status: 32
Jan 31 21:47:21 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:26 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:26 Brahms2 emhttpd: shcmd (202): umount /mnt/cache
Jan 31 21:47:26 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:26 Brahms2 emhttpd: shcmd (202): exit status: 32
Jan 31 21:47:26 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:31 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:31 Brahms2 emhttpd: shcmd (203): umount /mnt/cache
Jan 31 21:47:31 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:31 Brahms2 emhttpd: shcmd (203): exit status: 32
Jan 31 21:47:31 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:36 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:36 Brahms2 emhttpd: shcmd (204): umount /mnt/cache
Jan 31 21:47:36 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:36 Brahms2 emhttpd: shcmd (204): exit status: 32
Jan 31 21:47:36 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:41 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:41 Brahms2 emhttpd: shcmd (205): umount /mnt/cache
Jan 31 21:47:41 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:41 Brahms2 emhttpd: shcmd (205): exit status: 32
Jan 31 21:47:41 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:44 Brahms2 shutdown[15488]: shutting down for system halt
Jan 31 21:47:44 Brahms2 init: Switching to runlevel: 0
Jan 31 21:47:46 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:46 Brahms2 emhttpd: shcmd (206): umount /mnt/cache
Jan 31 21:47:46 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:46 Brahms2 emhttpd: shcmd (206): exit status: 32
Jan 31 21:47:46 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:51 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:51 Brahms2 emhttpd: shcmd (207): umount /mnt/cache
Jan 31 21:47:51 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:51 Brahms2 emhttpd: shcmd (207): exit status: 32
Jan 31 21:47:51 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:47:56 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:47:56 Brahms2 emhttpd: shcmd (208): umount /mnt/cache
Jan 31 21:47:56 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:47:56 Brahms2 emhttpd: shcmd (208): exit status: 32
Jan 31 21:47:56 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:01 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:01 Brahms2 emhttpd: shcmd (209): umount /mnt/cache
Jan 31 21:48:01 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:01 Brahms2 emhttpd: shcmd (209): exit status: 32
Jan 31 21:48:01 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:06 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:06 Brahms2 emhttpd: shcmd (210): umount /mnt/cache
Jan 31 21:48:06 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:06 Brahms2 emhttpd: shcmd (210): exit status: 32
Jan 31 21:48:06 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:11 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:11 Brahms2 emhttpd: shcmd (211): umount /mnt/cache
Jan 31 21:48:11 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:11 Brahms2 emhttpd: shcmd (211): exit status: 32
Jan 31 21:48:11 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:16 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:16 Brahms2 emhttpd: shcmd (212): umount /mnt/cache
Jan 31 21:48:16 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:16 Brahms2 emhttpd: shcmd (212): exit status: 32
Jan 31 21:48:16 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:21 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:21 Brahms2 emhttpd: shcmd (213): umount /mnt/cache
Jan 31 21:48:21 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:21 Brahms2 emhttpd: shcmd (213): exit status: 32
Jan 31 21:48:21 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:26 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:26 Brahms2 emhttpd: shcmd (214): umount /mnt/cache
Jan 31 21:48:26 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:26 Brahms2 emhttpd: shcmd (214): exit status: 32
Jan 31 21:48:26 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:31 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:31 Brahms2 emhttpd: shcmd (215): umount /mnt/cache
Jan 31 21:48:31 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:31 Brahms2 emhttpd: shcmd (215): exit status: 32
Jan 31 21:48:31 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:36 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:36 Brahms2 emhttpd: shcmd (216): umount /mnt/cache
Jan 31 21:48:36 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:36 Brahms2 emhttpd: shcmd (216): exit status: 32
Jan 31 21:48:36 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:41 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:41 Brahms2 emhttpd: shcmd (217): umount /mnt/cache
Jan 31 21:48:41 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:41 Brahms2 emhttpd: shcmd (217): exit status: 32
Jan 31 21:48:41 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:46 Brahms2 emhttpd: Unmounting disks...
Jan 31 21:48:46 Brahms2 emhttpd: shcmd (218): umount /mnt/cache
Jan 31 21:48:46 Brahms2 root: umount: /mnt/cache: target is busy.
Jan 31 21:48:46 Brahms2 emhttpd: shcmd (218): exit status: 32
Jan 31 21:48:46 Brahms2 emhttpd: Retry unmounting disk share(s)...
Jan 31 21:48:49 Brahms2 root: Status of all loop devices
Jan 31 21:48:49 Brahms2 root: /dev/loop1: [2049]:4 (/boot/bzfirmware)
Jan 31 21:48:49 Brahms2 root: /dev/loop0: [2049]:3 (/boot/bzmodules)
Jan 31 21:48:49 Brahms2 root: /dev/loop3: [0031]:262 (/mnt/cache/system/libvirt/libvirt.img)
Jan 31 21:48:49 Brahms2 root: Active pids left on /mnt/*
Jan 31 21:48:49 Brahms2 root: USER PID ACCESS COMMAND
Jan 31 21:48:49 Brahms2 root: /mnt/cache: root kernel mount /mnt/cache
Jan 31 21:48:49 Brahms2 root: /mnt/disks: root kernel mount /
Jan 31 21:48:49 Brahms2 root: root 1 .rce. init
Jan 31 21:48:49 Brahms2 root: root 2 .rc.. kthreadd
Jan 31 21:48:49 Brahms2 root: root 4 .rc.. kworker/0:0H
Jan 31 21:48:49 Brahms2 root: root 7 .rc.. mm_percpu_wq
Jan 31 21:48:49 Brahms2 root: root 8 .rc.. ksoftirqd/0
Jan 31 21:48:49 Brahms2 root: root 9 .rc.. rcu_preempt
Jan 31 21:48:49 Brahms2 root: root 10 .rc.. rcu_sched
Jan 31 21:48:49 Brahms2 root: root 11 .rc.. rcu_bh
Jan 31 21:48:49 Brahms2 root: root 12 .rc.. migration/0
Jan 31 21:48:49 Brahms2 root: root 13 .rc.. cpuhp/0
Jan 31 21:48:49 Brahms2 root: root 14 .rc.. cpuhp/1
Jan 31 21:48:49 Brahms2 root: root 15 .rc.. migration/1
Jan 31 21:48:49 Brahms2 root: root 16 .rc.. ksoftirqd/1
Jan 31 21:48:49 Brahms2 root: root 18 .rc.. kworker/1:0H
Jan 31 21:48:49 Brahms2 root: root 19 .rc.. cpuhp/2
Jan 31 21:48:49 Brahms2 root: root 20 .rc.. migration/2
Jan 31 21:48:49 Brahms2 root: root 21 .rc.. ksoftirqd/2
Jan 31 21:48:49 Brahms2 root: root 22 .rc.. kworker/2:0
Jan 31 21:48:49 Brahms2 root: root 23 .rc.. kworker/2:0H
Jan 31 21:48:49 Brahms2 root: root 24 .rc.. cpuhp/3
Jan 31 21:48:49 Brahms2 root: root 25 .rc.. migration/3
Jan 31 21:48:49 Brahms2 root: root 26 .rc.. ksoftirqd/3
Jan 31 21:48:49 Brahms2 root: root 27 .rc.. kworker/3:0
Jan 31 21:48:49 Brahms2 root: root 28 .rc.. kworker/3:0H
Jan 31 21:48:49 Brahms2 root: root 29 .rc.. cpuhp/4
Jan 31 21:48:49 Brahms2 root: root 30 .rc.. migration/4
Jan 31 21:48:49 Brahms2 root: root 31 .rc.. ksoftirqd/4
Jan 31 21:48:49 Brahms2 root: root 32 .rc.. kworker/4:0
Jan 31 21:48:49 Brahms2 root: root 33 .rc.. kworker/4:0H
Jan 31 21:48:49 Brahms2 root: root 34 .rc.. cpuhp/5
Jan 31 21:48:49 Brahms2 root: root 35 .rc.. migration/5
Jan 31 21:48:49 Brahms2 root: root 36 .rc.. ksoftirqd/5
Jan 31 21:48:49 Brahms2 root: root 37 .rc.. kworker/5:0
Jan 31 21:48:49 Brahms2 root: root 38 .rc.. kworker/5:0H
Jan 31 21:48:49 Brahms2 root: root 39 .rc.. cpuhp/6
Jan 31 21:48:49 Brahms2 root: root 40 .rc.. migration/6
Jan 31 21:48:49 Brahms2 root: root 41 .rc.. ksoftirqd/6
Jan 31 21:48:49 Brahms2 root: root 42 .rc.. kworker/6:0
Jan 31 21:48:49 Brahms2 root: root 43 .rc.. kworker/6:0H
Jan 31 21:48:49 Brahms2 root: root 44 .rc.. cpuhp/7
Jan 31 21:48:49 Brahms2 root: root 45 .rc.. migration/7
Jan 31 21:48:49 Brahms2 root: root 46 .rc.. ksoftirqd/7
Jan 31 21:48:49 Brahms2 root: root 47 .rc.. kworker/7:0
Jan 31 21:48:49 Brahms2 root: root 48 .rc.. kworker/7:0H
Jan 31 21:48:49 Brahms2 root: root 49 .rc.. cpuhp/8
Jan 31 21:48:49 Brahms2 root: root 50 .rc.. migration/8
Jan 31 21:48:49 Brahms2 root: root 51 .rc.. ksoftirqd/8
Jan 31 21:48:49 Brahms2 root: root 53 .rc.. kworker/8:0H
Jan 31 21:48:49 Brahms2 root: root 54 .rc.. cpuhp/9
Jan 31 21:48:49 Brahms2 root: root 55 .rc.. migration/9
Jan 31 21:48:49 Brahms2 root: root 56 .rc.. ksoftirqd/9
Jan 31 21:48:49 Brahms2 root: root 57 .rc.. kworker/9:0
Jan 31 21:48:49 Brahms2 root: root 58 .rc.. kworker/9:0H
Jan 31 21:48:49 Brahms2 root: root 59 .rc.. cpuhp/10
Jan 31 21:48:49 Brahms2 root: root 60 .rc.. migration/10
Jan 31 21:48:49 Brahms2 root: root 61 .rc.. ksoftirqd/10
Jan 31 21:48:49 Brahms2 root: root 62 .rc.. kworker/10:0
Jan 31 21:48:49 Brahms2 root: root 63 .rc.. kworker/10:0H
Jan 31 21:48:49 Brahms2 root: root 65 .rc.. cpuhp/11
Jan 31 21:48:49 Brahms2 root: root 66 .rc.. migration/11
Jan 31 21:48:49 Brahms2 root: root 67 .rc.. ksoftirqd/11
Jan 31 21:48:49 Brahms2 root: root 68 .rc.. kworker/11:0
Jan 31 21:48:49 Brahms2 root: root 69 .rc.. kworker/11:0H
Jan 31 21:48:49 Brahms2 root: root 70 .rc.. cpuhp/12
Jan 31 21:48:49 Brahms2 root: root 71 .rc.. migration/12
Jan 31 21:48:49 Brahms2 root: root 72 .rc.. ksoftirqd/12
Jan 31 21:48:49 Brahms2 root: root 73 .rc.. kworker/12:0
Jan 31 21:48:49 Brahms2 root: root 74 .rc.. kworker/12:0H
Jan 31 21:48:49 Brahms2 root: root 75 .rc.. cpuhp/13
Jan 31 21:48:49 Brahms2 root: root 76 .rc.. migration/13
Jan 31 21:48:49 Brahms2 root: root 77 .rc.. ksoftirqd/13
Jan 31 21:48:49 Brahms2 root: root 78 .rc.. kworker/13:0
Jan 31 21:48:49 Brahms2 root: root 79 .rc.. kworker/13:0H
Jan 31 21:48:49 Brahms2 root: root 80 .rc.. cpuhp/14
Jan 31 21:48:49 Brahms2 root: root 81 .rc.. migration/14
Jan 31 21:48:49 Brahms2 root: root 82 .rc.. ksoftirqd/14
Jan 31 21:48:49 Brahms2 root: root 83 .rc.. kworker/14:0
Jan 31 21:48:49 Brahms2 root: root 84 .rc.. kworker/14:0H
Jan 31 21:48:49 Brahms2 root: root 85 .rc.. cpuhp/15
Jan 31 21:48:49 Brahms2 root: root 86 .rc.. migration/15
Jan 31 21:48:49 Brahms2 root: root 87 .rc.. ksoftirqd/15
Jan 31 21:48:49 Brahms2 root: root 88 .rc.. kworker/15:0
Jan 31 21:48:49 Brahms2 root: root 89 .rc.. kworker/15:0H
Jan 31 21:48:49 Brahms2 root: root 90 .rc.. cpuhp/16
Jan 31 21:48:49 Brahms2 root: root 91 .rc.. migration/16
Jan 31 21:48:49 Brahms2 root: root 92 .rc.. ksoftirqd/16
Jan 31 21:48:49 Brahms2 root: root 93 .rc.. kworker/16:0
Jan 31 21:48:49 Brahms2 root: root 94 .rc.. kworker/16:0H
Jan 31 21:48:49 Brahms2 root: root 95 .rc.. cpuhp/17
Jan 31 21:48:49 Brahms2 root: root 96 .rc.. migration/17
Jan 31 21:48:49 Brahms2 root: root 97 .rc.. ksoftirqd/17
Jan 31 21:48:49 Brahms2 root: root 98 .rc.. kworker/17:0
Jan 31 21:48:49 Brahms2 root: root 99 .rc.. kworker/17:0H
Jan 31 21:48:49 Brahms2 root: root 100 .rc.. cpuhp/18
Jan 31 21:48:49 Brahms2 root: root 101 .rc.. migration/18
Jan 31 21:48:49 Brahms2 root: root 102 .rc.. ksoftirqd/18
Jan 31 21:48:49 Brahms2 root: root 103 .rc.. kworker/18:0
Jan 31 21:48:49 Brahms2 root: root 104 .rc.. kworker/18:0H
Jan 31 21:48:49 Brahms2 root: root 105 .rc.. cpuhp/19
Jan 31 21:48:49 Brahms2 root: root 106 .rc.. migration/19
Jan 31 21:48:49 Brahms2 root: root 107 .rc.. ksoftirqd/19
Jan 31 21:48:49 Brahms2 root: root 108 .rc.. kworker/19:0
Jan 31 21:48:49 Brahms2 root: root 109 .rc.. kworker/19:0H
Jan 31 21:48:49 Brahms2 root: root 110 .rc.. cpuhp/20
Jan 31 21:48:49 Brahms2 root: root 111 .rc.. migration/20
Jan 31 21:48:49 Brahms2 root: root 112 .rc.. ksoftirqd/20
Jan 31 21:48:49 Brahms2 root: root 113 .rc.. kworker/20:0
Jan 31 21:48:49 Brahms2 root: root 114 .rc.. kworker/20:0H
Jan 31 21:48:49 Brahms2 root: root 115 .rc.. kworker/u163:0
Jan 31 21:48:49 Brahms2 root: root 116 .rc.. cpuhp/21
Jan 31 21:48:49 Brahms2 root: root 117 .rc.. migration/21
Jan 31 21:48:49 Brahms2 root: root 118 .rc.. ksoftirqd/21
Jan 31 21:48:49 Brahms2 root: root 119 .rc.. kworker/21:0
Jan 31 21:48:49 Brahms2 root: root 120 .rc.. kworker/21:0H
Jan 31 21:48:49 Brahms2 root: root 121 .rc.. cpuhp/22
Jan 31 21:48:49 Brahms2 root: root 122 .rc.. migration/22
Jan 31 21:48:49 Brahms2 root: root 123 .rc.. ksoftirqd/22
Jan 31 21:48:49 Brahms2 root: root 125 .rc.. kworker/22:0H
Jan 31 21:48:49 Brahms2 root: root 126 .rc.. cpuhp/23
Jan 31 21:48:49 Brahms2 root: root 127 .rc.. migration/23
Jan 31 21:48:49 Brahms2 root: root 128 .rc.. ksoftirqd/23
Jan 31 21:48:49 Brahms2 root: root 129 .rc.. kworker/23:0
Jan 31 21:48:49 Brahms2 root: root 130 .rc.. kworker/23:0H
Jan 31 21:48:49 Brahms2 root: root 131 .rc.. cpuhp/24
Jan 31 21:48:49 Brahms2 root: root 132 .rc.. migration/24
Jan 31 21:48:49 Brahms2 root: root 133 .rc.. ksoftirqd/24
Jan 31 21:48:49 Brahms2 root: root 134 .rc.. kworker/24:0
Jan 31 21:48:49 Brahms2 root: root 135 .rc.. kworker/24:0H
Jan 31 21:48:49 Brahms2 root: root 136 .rc.. cpuhp/25
Jan 31 21:48:49 Brahms2 root: root 137 .rc.. migration/25
Jan 31 21:48:49 Brahms2 root: root 138 .rc.. ksoftirqd/25
Jan 31 21:48:49 Brahms2 root: root 139 .rc.. kworker/25:0
Jan 31 21:48:49 Brahms2 root: root 140 .rc.. kworker/25:0H
Jan 31 21:48:49 Brahms2 root: root 141 .rc.. cpuhp/26
Jan 31 21:48:49 Brahms2 root: root 142 .rc.. migration/26
Jan 31 21:48:49 Brahms2 root: root 143 .rc.. ksoftirqd/26
Jan 31 21:48:49 Brahms2 root: root 144 .rc.. kworker/26:0
Jan 31 21:48:49 Brahms2 root: root 145 .rc.. kworker/26:0H
Jan 31 21:48:49 Brahms2 root: root 146 .rc.. cpuhp/27
Jan 31 21:48:49 Brahms2 root: root 147 .rc.. migration/27
Jan 31 21:48:49 Brahms2 root: root 148 .rc.. ksoftirqd/27
Jan 31 21:48:49 Brahms2 root: root 149 .rc.. kworker/27:0
Jan 31 21:48:49 Brahms2 root: root 150 .rc.. kworker/27:0H
Jan 31 21:48:49 Brahms2 root: root 151 .rc.. cpuhp/28
Jan 31 21:48:49 Brahms2 root: root 152 .rc.. migration/28
Jan 31 21:48:49 Brahms2 root: root 153 .rc.. ksoftirqd/28
Jan 31 21:48:49 Brahms2 root: root 154 .rc.. kworker/28:0
Jan 31 21:48:49 Brahms2 root: root 155 .rc.. kworker/28:0H
Jan 31 21:48:49 Brahms2 root: root 156 .rc.. cpuhp/29
Jan 31 21:48:49 Brahms2 root: root 157 .rc.. migration/29
Jan 31 21:48:49 Brahms2 root: root 158 .rc.. ksoftirqd/29
Jan 31 21:48:49 Brahms2 root: root 159 .rc.. kworker/29:0
Jan 31 21:48:49 Brahms2 root: root 160 .rc.. kworker/29:0H
Jan 31 21:48:49 Brahms2 root: root 161 .rc.. cpuhp/30
Jan 31 21:48:49 Brahms2 root: root 162 .rc.. migration/30
Jan 31 21:48:49 Brahms2 root: root 163 .rc.. ksoftirqd/30
Jan 31 21:48:49 Brahms2 root: root 164 .rc.. kworker/30:0
Jan 31 21:48:49 Brahms2 root: root 165 .rc.. kworker/30:0H
Jan 31 21:48:49 Brahms2 root: root 166 .rc.. kworker/u164:0
Jan 31 21:48:49 Brahms2 root: root 167 .rc.. cpuhp/31
Jan 31 21:48:49 Brahms2 root: root 168 .rc.. migration/31
Jan 31 21:48:49 Brahms2 root: root 169 .rc.. ksoftirqd/31
Jan 31 21:48:49 Brahms2 root: root 170 .rc.. kworker/31:0
Jan 31 21:48:49 Brahms2 root: root 171 .rc.. kworker/31:0H
Jan 31 21:48:49 Brahms2 root: root 172 .rc.. cpuhp/32
Jan 31 21:48:49 Brahms2 root: root 173 .rc.. migration/32
Jan 31 21:48:49 Brahms2 root: root 174 .rc.. ksoftirqd/32
Jan 31 21:48:49 Brahms2 root: root 175 .rc.. kworker/32:0
Jan 31 21:48:49 Brahms2 root: root 176 .rc.. kworker/32:0H
Jan 31 21:48:49 Brahms2 root: root 177 .rc.. cpuhp/33
Jan 31 21:48:49 Brahms2 root: root 178 .rc.. migration/33
Jan 31 21:48:49 Brahms2 root: root 179 .rc.. ksoftirqd/33
Jan 31 21:48:49 Brahms2 root: root 180 .rc.. kworker/33:0
Jan 31 21:48:49 Brahms2 root: root 181 .rc.. kworker/33:0H
Jan 31 21:48:49 Brahms2 root: root 182 .rc.. cpuhp/34
Jan 31 21:48:49 Brahms2 root: root 183 .rc.. migration/34
Jan 31 21:48:49 Brahms2 root: root 184 .rc.. ksoftirqd/34
Jan 31 21:48:49 Brahms2 root: root 185 .rc.. kworker/34:0
Jan 31 21:48:49 Brahms2 root: root 186 .rc.. kworker/34:0H
Jan 31 21:48:49 Brahms2 root: root 187 .rc.. cpuhp/35
Jan 31 21:48:49 Brahms2 root: root 188 .rc.. migration/35
Jan 31 21:48:49 Brahms2 root: root 189 .rc.. ksoftirqd/35
Jan 31 21:48:49 Brahms2 root: root 190 .rc.. kworker/35:0
Jan 31 21:48:49 Brahms2 root: root 191 .rc.. kworker/35:0H
Jan 31 21:48:49 Brahms2 root: root 192 .rc.. cpuhp/36
Jan 31 21:48:49 Brahms2 root: root 193 .rc.. migration/36
Jan 31 21:48:49 Brahms2 root: root 194 .rc.. ksoftirqd/36
Jan 31 21:48:49 Brahms2 root: root 195 .rc.. kworker/36:0
Jan 31 21:48:49 Brahms2 root: root 196 .rc.. kworker/36:0H
Jan 31 21:48:49 Brahms2 root: root 197 .rc.. cpuhp/37
Jan 31 21:48:49 Brahms2 root: root 198 .rc.. migration/37
Jan 31 21:48:49 Brahms2 root: root 199 .rc.. ksoftirqd/37
Jan 31 21:48:49 Brahms2 root: root 200 .rc.. kworker/37:0
Jan 31 21:48:49 Brahms2 root: root 201 .rc.. kworker/37:0H
Jan 31 21:48:49 Brahms2 root: root 202 .rc.. cpuhp/38
Jan 31 21:48:49 Brahms2 root: root 203 .rc.. migration/38
Jan 31 21:48:49 Brahms2 root: root 204 .rc.. ksoftirqd/38
Jan 31 21:48:49 Brahms2 root: root 205 .rc.. kworker/38:0
Jan 31 21:48:49 Brahms2 root: root 206 .rc.. kworker/38:0H
Jan 31 21:48:49 Brahms2 root: root 207 .rc.. cpuhp/39
Jan 31 21:48:49 Brahms2 root: root 208 .rc.. migration/39
Jan 31 21:48:49 Brahms2 root: root 209 .rc.. ksoftirqd/39
Jan 31 21:48:49 Brahms2 root: root 210 .rc.. kworker/39:0
Jan 31 21:48:49 Brahms2 root: root 211 .rc.. kworker/39:0H
Jan 31 21:48:49 Brahms2 root: root 212 .rc.. cpuhp/40
Jan 31 21:48:49 Brahms2 root: root 213 .rc.. migration/40
Jan 31 21:48:49 Brahms2 root: root 214 .rc.. ksoftirqd/40
Jan 31 21:48:49 Brahms2 root: root 215 .rc.. kworker/40:0
Jan 31 21:48:49 Brahms2 root: root 216 .rc.. kworker/40:0H
Jan 31 21:48:49 Brahms2 root: root 217 .rc.. cpuhp/41
Jan 31 21:48:49 Brahms2 root: root 218 .rc.. migration/41
Jan 31 21:48:49 Brahms2 root: root 219 .rc.. ksoftirqd/41
Jan 31 21:48:49 Brahms2 root: root 220 .rc.. kworker/41:0
Jan 31 21:48:49 Brahms2 root: root 221 .rc.. kworker/41:0H
Jan 31 21:48:49 Brahms2 root: root 222 .rc.. cpuhp/42
Jan 31 21:48:49 Brahms2 root: root 223 .rc.. migration/42
Jan 31 21:48:49 Brahms2 root: root 224 .rc.. ksoftirqd/42
Jan 31 21:48:49 Brahms2 root: root 226 .rc.. kworker/42:0H
Jan 31 21:48:49 Brahms2 root: root 227 .rc.. cpuhp/43
Jan 31 21:48:49 Brahms2 root: root 228 .rc.. migration/43
Jan 31 21:48:49 Brahms2 root: root 229 .rc.. ksoftirqd/43
Jan 31 21:48:49 Brahms2 root: root 231 .rc.. kworker/43:0H
Jan 31 21:48:49 Brahms2 root: root 232 .rc.. cpuhp/44
Jan 31 21:48:49 Brahms2 root: root 233 .rc.. migration/44
Jan 31 21:48:49 Brahms2 root: root 234 .rc.. ksoftirqd/44
Jan 31 21:48:49 Brahms2 root: root 236 .rc.. kworker/44:0H
Jan 31 21:48:49 Brahms2 root: root 237 .rc.. cpuhp/45
Jan 31 21:48:49 Brahms2 root: root 238 .rc.. migration/45
Jan 31 21:48:49 Brahms2 root: root 239 .rc.. ksoftirqd/45
Jan 31 21:48:49 Brahms2 root: root 240 .rc.. kworker/45:0
Jan 31 21:48:49 Brahms2 root: root 241 .rc.. kworker/45:0H
Jan 31 21:48:49 Brahms2 root: root 242 .rc.. cpuhp/46
Jan 31 21:48:49 Brahms2 root: root 243 .rc.. migration/46
Jan 31 21:48:49 Brahms2 root: root 244 .rc.. ksoftirqd/46
Jan 31 21:48:49 Brahms2 root: root 246 .rc.. kworker/46:0H
Jan 31 21:48:49 Brahms2 root: root 247 .rc.. cpuhp/47
Jan 31 21:48:49 Brahms2 root: root 248 .rc.. migration/47
Jan 31 21:48:49 Brahms2 root: root 249 .rc.. ksoftirqd/47
Jan 31 21:48:49 Brahms2 root: root 250 .rc.. kworker/47:0
Jan 31 21:48:49 Brahms2 root: root 251 .rc.. kworker/47:0H
Jan 31 21:48:49 Brahms2 root: root 252 .rc.. cpuhp/48
Jan 31 21:48:49 Brahms2 root: root 253 .rc.. migration/48
Jan 31 21:48:49 Brahms2 root: root 254 .rc.. ksoftirqd/48
Jan 31 21:48:49 Brahms2 root: root 256 .rc.. kworker/48:0H
Jan 31 21:48:49 Brahms2 root: root 257 .rc.. cpuhp/49
Jan 31 21:48:49 Brahms2 root: root 258 .rc.. migration/49
Jan 31 21:48:49 Brahms2 root: root 259 .rc.. ksoftirqd/49
Jan 31 21:48:49 Brahms2 root: root 260 .rc.. kworker/49:0
Jan 31 21:48:49 Brahms2 root: root 261 .rc.. kworker/49:0H
Jan 31 21:48:49 Brahms2 root: root 262 .rc.. cpuhp/50
Jan 31 21:48:49 Brahms2 root: root 263 .rc.. migration/50
Jan 31 21:48:49 Brahms2 root: root 264 .rc.. ksoftirqd/50
Jan 31 21:48:49 Brahms2 root: root 265 .rc.. kworker/50:0
Jan 31 21:48:49 Brahms2 root: root 266 .rc.. kworker/50:0H
Jan 31 21:48:49 Brahms2 root: root 267 .rc.. cpuhp/51
Jan 31 21:48:49 Brahms2 root: root 268 .rc.. migration/51
Jan 31 21:48:49 Brahms2 root: root 269 .rc.. ksoftirqd/51
Jan 31 21:48:49 Brahms2 root: root 270 .rc.. kworker/51:0
Jan 31 21:48:49 Brahms2 root: root 271 .rc.. kworker/51:0H
Jan 31 21:48:49 Brahms2 root: root 272 .rc.. cpuhp/52
Jan 31 21:48:49 Brahms2 root: root 273 .rc.. migration/52
Jan 31 21:48:49 Brahms2 root: root 274 .rc.. ksoftirqd/52
Jan 31 21:48:49 Brahms2 root: root 275 .rc.. kworker/52:0
Jan 31 21:48:49 Brahms2 root: root 276 .rc.. kworker/52:0H
Jan 31 21:48:49 Brahms2 root: root 277 .rc.. cpuhp/53
Jan 31 21:48:49 Brahms2 root: root 278 .rc.. migration/53
Jan 31 21:48:49 Brahms2 root: root 279 .rc.. ksoftirqd/53
Jan 31 21:48:49 Brahms2 root: root 280 .rc.. kworker/53:0
Jan 31 21:48:49 Brahms2 root: root 281 .rc.. kworker/53:0H
Jan 31 21:48:49 Brahms2 root: root 282 .rc.. cpuhp/54
Jan 31 21:48:49 Brahms2 root: root 283 .rc.. migration/54
Jan 31 21:48:49 Brahms2 root: root 284 .rc.. ksoftirqd/54
Jan 31 21:48:49 Brahms2 root: root 285 .rc.. kworker/54:0
Jan 31 21:48:49 Brahms2 root: root 286 .rc.. kworker/54:0H
Jan 31 21:48:49 Brahms2 root: root 287 .rc.. cpuhp/55
Jan 31 21:48:49 Brahms2 root: root 288 .rc.. migration/55
Jan 31 21:48:49 Brahms2 root: root 289 .rc.. ksoftirqd/55
Jan 31 21:48:49 Brahms2 root: root 290 .rc.. kworker/55:0
Jan 31 21:48:49 Brahms2 root: root 291 .rc.. kworker/55:0H
Jan 31 21:48:49 Brahms2 root: root 292 .rc.. cpuhp/56
Jan 31 21:48:49 Brahms2 root: root 293 .rc.. migration/56
Jan 31 21:48:49 Brahms2 root: root 294 .rc.. ksoftirqd/56
Jan 31 21:48:49 Brahms2 root: root 295 .rc.. kworker/56:0
Jan 31 21:48:49 Brahms2 root: root 296 .rc.. kworker/56:0H
Jan 31 21:48:49 Brahms2 root: root 297 .rc.. cpuhp/57
Jan 31 21:48:49 Brahms2 root: root 298 .rc.. migration/57
Jan 31 21:48:49 Brahms2 root: root 299 .rc.. ksoftirqd/57
Jan 31 21:48:49 Brahms2 root: root 300 .rc.. kworker/57:0
Jan 31 21:48:49 Brahms2 root: root 301 .rc.. kworker/57:0H
Jan 31 21:48:49 Brahms2 root: root 302 .rc.. cpuhp/58
Jan 31 21:48:49 Brahms2 root: root 303 .rc.. migration/58
Jan 31 21:48:49 Brahms2 root: root 304 .rc.. ksoftirqd/58
Jan 31 21:48:49 Brahms2 root: root 305 .rc.. kworker/58:0
Jan 31 21:48:49 Brahms2 root: root 306 .rc.. kworker/58:0H
Jan 31 21:48:49 Brahms2 root: root 307 .rc.. cpuhp/59
Jan 31 21:48:49 Brahms2 root: root 308 .rc.. migration/59
Jan 31 21:48:49 Brahms2 root: root 309 .rc.. ksoftirqd/59
Jan 31 21:48:49 Brahms2 root: root 310 .rc.. kworker/59:0
Jan 31 21:48:49 Brahms2 root: root 311 .rc.. kworker/59:0H
Jan 31 21:48:49 Brahms2 root: root 312 .rc.. cpuhp/60
Jan 31 21:48:49 Brahms2 root: root 313 .rc.. migration/60
Jan 31 21:48:49 Brahms2 root: root 314 .rc.. ksoftirqd/60
Jan 31 21:48:49 Brahms2 root: root 315 .rc.. kworker/60:0
Jan 31 21:48:49 Brahms2 root: root 316 .rc.. kworker/60:0H
Jan 31 21:48:49 Brahms2 root: root 317 .rc.. cpuhp/61
Jan 31 21:48:49 Brahms2 root: root 318 .rc.. migration/61
Jan 31 21:48:49 Brahms2 root: root 319 .rc.. ksoftirqd/61
Jan 31 21:48:49 Brahms2 root: root 320 .rc.. kworker/61:0
Jan 31 21:48:49 Brahms2 root: root 321 .rc.. kworker/61:0H
Jan 31 21:48:49 Brahms2 root: root 322 .rc.. cpuhp/62
Jan 31 21:48:49 Brahms2 root: root 323 .rc.. migration/62
Jan 31 21:48:49 Brahms2 root: root 324 .rc.. ksoftirqd/62
Jan 31 21:48:49 Brahms2 root: root 325 .rc.. kworker/62:0
Jan 31 21:48:49 Brahms2 root: root 326 .rc.. kworker/62:0H
Jan 31 21:48:49 Brahms2 root: root 327 .rc.. cpuhp/63
Jan 31 21:48:49 Brahms2 root: root 328 .rc.. migration/63
Jan 31 21:48:49 Brahms2 root: root 329 .rc.. ksoftirqd/63
Jan 31 21:48:49 Brahms2 root: root 330 .rc.. kworker/63:0
Jan 31 21:48:49 Brahms2 root: root 331 .rc.. kworker/63:0H
Jan 31 21:48:49 Brahms2 root: root 332 .rc.. cpuhp/64
Jan 31 21:48:49 Brahms2 root: root 333 .rc.. migration/64
Jan 31 21:48:49 Brahms2 root: root 334 .rc.. ksoftirqd/64
Jan 31 21:48:49 Brahms2 root: root 335 .rc.. kworker/64:0
Jan 31 21:48:49 Brahms2 root: root 336 .rc.. kworker/64:0H
Jan 31 21:48:49 Brahms2 root: root 337 .rc.. cpuhp/65
Jan 31 21:48:49 Brahms2 root: root 338 .rc.. migration/65
Jan 31 21:48:49 Brahms2 root: root 339 .rc.. ksoftirqd/65
Jan 31 21:48:49 Brahms2 root: root 340 .rc.. kworker/65:0
Jan 31 21:48:49 Brahms2 root: root 341 .rc.. kworker/65:0H
Jan 31 21:48:49 Brahms2 root: root 342 .rc.. cpuhp/66
Jan 31 21:48:49 Brahms2 root: root 343 .rc.. migration/66
Jan 31 21:48:49 Brahms2 root: root 344 .rc.. ksoftirqd/66
Jan 31 21:48:49 Brahms2 root: root 345 .rc.. kworker/66:0
Jan 31 21:48:49 Brahms2 root: root 346 .rc.. kworker/66:0H
Jan 31 21:48:49 Brahms2 root: root 347 .rc.. cpuhp/67
Jan 31 21:48:49 Brahms2 root: root 348 .rc.. migration/67
Jan 31 21:48:49 Brahms2 root: root 349 .rc.. ksoftirqd/67
Jan 31 21:48:49 Brahms2 root: root 350 .rc.. kworker/67:0
Jan 31 21:48:49 Brahms2 root: root 351 .rc.. kworker/67:0H
Jan 31 21:48:49 Brahms2 root: root 352 .rc.. cpuhp/68
Jan 31 21:48:49 Brahms2 root: root 353 .rc.. migration/68
Jan 31 21:48:49 Brahms2 root: root 354 .rc.. ksoftirqd/68
Jan 31 21:48:49 Brahms2 root: root 355 .rc.. kworker/68:0
Jan 31 21:48:49 Brahms2 root: root 356 .rc.. kworker/68:0H
Jan 31 21:48:49 Brahms2 root: root 357 .rc.. cpuhp/69
Jan 31 21:48:49 Brahms2 root: root 358 .rc.. migration/69
Jan 31 21:48:49 Brahms2 root: root 359 .rc.. ksoftirqd/69
Jan 31 21:48:49 Brahms2 root: root 360 .rc.. kworker/69:0
Jan 31 21:48:49 Brahms2 root: root 361 .rc.. kworker/69:0H
Jan 31 21:48:49 Brahms2 root: root 362 .rc.. cpuhp/70
Jan 31 21:48:49 Brahms2 root: root 363 .rc.. migration/70
Jan 31 21:48:49 Brahms2 root: root 364 .rc.. ksoftirqd/70
Jan 31 21:48:49 Brahms2 root: root 365 .rc.. kworker/70:0
Jan 31 21:48:49 Brahms2 root: root 366 .rc.. kworker/70:0H
Jan 31 21:48:49 Brahms2 root: root 367 .rc.. cpuhp/71
Jan 31 21:48:49 Brahms2 root: root 368 .rc.. migration/71
Jan 31 21:48:49 Brahms2 root: root 369 .rc.. ksoftirqd/71
Jan 31 21:48:49 Brahms2 root: root 370 .rc.. kworker/71:0
Jan 31 21:48:49 Brahms2 root: root 371 .rc.. kworker/71:0H
Jan 31 21:48:49 Brahms2 root: root 372 .rc.. cpuhp/72
Jan 31 21:48:49 Brahms2 root: root 373 .rc.. migration/72
Jan 31 21:48:49 Brahms2 root: root 374 .rc.. ksoftirqd/72
Jan 31 21:48:49 Brahms2 root: root 375 .rc.. kworker/72:0
Jan 31 21:48:49 Brahms2 root: root 376 .rc.. kworker/72:0H
Jan 31 21:48:49 Brahms2 root: root 377 .rc.. cpuhp/73
Jan 31 21:48:49 Brahms2 root: root 378 .rc.. migration/73
Jan 31 21:48:49 Brahms2 root: root 379 .rc.. ksoftirqd/73
Jan 31 21:48:49 Brahms2 root: root 380 .rc.. kworker/73:0
Jan 31 21:48:49 Brahms2 root: root 381 .rc.. kworker/73:0H
Jan 31 21:48:49 Brahms2 root: root 382 .rc.. cpuhp/74
Jan 31 21:48:49 Brahms2 root: root 383 .rc.. migration/74
Jan 31 21:48:49 Brahms2 root: root 384 .rc.. ksoftirqd/74
Jan 31 21:48:49 Brahms2 root: root 385 .rc.. kworker/74:0
Jan 31 21:48:49 Brahms2 root: root 386 .rc.. kworker/74:0H
Jan 31 21:48:49 Brahms2 root: root 387 .rc.. cpuhp/75
Jan 31 21:48:49 Brahms2 root: root 388 .rc.. migration/75
Jan 31 21:48:49 Brahms2 root: root 389 .rc.. ksoftirqd/75
Jan 31 21:48:49 Brahms2 root: root 390 .rc.. kworker/75:0
Jan 31 21:48:49 Brahms2 root: root 391 .rc.. kworker/75:0H
Jan 31 21:48:49 Brahms2 root: root 392 .rc.. cpuhp/76
Jan 31 21:48:49 Brahms2 root: root 393 .rc.. migration/76
Jan 31 21:48:49 Brahms2 root: root 394 .rc.. ksoftirqd/76
Jan 31 21:48:49 Brahms2 root: root 395 .rc.. kworker/76:0
Jan 31 21:48:49 Brahms2 root: root 396 .rc.. kworker/76:0H
Jan 31 21:48:49 Brahms2 root: root 397 .rc.. cpuhp/77
Jan 31 21:48:49 Brahms2 root: root 398 .rc.. migration/77
Jan 31 21:48:49 Brahms2 root: root 399 .rc.. ksoftirqd/77
Jan 31 21:48:49 Brahms2 root: root 400 .rc.. kworker/77:0
Jan 31 21:48:49 Brahms2 root: root 401 .rc.. kworker/77:0H
Jan 31 21:48:49 Brahms2 root: root 402 .rc.. cpuhp/78
Jan 31 21:48:49 Brahms2 root: root 403 .rc.. migration/78
Jan 31 21:48:49 Brahms2 root: root 404 .rc.. ksoftirqd/78
Jan 31 21:48:49 Brahms2 root: root 405 .rc.. kworker/78:0
Jan 31 21:48:49 Brahms2 root: root 406 .rc.. kworker/78:0H
Jan 31 21:48:49 Brahms2 root: root 407 .rc.. cpuhp/79
Jan 31 21:48:49 Brahms2 root: root 408 .rc.. migration/79
Jan 31 21:48:49 Brahms2 root: root 409 .rc.. ksoftirqd/79
Jan 31 21:48:49 Brahms2 root: root 410 .rc.. kworker/79:0
Jan 31 21:48:49 Brahms2 root: root 411 .rc.. kworker/79:0H
Jan 31 21:48:49 Brahms2 root: root 412 .rc.. kdevtmpfs
Jan 31 21:48:49 Brahms2 root: root 413 .rc.. netns
Jan 31 21:48:49 Brahms2 root: root 426 .rc.. kworker/43:1
Jan 31 21:48:49 Brahms2 root: root 429 .rc.. kworker/41:1
Jan 31 21:48:49 Brahms2 root: root 444 .rc.. kworker/44:1
Jan 31 21:48:49 Brahms2 root: root 448 .rc.. kworker/45:1
Jan 31 21:48:49 Brahms2 root: root 540 .rc.. kworker/48:1
Jan 31 21:48:49 Brahms2 root: root 554 .rc.. kworker/46:1
Jan 31 21:48:49 Brahms2 root: root 645 .rc.. kworker/49:1
Jan 31 21:48:49 Brahms2 root: root 759 .rc.. kworker/42:1
Jan 31 21:48:49 Brahms2 root: root 760 .rc.. oom_reaper
Jan 31 21:48:49 Brahms2 root: root 761 .rc.. writeback
Jan 31 21:48:49 Brahms2 root: root 763 .rc.. kcompactd0
Jan 31 21:48:49 Brahms2 root: root 764 .rc.. kcompactd2
Jan 31 21:48:49 Brahms2 root: root 765 .rc.. ksmd
Jan 31 21:48:49 Brahms2 root: root 766 .rc.. khugepaged
Jan 31 21:48:49 Brahms2 root: root 767 .rc.. crypto
Jan 31 21:48:49 Brahms2 root: root 768 .rc.. kintegrityd
Jan 31 21:48:49 Brahms2 root: root 770 .rc.. kblockd
Jan 31 21:48:49 Brahms2 root: root 771 .rc.. kworker/u163:1
Jan 31 21:48:49 Brahms2 root: root 824 .rc.. kworker/23:1
Jan 31 21:48:49 Brahms2 root: root 835 .rc.. kworker/21:1
Jan 31 21:48:49 Brahms2 root: root 861 .rc.. kworker/24:1
Jan 31 21:48:49 Brahms2 root: root 865 .rc.. kworker/25:1
Jan 31 21:48:49 Brahms2 root: root 870 .rc.. kworker/27:1
Jan 31 21:48:49 Brahms2 root: root 881 .rc.. kworker/66:1
Jan 31 21:48:49 Brahms2 root: root 932 .rc.. kworker/60:1
Jan 31 21:48:49 Brahms2 root: root 947 .rc.. kworker/28:1
Jan 31 21:48:49 Brahms2 root: root 949 .rc.. kworker/29:1
Jan 31 21:48:49 Brahms2 root: root 951 .rc.. kworker/65:1
Jan 31 21:48:49 Brahms2 root: root 953 .rc.. kworker/67:1
Jan 31 21:48:49 Brahms2 root: root 958 .rc.. kworker/68:1
Jan 31 21:48:49 Brahms2 root: root 960 .rc.. kworker/63:1
Jan 31 21:48:49 Brahms2 root: root 977 .rc.. kworker/20:1
Jan 31 21:48:49 Brahms2 root: root 995 .rc.. kworker/69:1
Jan 31 21:48:49 Brahms2 root: root 1024 .rc.. ata_sff
Jan 31 21:48:49 Brahms2 root: root 1033 .rc.. kworker/61:1
Jan 31 21:48:49 Brahms2 root: root 1046 .rc.. edac-poller
Jan 31 21:48:49 Brahms2 root: root 1048 .rc.. devfreq_wq
Jan 31 21:48:49 Brahms2 root: root 1051 .rc.. kworker/64:1
Jan 31 21:48:49 Brahms2 root: root 1342 .rc.. kworker/62:1
Jan 31 21:48:49 Brahms2 root: root 1343 .rc.. kworker/22:1
Jan 31 21:48:49 Brahms2 root: root 1346 .rc.. kworker/1:1
Jan 31 21:48:49 Brahms2 root: root 1347 .rc.. kworker/2:1
Jan 31 21:48:49 Brahms2 root: root 1348 .rc.. kworker/3:1
Jan 31 21:48:49 Brahms2 root: root 1349 .rc.. kworker/4:1
Jan 31 21:48:49 Brahms2 root: root 1351 .rc.. kworker/5:1
Jan 31 21:48:49 Brahms2 root: root 1352 .rc.. kworker/6:1
Jan 31 21:48:49 Brahms2 root: root 1353 .rc.. kworker/7:1
Jan 31 21:48:49 Brahms2 root: root 1354 .rc.. kworker/8:1
Jan 31 21:48:49 Brahms2 root: root 1355 .rc.. kworker/9:1
Jan 31 21:48:49 Brahms2 root: root 1357 .rc.. kworker/10:1
Jan 31 21:48:49 Brahms2 root: root 1359 .rc.. kworker/11:1
Jan 31 21:48:49 Brahms2 root: root 1360 .rc.. kworker/12:1
Jan 31 21:48:49 Brahms2 root: root 1361 .rc.. kworker/40:1
Jan 31 21:48:49 Brahms2 root: root 1363 .rc.. kworker/13:1
Jan 31 21:48:49 Brahms2 root: root 1364 .rc.. kworker/14:1
Jan 31 21:48:49 Brahms2 root: root 1366 .rc.. kworker/15:1
Jan 31 21:48:49 Brahms2 root: root 1367 .rc.. kworker/16:1
Jan 31 21:48:49 Brahms2 root: root 1368 .rc.. kworker/17:1
Jan 31 21:48:49 Brahms2 root: root 1370 .rc.. kworker/18:1
Jan 31 21:48:49 Brahms2 root: root 1371 .rc.. kworker/19:1
Jan 31 21:48:49 Brahms2 root: root 1373 .rc.. kworker/30:1
Jan 31 21:48:49 Brahms2 root: root 1374 .rc.. kworker/31:1
Jan 31 21:48:49 Brahms2 root: root 1376 .rc.. kworker/50:1
Jan 31 21:48:49 Brahms2 root: root 1377 .rc.. kworker/53:1
Jan 31 21:48:49 Brahms2 root: root 1378 .rc.. kworker/51:1
Jan 31 21:48:49 Brahms2 root: root 1380 .rc.. kworker/32:1
Jan 31 21:48:49 Brahms2 root: root 1381 .rc.. kworker/33:1
Jan 31 21:48:49 Brahms2 root: root 1383 .rc.. kworker/34:1
Jan 31 21:48:49 Brahms2 root: root 1384 .rc.. kworker/35:1
Jan 31 21:48:49 Brahms2 root: root 1385 .rc.. kworker/36:1
Jan 31 21:48:49 Brahms2 root: root 1386 .rc.. kworker/38:1
Jan 31 21:48:49 Brahms2 root: root 1387 .rc.. kworker/37:1
Jan 31 21:48:49 Brahms2 root: root 1388 .rc.. kworker/52:1
Jan 31 21:48:49 Brahms2 root: root 1389 .rc.. kworker/39:1
Jan 31 21:48:49 Brahms2 root: root 1390 .rc.. kworker/54:1
Jan 31 21:48:49 Brahms2 root: root 1391 .rc.. kworker/55:1
Jan 31 21:48:49 Brahms2 root: root 1392 .rc.. kworker/58:1
Jan 31 21:48:49 Brahms2 root: root 1393 .rc.. kworker/57:1
Jan 31 21:48:49 Brahms2 root: root 1394 .rc.. kworker/59:1
Jan 31 21:48:49 Brahms2 root: root 1395 .rc.. kworker/56:1
Jan 31 21:48:49 Brahms2 root: root 1396 .rc.. kworker/70:1
Jan 31 21:48:49 Brahms2 root: root 1397 .rc.. kworker/71:1
Jan 31 21:48:49 Brahms2 root: root 1398 .rc.. kworker/75:1
Jan 31 21:48:49 Brahms2 root: root 1399 .rc.. kworker/74:1
Jan 31 21:48:49 Brahms2 root: root 1400 .rc.. kworker/72:1
Jan 31 21:48:49 Brahms2 root: root 1401 .rc.. kworker/73:1
Jan 31 21:48:49 Brahms2 root: root 1402 .rc.. kworker/76:1
Jan 31 21:48:49 Brahms2 root: root 1403 .rc.. kworker/77:1
Jan 31 21:48:49 Brahms2 root: root 1404 .rc.. kworker/79:1
Jan 31 21:48:49 Brahms2 root: root 1405 .rc.. kworker/78:1
Jan 31 21:48:49 Brahms2 root: root 1406 .rc.. kworker/u162:1
Jan 31 21:48:49 Brahms2 root: root 1417 .rc.. kworker/u162:3
Jan 31 21:48:49 Brahms2 root: root 1429 .rc.. kworker/u164:1
Jan 31 21:48:49 Brahms2 root: root 1656 .rc.. kswapd0
Jan 31 21:48:49 Brahms2 root: root 1657 .rc.. kswapd2
Jan 31 21:48:49 Brahms2 root: root 1767 .rc.. kthrotld
Jan 31 21:48:49 Brahms2 root: root 2041 .rc.. vfio-irqfd-clea
Jan 31 21:48:49 Brahms2 root: root 2044 .rc.. kworker/u160:1
Jan 31 21:48:49 Brahms2 root: root 2046 .rc.. kworker/0:2
Jan 31 21:48:49 Brahms2 root: root 2092 .rc.. kworker/22:2
Jan 31 21:48:49 Brahms2 root: root 2160 .rc.. ipv6_addrconf
Jan 31 21:48:49 Brahms2 root: root 2261 .rc.. kworker/48:2
Jan 31 21:48:49 Brahms2 root: root 2264 .rc.. scsi_eh_0
Jan 31 21:48:49 Brahms2 root: root 2265 .rc.. scsi_tmf_0
Jan 31 21:48:49 Brahms2 root: root 2266 .rc.. usb-storage
Jan 31 21:48:49 Brahms2 root: root 2271 .rc.. kworker/42:2
Jan 31 21:48:49 Brahms2 root: root 2321 .rc.. kworker/1:2
Jan 31 21:48:49 Brahms2 root: root 2447 frce. udevd
Jan 31 21:48:49 Brahms2 root: root 2519 .rc.. loop0
Jan 31 21:48:49 Brahms2 root: root 2520 .rc.. kworker/44:1H
Jan 31 21:48:49 Brahms2 root: root 2521 .rc.. kworker/63:1H
Jan 31 21:48:49 Brahms2 root: root 2522 .rc.. kworker/49:1H
Jan 31 21:48:49 Brahms2 root: root 2523 .rc.. loop1
Jan 31 21:48:49 Brahms2 root: root 2524 .rc.. kworker/74:1H
Jan 31 21:48:49 Brahms2 root: root 2525 .rc.. kworker/43:1H
Jan 31 21:48:49 Brahms2 root: root 2535 .rc.. kworker/52:1H
Jan 31 21:48:49 Brahms2 root: root 2552 .rc.. kworker/72:1H
Jan 31 21:48:49 Brahms2 root: root 2580 .rc.. kworker/65:1H
Jan 31 21:48:49 Brahms2 root: root 2581 .rc.. kworker/36:1H
Jan 31 21:48:49 Brahms2 root: root 2650 .rc.. kworker/0:1H
Jan 31 21:48:49 Brahms2 root: root 2669 .rc.. kworker/35:1H
Jan 31 21:48:49 Brahms2 root: root 2686 .rc.. kworker/51:1H
Jan 31 21:48:49 Brahms2 root: root 2687 .rc.. kworker/45:1H
Jan 31 21:48:49 Brahms2 root: root 2698 .rc.. acpi_thermal_pm
Jan 31 21:48:49 Brahms2 root: root 2699 .rc.. kworker/75:1H
Jan 31 21:48:49 Brahms2 root: root 2700 .rc.. kworker/0:3
Jan 31 21:48:49 Brahms2 root: root 2701 .rc.. kworker/21:1H
Jan 31 21:48:49 Brahms2 root: root 2704 .rc.. kipmi0
Jan 31 21:48:49 Brahms2 root: root 2705 .rc.. kworker/76:1H
Jan 31 21:48:49 Brahms2 root: root 2706 .rc.. scsi_eh_1
Jan 31 21:48:49 Brahms2 root: root 2707 .rc.. scsi_eh_2
Jan 31 21:48:49 Brahms2 root: root 2708 .rc.. scsi_tmf_1
Jan 31 21:48:49 Brahms2 root: root 2709 .rc.. scsi_tmf_2
Jan 31 21:48:49 Brahms2 root: root 2710 .rc.. scsi_eh_3
Jan 31 21:48:49 Brahms2 root: root 2711 .rc.. scsi_tmf_3
Jan 31 21:48:49 Brahms2 root: root 2712 .rc.. kworker/48:1H
Jan 31 21:48:49 Brahms2 root: root 2745 .rc.. kworker/59:1H
Jan 31 21:48:49 Brahms2 root: root 2775 .rc.. kworker/42:1H
Jan 31 21:48:49 Brahms2 root: root 2845 .rce. rsyslogd
Jan 31 21:48:49 Brahms2 root: root 2873 .rc.. kworker/7:1H
Jan 31 21:48:49 Brahms2 root: root 2874 .rc.. kworker/11:1H
Jan 31 21:48:49 Brahms2 root: root 2875 .rc.. kworker/24:1H
Jan 31 21:48:49 Brahms2 root: root 2876 .rc.. kworker/8:1H
Jan 31 21:48:49 Brahms2 root: root 2877 .rc.. kworker/3:1H
Jan 31 21:48:49 Brahms2 root: root 2878 .rc.. kworker/2:1H
Jan 31 21:48:49 Brahms2 root: root 2879 .rc.. kworker/5:1H
Jan 31 21:48:49 Brahms2 root: root 2880 .rc.. kworker/4:1H
Jan 31 21:48:49 Brahms2 root: root 2881 .rc.. kworker/64:1H
Jan 31 21:48:49 Brahms2 root: root 2882 .rc.. kworker/41:1H
Jan 31 21:48:49 Brahms2 root: root 2883 .rc.. kworker/1:1H
Jan 31 21:48:49 Brahms2 root: root 2884 .rc.. kworker/61:1H
Jan 31 21:48:49 Brahms2 root: root 2885 .rc.. kworker/46:1H
Jan 31 21:48:49 Brahms2 root: root 2886 .rc.. kworker/6:1H
Jan 31 21:48:49 Brahms2 root: root 2887 .rc.. kworker/9:1H
Jan 31 21:48:49 Brahms2 root: root 2888 .rc.. kworker/40:1H
Jan 31 21:48:49 Brahms2 root: root 2889 .rc.. kworker/47:1H
Jan 31 21:48:49 Brahms2 root: root 2890 .rc.. kworker/71:1H
Jan 31 21:48:49 Brahms2 root: root 2891 .rc.. kworker/39:1H
Jan 31 21:48:49 Brahms2 root: root 2892 .rc.. kworker/14:1H
Jan 31 21:48:49 Brahms2 root: root 2893 .rc.. kworker/54:1H
Jan 31 21:48:49 Brahms2 root: root 2894 .rc.. kworker/31:1H
Jan 31 21:48:49 Brahms2 root: root 2895 .rc.. kworker/32:1H
Jan 31 21:48:49 Brahms2 root: root 2896 .rc.. kworker/38:1H
Jan 31 21:48:49 Brahms2 root: root 2897 .rc.. kworker/78:1H
Jan 31 21:48:49 Brahms2 root: root 2898 .rc.. kworker/79:1H
Jan 31 21:48:49 Brahms2 root: root 2899 .rc.. kworker/77:1H
Jan 31 21:48:49 Brahms2 root: root 2900 .rc.. kworker/37:1H
Jan 31 21:48:49 Brahms2 root: root 2901 .rc.. kworker/30:1H
Jan 31 21:48:49 Brahms2 root: root 2902 .rc.. kworker/55:1H
Jan 31 21:48:49 Brahms2 root: root 2903 .rc.. kworker/34:1H
Jan 31 21:48:49 Brahms2 root: root 2904 .rc.. kworker/12:1H
Jan 31 21:48:49 Brahms2 root: root 2905 .rc.. kworker/13:1H
Jan 31 21:48:49 Brahms2 root: root 2906 .rc.. kworker/16:1H
Jan 31 21:48:49 Brahms2 root: root 2907 .rc.. kworker/10:1H
Jan 31 21:48:49 Brahms2 root: root 2908 .rc.. kworker/17:1H
Jan 31 21:48:49 Brahms2 root: root 2909 .rc.. kworker/33:1H
Jan 31 21:48:49 Brahms2 root: root 2910 .rc.. kworker/19:1H
Jan 31 21:48:49 Brahms2 root: root 2911 .rc.. kworker/56:1H
Jan 31 21:48:49 Brahms2 root: root 2912 .rc.. kworker/23:1H
Jan 31 21:48:49 Brahms2 root: root 2913 .rc.. kworker/70:1H
Jan 31 21:48:49 Brahms2 root: root 2914 .rc.. kworker/73:1H
Jan 31 21:48:49 Brahms2 root: root 2915 .rc.. kworker/25:1H
Jan 31 21:48:49 Brahms2 root: root 2916 .rc.. kworker/50:1H
Jan 31 21:48:49 Brahms2 root: root 2917 .rc.. kworker/15:1H
Jan 31 21:48:49 Brahms2 root: root 2918 .rc.. kworker/26:1H
Jan 31 21:48:49 Brahms2 root: root 2919 .rc.. kworker/66:1H
Jan 31 21:48:49 Brahms2 root: root 2920 .rc.. kworker/67:1H
Jan 31 21:48:49 Brahms2 root: root 2921 .rc.. kworker/27:1H
Jan 31 21:48:49 Brahms2 root: root 2922 .rc.. kworker/68:1H
Jan 31 21:48:49 Brahms2 root: root 2923 .rc.. kworker/28:1H
Jan 31 21:48:49 Brahms2 root: root 2924 .rc.. kworker/53:1H
Jan 31 21:48:49 Brahms2 root: root 2925 .rc.. kworker/29:1H
Jan 31 21:48:49 Brahms2 root: root 2926 .rc.. kworker/69:1H
Jan 31 21:48:49 Brahms2 root: root 2927 .rc.. kworker/22:1H
Jan 31 21:48:49 Brahms2 root: root 2928 .rc.. kworker/62:1H
Jan 31 21:48:49 Brahms2 root: root 2929 .rc.. kworker/58:1H
Jan 31 21:48:49 Brahms2 root: root 2930 .rc.. kworker/20:1H
Jan 31 21:48:49 Brahms2 root: root 2931 .rc.. kworker/57:1H
Jan 31 21:48:49 Brahms2 root: root 2932 .rc.. kworker/60:1H
Jan 31 21:48:49 Brahms2 root: root 2933 .rc.. kworker/18:1H
Jan 31 21:48:49 Brahms2 root: root 2958 .rc.. bond0
Jan 31 21:48:49 Brahms2 root: root 2983 .rc.. kworker/47:2
Jan 31 21:48:49 Brahms2 root: root 2993 .rc.. kworker/44:2
Jan 31 21:48:49 Brahms2 root: root 3059 .rce. dhcpcd
Jan 31 21:48:49 Brahms2 root: messagebus 3071 Frce. dbus-daemon
Jan 31 21:48:49 Brahms2 root: rpc 3079 Frce. rpcbind
Jan 31 21:48:49 Brahms2 root: rpc 3083 Frce. rpc.statd
Jan 31 21:48:49 Brahms2 root: root 3093 .rce. inetd
Jan 31 21:48:49 Brahms2 root: root 3101 .rce. sshd
Jan 31 21:48:49 Brahms2 root: ntp 3113 .rce. ntpd
Jan 31 21:48:49 Brahms2 root: root 3119 Frce. acpid
Jan 31 21:48:49 Brahms2 root: root 3129 .rce. crond
Jan 31 21:48:49 Brahms2 root: daemon 3131 Frce. atd
Jan 31 21:48:49 Brahms2 root: root 5734 .rc.. md
Jan 31 21:48:49 Brahms2 root: root 5735 .rc.. mdrecoveryd
Jan 31 21:48:49 Brahms2 root: root 5743 .rc.. spinupd
Jan 31 21:48:49 Brahms2 root: avahi 5769 .rce. avahi-daemon
Jan 31 21:48:49 Brahms2 root: avahi 5770 .rce. avahi-daemon
Jan 31 21:48:49 Brahms2 root: root 5779 Frce. avahi-dnsconfd
Jan 31 21:48:49 Brahms2 root: root 5792 Frce. emhttpd
Jan 31 21:48:49 Brahms2 root: root 5821 Frce. nginx
Jan 31 21:48:49 Brahms2 root: nobody 5822 Frce. nginx
Jan 31 21:48:49 Brahms2 root: root 5831 .rc.. unraidd
Jan 31 21:48:49 Brahms2 root: root 5845 Frce. diskload
Jan 31 21:48:49 Brahms2 root: root 5983 .rc.. xfsalloc
Jan 31 21:48:49 Brahms2 root: root 5985 .rc.. xfs_mru_cache
Jan 31 21:48:49 Brahms2 root: root 6006 .rc.. btrfs-worker
Jan 31 21:48:49 Brahms2 root: root 6007 .rc.. kworker/u165:0
Jan 31 21:48:49 Brahms2 root: root 6008 .rc.. kworker/u166:0
Jan 31 21:48:49 Brahms2 root: root 6009 .rc.. kworker/u167:0
Jan 31 21:48:49 Brahms2 root: root 6010 .rc.. kworker/u168:0
Jan 31 21:48:49 Brahms2 root: root 6011 .rc.. kworker/u169:0
Jan 31 21:48:49 Brahms2 root: root 6012 .rc.. btrfs-worker-hi
Jan 31 21:48:49 Brahms2 root: root 6013 .rc.. btrfs-delalloc
Jan 31 21:48:49 Brahms2 root: root 6014 .rc.. btrfs-flush_del
Jan 31 21:48:49 Brahms2 root: root 6015 .rc.. btrfs-cache
Jan 31 21:48:49 Brahms2 root: root 6016 .rc.. btrfs-submit
Jan 31 21:48:49 Brahms2 root: root 6017 .rc.. btrfs-fixup
Jan 31 21:48:49 Brahms2 root: root 6018 .rc.. btrfs-endio
Jan 31 21:48:49 Brahms2 root: root 6019 .rc.. btrfs-endio-met
Jan 31 21:48:49 Brahms2 root: root 6020 .rc.. btrfs-endio-met
Jan 31 21:48:49 Brahms2 root: root 6021 .rc.. btrfs-endio-rai
Jan 31 21:48:49 Brahms2 root: root 6022 .rc.. btrfs-endio-rep
Jan 31 21:48:49 Brahms2 root: root 6023 .rc.. btrfs-rmw
Jan 31 21:48:49 Brahms2 root: root 6024 .rc.. btrfs-endio-wri
Jan 31 21:48:49 Brahms2 root: root 6025 .rc.. btrfs-freespace
Jan 31 21:48:49 Brahms2 root: root 6026 .rc.. btrfs-delayed-m
Jan 31 21:48:49 Brahms2 root: root 6027 .rc.. btrfs-readahead
Jan 31 21:48:49 Brahms2 root: root 6028 .rc.. btrfs-qgroup-re
Jan 31 21:48:49 Brahms2 root: root 6029 .rc.. btrfs-extent-re
Jan 31 21:48:49 Brahms2 root: root 6030 .rc.. btrfs-cleaner
Jan 31 21:48:49 Brahms2 root: root 6031 .rc.. btrfs-transacti
Jan 31 21:48:49 Brahms2 root: root 6313 .rc.. kworker/u160:2
Jan 31 21:48:49 Brahms2 root: root 6700 .rc.. loop3
Jan 31 21:48:49 Brahms2 root: root 6701 .rc.. btrfs-worker
Jan 31 21:48:49 Brahms2 root: root 6702 .rc.. btrfs-worker-hi
Jan 31 21:48:49 Brahms2 root: root 6703 .rc.. btrfs-delalloc
Jan 31 21:48:49 Brahms2 root: root 6704 .rc.. btrfs-flush_del
Jan 31 21:48:49 Brahms2 root: root 6705 .rc.. btrfs-cache
Jan 31 21:48:49 Brahms2 root: root 6706 .rc.. btrfs-submit
Jan 31 21:48:49 Brahms2 root: root 6707 .rc.. btrfs-fixup
Jan 31 21:48:49 Brahms2 root: root 6708 .rc.. btrfs-endio
Jan 31 21:48:49 Brahms2 root: root 6709 .rc.. btrfs-endio-met
Jan 31 21:48:49 Brahms2 root: root 6710 .rc.. btrfs-endio-met
Jan 31 21:48:49 Brahms2 root: root 6711 .rc.. btrfs-endio-rai
Jan 31 21:48:49 Brahms2 root: root 6712 .rc.. btrfs-endio-rep
Jan 31 21:48:49 Brahms2 root: root 6713 .rc.. btrfs-rmw
Jan 31 21:48:49 Brahms2 root: root 6714 .rc.. btrfs-endio-wri
Jan 31 21:48:49 Brahms2 root: root 6715 .rc.. btrfs-freespace
Jan 31 21:48:49 Brahms2 root: root 6716 .rc.. btrfs-delayed-m
Jan 31 21:48:49 Brahms2 root: root 6717 .rc.. btrfs-readahead
Jan 31 21:48:49 Brahms2 root: root 6718 .rc.. btrfs-qgroup-re
Jan 31 21:48:49 Brahms2 root: root 6719 .rc.. btrfs-extent-re
Jan 31 21:48:49 Brahms2 root: root 6720 .rc.. btrfs-cleaner
Jan 31 21:48:49 Brahms2 root: root 6721 .rc.. btrfs-transacti
Jan 31 21:48:49 Brahms2 root: root 6758 Frce. libvirtd
Jan 31 21:48:49 Brahms2 root: root 6788 .rc.. kworker/43:2
Jan 31 21:48:49 Brahms2 root: root 6842 .rc.. kworker/26:2
Jan 31 21:48:49 Brahms2 root: root 7164 .rc.. kworker/8:2
Jan 31 21:48:49 Brahms2 root: root 7638 .rc.. kworker/46:2
Jan 31 21:48:49 Brahms2 root: root 9501 .rc.. kworker/u161:1
Jan 31 21:48:49 Brahms2 root: root 9719 .rc.. kworker/u161:2
Jan 31 21:48:49 Brahms2 root: root 12352 .rc.. kworker/u161:0
Jan 31 21:48:49 Brahms2 root: root 12353 .rc.. kworker/u161:3
Jan 31 21:48:49 Brahms2 root: root 12463 Frce. emhttpd
Jan 31 21:48:49 Brahms2 root: root 12465 Frce. sh
Jan 31 21:48:49 Brahms2 root: root 12466 Frce. tail
Jan 31 21:48:49 Brahms2 root: root 14240 .rc.. kworker/40:2
Jan 31 21:48:49 Brahms2 root: root 14385 .rc.. kworker/41:2
Jan 31 21:48:49 Brahms2 root: root 14490 .rc.. kworker/8:0
Jan 31 21:48:49 Brahms2 root: root 15490 .rc.. kworker/u162:0
Jan 31 21:48:49 Brahms2 root: root 15491 .rc.. kworker/u162:2
Jan 31 21:48:49 Brahms2 root: root 15499 frce. rc.0
Jan 31 21:48:49 Brahms2 root: root 15508 frce. rc.local_shutdo
Jan 31 21:48:49 Brahms2 root: root 15576 Frce. sleep
Jan 31 21:48:49 Brahms2 root: root 15585 .rce. logger
Jan 31 21:48:49 Brahms2 root: Active pids left on /dev/md*
Jan 31 21:48:49 Brahms2 root: Generating diagnostics...

 

brahms2-diagnostics-20180131-2143.zip

  • Author

OK

For the first issue, I discovered the kernel panic again in the vm os, and was able to determine (with some reading online) that there is a 64 cpu limit. I then proceeded to make a blank vm and assign all 80 cores with no os, and low and behold it boots instantly, even with up up to 32GB of ram. so no problem there.

 

BUT this is only when using VNC. If you attempt GPU passthrough, it will sit for a looooong time pegging the assigned cores at 100% until it's good and ready to do something. If you force quite the vm while it's in this "hang" it will lock up the system as shown above.

 

so "sovled" but I'd really like to not have to wait forever to boot a vm with GPU using lots of cores. here is a quick test showing how long it takes to get to the bios screen from vm launch:

5 vCPU
:17

10 vCPU
6:26

20 vCPU
9:35

30 vCPU
16:15

64 vCPU
Still waiting….

 

 

I have seen mention of this issue before on the forums. Is there a way to address the excessively long boot times on vm's using "lots" of cpus (10 really isn't a lot) with GPU passthrough?

If you need all this performance then surely using the OS directly?

 

You'll be throwing performance out of the window otherwise???

 

Remember your also spending time and effort getting this to work.

  • Author
3 hours ago, Interstellar said:

If you need all this performance then surely using the OS directly?

 

You'd think, but OSX doesn't work on much but a "relatively" small amount of hardware. Windows requires a server license to run 4 processors. And I already have all this powerful stuff sitting around, so why drop 5-10k more?

 

3 hours ago, Interstellar said:

You'll be throwing performance out of the window otherwise???

Added performance benefit vs off the shelf availability in terms of osx. In windows, about a 2-5% loss. But again, i'm also saving thousands.

 

3 hours ago, Interstellar said:

Remember your also spending time and effort getting this to work.

Totally worth it. It's a learning experience. And as more and more higher core count cpu's make it to the consumer market, this is going to be a problem for more and more users. Maybe not 80 cores, but certainly 20 and 30.

17 hours ago, 1812 said:

I have seen mention of this issue before on the forums. Is there a way to address the excessively long boot times on vm's using "lots" of cpus (10 really isn't a lot) with GPU passthrough?

 

Interesting observation on # vcpu increasing time to bios post. 

 

Does the time decrease using Q35 vs i440fx for chipset? Or Seabios vs OVMF?

  • Author
7 minutes ago, eschultz said:

 

Interesting observation on # vcpu increasing time to bios post. 

 

Does the time decrease using Q35 vs i440fx for chipset? Or Seabios vs OVMF?

 

I'm using OVMF Q35 2.10. I've looked online and seem some reports of issues with OVMF, the issue being when using any type of passthrough and core counts higher than a few it does what I am experiencing. Once I'm done with some morning work, I'll play around with chipsets and seabios as well to see if there is a difference.

What was the solution, or wasn't there one?

 

Did you try replacing all the vcpu and cputune line with this:

 

<vcpu placement='static'>64</vcpu>

  • Author
19 minutes ago, lionelhutz said:

What was the solution, or wasn't there one?

 

Did you try replacing all the vcpu and cputune line with this:

 

<vcpu placement='static'>64</vcpu>

 

No solutions proposed.

 

There is no benefit to dynamically setting the cores the vm uses in this use case. In actuality, what it does is cause audio/video distortions as the host moves the thread around the processor. I've done it before and did do it again just to double check. And it does not alter the boot time vs. specifying the vcpu assignments.

Edited by 1812

  • Author

testing from this am. Ram allocation takes approximately 5-10 seconds for the 12gb used in each test after clicking start. VM then soft starts graphics output, which is when I start timing:

 

 

Seabios Q35 10 cores
0:10

Seabios Q35 40 cores
0:20

Seabios i440fx-2.10 10 cores
0:05

Seabios i440fx-2.10 40 cores
0:25

OVMF i440fx-2.10 10 cores
2:05

OVMF i440fx-2.10 40 cores
12:35

 

testing from this am. Ram allocation takes approximately 5-10 seconds for the 12gb used in each test after clicking start. VM then soft starts graphics output, which is when I start timing:
 
 
Seabios Q35 10 cores0:10Seabios Q35 40 cores0:20Seabios i440fx-2.10 10 cores0:05Seabios i440fx-2.10 40 cores0:25OVMF i440fx-2.10 10 cores2:05OVMF i440fx-2.10 40 cores12:35

 

Thanks for testing. Looks like a issue with OVMF, even with the very latest version from TianaCore.

I'm able to reproduce on a machine here so I'll try to track down the issue.
  • Author
1 hour ago, eschultz said:

Thanks for testing. Looks like a issue with OVMF, even with the very latest version from TianaCore.

I'm able to reproduce on a machine here so I'll try to track down the issue.

 

THAT WOULD BE AWESOME!!!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.