|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2006年04月30日(日) 旧暦 [n年日記] [更新:"2006/05/01 00:08:04"]#1 [Network][Abuse] 教わった sort | uniq -c を使って sshd 攻撃を数える
ttyZ0:makoto@hostname 8:34:46/060430(/export)> \
? sudo grep Invalid /var/log/authlog | awk '{print $10}' | sort | uniq -c
3 200.67.149.81
3 210.53.138.21
1032 211.125.76.65
12 217.158.94.4
2 218.22.26.98
6 219.232.52.92
1332 220.232.130.80
11 61.28.1.129
20 86.101.30.12
ttyZ0:makoto@hostname 8:34:49/060430(/export)>
( つっこみ )
#2 [Emacs][Cygwin] Emacs-22.0.50 on Cygwin/X11
Cygwin の bash の窓で、次のように操作する
17 cvs -d :pserver:anoncvs@cvs.sv.gnu.org:/sources/emacs co emacs 19 mkdir emacs-work 20 cd emacs-work/ 21 ../emacs/configure 22 time make bootstrap ... Directory /home/makoto/emacs/lisp/./toolbar Directory /home/makoto/emacs/lisp/./url Generating /home/makoto/emacs/lisp/cus-load.el... Loading vc-cvs... Saving file /home/makoto/emacs/lisp/cus-load.el... Wrote /home/makoto/emacs/lisp/cus-load.el Generating /home/makoto/emacs/lisp/cus-load.el...done make[2]: Leaving directory `/home/makoto/emacs-work/lisp' make[1]: Leaving directory `/home/makoto/emacs-work' real 70m32.078s user 11m42.671s sys 3m52.668s bash-3.00$この後で、プログラム → Cygwin X → xterm とすると xterm の窓が開く。 その中で、 cd emacs-work/src/emacsとやると Emacs が起動する。何と簡単なことか。 @ tc-2.3.1:
./configure の後に make をすると...
ac-wrapper: /usr/bin/autom4te-2.13 is missing or not executable.
Something is very wrong.
aclocal: autom4te failed with exit status: 1
make: *** [aclocal.m4] Error 1
autom4te なら autoconf に含まれているものらしい。
ttyq7:makoto@st4200 12:56:23/060430(/export/pkgsrc)> grep autom4te devel/*/PLIST devel/autoconf/PLIST:bin/autom4te devel/autoconf/PLIST:man/man1/autom4te.1 devel/autoconf/PLIST:share/autoconf/autom4te.cfgcygwin の方で次のようになってしまうので、 autoconf の問題 らしい。
[makoto@dell ~/local-src/tc-2.3.1]$ autom4te --version
ac-wrapper: /usr/bin/autom4te-2.13 is missing or not executable.
Something is very wrong.
試行錯誤で次のようにしたらうまく行った。どれが効いているのか不明。
137 autoconf-2.5x 138 ./configure 139 make 140 /usr/sbin/alternatives --set automake /usr/bin/automake-1.9 141 make
( つっこみ )
|
最近の日記 2025年12月11日 ・oreore 2025/12 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package | ||