|
|
便利なツール Emacs らくらく 入門 ![]() |
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||||
2022年04月28日(木) 旧暦 [n年日記] [更新:"2022/05/07 04:03:13"]#1 [sysinst] 9.99.96 install media on Hard Disksevan@makoto 23:44:47/220428(..math/R-igraph)% zcat ~/Downloads/NetBSD-9.99.96-amd64-bios-install.img.gz | sudo dd of=/dev/rsd0d bs=64m 0+36000 records in 0+36000 records out 2359296000 bytes transferred in 89.273 secs (26427878 bytes/sec) ( つっこみ )
2015年04月28日(火) 旧暦 [n年日記] [更新:"2015/04/28 09:17:06"]#1 [pkgsrc] gnupg
PGP 公開鍵の話
modena@makoto 18:08:27/150428(~)% pkg_info -qL gnupg |grep bin/ /usr/pkg/bin/gpg /usr/pkg/bin/gpg-zip /usr/pkg/bin/gpgsplit /usr/pkg/bin/gpgv gpg --edit-key 自分のメールアドレス gpg> help quit quit this menu save save and quit help show this help fpr show key fingerprint list list key and user IDs uid select user ID N key select subkey N check check signatures sign sign selected user IDs [* see below for related commands] lsign sign selected user IDs locally tsign sign selected user IDs with a trust signature nrsign sign selected user IDs with a non-revocable signature adduid add a user ID addphoto add a photo ID deluid delete selected user IDs addkey add a subkey addcardkey add a key to a smartcard keytocard move a key to a smartcard bkuptocard move a backup key to a smartcard delkey delete selected subkeys addrevoker add a revocation key delsig delete signatures from the selected user IDs expire change the expiration date for the key or selected subkeys primary flag the selected user ID as primary toggle toggle between the secret and public key listings pref list preferences (expert) showpref list preferences (verbose) setpref set preference list for the selected user IDs keyserver set the preferred keyserver URL for the selected user IDs notation set a notation for the selected user IDs passwd change the passphrase trust change the ownertrust revsig revoke signatures on the selected user IDs revuid revoke selected user IDs revkey revoke key or selected subkeys enable enable key disable disable key showphoto show selected photo IDs clean compact unusable user IDs and remove unusable signatures from key minimize compact unusable user IDs and remove all signatures from key * The `sign' command may be prefixed with an `l' for local signatures (lsign), a `t' for trust signatures (tsign), an `nr' for non-revocable signatures (nrsign), or any combination thereof (ltsign, tnrsign, etc.). gpg> gpg> adduid Real name: Makoto Fujiwara Email address: newaddress@example.com Comment: Alternate address You selected this USER-ID: "Makoto Fujiwara (Alternate address) <newaddress@example.com> Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? Q ( つっこみ )
2014年04月28日(月) 旧暦 [n年日記] [更新:"2014/04/29 00:31:34"]#3 [Hardware] copying 250GB to next drive
I had a experience to copy 250GB disk on the same machine. 2012/05/01/ It took 9836.292 secs at that time. (DL320/G3). Today, I did the same thing on HP Proliant Microserver (Old model). It took 8356 secs. ttyp4:makoto@catania 23:48:34/140428(~)> dmesg | grep ^wd wd0 at atabus0 drive 0ahcisata0 port 2: device present, speed: 3.0Gb/s wd0: quirks 2<FORCE_LBA48> wd0: drive supports 16-sector PIO transfers, LBA48 addressing wd0: 232 GB, 484518 cyl, 16 head, 63 sec, 512 bytes/sect x 488395055 sectors wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA) wd1 at atabus2 drive 0: <Hitachi HDT725025VLA380> wd1: drive supports 16-sector PIO transfers, LBA48 addressing wd1: 232 GB, 484521 cyl, 16 head, 63 sec, 512 bytes/sect x 488397168 sectors wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) wd1(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA) dd if=/dev/rwd0d of=/dev/rwd1d bs=64m ... (^T) 3506+0 records in 3506+0 records out 235283677184 bytes transferred in 7635.024 secs (30816363 bytes/sec) ... dd: /dev/rwd0d: Input/output error 3726+0 records in 3726+0 records out 250047627264 bytes transferred in 8356.836 secs (29921327 bytes/sec)Trying to boot copied disk. Getting fsck. Too silly to do this. And the OS is too old. ( つっこみ )
#2 [Security] MaxLogins
を見て、
MaxLogins
を知るなど。
wget http://www.teamits.com/resources/maxlogins.txt ( つっこみ )
#1 [NetBSD] NetBSD-6.1.4-amd64-install.imgmodena@makoto 14:03:14/140428(~)% \ time sudo dd if=/export/NetBSD-6.1.4-amd64-install.img of=/dev/rsd0d bs=64m 8+1 records in 8+1 records out 576716800 bytes transferred in 146.675 secs (3931936 bytes/sec) 0.00s 1.29s 2:26.75 0% 0+0k 0+1io 6pf+0wThis USB memory does not boot (saying missing OS) modena@makoto 14:29:34/140428(~)% \ time sudo dd if=/export/NetBSD-6.1.4-amd64-install.img of=/dev/rsd0d bs=4k 140800+0 records in 140800+0 records out 576716800 bytes transferred in 427.095 secs (1350324 bytes/sec) 0.13s 2.90s 7:07.13 0% 0+0k 0+1io 0pf+0wThis one boots. bs=64m should NOT be used. ( つっこみ )
2012年04月28日(土) 旧暦 [n年日記] [更新:"2012/05/02 00:36:12"]#1 [NetBSD] u-boot-2009.06
たまたま作ってあった cross compiler があったので、次のようにして見た
modena@makoto 23:39:07/120429(..local-src/u-boot-2009.06)% history 47 export CROSS_COMPILE=/export/src/src/obj/tooldir.NetBSD-6.99.4-amd64/bin/powerpc--netbsd- 48 gmake Sandpoint8245_config 52 touch /export/local-src/u-boot-2009.06/include/endian.h 53 touch /export/local-src/u-boot-2009.06/include/stdargs.h 55 touch /export/local-src/u-boot-2009.06/include/byteswap.h 56 gmake 57 find . -name crc32\*touch しているのは、これでうまく行く訳はないけれども、 先の見通しを立てるため、やっている。 また 多分 Sandpoint8245 では KURO-BOX/T4 用のものは作れないと思うけれど、これも試しにやって見るということで。 modena@makoto 23:38:52/120429(..local-src/u-boot-2009.06)% gmake for dir in tools examples api_examples ; do gmake -C $dir _depend ; done gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/tools' gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/tools' gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/examples' gmake[1]: Circular ppc_longjmp.S <- ppc_longjmp.S dependency dropped. gmake[1]: Circular ppc_setjmp.S <- ppc_setjmp.S dependency dropped. gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/examples' gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/api_examples' gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/api_examples' gmake -C tools all gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/tools' gcc -g -Wall -idirafter /export/local-src/u-boot-2009.06/include -idirafter /export/local-src/u-boot-2009.06/include2 -idirafter /export/local-src/u-boot-2009.06/include -I /export/local-src/u-boot-2009.06/libfdt -I /export/local-src/u-boot-2009.06/tools -DTEXT_BASE=0xFFF00000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o mkimage.o /export/local-src/u-boot-2009.06/tools/mkimage.c In file included from /export/local-src/u-boot-2009.06/tools/fdt_host.h:25:0, from /export/local-src/u-boot-2009.06/tools/mkimage.h:41, from /export/local-src/u-boot-2009.06/tools/mkimage.c:25: /export/local-src/u-boot-2009.06/tools/../include/libfdt.h: In function 'fdt_set_magic': /export/local-src/u-boot-2009.06/tools/../include/libfdt.h:162:1: warning: implicit declaration of function 'bswap_32' gcc -Wall -pedantic -idirafter /export/local-src/u-boot-2009.06/include -idirafter /export/local-src/u-boot-2009.06/include2 -idirafter /export/local-src/u-boot-2009.06/include -I /export/local-src/u-boot-2009.06/libfdt -I /export/local-src/u-boot-2009.06/tools -DTEXT_BASE=0xFFF00000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o crc32.o crc32.c gcc: crc32.c: No such file or directory gcc: no input files gmake[1]: *** [crc32.o] Error 1 gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/tools' gmake: *** [tools] Error 2 modena@makoto 23:38:54/120429(..local-src/u-boot-2009.06)% find . -name crc32\*Makefile を少し変更しておいて、 modena@makoto 23:55:23/120429(..local-src/u-boot-2009.06)% diff -u Makefile.orig Makefile --- Makefile.orig 2009-07-09 21:53:32.000000000 +0900 +++ Makefile 2012-04-29 23:54:52.000000000 +0900 @@ -1713,6 +1713,9 @@ Sandpoint8245_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc824x sandpoint +linkstation_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc824x linkstation + sbc8240_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc824x sbc8240次のようにする方が少し まし な気がする 86 gmake linkstation_config 88 gmake/export/local-src/u-boot-2009.06/include/configs/linkstation.h:599:2: error: #error Config IDE: Unknown LinkStation type include/configs/linkstation.h より 73 /*--------------------------------------- 74 * Supported models 75 * 76 * LinkStation HDLAN /KuroBox Standard (CONFIG_HLAN) 77 * LinkStation old model (CONFIG_LAN) - totally untested 78 * LinkStation HGLAN / KuroBox HG (CONFIG_HGLAN) 79 * KURO-NAS/T4 (CONFIG_KURO_NAS_T4) 80 * 81 * Models not supported yet 82 * TeraStation (CONFIG_HTGL) 83 */次のように一行追加しておくと、上記の Unknown LinkStation type は出なくなる modena@makoto 00:04:54/120430(..local-src/u-boot-2009.06)% cat include/config.mk* ARCH = ppc CPU = mpc824x BOARD = linkstation CONFIG_KURO_NAS_T4 = yesmodena@makoto 00:04:20/120430(..local-src/u-boot-2009.06)% gmake for dir in tools examples api_examples ; do gmake -C $dir _depend ; done gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/tools' gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/tools' gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/examples' gmake[1]: Circular ppc_longjmp.S <- ppc_longjmp.S dependency dropped. gmake[1]: Circular ppc_setjmp.S <- ppc_setjmp.S dependency dropped. gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/examples' gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/api_examples' gmake[1]: Nothing to be done for `_depend'. gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/api_examples' gmake -C tools all gmake[1]: Entering directory `/export/local-src/u-boot-2009.06/tools' gcc -Wall -pedantic -idirafter /export/local-src/u-boot-2009.06/include -idirafter /export/local-src/u-boot-2009.06/include2 -idirafter /export/local-src/u-boot-2009.06/include -I /export/local-src/u-boot-2009.06/libfdt -I /export/local-src/u-boot-2009.06/tools -DTEXT_BASE=0xFFF00000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -O -c -o crc32.o crc32.c gcc: crc32.c: No such file or directory gcc: no input files gmake[1]: *** [crc32.o] Error 1 gmake[1]: Leaving directory `/export/local-src/u-boot-2009.06/tools' gmake: *** [tools] Error 2 modena@makoto 00:04:32/120430(..local-src/u-boot-2009.06)% ls -l include/config.mk*tools に行っているから crc32.c が見つからないのか。 modena@makoto 00:04:56/120430(..local-src/u-boot-2009.06)% find . -name crc32.c ./lib_generic/crc32.c ./drivers/mtd/ubi/crc32.cそう言えば mkimage は作ってくれなくても良い気もする (必要としているのは u-boot 本体だけだから)。 @ Linkstation/TeraStation/玄箱/PPC/KUROBOX/T4/U-Boot/FIT:
NetBSD ではないけれど、
こちら
に先人がいらっしゃるようです
上記頁 KURO-BOX/T4 用 U-Boot も作成する では、 から持って来た 2009.08 と u-boot-2009.08.diff.txt となっていて、 にある方は 2009.06 となっている。後で比較しようと思っているが kuroutoshikou.com 側のは、あるていど patch が当った形になっている ような気がする。 @ 玄人志向 KURO-BOX/T4:
の頁の
<ダウンロード2> ブートイメージ Ver 1.01 (bz2 ファイル 5.01MB)には u-boot が入っているのか、今まで気が付かなかった。 % tar ztvf ~/tmp/bootimg.tar.bz2 drwxr-xr-x 2 root wheel 0 Sep 25 2009 boot -rwxr-xr-x 1 root wheel 245868 Sep 25 2009 boot/u-boot-kuro-nas-t4.bin -rw-r--r-- 1 root wheel 5111396 Sep 25 2009 boot/kuro_nas_t4.itb lrwxrwxrwx 1 root wheel 0 Oct 9 2009 boot/uImage.buffalo -> kuro_nas_t4.itb ( つっこみ )
2010年04月28日(水) 旧暦 [n年日記] [更新:"2010/04/29 15:37:19"]#2 [cad] pinapa と gcc の版
pinapa
は gcc-3.4.1 だと一応コンパイルが通る
(まだこまかいところで make は完了していないが gcc 的問題は通過している)
それを gcc-4.1.3 で試して見ると、次のようになる。
これは gcc-3.4.1 ならコンパイル出来るのに gcc-4.1.3 では不可ということである
g++ -I. -I. -I../../../../src/sysc/tracing -I../../../../src -Wall -DSC_INCLUDE_FX -O3 -c -o sc_vcd_trace.o `test -f '../../../../src/sysc/tracing/sc_vcd_trace.cpp' || echo '../../../../src/sysc/tracing/'`../../../../src/sysc/tracing/sc_vcd_trace.cppもっとも、良く見ると、これは SystemC-2.1v1 を読んでいる部分で、これは 2.2.0 も出ているので、直そうとするのは、その辺を確めた後の方が良い。 「こまかいところ」の方を先に解決すべき。 ( つっこみ )
#1 [comp] ssh -o XauthLocation=/usr/pkg/bin/xauth の謎
出発の ssh も、受けの sshd も同じ版 OpenSSH_5.0 NetBSD_Secure_Shell-20080403, OpenSSL 0.9.9-dev 09 May 2008 また受け側の sshd では /etc/ssh/sshd_config を次のように変更している -#X11Forwarding no +X11Forwarding yes # If you use xorg from pkgsrc then uncomment the following line. -#XAuthLocation /usr/pkg/bin/xauth +XAuthLocation /usr/pkg/bin/xauth元の X11 は modular-xorg, 起動は xdm。また二つの機械は home directory を共有している。 @ ssh -v -X hostname:debug1: No xauth program. Warning: No xauth data; using fake authentication data for X11 forwarding. @ ssh -v -X -o XauthLocation=/usr/pkg/bin/xauth hostname:Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding. debug1: Requesting X11 forwarding with authentication spoofing. @ ssh -v -Y hostname:debug1: No xauth program. Warning: No xauth data; using fake authentication data for X11 forwarding. @ ssh -v -Y -o XauthLocation=/usr/pkg/bin/xauth hostname これならうまく行く:
あるいは
ssh -Y -o XauthLocation=/usr/pkg/bin/xauth hostnameだと大丈夫 まとめ
( つっこみ )
2009年04月28日(火) 旧暦 [n年日記] [更新:"2009/04/30 12:35:17"]#1 [NetBSD] NetBSD 5.0 が
NetBSD 5.0
が
ftp.jp.netbsd.org
まで来ているので ML115/G5 に入れて見た。
ただし今回は 5.0_RC3 が入っているところに
upgrade
で。
(いつものように
netboot
して
sysinst
では
FTP
を選んで server だけ
ftp.jp.netbsd.org
に変更)
NetBSD m08.i.ki.nu 5.0 NetBSD 5.0 (GENERIC) #0: Sun Apr 26 06:32:14 UTC 2009 builds@b6.netbsd.org:/home/builds/ab/netbsd-5-0-RELEASE/amd64/200904260229Z-obj/ home/builds/ab/netbsd-5-0-RELEASE/src/sys/arch/amd64/compile/GENERIC amd64 ( つっこみ )
2007年04月28日(土) 旧暦 [n年日記] [更新:"2007/04/29 09:48:57"]#1 [Emacs] Emacs 22.1.50
lisp/version.el が更新された。
ttyp8:makoto@bologna 10:03:44/070428(...cvs-work/emacs)> cvs update lisp/version.el P lisp/version.el ttyp8:makoto@bologna 10:05:45/070428(...cvs-work/emacs)> \ grep 'defconst emacs-version' lisp/version.el (defconst emacs-version "22.1.50" "\ ( つっこみ )
2006年04月28日(金) 旧暦 [n年日記] [更新:"2006/04/28 09:49:14"]#1 [Emacs] pcl-cvs ってちょっとだけ危険 ?
cvs を操作行で使っていると、あまり用心しなくて良い。
しかし pcl-cvs は逆に用心して使う必要がある。
あるいは pcl-cvs の設定で、上書き禁止の指定が出来るのかな ? U に 割当てられているのは cvs-mode-undo。 /usr/local/share/emacs/22.0.50/lisp/pcvs.el より(defun-cvs-mode (cvs-mode-undo . SIMPLE) (flags) "Undo local changes to all marked files. The file is removed and `cvs update FILE' is run." ;;"With prefix argument, prompt for cvs FLAGS." (interactive (list nil));; (cvs-flags-query 'cvs-undo-flags "undo flags") (if current-prefix-arg (call-interactively 'cvs-mode-revert-to-rev) (let* ((fis (cvs-do-removal 'undo "update" 'all)) (removedp (lambda (fi) (or (eq (cvs-fileinfo->type fi) 'REMOVED) (and (eq (cvs-fileinfo->type fi) 'CONFLICT) (eq (cvs-fileinfo->subtype fi) 'REMOVED))))) (fis-split (cvs-partition removedp fis)) (fis-removed (car fis-split)) (fis-other (cdr fis-split))) (if (null fis-other) (when fis-removed (cvs-mode-run "add" nil fis-removed)) (cvs-mode-run "update" flags fis-other :postproc (when fis-removed `((with-current-buffer ,(current-buffer) (cvs-mode-run "add" nil ',fis-removed)))))))))cvs-undo-flags: これかな .. ;; (setq cvs-undo-flags "-C") と書いて見たがどうも違うらしい。 @ ~/.cvsrc:
上に「操作行なら何も考えなくていい」と書いたが、これはもしかして ~/.cvsrc に
update -dP -Cと設定してあるからか .. 忘れていた .. (最近の Mac OS X に標準に入っている cvs は -C が使えるかなぁ) @ 切替人生:
( つっこみ )
2005年04月28日(木) 旧暦 [n年日記] [更新:"2005/04/28 21:17:31"]#2 [Mac] 新しい G5 が出ている
( つっこみ )
#1 [pkgsrc][bulk-build][NetBSD] bulk build を間違えて中断
Mac OS X (Darwin 7.9) で bulk build をしていたが、何と
おろかに
( つっこみ )
2004年04月28日(水) 旧暦 [n年日記]#1 [無題] 打合せ
13:20 から 16:30 くらいだった気もする。
( つっこみ )
2003年04月28日(月) 旧暦 [n年日記]#4 [Yahoo] getting eGroups Mail
実は最近、eGroups のメーリング・リスト( eGroups 用語では多分、グループ)
をそっくり持って来るというのをやって見ていた。
同じようなことを考える人がやはりいるのだった。(と言って上のはまだ試してもいないが)。 MHonArc と違って、元の header(見出)部分をそのまま持っているらしくて、 かなりいい線で取出せそうだということ。ただし @ の後は消してあるので、それは 取れない。(多分採れない方がいいと思う)。 ( つっこみ )
#3 [macppc] build.sh release
久振りに
方法は patch 等も含めて、 2002/12/12 等と同じ。 但し、build.sh hogehoge release のように文法が(かなり前から)少し変更になっている。 素の NetBSD を取出すのは daily で調べて、-D 20030419-UTC として見た。 /export/20030420-ts/src/tools/obj/tools.NetBSD-1.6R-powerpc/bin/powerpc--netbsd-objcopy -O xcoff-powermac -R .comment -R .note temp ofwboot.xcfかなり終りまで行っている気がするが.. ttyp0:root@quick 18:05:56/030428(...20030420-ts/src)# time ./build.sh -D $DESTDIR -R $RELEASEDIR release > & ../log-1でもないか、次のところだった。 nbmake: stopped in /export/20030420-ts/src/sys/arch/macppc/stand/ofwboot cd ↑して make しても同じ誤りが表示される。 さふいへば、今回の src は少し怪しいかも知れない。
( つっこみ )
#2 [disk] VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATEttyp0:root@quick 15:42:24/030428(/home/makoto)# foreach i ( 1a 1e 1g 0e)と言われながら、動いている ? 無理やり X を動かして、無理やり止めたら、こうなった。 ttyp0:root@quick 15:42:44/030428(/home/makoto)# uname -a NetBSD quick 1.6R NetBSD 1.6R (INSECURE) #0: Mon Apr 28 08:55:55 JST 2003 makoto@quick:/export/20030420/sys/arch/macppc/compile/INSECURE macppc @ fsck には -b がないが:
fsck_ffs にはあるので、
fsck_ffs -b 32 -y /dev/wd1a 等とすれば、直った。
物理的にこわれているというような訳ではないので。
( つっこみ )
#1 [pkgsrc] MHonArc-2.6.3 -> filter/mhonarc.pl
(続き)
share/namazu/mhonarc.pl を少し変更
して見た。
さふいへば、何故 iso-2022-jjp と j が重なるのか解明していない。
( つっこみ )
2002年04月28日(日) 旧暦 [n年日記]#2 [外出] 高倉まで
ちょっと遅くなってしまったこともあって、
とても道が混んでいる。
木更津北出口でさえ出るのに 10 分もかかってしまう。
( つっこみ )
#1 [Network] rcmd: poll: protocol failure in circuit setupttyp1:makoto@u 7:02:47/020428(...pkgsrc/devel)> rsh nazuha echo rcmd: poll: protocol failure in circuit setupこれって何かなぁ。ipnat.conf の書き方の問題だと思うのだけれど。
2002/08/19 書足: map tlp1 192.168.1.0/24 -> 218.yy.xx.zz/32 portmap tcp/udp 10000:40000のような行があると、そういうことになる。解決方法ということではないが、 この行の最後の 10000 を変更して map tlp1 192.168.1.0/24 -> 218.yy.xx.zz/32 portmap tcp/udp 800 :40000とすると、多分言われなくなるし、この行を消して nat しなくても、同様のはず。 というのもあるらしい。 ( つっこみ )
2001年04月28日(土) 旧暦 [n年日記]#1 [京都]![]() @ イノダで朝食:
五条駅まで歩いて地下鉄に乗る。京都市役所で降りるが,
目当のお店
はしまっていた(8時開店)
ので、
三条まで戻って
イノダコーヒー本店
で朝食 (1,000 円)。
@ 金閣寺:
河原町三条から
51 番のバスで
北野白梅駅まで。
205 に乗って、金閣寺道まで。
修学旅行生が多かったが。 @ 龍安寺:
24 番バスで龍安寺前。
初めて見る石庭。もらった小冊子には英語の方に詳しい解説があった。
10m x 30m だとか。
@ 仁名寺:
名宝展 (500円)
阿弥陀如来の両側に勢至と観音菩薩 4/28-5/5 の特別拝観の 金堂・経蔵 (800円) 経蔵はお経をしまっておく蔵で、 5 x 12 x 8 = 480 のひきだしがあるかなと思ったら (5 + 3) x 12 x 8 = 768 と裏側(内側)にもあるとのこと。 確か 10 番京都駅行で三条河原町まで。 @ 三条・御幸町の BCP:
(Braserie Cafe Paris, 075-211-1825, カード不可)
で知合い総勢 9 人で
騒ぎながら昼食 (4,000 円ビール込)
9 人の内訳は関東(3)大阪(2)京都(1) 神戸(1) 滋賀(2) その後、アサヒビール直営店で二次会 (1,000 円)。 お開きになったのは 5 時を過ぎていたか。 @ 夕食はグリル・アローン:
名物のオムレツは(本当は)大中小と頼めるそうだ。
場所は市役所西側。
地図
@ 帰りは 阪急前から 17 番京都駅行。五条河原町で 80 番に乗換:
河原町松原で乗換えれば、歩かなくて良いことに後で気が付く。
( つっこみ )
2000年04月28日(金) 旧暦 [n年日記]#5 [URL] シモンズ・べッド( つっこみ )
#4 [NetBSD] iBook USB keyboard が OF では使えなくなってしまう ?
USB keyboard は初めから使えている。 [- 日記システム警告:コマンド USB は予約されています。-] devalias の一行は keyboard /psuedo-hid/keyboard と言っている。 そこに setenv input-device pci1/usb/device/keyboard とすると、 Cmd + Opt + O + F も効かなくなってしまう。 ( つっこみ )
#3 [MacOS] (Macintosh) diagram
を見なさいということが随分前の port-powerpc-ja@netbsd に書いてあった。
http://developer.apple.com/techpubs/hardware/Developer_Notes/
[iBook] | [iMac DV] ( つっこみ )
#2 [NetBSD] Netbooting instrunction
が次のところにあると書いてある。
http://www.enchantedlearning.com/tech/netbsd_imac.shtml
( つっこみ )
#1 [NetBSD] kernel compileld -N -Ttext 100000 -e __start -x -o netbsd ${SYSTEM_OBJ} vers.o text data bss dec hex filename 2572040 120232 226596 2918868 2c89d4 netbsd 1652.548u 409.202s 38:12.24 89.9% 0+0k 6192+7468io 1019pf+0w makoto@harry 23:27:57/000427(...compile/GENERIC)>これで iBook で一応は起動したが、鍵盤から何も入らない ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||