This file contains 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
===> Registering installation for syslinux-3.83_1 | |
===> Cleaning for perl-5.10.1_1 | |
===> Cleaning for nasm-2.08.01,1 | |
===> Cleaning for mtools-4.0.10_1 | |
===> Cleaning for libX11-1.3.3,1 | |
===> Cleaning for libSM-1.1.1_1,1 | |
===> Cleaning for libICE-1.0.6,1 | |
===> Cleaning for libXau-1.0.5 | |
===> Cleaning for libxcb-1.6 | |
===> Cleaning for xorg-macros-1.6.0 |
This file contains 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
[spork@trunk ~]$ zfs list -t snapshot | |
NAME USED AVAIL REFER MOUNTPOINT | |
tank/[email protected] 27.4G - 117G - | |
tank/[email protected] 16.3G - 222G - | |
tank/[email protected] 14.9G - 223G - | |
tank/[email protected] 14.3G - 223G - | |
tank/[email protected] 14.6G - 226G - | |
tank/[email protected] 14.4G - 226G - | |
tank/[email protected] 12.9G - 227G - | |
tank/[email protected] 7.90G - 227G - |
This file contains 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
[spork@trunk /tank/backup]$ ls -1 .zfs/snapshot/ | |
2010.01.13-04.09.37 | |
2010.09.20-01.01.01 | |
2010.09.27-01.01.00 | |
2010.10.01-01.01.00 | |
2010.10.04-01.01.00 | |
2010.10.11-01.01.00 | |
2010.10.18-01.01.00 | |
2010.10.25-01.01.00 | |
2010.11.01-01.01.00 |
This file contains 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
[spork@trunk /tank/backup]$ zpool list | |
NAME SIZE USED AVAIL CAP HEALTH ALTROOT | |
tank 3.47T 2.38T 1.09T 68% ONLINE - | |
[spork@trunk /tank/backup]$ zfs list -t snapshot | |
NAME USED AVAIL REFER MOUNTPOINT | |
tank/[email protected] 28.9G - 117G - | |
tank/[email protected] 18.0G - 242G - | |
tank/[email protected] 13.5G - 243G - | |
tank/[email protected] 5.67G - 245G - | |
tank/[email protected] 8.31G - 245G - |
This file contains 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
===>>> The following actions will be taken if you choose to proceed: | |
Install www/redmine | |
Install devel/rubygem-rake | |
Install devel/ruby-gems | |
Install lang/ruby18 | |
Install devel/autoconf | |
Install misc/help2man | |
Install devel/p5-Locale-gettext | |
Install devel/automake | |
Install devel/automake-wrapper |
This file contains 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
363c363,365 | |
< | |
--- | |
> // BWAY spam days | |
> if (rcube_find_object('rcmfd_spamdays')) | |
> rcube_find_object('rcmfd_spamdays').selectedIndex = 0; | |
559c561 | |
< }); | |
\ No newline at end of file | |
--- |
This file contains 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
tcp: | |
4087074914 packets sent | |
347087161 data packets (629593487659 bytes) | |
40191 data packets (25514649 bytes) retransmitted | |
2030 data packets unnecessarily retransmitted | |
0 resends initiated by MTU discovery | |
2151735775 ack-only packets (7870887 delayed) | |
0 URG only packets | |
53 window probe packets | |
1576056890 window update packets |
This file contains 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
/** | |
* Redirects search results from /?s=query to /search/query/, converts %20 to + | |
* | |
* @link http://txfx.net/wordpress-plugins/nice-search/ | |
*/ | |
function roots_nice_search_redirect() { | |
global $wp_rewrite; | |
if (!isset($wp_rewrite) || !is_object($wp_rewrite) || !$wp_rewrite->using_permalinks()) { | |
return; | |
} |
This file contains 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
[nominatim@nominatim ~]$ more cmake.log | |
-- The C compiler identification is Clang 4.0.0 | |
-- The CXX compiler identification is Clang 4.0.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ |
This file contains 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
2018-02-24 14:35:47 == WARNING: resetting threads to 1 | |
2018-02-24 14:35:47 == Create DB | |
2018-02-24 14:35:47 == Setup DB | |
Postgres version found: 9.5 | |
Postgis version found: 2.4 | |
2018-02-24 14:35:51 == WARNING: external UK postcode table not found. | |
2018-02-24 14:35:52 == Import data | |
osm2pgsql version 0.93.0-dev (64 bit id space) | |
Using projection SRS 4326 (Latlong) |
OlderNewer