Friday, 2020-04-17

*** yaawang has quit IRC01:46
*** yaawang has joined #starlingx01:47
*** rcw has quit IRC01:52
*** yaawang has quit IRC01:52
*** rcw has joined #starlingx01:52
*** yaawang has joined #starlingx01:53
*** rcw has quit IRC02:02
*** yaawang has quit IRC03:40
*** yaawang has joined #starlingx03:41
*** rcw has joined #starlingx03:54
*** rcw has quit IRC04:10
*** mnasiadka has quit IRC05:10
*** mnasiadka has joined #starlingx05:15
*** sgw has quit IRC05:41
*** bengates has joined #starlingx07:23
*** bengates has quit IRC07:34
*** bengates has joined #starlingx07:34
*** bengates has quit IRC10:59
*** bengates has joined #starlingx10:59
*** bengates has quit IRC11:02
*** bengates has joined #starlingx11:03
*** bengates has quit IRC12:04
*** bengates has joined #starlingx12:04
*** ijolliffe has joined #starlingx12:18
*** bengates has quit IRC14:27
*** bengates has joined #starlingx14:27
*** sgw has joined #starlingx14:42
sgwMorning all14:42
sgwdpenney_: jsomervi1: Is the installer kernel different than the kernel that is actually installed and used to boot all the nodes?14:44
jsomervi1sgw Don syncs it with the installer kernel manually14:52
jsomervi1sgw sorry I mean syncs the installer kernel to the main one manually14:53
sgwWe have been seeing an issue with both 3.0 and master after the 1062 update, with the Haydes Canyon NUC with a GPU that the kernel hangs, adding nomodeset seems to fix it.14:59
sgwBut then when when I test removing it again from the controller reboot it works.15:00
*** bengates has quit IRC15:01
*** bengates_ has joined #starlingx15:01
bwensleyFor about a day now I have not received email notifications from opendev (e.g. for new reviews). I haven't changed any settings. Anyone else notice problems?15:06
dpenney_sgw: the update-pxe-network-installer util updates installer images with the kernel from the build. If you're just doing "build-pkgs && build-iso", you would be using the installer from the CENGN build, I think . So if you wanted to make a change to the kernel and have it picked up in the installer, you'd want to run this util, and then rebuild the pxe-network-isntaller RPM and then build-iso15:16
dpenney_the CENGN build updates the installer on every build15:16
bwensleyLooks like OpenDev has been classified as spam15:23
bwensley<frickler> infra-root: seems we are on spamhaus PBL with 104.130.246.32. fungi: IIRC you did the unblocking chant most of the time?15:23
bwensleyThey are looking into it.15:23
sgwspeaking of reviews, this one has been languishing for about a week: https://review.opendev.org/#/c/719098/15:25
dpenney_sgw: just pinged Mitch to take a look15:31
sgwdpenney_: thanks15:33
dpenney_I'll add my +2 after he reviews, since it's related to CVEs15:33
sgwIt's actully just reformatting the report as per Ghada's request15:33
bwensleyLooks like OpenDev issues will be fixed soon: <frickler> ok, I submitted a removal request, this hopefully should take effect in about half an hour, the outstanding notifications should be delivered once the retry timer sets in (not sure about that value)15:39
sgwdpenney_: slittle1: strange question, where should anaconda be getting pulled from, I know it gets built as part of the distro with --installer, but I just saw a failure to download it in a flock layer.15:49
*** yaawang_ has joined #starlingx16:33
*** yaawang has quit IRC16:34
*** bengates_ has quit IRC16:37
*** bengates has joined #starlingx16:38
*** mthebeau has joined #starlingx16:41
*** bengates has quit IRC16:44
sgwdpenney_: slittle1: I feel like I am going crazy, I am getting an error from download_mirror about missing centos_stable_wheels.inc on cengn, and indeed it's not getting generated, I am missing some update?  I am on master17:17
dpenney_sgw: just pinged Scott in case he doesn't see the IRC msg... this is a layered build?17:19
slittle1looking17:20
sgwYes layered build17:20
sgwlatest master just repo sync'ed17:20
sgwslittle1: thanks for checking in!17:20
slittle1two questions ... what arguments are you using?  where are you running within docker ?17:29
sgwIn the docker with ./download_mirror.sh -n -g -c yum.conf, fails right away17:34
sgwERROR: Failed to download from url: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/centos_stable_wheels.inc17:34
slittle1did you only clone stx-tools, or did you do a full repo init/sync17:34
sgwrepo sync of an existing repo flock/master17:35
sgwYou think I am missing something?17:35
slittle1ok, now I know your context17:35
slittle1ok, I container layer didn't recognize that there were changes that should trigger a rebuild.  A rebuild should produce the file.17:41
sgwIs there some way I can work around this?17:46
slittle1try now20:20
sgwIt's happier20:22
*** ijolliffe has quit IRC20:41
sgwWorked, thanks for the fix up20:42
*** mthebeau has quit IRC22:08
jsomervi1sgw dpenney_ Don, have you moved the installer ahead to the 1062 kernel version, or is it still on 957?22:37
dpenney_jsomervi1: it should be automatic as part of the CENGN build. See my response at 11:1622:39
jsomervi1yeah, just saw that seconds before you responded22:40
sgwI am still trying to figure out why the installer hangs with the Hadyes Canyon NUC22:40
sgwBut once installed the kernel will work correctly22:40
jsomervi1can you boot out of the box vanilla centos on it?22:41
sgwBut once installed the kernel will work correctly22:41
sgwYes vanilla centos works!22:41
jsomervi1what version of centos, 7.6, 7.7, 7.8?22:41
sgw7.7.190822:42
jsomervi1should be the same 1062 kernel hmmmmmmmmmm22:42
jsomervi1oh wait22:42
sgwNot exactly the same 1062.2.1 vs 1062.18.1 currently, but I did load the older 2.1 kernel and it worked also22:43
sgwmy big hmm, is why the installer fails but the installed kernel work22:43
jsomervi1I think we're using 1062.1.222:43
sgwI might have dislex'ed those last 2 mnumbers22:44
jsomervi1hold a sec22:44
sgwright 1.222:44
jsomervi1the problem is modeset related on the graphics?22:46
sgwYes, if I add nomodeset to the kernel cmdline during the install boot, it boots, but then that gets carried froward to the installed grub.cfg22:47
sgwBut when I tried removing from grub.cfg it booted correctly.22:47
jsomervi1and you checked after the boot via cat /proc/cmdline?22:48
dpenney_where does it hang in the installer?22:48
jsomervi1could be grub related?22:48
sgwjsomervi1: yes verified in /proc/cmdline before and after22:48
dpenney_if it gets into Anaconda installing, you can ctrl-o to get a shell and confirm the kernel with uname22:48
jsomervi1there's some graphics control stuff in there IIRC22:49
sgwdpenney_: I believe that it's still during the kernel boot so I don't think I get to Anaconda22:49
* jsomervi1 wonders if some of the grub preamble gets us through it22:50
sgwjsomervi1: possibly, but see my email back on 3/9 (search nomodeset in the body)22:50
sgware the installer and installed grub.cfg different?  I have not looked at that yet.22:51
dpenney_yes, those would not be the same22:52
jsomervi1I haven't no email from you dated March 9.  In Canada we use dd/mm/yy ......off I go to Sept. 3rd22:53
sgwjsomervi1: well it's on the discuss-list22:53
jsomervi1ok, thanks22:54
jsomervi1hmmmm, complaints of EFI VGA vs some amd thing?22:56
jsomervi1sgw have you tried a bios update?  assuming a newer one is available of course22:57
sgwI honestly had not thought of that!22:58
sgwtoo many different balls in the air22:58
jsomervi1worth checking but I still suspect early grub settings in the installer stuff23:00
sgwit might be one of the insmod <video driver>  and load_video, since that's not in the installer grub23:03
jsomervi1yep, that's a potential bingo right there23:03
jsomervi1the bios leaving it in a mode that the installer chokes on23:04
sgwOr set gfxpayload=keep23:05
jsomervi1sounds like you have a couple of experiments lined up23:06
sgwdoing them right now!23:07
* jsomervi1 stays tuned23:07
sgwhmm need to rsearch how to add load_video via pxeconfig, biab23:10
jsomervi1i'm packing it in for the weekend, good luck Saul23:27
sgwit hung but I need to do some more testing, thanks for the suggestions23:28
sgwhave a great weekend23:28

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