search for: ostree

Displaying 20 results from an estimated 33 matches for "ostree".

Did you mean: stree
2015 Jan 13
0
RFC: OSTree support
Hi, currently, libguestfs does not support the inspection of OSTree/Atomic disk images [1]. While this means that certain tools which use inspection to automatically mount all the partitions available (virt-customize, virt-builder, virt-sysprep, virt-diff, guestfish -i, and the default modes of virt-cat, virt-log, virt-edit) will fail, although it's still possi...
2017 Mar 20
2
I/O error
Hi, I'm trying to make Syslinux, OSTree and Qemu work together. So I've made an image, installed Syslinux v. 6.0.3 on it with extlinux and try to boot it. Unfortunately it stops on the stage of loading the kernel with Loading /boot/ostree/agl-17980142f6d5ef5e82153aa533ffb9775181f93248e62a4821f925cdf1b81c34/vmlinuz... failed: I/O e...
2014 May 27
3
Re: [PATCH 2/2] Use setfiles from the appliance for the SELinux relabel (RHBZ#1089100).
On Tuesday 27 May 2014 09:08:27 Richard W.M. Jones wrote: > On Mon, May 26, 2014 at 11:21:59AM +0200, Pino Toscano wrote: > > Rewrite the relabel API to read the policy configured in the guest, > > invoking setfiles (added as part of the appliance, as part of > > policycoreutils) to relabel the specified root. In case of failure > > at > > any point of the process,
2014 May 27
2
Re: [PATCH 2/2] Use setfiles from the appliance for the SELinux relabel (RHBZ#1089100).
...gt; root => > Inspection root of guest. Optional, only makes sense when > 'contexts' param is *omitted*. > > contexts => > The `file_contexts' file. Defaults to > /etc/selinux/$selinux_type/contexts/files/file_contexts > > OSTree would probably want to pass: > > /ostree/deploy/$osname/deploy/$checksum/etc/selinux/targeted/contexts > /files/file_contexts > > Inspection could be updated to parse /etc/selinux/config in order to > get the default SELinux policy and pass it back through an API such as &gt...
2017 Mar 21
2
I/O error
Thanks Ady, tried current master and shortened path to /boot/vmlinuz. Same stuff. OSTree doesn't really come into play at this stage, it is just booting the kernel. So I would rather suspect that there is something between ext4, extlinux and qemu. On 03/21/2017 04:01 AM, Ady Ady via Syslinux wrote: >> Hi, >> >> I'm trying to make Syslinux, OSTree and Qemu wo...
2014 Apr 22
4
Bootloader data in /boot vs package systems (and atomic updates)
Hi, I'm working on https://wiki.gnome.org/Projects/OSTree which is a general-purpose update system for Linux-based operating systems. It isn't a package system itself, but operates at the same level. A primary goal of OSTree is fully atomic updates, and the "swapped chroots" model works well for most of userspace and the kernel/initram...
2017 Jul 18
0
CentOS Atomic Host 7.1706 Released
...e Linux Atomic Host. [1] https://wiki.centos.org/SpecialInterestGroup/Atomic/Download CentOS Atomic Host is available as a VirtualBox or libvirt-formatted Vagrant box, or as an installable ISO, qcow2 or Amazon Machine image. These images are available for download at cloud.centos.org. The backing ostree repo is published to mirror.centos.org. CentOS Atomic Host includes these core component versions: - atomic-1.17.2-9.git2760e30.el7.x86_64 - cloud-init-0.7.5-10.el7.centos.1.x86_64 - docker-1.12.6-32.git88a4867.el7.centos.x86_64 - etcd-3.1.9-1.el7.x86_64 - flannel-0.7.1-1.el7.x86_64 -...
2017 Mar 21
0
I/O error
> Hi, > > I'm trying to make Syslinux, OSTree and Qemu work together. So I've made > an image, installed Syslinux v. 6.0.3 on it with extlinux and try to > boot it. Unfortunately it stops on the stage of loading the kernel with > > Loading > /boot/ostree/agl-17980142f6d5ef5e82153aa533ffb9775181f93248e62a4821f925cdf1b81c34...
2017 Sep 20
0
New CentOS Atomic Host with OverlayFS Storage
...core component versions: * atomic-1.18.1-3.1.git0705b1b.el7.x86_64 * cloud-init-0.7.9-9.el7.centos.2.x86_64 * docker-1.12.6-48.git0fdc778.el7.centos.x86_64 * etcd-3.1.9-2.el7.x86_64 * flannel-0.7.1-2.el7.x86_64 * kernel-3.10.0-693.2.2.el7.x86_64 * kubernetes-node-1.5.2-0.7.git269f928.el7.x86_64 * ostree-2017.7-1.el7.x86_64 * rpm-ostree-client-2017.6-6.atomic.el7.x86_64 ## OverlayFS Storage In previous releases of CentOS Atomic Host, SELinux had to be in permissive or disabled mode for OverlayFS storage to work. Now you can run the OverlayFS file system with SELinux in enforcing mode. CentOS Atom...
2017 Jul 20
0
CentOS-announce Digest, Vol 149, Issue 7
...e Linux Atomic Host. [1] https://wiki.centos.org/SpecialInterestGroup/Atomic/Download CentOS Atomic Host is available as a VirtualBox or libvirt-formatted Vagrant box, or as an installable ISO, qcow2 or Amazon Machine image. These images are available for download at cloud.centos.org. The backing ostree repo is published to mirror.centos.org. CentOS Atomic Host includes these core component versions: - atomic-1.17.2-9.git2760e30.el7.x86_64 - cloud-init-0.7.5-10.el7.centos.1.x86_64 - docker-1.12.6-32.git88a4867.el7.centos.x86_64 - etcd-3.1.9-1.el7.x86_64 - flannel-0.7.1-1.el7.x86_64 -...
2014 May 24
0
Re: SELinux relabel API
> Dan Walsh helpfully pointed out to us that we've been doing it wrong > all along :-) A much better way to relabel is to run: > > setfiles /etc/selinux/targeted/contexts/files/file_contexts DIR Yes, this is what I'm doing with OSTree. However in the general cross labeling case it has a subtle issue with PCRE: http://comments.gmane.org/gmane.comp.security.selinux/20214 There is of course always the potential issue for incompatible future changes in the file_contexts format. My current workaround is: https://github.com/cgwalte...
2014 Apr 23
0
Bootloader data in /boot vs package systems (and atomic updates)
On Tue, Apr 22, 2014 at 6:58 PM, Colin Walters <walters at verbum.org> wrote: > Hi, > > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It isn't a > package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic updates, and the "swapped chroots" > model works well for most of userspace an...
2014 Apr 23
1
Bootloader data in /boot vs package systems (and atomic updates)
...The painful thing will be transitioning the existing package, as it would obviously break everything if the updated RPM just removed the extant files from /boot. I'm debating a bit whether or not this is worthwhile to do, or if I should just focus more on GRUB, or if I should patch Anaconda+OSTree to work around it. Maybe both of the latter two. Anyways, definitely a useful data point that Arch keeps the data in /usr and copies it to /boot via a wrapper.
2014 Apr 24
0
Bootloader data in /boot vs package systems (and atomic updates)
Colin Walters <walters at verbum.org> writes: > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It > isn't a package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic updates, and the "swapped > chroots" model works well for most of userspace an...
2014 May 24
9
SELinux relabel API
[ I realized that we were discussing adding this feature, in various private email, IRC, and this long bugzilla thread: https://bugzilla.redhat.com/show_bug.cgi?id=1060423 That's not how we should do things. Let's discuss it on the mailing list. ] One thing that virt-customize/virt-sysprep/virt-builder have to do is relabel SELinux guests. What we do at the moment
2017 Sep 22
0
CentOS-announce Digest, Vol 151, Issue 6
...core component versions: * atomic-1.18.1-3.1.git0705b1b.el7.x86_64 * cloud-init-0.7.9-9.el7.centos.2.x86_64 * docker-1.12.6-48.git0fdc778.el7.centos.x86_64 * etcd-3.1.9-2.el7.x86_64 * flannel-0.7.1-2.el7.x86_64 * kernel-3.10.0-693.2.2.el7.x86_64 * kubernetes-node-1.5.2-0.7.git269f928.el7.x86_64 * ostree-2017.7-1.el7.x86_64 * rpm-ostree-client-2017.6-6.atomic.el7.x86_64 ## OverlayFS Storage In previous releases of CentOS Atomic Host, SELinux had to be in permissive or disabled mode for OverlayFS storage to work. Now you can run the OverlayFS file system with SELinux in enforcing mode. CentOS Atom...
2017 Mar 21
0
I/O error
> Thanks Ady, > > tried current master and shortened path to /boot/vmlinuz. Same stuff. > OSTree doesn't really come into play at this stage, it is just booting > the kernel. So I would rather suspect that there is something between > ext4, extlinux and qemu. > > It is not completely clear (to me) what exactly fails / is wrong in your case. If the following is not enough t...
2017 Jun 21
0
CentOS Atomic Host upgrade for CESA-2017:1484 kernel Security Update
We've upgraded the ostree repo for CentOS Atomic Host (v7.1705.1) to include the packages affected by this advisory. You can upgrade your CentOS Atomic Host to this version with the command: atomic host upgrade --reboot Upgraded: ca-certificates 2017.2.11-70.1.el7_3 -> 2017.2.14-70.1.el7_3 glibc 2.17-157.el7_3...
2017 Oct 20
0
CEBA-2017:2920 CentOS 7 subscription-manager BugFix Update
...scription-manager-initial-setup-addon-1.19.23-1.el7.centos.x86_64.rpm 7ac95fd4a9b643be2156bd7a9b8bc7ed9189bd44b514385a8106a6150b589fbf subscription-manager-plugin-container-1.19.23-1.el7.centos.x86_64.rpm 8b041e761a61868f910517a2f353274a8a39e7e3e32a2b5ffa6dc5e0b8330f17 subscription-manager-plugin-ostree-1.19.23-1.el7.centos.x86_64.rpm Source: ccc65cdf401ca6ba3918edc147d0a2ab3ef143eab7460db648c6c90df6183bf3 subscription-manager-1.19.23-1.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2018 Dec 13
0
CEEA-2012:0490 CentOS 7 subscription-manager Enhancement Update
...scription-manager-initial-setup-addon-1.21.10-3.el7.centos.x86_64.rpm 86adfdf94afacad87c48829825c42209297064951b43348653ab72b4fce69c1e subscription-manager-plugin-container-1.21.10-3.el7.centos.x86_64.rpm a1165bc339bb01cc486be42829904a6915083c3c027583dfcc579b3f9ff9adf4 subscription-manager-plugin-ostree-1.21.10-3.el7.centos.x86_64.rpm 6ff337e383457e8d006bf25df53891830518426f1049090aaa06becb512de47c subscription-manager-rhsm-1.21.10-3.el7.centos.x86_64.rpm feba80695c3fc79400190f5ceef20ea72b0376bae65e698d796837c41c9048f4 subscription-manager-rhsm-certificates-1.21.10-3.el7.centos.x86_64.rpm --...