2018-01-01から1ヶ月間の記事一覧

pgroonga

FreeBSD 11 pgroonga 2.0.1 pgroonga-2.0.1 Open-source fulltext search engine for PostGRESQLpgroonga をインストールするとmecabは入るがipadicが入らないので以下のエラー 2018-01-29 16:14:02.535256|e|93495: [tokenizer][mecab] failed to create me…

ansible TIPS

How to create an empty file with Ansible? - name: ensure file exists copy: content: "" dest: /etc/nologin force: no group: sys owner: root mode: 0555https://stackoverflow.com/questions/28347717/how-to-create-an-empty-file-with-ansible 【An…

ansible ディレクトリ構成のベストプラクティス Directory Layout

公式 http://docs.ansible.com/ansible/latest/playbooks_best_practices.htmlhttps://github.com/ansible/ansible-examples参考https://www.digitalocean.com/community/tutorials/how-to-manage-multistage-environments-with-ansiblehttps://qiita.com/Ne…

FreeBSD zfs

ZFS doesn't support chflags. Don't worry. The installed system is usefull.https://lists.freebsd.org/pipermail/freebsd-current/2007-July/075337.html FreeBSD ZFS の基本 | Netsphere Laboratories $ zfs list -o name,used,atime,compression,prima…

FreeBSD openssl ASM

ASMオンでportsインストールするとcoredump発生 Loaded symbols for /libexec/ld-elf.so.1 #0 0x00000008014783c5 in OPENSSL_ia32_cpuid () from /usr/local/lib/libcrypto.so.9 [New Thread 802406400 (LWP 100377/)] https://bugs.freebsd.org/bugzilla/s…

FreeBSD ports perl version

env: /usr/local/bin/perl5.24.2: No such file or directoryhttps://forums.freebsd.org/threads/61991/ /usr/local/bin/perl5.24.2 は /usr/ports/Mk/bsd.default-versions.mk PERL5_DEFAULT?= 5.24 /usr/ports/Mk/Uses/perl5.mk ↓ /usr/ports/lang/perl5.…