+ [email protected]
On 04/16/2015 01:57 AM, Christoph Görn wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, could you have a look it the atomic tool is stil available?
mine disappeared after the upgrade :/
Thx //G
Yes you are right. atomic command disappeared after the upgrade. Have
you filed a bug in http://bugs.centos.org. If not you should file one.
centos@myhost ~]$ atomic
-bash: atomic: command not found
-Lala
On 04/15/2015 09:03 PM, Lalatendu Mohanty wrote:
On 04/16/2015 12:01 AM, Colin Walters wrote:
Users of CentOS Atomic 7 will hit this error on upgrading now:
# atomic upgrade Updating from:
centos-atomic-host:centos/7/atomic/x86_64/cloud-docker-host
Receiving objects: 24% (1436/5931) 308.3 kB/s 34.2 MB error:
fsetxattr: Invalid argument
What's happening here is that this is a full atomic switch from
a CentOS 7.0 to CentOS 7.1 base - but we're using the old selinux
policy to do it. The 7.0 SELinux policy had a bug with respect
to rpm-ostree that caused a domain transition to not occur.
You can work around this with:
# runcon -r system_r -t install_t atomic upgrade
Thanks. Updated a CentOS 7 Atomic hots with the above command and
it worked.
-Lala