[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
On a full-blown Ferdora system, I'd fix the above with localectl, but that's 
not present in the base image.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
Sorry, doesn't work.

initdb: invalid locale name "en_utf8"

-bash-4.3$ export LANG=C.UTF8
-bash-4.3$ initdb -D /pgdata/data --locale=en_UTF8
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

initdb: invalid locale name "en_UTF8"
-bash-4.3$ initdb -D /pgdata/data --locale=en_utf8
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

initdb: invalid locale name "en_utf8"
-bash-4.3$ initdb -D /pgdata/data --locale=EN_utf8
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

initdb: invalid locale name "EN_utf8"

``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
testing ...
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


Move F25 Atomic to "Production" composes

2016-11-14 Thread Dusty Mabe
Hi releng,

It is a week before Fedora 25 will be released and the Atomic images
are still using the "nightly" composes. When can we expect the
production composes that run daily (i.e. RC-20161114.0) to start
producing F25 images rather than F24 images?

We really need this so that we can test things before next week.

Thanks!
Dusty
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #179 `Improve mechanism to disable predictable network interface names`

2016-11-14 Thread Sylvain Pasche

spasche reported a new issue against the project: `atomic-wg` that you are 
following:
``
Cloud images are currently masking /etc/udev/rules.d/80-net-setup-link.rules to 
disable predictable network interface names 
(https://pagure.io/fedora-kickstarts/blob/9e8d98f16315a05ebf953ee6a165b70a05b4aa99/f/fedora-cloud-base.ks#_190).

This has the unwanted side effect of breaking systemd-networkd in some cases 
(details here: 
https://lists.freedesktop.org/archives/systemd-devel/2016-November/037796.html).

Lennart found an alternative that consists of masking 
/etc/systemd/network/99-default.link instead. Official wiki page was updated 
accordingly: 
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/

Cheers,
Sylvain
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/179
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Colin Walters

walters added a new comment to an issue you are following:
``
The workaround is:

export LANG=C.UTF-8

We should probably export this by default in the base image's ENV.

``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Dusty Mabe

dustymabe added a new comment to an issue you are following:
``
@dwalsh - can you comment on this? 
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
Sure, that's fine.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Dusty Mabe

dustymabe added a new comment to an issue you are following:
``
so this is the same behavior as the F24 docker base image so I vote that we 
don't make this change until after F25 release. - Also someone needs to step up 
and "own" the issue and be responsible for making the change. 
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Jason Brooks

jasonbrooks added a new comment to an issue you are following:
``
Right, I wonder if we can/should toss in some `unalias` commands into: 
https://pagure.io/fedora-kickstarts/blob/f25/f/fedora-docker-base.ks. `rm` and 
`mv` are also aliased to be interactive. CentOS has the same aliases.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #178 `Locales are completely broken in the base image.`

2016-11-14 Thread Josh Berkus

jberkus reported a new issue against the project: `atomic-wg` that you are 
following:
``
TL;DR:  it is impossible to load a real locale in the base image.  This breaks 
many applications.

In regular Fedora, locale is now part of systemd.  The mini-systemd in the 
container base image does not include localctl, and as a result no real locale 
can be loaded.  Try, for example, getting your locale set to en_US.utf8.  You 
can't do it.

This means that any server application which depends on server locale ... such 
as PostgreSQL or HTTPD ... cannot be delpoyed to production on our base image.

Currently there's no workaround for this except installing *all* of systemd, 
which is like 100MB of packages.  Must fix.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/178
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
Yes, there's a workaround.  However, imagine that you're a developer porting 
your Dockerfiles from Ubuntu.  You run into bizarre errors with cp, or hangs 
during the build.  Do troubleshoot them, or give up and go back to Ubuntu?
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Jason Brooks

jasonbrooks added a new comment to an issue you are following:
``
It looks like you can ignote the alias w/ `\cp`.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Josh Berkus

jberkus added a new comment to an issue you are following:
``
Try to copy *over* a file.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Dusty Mabe

dustymabe added a new comment to an issue you are following:
``
@jberkus - can you explain what situation you were in when you hit this 
problem? I'm not seeing it:

```
$ sudo docker run -it --rm fedora-docker-base-25-1.2.x86_64  bash
[root@0dcea1cb767e /]# 
[root@0dcea1cb767e /]# cp /etc/resolv.conf /tmp/
[root@0dcea1cb767e /]#
```
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #158 `Proposed website changes for Cloud Base → Atomic Host switch`

2016-11-14 Thread Dusty Mabe

dustymabe added a new comment to an issue you are following:
``
I gave review and feedback in the original ticket that was opened for this: 
https://fedorahosted.org/fedora-websites/ticket/406#comment:1

Please make any further comments/review there. 
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/158
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Kushal Das

kushal added a new comment to an issue you are following:
``
+1 from me.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2016-11-14 Thread dusty
Dear all,

You are kindly invited to the meeting:
   Fedora Cloud Workgroup on 2016-11-16 from 17:00:00 to 18:00:00 UTC
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Standing meeting for the Fedora Cloud Workgroup


Source: https://apps.fedoraproject.org/calendar/meeting/1999/

___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


[atomic-wg] Issue #177 `Disable interactive "cp" in fedora base image`

2016-11-14 Thread Dusty Mabe

dustymabe added a new comment to an issue you are following:
``
agreed. 
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/177
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org