*** HuyNguyen has quit IRC | 00:53 | |
*** pyn38 has joined #starlingx | 05:52 | |
*** pyn38 has quit IRC | 06:03 | |
*** mugsie has quit IRC | 07:37 | |
*** mugsie has joined #starlingx | 07:41 | |
*** pyn38 has joined #starlingx | 08:48 | |
*** hoonetorg has quit IRC | 09:06 | |
*** hoonetorg has joined #starlingx | 09:18 | |
*** pyn38 has quit IRC | 10:16 | |
*** zhipeng[m] has quit IRC | 11:14 | |
*** hoonetorg has quit IRC | 11:14 | |
*** mugsie has quit IRC | 11:14 | |
*** Logxen has quit IRC | 11:14 | |
*** ildikov has quit IRC | 11:14 | |
*** aning_ has quit IRC | 11:14 | |
*** tsmith2 has quit IRC | 11:14 | |
*** Samiam1999 has quit IRC | 11:14 | |
*** evgenyl has quit IRC | 11:14 | |
*** mnasiadka has quit IRC | 11:14 | |
*** donnyd has quit IRC | 11:14 | |
*** irclogbot_0 has quit IRC | 11:15 | |
*** openstackstatus has quit IRC | 11:16 | |
*** irclogbot_0 has joined #starlingx | 11:17 | |
*** zhipeng[m] has joined #starlingx | 11:18 | |
*** slittle1 has quit IRC | 11:18 | |
*** dirk has quit IRC | 11:18 | |
*** hoonetorg has joined #starlingx | 11:18 | |
*** mugsie has joined #starlingx | 11:18 | |
*** Logxen has joined #starlingx | 11:18 | |
*** ildikov has joined #starlingx | 11:18 | |
*** aning_ has joined #starlingx | 11:18 | |
*** tsmith2 has joined #starlingx | 11:18 | |
*** Samiam1999 has joined #starlingx | 11:19 | |
*** evgenyl has joined #starlingx | 11:19 | |
*** mnasiadka has joined #starlingx | 11:19 | |
*** donnyd has joined #starlingx | 11:19 | |
*** donnyd has quit IRC | 11:21 | |
*** ildikov has quit IRC | 11:22 | |
*** donnyd has joined #starlingx | 11:23 | |
*** ildikov has joined #starlingx | 11:24 | |
*** ijolliffe has joined #starlingx | 13:44 | |
sgw | Morning all | 14:42 |
---|---|---|
*** slittle1 has joined #starlingx | 15:16 | |
slittle1 | sgw: my download passed | 15:16 |
sgw | slittle1: did you make changes since you left last night? I still had a failure on getting some of the compiler related tis rpms when trying to build distro layer. | 15:21 |
sgw | I also saw an issue with the centos8 download, I can re-paste here or PM | 15:21 |
slittle1 | which rmp did I fail to download? | 15:23 |
slittle1 | Is there a chance it is already downloaded, and is trying to overwrite it ? | 15:24 |
slittle1 | I had removed my prior output directory so it re-downloaded everything. | 15:24 |
sgw | slittle1: let me double check that | 15:25 |
slittle1 | I'm wondering if it's a variant of the reposync behaviour I was fighting with yesterday. | 15:26 |
sgw | Nope files are not downloaded already, they where bash, golang, gloang-shared and python python-devel, python-debug* | 15:26 |
slittle1 | can you put the logs somewhere I can see them | 15:40 |
sgw | slittle1: which log, or the whole directory? | 15:41 |
slittle1 | guess all of it | 15:41 |
*** Samiam1999DTP has joined #starlingx | 15:44 | |
sgw | I sent email, let's see if it gets through filters! | 15:46 |
*** Samiam1999 has quit IRC | 15:48 | |
*** Samiam1999DTP has quit IRC | 15:49 | |
*** Samiam1999DTP has joined #starlingx | 15:49 | |
slittle1 | got it | 15:58 |
slittle1 | sgw: looks like a permission issue on the rpm database | 16:03 |
slittle1 | Did you run download_mirror within the container ? | 16:04 |
*** Samiam1999 has joined #starlingx | 16:05 | |
slittle1 | ovl: Error while doing RPMdb copy-up: | 16:06 |
slittle1 | [Errno 13] Permission denied: '/var/lib/rpm/__db.003' | 16:06 |
*** Samiam1999DTP has quit IRC | 16:07 | |
sgw | Yes, as non-root, that message always happens, other rpms downloaded successfully even with the perms issues | 16:07 |
slittle1 | yum suggested .... run yum --enablerepo=CENGN_Starlingx-cengn_compiler_std_layer clean metadata | 16:12 |
slittle1 | did you try that ? | 16:12 |
sgw | fails as non-root | 16:12 |
sgw | same error when run via sudo: Error getting repository data for CENGN_Starlingx-cengn_compiler_std_layer, repository not found | 16:16 |
sgw | running as non-root just gives the same permission denied as above along with the repo not found message | 16:16 |
sgw | slittle1: do you run it on a baremetal centos or in the docker? sudo or not? just want to understand the difference, we need to consider these permission issues so we don't confuse folks. | 16:24 |
slittle1 | in and out of docker, but docker builds are usually one-offs... I didn't do multiple mirror downloads separated by days within the same docker | 16:35 |
slittle1 | so no preserved metadata I guess | 16:35 |
slittle1 | or chache | 16:36 |
sgw | As root or not? | 16:36 |
slittle1 | not | 16:38 |
*** Samiam1999DTP has joined #starlingx | 16:39 | |
slittle1 | I'm thinking add ... ${SUDOCMD} yum ${YUMCONFOPT} --enablerepo=CENGN_Starlingx-cengn* clean metadata ... to dl_rpms.sh at about line 258 ... just ahead of makecache | 16:39 |
*** Samiam1999 has quit IRC | 16:42 | |
sgw | again do you run the script with -n or without? I feel like an optometrist A or B , B or C! | 16:42 |
slittle1 | -n | 16:43 |
sgw | running sudo download_mirror vs download_mirror -n vs download_mirror | 16:43 |
sgw | So you should see those same permission issues in your logs | 16:43 |
slittle1 | download_mirror.sh -n | 16:43 |
sgw | I am looking to see if we can add something to the yum.conf.sample file | 16:43 |
sgw | I am looking at history_record: false | 16:46 |
slittle1 | how about add 'metadata_expire=60' to each repoid within StarlingX_cengn_compiler_layer.repo StarlingX_cengn_distro_layer.repo | 16:47 |
slittle1 | metadata_expire=5m | 16:51 |
sgw | back from dentist, history_record was not it. | 18:35 |
slittle1 | I've created a fresh docker env ... as expected download mirror passed ... likely because it contained no 'bad' metadata | 18:39 |
slittle1 | I suspect that if I ask cengn to rebuild the compiler layer, I'll then be able to reproduce your issue | 18:40 |
sgw | did you get the permission denied? I am also using a freshly created docker | 18:41 |
sgw | It's still downloading on my end | 18:42 |
*** vmrod25 has joined #starlingx | 18:57 | |
*** vmrod25 has quit IRC | 18:58 | |
*** vmrod25 has joined #starlingx | 18:58 | |
slittle1 | lots under /tmp/stx_mirror_t1FkGE/cache/yum | 18:59 |
*** zhipeng[m] has quit IRC | 18:59 | |
slittle1 | none fatal | 19:00 |
*** vmrod25 has quit IRC | 19:00 | |
*** zhipeng[m] has joined #starlingx | 19:01 | |
*** mthebeau has joined #starlingx | 19:10 | |
slittle1 | I'll want to do a build/publish/mirror cycle on the compiler layer to test my theory.... but don't want to mess up your own testing. | 19:16 |
sgw | Right, Ok waiting for my clear | 19:18 |
sgw | Oops, waiting for mine to finish | 19:19 |
slittle1 | my re-run of download_mirror inside docker without a cengn rebuild also passed | 19:33 |
sgw | failed again:bash-4.2.46-31.el7.tis.4.x86_64.rpm | 19:38 |
sgw | bash-debuginfo-4.2.46-31.el7.tis.4.x86_64.rpm | 19:38 |
sgw | bash-doc-4.2.46-31.el7.tis.4.x86_64.rpm | 19:38 |
sgw | golang-bin-1.12.10-3.tis.1.x86_64.rpm | 19:38 |
sgw | golang-race-1.12.10-3.tis.1.x86_64.rpm | 19:38 |
sgw | python-devel-2.7.5-76.el7.tis.4.x86_64.rpm | 19:38 |
sgw | python-libs-2.7.5-76.el7.tis.4.x86_64.rpm | 19:38 |
sgw | python-test-2.7.5-76.el7.tis.4.x86_64.rpm | 19:38 |
sgw | python-tools-2.7.5-76.el7.tis.4.x86_64.rpm | 19:38 |
sgw | rpm-devel-4.14.0-1.tis.1.x86_64.rpm | 19:38 |
sgw | tkinter-2.7.5-76.el7.tis.4.x86_64.rpm | 19:38 |
slittle1 | and this was a new container ? | 19:42 |
sgw | Correct | 19:43 |
slittle1 | ok, i'll delete bash and retry | 19:46 |
slittle1 | o, that reproduced it | 19:58 |
sgw | slittle1: OK, so you have a reproduible case now? Not sure why my clean docker did not succeed | 20:12 |
*** TxGirlGeek has joined #starlingx | 21:01 | |
*** mthebeau has quit IRC | 21:23 | |
*** sgw has quit IRC | 22:04 | |
*** vmrod25 has joined #starlingx | 22:16 | |
*** ijolliffe has quit IRC | 22:26 | |
*** sgw has joined #starlingx | 22:34 | |
*** vmrod25 has quit IRC | 23:01 | |
*** vmrod25 has joined #starlingx | 23:22 | |
*** vmrod25 has quit IRC | 23:25 | |
*** vmrod25 has joined #starlingx | 23:25 | |
*** vmrod25 has quit IRC | 23:30 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!