Re: [atomic-devel] Fedora Container Release

2018-03-23 Thread Clement Verna
> The Fedora version names crept in there as a result of a
> miscommunication, I think. I expected us to use tags or other metadata
> for the base Fedora version. I don't think we really want that in the
> path.


Thanks for the input and the feedback. I will look at what we can do
to remove the Fedora version name,
it would be great if we could do that for f28.



Re: [atomic-devel] testing atomic ws on virt-manager

2018-03-23 Thread Muayyad AlSadi
thank you, after making it permissive it worked


On Fri, Mar 23, 2018 at 3:26 AM, Dusty Mabe  wrote:

>
>
> On 03/22/2018 07:39 PM, Muayyad AlSadi wrote:
> > hi,
> >
> > I'm using qemu-kvm with virt-manager on Fedora 27
> > and trying to install atomic ws, from here
> >
> > https://kojipkgs.fedoraproject.org/compose/
> branched/Fedora-28-20180322.n.0/compose/AtomicWorkstation/x86_64/iso/
> >
> > the installation progress bar is very wrong, but that is not a problem.
> >
> > I waited for it to complete and rebooted
> >
> > the newly installed system booted then got stuck for too long
> > it even says that it started GDM, but I can't see it
> >
> > can somebody try to reproduce this?
>
> I think you are probably hitting: https://bugzilla.redhat.com/
> show_bug.cgi?id=1559531
>
> Try setting selinux to permissive mode.
>
> Dusty
>


[atomic-devel] atomic install/run cockpit does not work on atomic-ws

2018-03-23 Thread Muayyad AlSadi
hi,

I've installed the latest atomic workstation on a vm

I tried to run cockpit by typing

atomic install registry.fedoraproject.org/f27/cockpit

but it gives

cockpit-bridge must be installed on host

is there a way to run cockpit on atomic workstation?

BTW: I wrote a review in Arabic for atomic-ws, it's awesome. I'll translate
it very soon. but I would like to include cockpit in the english version

http://g0alkeeper.blogspot.com/2018/03/blog-post.html


Re: [atomic-devel] atomic install/run cockpit does not work on atomic-ws

2018-03-23 Thread Dusty Mabe


On 03/23/2018 11:56 AM, Muayyad AlSadi wrote:
> hi,
> 
> I've installed the latest atomic workstation on a vm
> 
> I tried to run cockpit by typing
> 
> atomic install registry.fedoraproject.org/f27/cockpit 
> 
> 
> but it gives
> 
> cockpit-bridge must be installed on host
>
>
> 
> is there a way to run cockpit on atomic workstation?


cockpit has been more for managing servers I think so the needed bits aren't 
embedded in FAW.

If you want you can layer in the same packages we include in FAH. They are 
listed here:

https://pagure.io/fedora-atomic/blob/master/f/fedora-atomic-host.json#_112-116


> 
> BTW: I wrote a review in Arabic for atomic-ws, it's awesome. I'll translate 
> it very soon. but I would like to include cockpit in the english version
> 
> http://g0alkeeper.blogspot.com/2018/03/blog-post.html

Nice! Thanks for helping us reach another audience!

Dusty 



Re: [atomic-devel] atomic install/run cockpit does not work on atomic-ws

2018-03-23 Thread Muayyad AlSadi
I've installed them using

[root@localhost ~]# rpm-ostree install htop cockpit-bridge cockpit-system
cockpit-docker cockpit-networkmanager cockpit-ostree
[root@localhost ~]# rpm-ostree ex livefs
[root@localhost ~]# rpm-ostree ex livefs --replace

then run cockpit with

[root@localhost ~]# sytemctl start docker
[root@localhost ~]# sytemctl start sshd
[root@localhost ~]# atomic install registry.fedoraproject.org/f27/cockpit
[root@localhost ~]# atomic run --name cockpit
registry.fedoraproject.org/f27/cockpit

and it worked

> cockpit has been more for managing servers I think so the needed bits
aren't embedded in FAW.

I believe its bridge should be added (the same way we have sshd
pre-installed) to have consistent experience
because the proper way to add more applications to atomic is via flatpak or
docker/atomic
but cockpit won't work neither ways.

I have some questions

what is the command line that check for updates without applying the
update? and list pending updates?
is it pull?


when an update came to atomic ws, it removed those (picture inlined, look
at removals: 10 packages)

is there a way to carry those newly installed packages from the current
layer into the updae?

rpm-ostree has all needed information to do this.

it knows they were added in the past
it knows they are still missing in the update
it knows how to merge (or rebase) them



​



On Fri, Mar 23, 2018 at 7:34 PM, Dusty Mabe  wrote:

>
>
> On 03/23/2018 11:56 AM, Muayyad AlSadi wrote:
> > hi,
> >
> > I've installed the latest atomic workstation on a vm
> >
> > I tried to run cockpit by typing
> >
> > atomic install registry.fedoraproject.org/f27/cockpit  fedoraproject.org/f27/cockpit>
> >
> > but it gives
> >
> > cockpit-bridge must be installed on host
> >
> >
> >
> > is there a way to run cockpit on atomic workstation?
>
>
> cockpit has been more for managing servers I think so the needed bits
> aren't embedded in FAW.
>
> If you want you can layer in the same packages we include in FAH. They are
> listed here:
>
> https://pagure.io/fedora-atomic/blob/master/f/fedora-
> atomic-host.json#_112-116
>
>
> >
> > BTW: I wrote a review in Arabic for atomic-ws, it's awesome. I'll
> translate it very soon. but I would like to include cockpit in the english
> version
> >
> > http://g0alkeeper.blogspot.com/2018/03/blog-post.html
>
> Nice! Thanks for helping us reach another audience!
>
> Dusty
>