Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 915904 Details for
Bug 1100304
docker: lots of cgroup error messages in /var/log/messages on docker run
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Comment
comment_7110849.txt (text/plain), 72.88 KB, created by
Lukáš Doktor
on 2014-05-22 13:20:42 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
Lukáš Doktor
Created:
2014-05-22 13:20:42 UTC
Size:
72.88 KB
patch
obsolete
>Description of problem: >Hi guys, lately I noticed, that `docker run` generates humongous amount of cgroup fail messages in /var/log/messages. It might be related to the previously solved problem with `docker top` and the different cgroup path. > >Version-Release number of selected component (if applicable): >docker-0.11.1-3.el7.x86_64 > >How reproducible: >Always > >Steps to Reproduce: >1. docker run -t -i fedora bash >2. cat /var/log/messages > >Actual results: >cat /var/log/messages >May 22 14:11:31 localhost kernel: bio: create slab <bio-2> at 2 >May 22 14:11:31 localhost kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: discard >May 22 14:11:32 localhost NetworkManager[837]: <info> (docker0): link disconnected (calling deferred action) >May 22 14:11:32 localhost kernel: bio: create slab <bio-2> at 2 >May 22 14:11:32 localhost kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: discard >May 22 14:11:32 localhost systemd: Starting docker container 61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f. >May 22 14:11:32 localhost systemd: Started docker container 61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f. >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/docker.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/docker.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/docker.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/docker.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/polkit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/polkit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/network.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/network.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/netconsole.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/netconsole.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhnsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhnsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprupdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprupdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iptables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iptables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ip6tables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ip6tables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ebtables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ebtables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/firewalld.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/firewalld.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/microcode.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/microcode.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-getty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-getty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iscsid.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iscsid.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cups.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cups.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/boot.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/boot.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/-.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/-.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-oops.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-oops.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/crond.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/crond.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/mdmonitor.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/mdmonitor.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/kdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/kdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libvirtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libvirtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/nfs-lock.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/nfs-lock.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/hypervvssd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/hypervvssd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ntpdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ntpdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ntpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ntpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/chronyd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/chronyd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rsyslog.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rsyslog.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ksm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ksm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ksmtuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ksmtuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cups.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cups.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ModemManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ModemManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/sysstat.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/sysstat.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/postfix.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/postfix.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/sshd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/sshd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/irqbalance.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/irqbalance.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/smartd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/smartd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cpupower.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cpupower.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/tuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/tuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/atd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/atd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rngd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rngd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-logind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-logind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/brandbot.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/brandbot.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rc-local.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rc-local.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/gdm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/gdm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprinit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprinit.service: No such file or directory >May 22 14:11:32 localhost avahi-daemon[684]: Withdrawing workstation service for veth9eb4. >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): link connected >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): carrier is ON (but ignored) >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): new Veth device (driver: 'unknown' ifindex: 81) >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): exported as /org/freedesktop/NetworkManager/Devices/48 >May 22 14:11:32 localhost NetworkManager[837]: ifcfg-rh: read connection 'veth8084' >May 22 14:11:32 localhost kernel: netlink: 1 bytes leftover after parsing attributes. >May 22 14:11:32 localhost kernel: device veth8084 entered promiscuous mode >May 22 14:11:32 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): veth8084: link is not ready >May 22 14:11:32 localhost kernel: docker0: port 1(veth8084) entered forwarding state >May 22 14:11:32 localhost kernel: docker0: port 1(veth8084) entered forwarding state >May 22 14:11:32 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth8084: link becomes ready >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >May 22 14:11:32 localhost NetworkManager[837]: <info> (docker0): link connected >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) starting connection 'veth8084' >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 1 of 5 (Device Prepare) scheduled... >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 1 of 5 (Device Prepare) started... >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: disconnected -> prepare (reason 'none') [30 40 0] >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 2 of 5 (Device Configure) scheduled... >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 1 of 5 (Device Prepare) complete. >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 2 of 5 (Device Configure) starting... >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: prepare -> config (reason 'none') [40 50 0] >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 2 of 5 (Device Configure) successful. >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 2 of 5 (Device Configure) complete. >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 3 of 5 (IP Configure Start) scheduled. >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 3 of 5 (IP Configure Start) started... >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: config -> ip-config (reason 'none') [50 70 0] >May 22 14:11:32 localhost NetworkManager[837]: <info> (docker0): attached bridge port veth8084 >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) connection 'veth8084' enslaved, continuing activation >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) Stage 3 of 5 (IP Configure Start) complete. >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >May 22 14:11:32 localhost NetworkManager[837]: <info> (veth8084): device state change: secondaries -> activated (reason 'none') [90 100 0] >May 22 14:11:32 localhost NetworkManager[837]: <info> Activation (veth8084) successful, device activated. >May 22 14:11:32 localhost dbus-daemon: dbus[720]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 22 14:11:32 localhost dbus[720]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 22 14:11:32 localhost systemd: Starting Network Manager Script Dispatcher Service... >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/docker.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/docker.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/docker.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/docker.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/polkit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/polkit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:11:32 localhost dbus-daemon: dbus[720]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 22 14:11:32 localhost dbus[720]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/network.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/network.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/netconsole.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/netconsole.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhnsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhnsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprupdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprupdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iptables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iptables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ip6tables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ip6tables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ebtables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ebtables.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/firewalld.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/firewalld.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/microcode.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/microcode.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-getty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-getty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iscsid.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iscsid.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cups.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cups.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/boot.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/boot.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/-.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/-.mount: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-oops.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-oops.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/crond.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/crond.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/mdmonitor.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/mdmonitor.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/kdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/kdump.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/libvirtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/libvirtd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/nfs-lock.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/nfs-lock.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/hypervvssd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/hypervvssd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ntpdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ntpdate.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ntpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ntpd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/chronyd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/chronyd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rsyslog.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rsyslog.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ksm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ksm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ksmtuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ksmtuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cups.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cups.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/ModemManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/ModemManager.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/sysstat.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/sysstat.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/postfix.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/postfix.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/sshd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/sshd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/irqbalance.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/irqbalance.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/smartd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/smartd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/cpupower.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/cpupower.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/tuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/tuned.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/atd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/atd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rngd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rngd.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-logind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-logind.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/brandbot.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/brandbot.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/rc-local.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/rc-local.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.socket: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/gdm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/gdm.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set cpu.shares on /system.slice/iprinit.service: No such file or directory >May 22 14:11:32 localhost systemd: Failed to set blkio.weight on /system.slice/iprinit.service: No such file or directory >May 22 14:11:32 localhost systemd: Started Network Manager Script Dispatcher Service. >May 22 14:11:32 localhost systemd: Unit iscsi.service cannot be reloaded because it is inactive. >May 22 14:11:47 localhost kernel: docker0: port 1(veth8084) entered forwarding state >May 22 14:12:44 localhost dhclient[1467]: DHCPREQUEST on eth0 to 192.168.122.1 port 67 (xid=0x10283e00) >May 22 14:12:44 localhost NetworkManager: DHCPREQUEST on eth0 to 192.168.122.1 port 67 (xid=0x10283e00) >May 22 14:12:44 localhost dhclient[1467]: DHCPACK from 192.168.122.1 (xid=0x10283e00) >May 22 14:12:44 localhost NetworkManager: DHCPACK from 192.168.122.1 (xid=0x10283e00) >May 22 14:12:44 localhost dhclient[1467]: bound to 192.168.122.106 -- renewal in 1371 seconds. >May 22 14:12:44 localhost NetworkManager: bound to 192.168.122.106 -- renewal in 1371 seconds. >May 22 14:12:44 localhost NetworkManager[837]: <info> (eth0): DHCPv4 state changed renew -> renew >May 22 14:12:44 localhost NetworkManager[837]: <info> address 192.168.122.106 >May 22 14:12:44 localhost NetworkManager[837]: <info> plen 24 (255.255.255.0) >May 22 14:12:44 localhost NetworkManager[837]: <info> gateway 192.168.122.1 >May 22 14:12:44 localhost NetworkManager[837]: <info> server identifier 192.168.122.1 >May 22 14:12:44 localhost NetworkManager[837]: <info> lease time 3600 >May 22 14:12:44 localhost NetworkManager[837]: <info> nameserver '192.168.122.1' >May 22 14:12:44 localhost dbus-daemon: dbus[720]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 22 14:12:44 localhost dbus[720]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >May 22 14:12:44 localhost systemd: Starting Network Manager Script Dispatcher Service... >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/docker.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/docker.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/docker.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/docker.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/polkit.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/polkit.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/spice-vdagentd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/var-lib-docker.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2dname\x2drhel\x2dswap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dpJNhgohgTZgcf0nCVyIRoAIjkV1c28g30jFTOkHHskLI8HHVVDu7gnfF0viNZtXd.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-disk-by\x2duuid-44dd987d\x2db3f8\x2d47c3\x2d99f9\x2d9df18638ba24.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-rhel-swap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-dm\x2d1.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/system-lvm2\x2dpvscan.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/qemu-guest-agent.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/accounts-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rtkit-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/network.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/network.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/netconsole.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/netconsole.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rhnsd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rhnsd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iprupdate.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iprupdate.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iprdump.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iprdump.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iptables.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iptables.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ip6tables.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ip6tables.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ebtables.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ebtables.service: No such file or directory >May 22 14:12:44 localhost dbus-daemon: dbus[720]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 22 14:12:44 localhost dbus[720]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/firewalld.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/firewalld.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/microcode.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/microcode.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rhel-dmesg.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/system-getty.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/system-getty.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-user-sessions.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iscsid.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iscsid.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iscsiuio.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/cups.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/cups.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/system-systemd\x2dfsck.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/boot.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/boot.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/-.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/-.mount: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dev-mapper-rhel\x2dswap.swap: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/abrtd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/abrtd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-oops.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-oops.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/crond.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/crond.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-ccpp.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-xorg.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/mdmonitor.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/mdmonitor.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager-wait-online.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/kdump.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/kdump.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/abrt-vmcore.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/avahi-daemon.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/libstoragemgmt.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/libvirt-guests.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/libvirtd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/libvirtd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rpcbind.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rpcbind.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/nfs-lock.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/nfs-lock.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/vmtoolsd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/hypervkvpd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rhsmcertd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/hypervvssd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/hypervvssd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ntpdate.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ntpdate.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ntpd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ntpd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/chronyd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/chronyd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rsyslog.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rsyslog.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ksm.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ksm.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ksmtuned.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ksmtuned.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/NetworkManager.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/NetworkManager.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/cups.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/cups.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/ModemManager.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/ModemManager.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/sysstat.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/sysstat.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/postfix.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/postfix.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/sshd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/sshd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/irqbalance.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/irqbalance.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/smartd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/smartd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/cpupower.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/cpupower.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/tuned.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/tuned.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/atd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/atd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rngd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rngd.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/system-serial\x2dgetty.slice: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-ask-password-wall.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/systemd-logind.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/systemd-logind.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/brandbot.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/brandbot.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/rc-local.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/rc-local.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/plymouth-quit-wait.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/dbus.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/dbus.socket: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/gdm.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/gdm.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set cpu.shares on /system.slice/iprinit.service: No such file or directory >May 22 14:12:44 localhost systemd: Failed to set blkio.weight on /system.slice/iprinit.service: No such file or directory >May 22 14:12:44 localhost systemd: Started Network Manager Script Dispatcher Service. > > >docker daemon output: >[debug] server.go:981 Calling POST /containers/create >2014/05/22 14:11:31 POST /v1.11/containers/create >[2e5e8084] +job create() >[debug] deviceset.go:238 registerDevice(93, 61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:264 activateDeviceIfNeeded(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:238 registerDevice(94, 61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) >[debug] deviceset.go:927 [devmapper] UnmountDevice(hash=61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:950 [devmapper] Unmount(/var/lib/docker/devicemapper/mnt/61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:955 [devmapper] Unmount done >[debug] deviceset.go:719 [devmapper] deactivateDevice(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:815 Waiting for unmount of 61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init: opencount=0 >[debug] devmapper.go:525 [devmapper] removeDevice START >[debug] devmapper.go:539 [devmapper] removeDevice END >[debug] deviceset.go:777 [deviceset docker-253:0-2972523] waitRemove(docker-253:0-2972523-61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) >[debug] deviceset.go:788 Waiting for removal of docker-253:0-2972523-61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init: exists=0 >[debug] deviceset.go:802 [deviceset docker-253:0-2972523] waitRemove(docker-253:0-2972523-61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f-init) END >[debug] deviceset.go:741 [devmapper] deactivateDevice END >[debug] deviceset.go:964 [devmapper] UnmountDevice END >[2e5e8084] -job create() = OK (0) >[debug] server.go:981 Calling POST /containers/{name:.*}/attach >2014/05/22 14:11:32 POST /v1.11/containers/61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f/attach?stderr=1&stdin=1&stdout=1&stream=1 >[2e5e8084] +job inspect(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f, container) >[2e5e8084] -job inspect(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f, container) = OK (0) >[2e5e8084] +job attach(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) >[debug] attach.go:22 attach: stdin: begin >[debug] attach.go:59 attach: stdout: begin >[debug] attach.go:97 attach: stderr: begin >[debug] attach.go:143 attach: waiting for job 1/3 >[debug] server.go:981 Calling POST /containers/{name:.*}/start >2014/05/22 14:11:32 POST /v1.11/containers/61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f/start >[2e5e8084] +job start(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) >[debug] deviceset.go:264 activateDeviceIfNeeded(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) >[2e5e8084] +job allocate_interface(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) >[2e5e8084] -job allocate_interface(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) = OK (0) >[2e5e8084] -job start(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f) = OK (0) >[debug] server.go:981 Calling POST /containers/{name:.*}/resize >2014/05/22 14:11:32 POST /v1.11/containers/61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f/resize?h=78&w=159 >[2e5e8084] +job resize(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f, 78, 159) >[2e5e8084] -job resize(61cac2d383046ce43e184509f263ee783c5545f2b3560e9c72acc1a7b409b47f, 78, 159) = OK (0) > > >Expected results: >No cgroup-related errors.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1100304
: 915904