Last active
November 7, 2015 15:02
-
-
Save bernd/12413f88f7b368ebb689 to your computer and use it in GitHub Desktop.
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
# lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Debian | |
Description: Debian GNU/Linux 8.2 (jessie) | |
Release: 8.2 | |
Codename: jessie | |
# dpkg -i graylog-1.2-repository-debian8_1.2.0-4_all.deb | |
Selecting previously unselected package graylog-1.2-repository-debian8. | |
(Reading database ... 11779 files and directories currently installed.) | |
Preparing to unpack graylog-1.2-repository-debian8_1.2.0-4_all.deb ... | |
Unpacking graylog-1.2-repository-debian8 (1.2.0-4) ... | |
Setting up graylog-1.2-repository-debian8 (1.2.0-4) ... | |
# cat /etc/apt/sources.list.d/graylog.list | |
deb https://packages.graylog2.org/repo/debian/ jessie 1.2 | |
# apt-get update | |
Hit http://security.debian.org jessie/updates InRelease | |
Get:1 http://security.debian.org jessie/updates/main amd64 Packages [189 kB] | |
Ign http://httpredir.debian.org jessie InRelease | |
Get:2 https://packages.graylog2.org jessie InRelease [318 B] | |
Ign https://packages.graylog2.org jessie InRelease | |
Get:3 http://httpredir.debian.org jessie-updates InRelease [135 kB] | |
Get:4 http://httpredir.debian.org jessie Release.gpg [2373 B] | |
Get:5 http://httpredir.debian.org jessie Release [148 kB] | |
Get:6 https://packages.graylog2.org jessie Release.gpg [473 B] | |
Get:7 http://httpredir.debian.org jessie-updates/main amd64 Packages [3619 B] | |
Get:8 http://httpredir.debian.org jessie/main amd64 Packages [9035 kB] | |
Get:9 https://packages.graylog2.org jessie Release [4597 B] | |
Get:10 https://packages.graylog2.org jessie/1.2 amd64 Packages [3475 B] | |
Fetched 9522 kB in 4s (2107 kB/s) | |
Reading package lists... Done | |
# apt-get install graylog-server | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following NEW packages will be installed: | |
graylog-server | |
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 67.4 MB of archives. | |
After this operation, 76.4 MB of additional disk space will be used. | |
Get:1 https://packages.graylog2.org/repo/debian/ jessie/1.2 graylog-server all 1.2.2-1 [67.4 MB] | |
Fetched 67.4 MB in 23s (2809 kB/s) | |
debconf: delaying package configuration, since apt-utils is not installed | |
Selecting previously unselected package graylog-server. | |
(Reading database ... 11783 files and directories currently installed.) | |
Preparing to unpack .../graylog-server_1.2.2-1_all.deb ... | |
Unpacking graylog-server (1.2.2-1) ... | |
Setting up graylog-server (1.2.2-1) ... | |
Adding system user `graylog' (UID 106) ... | |
Adding new user `graylog' (UID 106) with group `graylog' ... | |
Not creating home directory `/var/lib/graylog-server'. | |
Created symlink from /etc/systemd/system/multi-user.target.wants/graylog-server.service to /lib/systemd/system/graylog-server.service. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment