https://bugzilla.redhat.com/show_bug.cgi?id=1219972
Bug ID: 1219972
Summary: Tracker for golang-github-docker-gorilla-mux
Product: Fedora
Version: rawhide
Component: cadvisor
Severity: low
Priority: low
Assignee: jchaloup(a)redhat.com
Reporter: jchaloup(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, golang(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, lsm5(a)redhat.com,
vbatts(a)redhat.com
Tracker for async updates of cadvisor for rawhide and other fedora
distribution.
As golang devel packages are used only as a build-time dependency at the
moment, this tracker keeps updates and other information about this package,
e.g. broken dependencies, exceptions, important pieces of information and other
issues.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1216096
Bug ID: 1216096
Summary: Hard coded /tmp size of 64M causes problems
Product: Fedora
Version: 21
Component: docker-io
Keywords: Extras
Assignee: ichavero(a)redhat.com
Reporter: agoldste(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: adimania(a)gmail.com, admiller(a)redhat.com,
agoldste(a)redhat.com, eparis(a)redhat.com,
golang(a)lists.fedoraproject.org, hushan.jia(a)gmail.com,
ichavero(a)redhat.com, jchaloup(a)redhat.com,
jperrin(a)centos.org, lsm5(a)redhat.com, lsu(a)redhat.com,
mattdm(a)redhat.com, mgoldman(a)redhat.com,
miminar(a)redhat.com, s(a)shk.io, thrcka(a)redhat.com,
vbatts(a)redhat.com
Depends On: 1215768
+++ This bug was initially created as a clone of Bug #1215768 +++
I'm looking at b482aff8fbb5dc59d25335b67353465071d6bd45 in rhatdan/docker
It seems that you are hode coding all tmpfs mounts to 64M. Docker previously
mounted tmpfs at /tmp and this added /run.
Golang uses TMPDIR to do its builds. When doing a rather large build (like
openshift) which is larger than 64M it obviously can not work!
I think this size needs to be somehow configurable... Deciding that X is
enough /tmp space for everyone just doesn't seem like a possibility...
--- Additional comment from Daniel Walsh on 2015-04-28 08:13:12 EDT ---
Eric, any chance of changing TMPDIR -> /var/tmp?
--- Additional comment from Daniel Walsh on 2015-04-28 08:15:46 EDT ---
This should also not be happening in a docker build?
--- Additional comment from Daniel Walsh on 2015-04-28 08:32:57 EDT ---
Removed the size restrictions on /tmp and /run
Lokesh we need a new build of docker-1.6
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1215768
[Bug 1215768] Hard coded /tmp size of 64M causes problems
--
You are receiving this mail because:
You are on the CC list for the bug.
docker-io has broken dependencies in the epel-6 tree:
On x86_64:
docker-io-devel-1.6.0-1.el6.x86_64 requires /sbin/runscript
Please resolve this as soon as possible.
https://bugzilla.redhat.com/show_bug.cgi?id=1210447
Bug ID: 1210447
Summary: patch to remove ECC p224 curve breaks existing
software
Product: Fedora
Version: 21
Component: golang
Severity: high
Assignee: vbatts(a)redhat.com
Reporter: jeromyj(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, golang(a)lists.fedoraproject.org,
lemenkov(a)gmail.com, renich(a)woralelandia.com, s(a)shk.io,
vbatts(a)redhat.com
Description of problem:
The patch to remove the p224 Elliptic curve from the go source tree breaks
existing software. If a curve is believed to be insecure, please file a bug
report against the go project and try to get it upstreamed.
link to
patch:http://koji.fedoraproject.org/koji/fileinfo?rpmID=6091693&filename=go…
Version-Release number of selected component (if applicable):
21+
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1033604
Bug ID: 1033604
Summary: Unable to start systemd service in Docker container
Product: Fedora
Version: 20
Component: docker-io
Assignee: lsm5(a)redhat.com
Reporter: mfojtik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: golang(a)lists.fedoraproject.org, lsm5(a)redhat.com,
mattdm(a)redhat.com, mgoldman(a)redhat.com,
vbatts(a)redhat.com
Description of problem:
Using Dockerfile like this:
FROM mattdm/fedora:latest
RUN yum update -y
RUN yum install -y redis
RUN systemctl enable redis.service
RUN systemctl start redis.service
EXPOSE 6379
ENTRYPOINT ["/usr/bin/redis-cli"]
The step 'systemctl start redis.service' failed with this error message:
Failed to get D-Bus connection: No connection to service manager.
Version-Release number of selected component (if applicable):
Name : docker-io
Arch : x86_64
Version : 0.7
Release : 0.17.rc6.fc20
Steps to Reproduce:
1. Save the above Dockerfile
2. Run: docker build -t test/redis .
3. The build fill faile on systemctl start.
Actual results:
The service failed to start due to D-BUS connection.
Expected results:
The service should be started?
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
docker-io has broken dependencies in the epel-6 tree:
On x86_64:
docker-io-devel-1.6.0-1.el6.x86_64 requires /sbin/runscript
Please resolve this as soon as possible.
https://bugzilla.redhat.com/show_bug.cgi?id=1213385
Bug ID: 1213385
Summary: Docker 1.6 mounts
/var/log/journal/4809557f6c5a83f899a25b507d72c4d5
Product: Fedora
Version: 21
Component: docker-io
Assignee: ichavero(a)redhat.com
Reporter: jpazdziora(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: adimania(a)gmail.com, admiller(a)redhat.com,
golang(a)lists.fedoraproject.org, hushan.jia(a)gmail.com,
ichavero(a)redhat.com, jchaloup(a)redhat.com,
jperrin(a)centos.org, lsm5(a)redhat.com,
mattdm(a)redhat.com, mgoldman(a)redhat.com,
miminar(a)redhat.com, s(a)shk.io, thrcka(a)redhat.com,
vbatts(a)redhat.com
Description of problem:
With docker-io upgraded to 1.6, docker build and docker runs of
https://github.com/adelton/docker-freeipa started to fail.
The reason seems to be that the container gets
/var/log/journal/{id-of-the-container?} mounted and you cannot get rid of it
because
[root@4809557f6c5a /]# umount -f
/var/log/journal/4809557f6c5a83f899a25b507d72c4d5
umount: /var/log/journal/4809557f6c5a83f899a25b507d72c4d5: must be superuser to
unmount
That however prevents use from moving /var/log to VOLUME because in build time,
/var/log/canot be removed:
rm: cannot remove '/var/log/journal/cf00ac62f9dad464306c48f0267be479': Device
or resource busy
Version-Release number of selected component (if applicable):
# rpm -q docker-io docker
docker-io-1.6.0-1.git0591dce.fc21.x86_64
package docker is not installed
How reproducible:
Deterministic.
Steps to Reproduce:
1. Install docker-io.
2. Make no changes to /etc/sysconfig/docker except adding --icc=false to
OPTIONS.
3. Run the service.
4. Run docker run -ti fedora:20 mount | grep /var/log
Actual results:
/dev/mapper/fedora--server_mgmt12-root on
/var/log/journal/4809557f6c5a83f899a25b507d72c4d5 type ext4
(rw,relatime,seclabel,data=ordered)
Expected results:
Nothing mounted on /var/log.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
docker-io has broken dependencies in the epel-6 tree:
On x86_64:
docker-io-devel-1.6.0-1.el6.x86_64 requires /sbin/runscript
Please resolve this as soon as possible.
https://bugzilla.redhat.com/show_bug.cgi?id=1032750
Fedora Update System <updates(a)fedoraproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed In Version|golang-github-syndtr-gocapa |golang-github-syndtr-gocapa
|bility-0-0.9.git8e4cdcb.fc2 |bility-0-0.9.git8e4cdcb.el6
|0 |
--- Comment #23 from Fedora Update System <updates(a)fedoraproject.org> ---
golang-github-syndtr-gocapability-0-0.9.git8e4cdcb.el6 has been pushed to the
Fedora EPEL 6 stable repository. If problems still persist, please make note
of it in this bug report.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1219058
Tomas Hoger <thoger(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|tjay(a)redhat.com |security-response-team@redh
| |at.com
--
You are receiving this mail because:
You are on the CC list for the bug.