*** dmarlin has quit IRC | 00:10 | |
openstackgerrit | Merged openstack/diskimage-builder: Remove yum chroot caching https://review.openstack.org/408942 | 01:10 |
---|---|---|
*** jamielennox is now known as jamielennox|away | 02:25 | |
openstackgerrit | Merged openstack/diskimage-builder: update pkg-map entries for python3 https://review.openstack.org/414668 | 02:33 |
*** sudipto_ has joined #openstack-dib | 02:52 | |
*** sudipto has joined #openstack-dib | 02:52 | |
*** jamielennox|away is now known as jamielennox | 03:03 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 03:53 |
*** sudipto has quit IRC | 04:09 | |
*** sudipto has joined #openstack-dib | 04:09 | |
*** sudipto_ has quit IRC | 04:10 | |
*** sudipto_ has joined #openstack-dib | 04:11 | |
*** sudipto has quit IRC | 04:28 | |
*** sudipto_ has quit IRC | 04:28 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 04:43 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 04:52 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 05:02 |
*** sudipto_ has joined #openstack-dib | 05:26 | |
*** sudipto has joined #openstack-dib | 05:26 | |
*** vmud213 has joined #openstack-dib | 06:23 | |
*** sudipto_ has quit IRC | 06:33 | |
*** sudipto has quit IRC | 06:33 | |
*** sudipto has joined #openstack-dib | 06:33 | |
*** sudipto has quit IRC | 06:33 | |
*** sudipto has joined #openstack-dib | 06:34 | |
*** sudipto_ has joined #openstack-dib | 06:34 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 07:05 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 07:09 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 07:15 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Extend tox python 3 subversion list https://review.openstack.org/414658 | 07:25 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 07:32 |
*** hashar has joined #openstack-dib | 07:41 | |
*** aparnav has joined #openstack-dib | 07:55 | |
vmud213 | greghaynes,ianw: Do you mind taking a look at https://review.openstack.org/#/c/391850/ | 08:55 |
vmud213 | It's a long running patch | 08:55 |
strigazi | hi yolonda | 09:22 |
strigazi | hi yolanda | 09:22 |
yolanda | hi | 09:22 |
strigazi | I have a problem with the atomic 25 image. The build succeeds but I can't boot and connect to a vm. | 09:23 |
strigazi | Here is the console log: http://paste.openstack.org/show/595141/ | 09:24 |
strigazi | At some point it I get ostree-remount[563]: failed to chmod /sysroot/tmp: Permission denied | 09:24 |
strigazi | in line 521 | 09:24 |
strigazi | this is also the log of the build: http://paste.openstack.org/show/595144/ | 09:25 |
strigazi | And here is the image: https://cernbox.cern.ch/index.php/s/WHoRoUPeYMP4D8F | 09:25 |
yolanda | only happens with f25? | 09:26 |
strigazi | yes | 09:26 |
strigazi | At the end of the console I get: Cannot open access to console, the root account is locked. | 09:26 |
yolanda | i'd say it's selinux related, but not sure | 09:27 |
strigazi | Any suggestions to where to start? | 09:28 |
yolanda | do you have access to audit logs? | 09:28 |
strigazi | I think not, can I get them with the nova client? | 09:28 |
yolanda | no, i dont' think so... | 09:29 |
yolanda | maybe try disabling selinux as part of the build, to verify that this is the problem? | 09:30 |
strigazi | isn't it disabled with this option: https://github.com/openstack/magnum/blob/master/magnum/drivers/common/image/fedora-atomic/finalise.d/80-fedora-atomic#L15 | 09:31 |
strigazi | If not, should I disable it the ostree root? | 09:31 |
strigazi | If not, should I disable it in the ostree root? | 09:32 |
yolanda | indeed, shall be disabled, yes | 09:41 |
yolanda | strigazi, can you compare somehow the /tmp directory between 24 and 25? selinux context, perms, etc? | 09:47 |
yolanda | i'm thinking you could even remove tmp directory, and see if that gets recreated on the boot | 09:47 |
*** owalsh has quit IRC | 09:59 | |
*** owalsh_ has joined #openstack-dib | 09:59 | |
strigazi | yolanda, I'll try remove the /tmp directory. You want to compare /tmp or /ostree/deploy/fedora-atomic/deploy/${FEDORA_ATOMIC_TREE_REF}.0/tmp ? | 10:11 |
*** owalsh_ is now known as owalsh | 10:20 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 10:23 |
*** aparnav has quit IRC | 10:36 | |
*** tommylikehu has quit IRC | 10:40 | |
*** tommylikehu has joined #openstack-dib | 10:49 | |
*** sudipto_ has quit IRC | 11:02 | |
*** sudipto has quit IRC | 11:02 | |
strigazi | yolanda, I built an image and removed /ostree/deploy/fedora-atomic/deploy/${FEDORA_ATOMIC_TREE_REF}.0/tmp, no luck | 11:24 |
strigazi | I'll try to disable selinux now | 11:25 |
strigazi | I'll edit /ostree/deploy/fedora-atomic/deploy/${FEDORA_ATOMIC_TREE_REF}.0//etc/selinux/config in the dib element | 11:26 |
yolanda | yes try that... | 11:26 |
strigazi | yolanda, wouldn't make sense for atomic builds to use rpm-ostree-toolbox as in the daily atomic builds | 11:28 |
yolanda | i looked at some point, but i colud not figure how to integrate with diskimage-builder | 11:29 |
*** aparnav has joined #openstack-dib | 12:21 | |
*** aparnav has quit IRC | 13:24 | |
*** vmud213 has quit IRC | 13:36 | |
*** sudipto has joined #openstack-dib | 13:45 | |
*** sudipto_ has joined #openstack-dib | 13:45 | |
openstackgerrit | Pierre Riteau proposed openstack/diskimage-builder: Add Xenial to supported hosts and targets https://review.openstack.org/413584 | 14:02 |
*** aparnav has joined #openstack-dib | 14:09 | |
*** aparnav has quit IRC | 14:14 | |
*** aparnav has joined #openstack-dib | 14:36 | |
*** dmarlin_ has quit IRC | 14:37 | |
*** dmarlin has joined #openstack-dib | 14:39 | |
*** dmarlin is now known as dmarlin_ | 14:39 | |
*** aparnav has quit IRC | 14:43 | |
openstackgerrit | Markos Chandras proposed openstack/diskimage-builder: doc: supported_distros: Add openSUSE Leap and Tumbleweed https://review.openstack.org/421301 | 14:44 |
*** owalsh has quit IRC | 15:06 | |
*** owalsh has joined #openstack-dib | 15:06 | |
*** dmarlin has joined #openstack-dib | 15:51 | |
*** hashar is now known as hasharAway | 16:24 | |
*** aparnav has joined #openstack-dib | 16:28 | |
*** aparna has joined #openstack-dib | 16:30 | |
*** appu103 has joined #openstack-dib | 16:33 | |
*** aparnav has quit IRC | 16:34 | |
*** aparna has quit IRC | 16:36 | |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Build wholedisk images capable of UEFI secure boot https://review.openstack.org/396629 | 16:55 |
*** sudipto has quit IRC | 17:24 | |
*** sudipto_ has quit IRC | 17:24 | |
*** owalsh has quit IRC | 19:17 | |
*** owalsh_ has joined #openstack-dib | 19:17 | |
*** owalsh_ is now known as owalsh | 19:17 | |
*** appu103 has quit IRC | 19:39 | |
*** tommylikehu has quit IRC | 19:40 | |
*** hasharAway is now known as hashar | 20:01 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Unify and fix doc of several Debian and Ubuntu elements https://review.openstack.org/421479 | 20:04 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 20:11 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Target map-packages deprecation message https://review.openstack.org/421483 | 20:11 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 21:01 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Target map-packages deprecation message https://review.openstack.org/421483 | 21:01 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Use strings in package-installs follow output https://review.openstack.org/420996 | 21:01 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Don't set base element path in run_tests.sh https://review.openstack.org/421538 | 21:33 |
*** hashar has quit IRC | 21:57 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 22:03 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Target map-packages deprecation message https://review.openstack.org/421483 | 22:03 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Don't set base element path in run_tests.sh https://review.openstack.org/421538 | 22:03 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 22:33 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Target map-packages deprecation message https://review.openstack.org/421483 | 22:33 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Don't set base element path in run_tests.sh https://review.openstack.org/421538 | 22:33 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: [wip] better output for pkg installs https://review.openstack.org/421061 | 22:49 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Target map-packages deprecation message https://review.openstack.org/421483 | 22:49 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Don't set base element path in run_tests.sh https://review.openstack.org/421538 | 22:49 |
openstackgerrit | Ben Nemec proposed openstack/diskimage-builder: Use %i instead of %I in dhcp-interface@.service https://review.openstack.org/409947 | 23:26 |
*** dmarlin has quit IRC | 23:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!