/srv/irclogs.ubuntu.com/2018/03/02/#ubuntu-kernel.txt

raidghostTJ-: was my bug report correct made?10:29
TJ-raidghost: what's the bug number? I have private messages blocked so I didn't see it yesterday10:31
* apw didn't know you could block PMs ... interesting10:32
TJ-apw:  /umode +g10:33
TJ-apw: you get a server message telling you a msg was blocked, and you can have a PM with that person by doing "/query <nick> hi" to open it from your side10:34
apwoh that is quite nice if you are getting slapped about10:34
TJ-raidghost: post the buglink, apw is someone I'd like to see it :)10:35
TJ-apw: being in support channels, without +g, everyone thinks they're special and can get 1-to-1 help10:35
TJ-apw: raidghost's issue is that there is a system with 12 DVB devices in and the kernel config is hard-coded to 8... the request is to increase that, I'm going to suggest 16 ... hopefully the bug number will be provided soon. The problem is 4 devices don't get initialised due to insufficient device numbers10:37
apwyeah i bet, most people do think they are special :)10:37
TJ-apw: in this case 3 physical adapters each with 4 DVB frontends10:38
apwi'm sparticus10:38
apwTJ-, that doesn't sound like an unreasonable request, if it isn't making multi-megabyte buffers for DVD cards you don't have at least10:39
TJ-It needs DVB_MAX_ADAPTERS=16 rather than =810:39
TJ-apw: right... raidghost show is the bug link !10:39
apwthe default is 16, so that should tell me something :)10:40
apwyeah and they changed the defualt quite recently10:40
TJ-sounds like a no-brainer as they say, then10:41
apwif someone gives me the buglink i will add some commentary10:41
TJ-raidghost: yooo-hoooo, anyone home!?!?10:41
apwi am more suppriused it isn't something could be changed later, very odd10:41
TJ-apw: me too, you can change the minor numbers but not the major10:41
apwmostly those kinds of configs now define the number which are made by defualt10:42
TJ-like you suggested, maybe it was a reserved bufferse compromise10:42
apwfor old s/w which cannot cope with asking for new ones10:42
apwi don't see it doing that, so i think it is just 8 ... noone could have more than 810:42
TJ-yeah, that's what I expected, but it is hard coded with no over-ride10:42
raidghostTJ-: of course anyone home :P10:42
TJ-raidghost: show us the buglink .. apw is raring to go :)10:42
raidghosthttps://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/175269210:43
ubot5`Ubuntu bug 1752692 in linux-hwe (Ubuntu) "Increase DVB_MAX_ADAPTERS from 8 to 16 in kernel config" [Undecided,New]10:43
raidghostnot sure if its made the propper way. But i gave it a try10:43
TJ-raidghost: can you attach the system logs using "apport-collect 1752692"10:47
raidghostTJ-: Would that show everything? i know there has been some issues with mdraid and others. But now fixed.10:48
TJ-raidghost: it's the standard bug info collection tool, you could just attach the output of 'dmesg' ("dmseg > /tmp/dmesg.log") 10:49
raidghostgive me a sec. had to isntall python-apport10:55
raidghostweird. Bad bot go away. didnt like my links :P10:56
raidghosti use my ubuntu username and password. 10:58
raidghostSomething went wrong TJ- 11:08
TJ-raidghost: just log-in to Launchpad and attach the captured dmesg output manually11:11
LocutusOfBorghello guys11:12
LocutusOfBorgvboxvideo.ko:11:12
LocutusOfBorgRunning module version sanity check.11:12
LocutusOfBorgError! Module version 5.2.8_Ubuntu for vboxvideo.ko11:12
LocutusOfBorgis not newer than what is already found in kernel 4.15.0-10-generic (5.2.8_Ubuntu).11:12
LocutusOfBorgYou may override by specifying --force.11:12
LocutusOfBorgthis makes *no* sense11:12
raidghostTj: so just use add a comment or attachment. and write in description dmesg and just upload file?11:12
LocutusOfBorgsforshee, apw^^^ AFAIK vboxvideo is from staging, and *can't* return such version11:12
apwLocutusOfBorg, indeed, the dkms version checker is bonkers11:12
LocutusOfBorgI did modinfo and there is no 5.2.811:12
apwit cannot cope with the idea that the module you have has no version field but the dkms one does11:12
apwit is a bug in dkms11:12
LocutusOfBorgack, thanks for confirming11:13
LocutusOfBorgso "if version == NULL" pass?11:13
apwit more correctly should sya, these two use different versioning so i cannot make any kind of judgement11:13
LocutusOfBorgI would like to fix it11:13
apwLocutusOfBorg, if we are using the in kernle one from 4.15 upwards then you can tell the dkms package that11:13
apwthat it is not appopriate for that system11:13
apwobsolete after, something like that11:13
TJ-raidghost: yes, log-in to LP, at the bottom of the bug page there's the "Add atachment or patch" link11:15
raidghostTJ-: Done11:17
TJ-raidghost: you'll see apw has already adopted the bug so it's in progress11:18
raidghostthats why it says invalid on some affects?11:18
TJ-raidghost: correct, he's assigned it to the correct projects/packages11:19
raidghostI wrote 4 cards, since gonna install the last card tonight. Hoe that doesnt kill the prosess11:19
TJ-raidghost: the new default in mainline is to set the value to 16, which would support 4 adapters with 4 heads each11:20
raidghostGreat <3 What time aspect do you think it will take?11:20
TJ-raidghost: can't say, but watch the bug report. It's a pretty trivial change.11:21
raidghostThanks alot for help both you and apw. And the rest of ubuntu <311:22
raidghostbreakfast time here in norway. See you later. 11:23
=== zyga_ is now known as zyga
LocutusOfBorgapw, this is even worse, the vboxvideo from vbox-guest-dkms is not installed at all now11:26
apwright because it thinks the one we have is good11:39
LocutusOfBorgI found a fix11:51
LocutusOfBorgthat 5.2.8 was leftover from previous modules verification, initializing it with 0 makes everything work11:52
LocutusOfBorgand the check with version not found is: 5.2.8 > 0 -> install11:53
LocutusOfBorgthis is the patch:11:54
LocutusOfBorgvboxvideo.ko:11:54
LocutusOfBorgRunning module version sanity check.11:54
LocutusOfBorgError! Module version 5.2.8_Ubuntu for vboxvideo.ko11:54
LocutusOfBorgis not newer than what is already found in kernel 4.15.0-10-generic (5.2.8_Ubuntu).11:54
LocutusOfBorgYou may override by specifying --force.11:54
LocutusOfBorgoops11:54
LocutusOfBorgget_module_verinfo() 11:54
LocutusOfBorgthere is an "unset res", but seems to be not unsetting res[1] res[0] res[2]11:55
LocutusOfBorgso, I added res[0]=0 res[1]=0 res[2]=011:55
LocutusOfBorgseems working11:55
LocutusOfBorgdkms uploaded12:15
* LocutusOfBorg feels dirty12:15
LocutusOfBorgnow apw with this dkms, the testsuite will pass, and fail once you merge 5.2.8 in the kernel12:25
LocutusOfBorgthe usual stuff12:26
apwLocutusOfBorg, yep, great, thanks12:54
LocutusOfBorg5.2.8-dfsg-2virtualbox/5.2.8-dfsg-2 dkms/2.3-3ubuntu52018-03-02 12:50:07 UTC0h 04m 03spasslog   artifacts  13:06
apwwhen a userprocess sleeps it asks the krenel to do something13:07
apwand then schedules away to run something else, which may be idle13:07
apwif the machine is not doing anything13:07
apwbut it is not in userspace when it is not doing something13:07
apwwhich is how it multi-tasks13:07
=== henrix_ is now known as henrix
=== zyga_ is now known as zyga
MartiiniI'd wanna compile my own kernel for my laptop17:29
Martiinihttps://kmuto.jp/debian/hcl/Lenovo has device info for kernel compile18:49

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!