Skip to content

Instantly share code, notes, and snippets.

@tliff
Created April 26, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tliff/04a436405fdcccc5159ae8846295edce to your computer and use it in GitHub Desktop.
Save tliff/04a436405fdcccc5159ae8846295edce to your computer and use it in GitHub Desktop.
root@hosting-glusterfs-2:~# apt-get install xfs_progs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs_progs
root@hosting-glusterfs-2:~# apt-get install xfs_tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs_tools
root@hosting-glusterfs-2:~# apt-get install xfs-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs-tools
root@hosting-glusterfs-2:~# apt-get install xfs-progs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs-progs
root@hosting-glusterfs-2:~# apt-get install xfs-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs-utils
root@hosting-glusterfs-2:~# apt-get install xfs_utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xfs_utils
root@hosting-glusterfs-2:~# apt-get install xfsprogs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
xfsdump quota
The following NEW packages will be installed:
xfsprogs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 703 kB of archives.
After this operation, 3,597 kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org/debian/ jessie/main xfsprogs amd64 3.2.1 [703 kB]
Fetched 703 kB in 0s (3,399 kB/s)
Selecting previously unselected package xfsprogs.
(Reading database ... 41200 files and directories currently installed.)
Preparing to unpack .../xfsprogs_3.2.1_amd64.deb ...
Unpacking xfsprogs (3.2.1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up xfsprogs (3.2.1) ...
Processing triggers for libc-bin (2.19-18+deb8u7) ...
root@hosting-glusterfs-2:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment