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
key: | |
name: smaug2mani | |
algorithm: hmac-sha1 | |
secret: $key | |
pattern: | |
name: "mani" | |
zonefile: "slave/rolinh/%s.zone" | |
allow-notify: 37.59.30.58 smaug2mani | |
request-xfr: AXFR 37.59.30.58@53 smaug2mani |
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
pattern: | |
name: "mani" | |
zonefile: "slave/rolinh/%s.zone" | |
allow-notify: 37.59.30.58 NOKEY | |
request-xfr: AXFR 37.59.30.58@53 NOKEY | |
zone: | |
name: "manegebeaupre.ch" | |
include-pattern: "mani" |
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
[2015-04-23 04:21:08.413] nsd[813]: error: xfrd: zone gigapy.ch received error code SERVER NOT AUTHORITATIVE FOR ZONE from 176.9.142.101 | |
[2015-04-23 04:22:23.429] nsd[813]: error: gigapy.ch: Could not tcp connect to 2a01:4f8:160:206c::dead:beef: Operation timed out | |
[2015-04-23 04:22:23.430] nsd[813]: error: xfrd: zone gigapy.ch received error code SERVER NOT AUTHORITATIVE FOR ZONE from 176.9.142.101 | |
[2015-04-23 04:23:38.454] nsd[813]: error: gigapy.ch: Could not tcp connect to 2a01:4f8:160:206c::dead:beef: Operation timed out | |
[2015-04-23 05:17:40.716] nsd[813]: error: xfrd: zone gigapy.ch received error code SERVER NOT AUTHORITATIVE FOR ZONE from 176.9.142.101 | |
[2015-04-23 05:18:55.721] nsd[813]: error: gigapy.ch: Could not tcp connect to 2a01:4f8:160:206c::dead:beef: Operation timed out | |
[2015-04-23 05:18:55.722] nsd[813]: error: xfrd: zone gigapy.ch received error code SERVER NOT AUTHORITATIVE FOR ZONE from 176.9.142.101 | |
[2015-04-23 05:20:10.766] nsd[813]: error: gigapy.ch: Could not tcp connect to 2a01:4f8:1 |
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
pattern: | |
name: "tengu" | |
zonefile: "slave/tengu/%s.db" | |
allow-notify: 176.9.142.101 NOKEY | |
request-xfr: 176.9.142.101 NOKEY | |
allow-notify: 2a01:4f8:160:206c::dead:beef NOKEY | |
request-xfr: 2a01:4f8:160:206c::dead:beef NOKEY | |
zone: | |
name: "cedricjeanneret.ch" |
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
# | |
# nsd.conf -- the NSD(8) configuration file, nsd.conf(5). | |
# | |
# Copyright (c) 2001-2011, NLnet Labs. All rights reserved. | |
# | |
# See LICENSE for the license. | |
# | |
# options for the nsd server | |
server: |
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
/** | |
* filter only the bookings for the given date. | |
* @see http://doctrine-orm.readthedocs.org/en/latest/reference/working-with-associations.html#filtering-collections | |
*/ | |
public function getBookingsOn(\DateTime $date) | |
{ | |
$the_day = new \DateTime($date->format('Y-m-d')); | |
$the_day_after = $the_day->add(new \DateInterval('P1D')); | |
$critera = Critera::create() |
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
# ./build.sh -a earmv6hf -m evbarm tools | |
[...] | |
===> Summary of results: | |
build.sh command: ./build.sh -a earmv6hf -m evbarm tools | |
build.sh started: Wed Dec 17 10:56:13 CET 2014 | |
NetBSD version: 7.99.3 | |
MACHINE: evbarm | |
MACHINE_ARCH: earmv6hf | |
Build platform: NetBSD 7.99.3 amd64 | |
HOST_SH: /bin/sh |
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
# cd /usr/pkgsrc/cross/libtool-base | |
# make package | |
=> Bootstrap dependency digest>=20010302: found digest-20121220 | |
===> Skipping vulnerability checks. | |
WARNING: No /usr/obj/destdir.evbarm/var/db/pkg/pkg-vulnerabilities file found. | |
WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/obj/destdir.evbarm/var/db/pkg fetch-pkg-vulnerabilities'. | |
=> Checksum SHA1 OK for libtool-2.4.2.tar.gz | |
=> Checksum RMD160 OK for libtool-2.4.2.tar.gz | |
===> Installing dependencies for cross-libtool-base-earmv6hf-2.4.2nb2 | |
=> Full dependency gcc>=2.95.3nb7: NOT found |
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
# pwd | |
/usr/pkgsrc/pkgtools/digest | |
# make | |
===> Skipping vulnerability checks. | |
WARNING: No /var/db/pkg/pkg-vulnerabilities file found. | |
WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. | |
===> Installing dependencies for digest-20121220 | |
=> Build dependency gcc3-c>=3.3.5nb1: NOT found | |
=> Verifying reinstall for ../../lang/gcc3-c | |
=> Bootstrap dependency digest>=20010302: NOT found |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZMBqvkxslXUTCYiTq2E3djvYOABmF2xfhhrfQCFC54s++pxMLtr2adaoW36kRguK9pr+SPBTXRqhvnGE4SRoLB89TOaZaCPC1drVXTlh51VBbxHJy76alRCkKoT/tfFrnVLHAeL33v0UWzhM0XwOg0ZzWarU6pQnEfMcMW6zAyBioyJKHY/5jNwreApwnwqG3v4wd5bCUelu/7Jvb5mlnsqQQErjZWjGI+4Uu2RE6SpAePpxA/jJSi8N+exmcQgI1qG88S3GjUUIOf0sCp+DBkjucBSES7rH8lf/BF0d92bhxRBquViXtpjosMQ10YrbIX52sx7UcN2QRLeDmzemj [email protected] |