2015-10-18から1日間の記事一覧

chinachuは一般ユーザで実行するのでport 80あけれないよ

apt-get install xinetd cd /etc/xinetd.d # vi chinachu service chinachu { disable = no type = UNLISTED socket_type = stream protocol = tcp user = nobody wait = no port = 80 redirect = 127.0.0.1 10772 } service xinetd force-reload service ch…

systemdうぜえ

20:26 test@chinachu # sudo service chinachu-operator start [/home/test/Chinachu] Failed to start chinachu-operator.service: Unit chinachu-operator.service failed to load: No such file or directory.root@chinachu:/home/test/Chinachu# sudo sy…

zero だと意味がないので。

測定対象は例のマシーン model name : AMD Turion(tm) II Neo N54L Dual-Core Processor hddはWD20 Red # ls -la /sdb1/ご注文はうさぎですか??\#2.m2ts -rw-r--r-- 1 test test 2935983028 10月 18 13:17 /sdb1/ご注文はうさぎですか??#2.m2ts[root@chi…

zero 書き込みベンチ

xfs で最大性能は276 MB/秒 gzip-0 がそれなりに速い。169 MB/ offにするとだめみたい まぁzeroだしな dd if=/dev/zero of=img bs=2G count=1 xfs 2147479552 バイト (2.1 GB) コピーされました、 7.77902 秒、 276 MB/秒 zfs set compression=off 214747955…

初期化

for i in /dev/disk/by-id/ata-WDC_WD20EFRX-* do echo $i dd if=/dev/zero of=$i bs=2G count=1 parted -s -a optimal $i mklabel gpt unit s mkpart primary 2048s 100% align-check opt 1 set 1 raid on wipefs $i done for i in /dev/disk/by-id/ata-WDC…

raidz2はraid6相当 raidz1はraid5相当

[RAIDZ2] tv 3.5T 128K 3.5T 1% /tank[RAIDZ1] tv 5.2T 128K 5.2T 1% /tank

sda1 / ... dd if=/dev/zero of=/dev/sda bs=1G count=1 あっ.... o

fsck -y / したけどたぶん死んだな...chinachu@chinachu # apt-get zsh: 実行形式エラー: もう、(ぷんぷん) est@freebsd # cd /usr/ports/net-p2p/ctorrent est@freebsd # make est@freebsd # cd est@freebsd # wget http://cdimage.debian.org/debian-cd/8.…