Created
January 5, 2015 06:45
-
-
Save brgnepal/c7a73f1d19edf00a3268 to your computer and use it in GitHub Desktop.
# apt-get install apparmor command result
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apt-get install apparmor | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
libapparmor-perl libapparmor1 | |
Suggested packages: | |
apparmor-profiles apparmor-docs apparmor-utils | |
The following NEW packages will be installed: | |
apparmor libapparmor-perl libapparmor1 | |
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 370 kB of archives. | |
After this operation, 1533 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] Y | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapparmor1 amd64 2.8.95~2430-0ubuntu5.1 [24.6 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapparmor-perl amd64 2.8.95~2430-0ubuntu5.1 [26.8 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apparmor amd64 2.8.95~2430-0ubuntu5.1 [319 kB] | |
Fetched 370 kB in 8s (41.5 kB/s) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = (unset), | |
LANG = "en_US.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
locale: Cannot set LC_MESSAGES to default locale: No such file or directory | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
Preconfiguring packages ... | |
Selecting previously unselected package libapparmor1:amd64. | |
(Reading database ... 17776 files and directories currently installed.) | |
Preparing to unpack .../libapparmor1_2.8.95~2430-0ubuntu5.1_amd64.deb ... | |
Unpacking libapparmor1:amd64 (2.8.95~2430-0ubuntu5.1) ... | |
Selecting previously unselected package libapparmor-perl. | |
Preparing to unpack .../libapparmor-perl_2.8.95~2430-0ubuntu5.1_amd64.deb ... | |
Unpacking libapparmor-perl (2.8.95~2430-0ubuntu5.1) ... | |
Selecting previously unselected package apparmor. | |
Preparing to unpack .../apparmor_2.8.95~2430-0ubuntu5.1_amd64.deb ... | |
Unpacking apparmor (2.8.95~2430-0ubuntu5.1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up libapparmor1:amd64 (2.8.95~2430-0ubuntu5.1) ... | |
Setting up libapparmor-perl (2.8.95~2430-0ubuntu5.1) ... | |
Setting up apparmor (2.8.95~2430-0ubuntu5.1) ... | |
locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
locale: Cannot set LC_MESSAGES to default locale: No such file or directory | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
invoke-rc.d: policy-rc.d denied execution of start. | |
invoke-rc.d: policy-rc.d denied execution of reload. | |
Processing triggers for libc-bin (2.19-0ubuntu6.4) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
root@8c5a511bd93e:/opt/atlantis/builder/bin# service docker restart | |
* Starting Docker: docker [ OK ] | |
root@8c5a511bd93e:/opt/atlantis/builder/bin# docker ps | |
2015/01/05 06:44:35 Cannot connect to the Docker daemon. Is 'docker -d' running on this host? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment