Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2004-11-18
_ 天気
あめ
_ あさごはん
ベーカリーささの のサンドイッチ
_ 4th generation ipod + My machine
大学の事務にアルバイトに来ている人で 第4世代iPodをおもちの方がいた. 頼み込んで,usbでlinuxに接続するとどうなるか試させてもらった.以下dmsgusb 1-1: new high speed USB device using address 5 ub: sizeof ub_scsi_cmd 60 ub_dev 924 uba: device 5 capacity nsec 50 bsize 512 uba: made changed uba: device 5 capacity nsec 50 bsize 512 uba: device 5 capacity nsec 50 bsize 512 /dev/ub/a:end_request: I/O error, dev uba, sector 0 Buffer I/O error on device uba, logical block 0 end_request: I/O error, dev uba, sector 2 Buffer I/O error on device uba, logical block 1 end_request: I/O error, dev uba, sector 4 Buffer I/O error on device uba, logical block 2 end_request: I/O error, dev uba, sector 6 Buffer I/O error on device uba, logical block 3 end_request: I/O error, dev uba, sector 6 Buffer I/O error on device uba, logical block 3 end_request: I/O error, dev uba, sector 4 Buffer I/O error on device uba, logical block 2 end_request: I/O error, dev uba, sector 2 Buffer I/O error on device uba, logical block 1 end_request: I/O error, dev uba, sector 0 Buffer I/O error on device uba, logical block 0 unable to read partition table /dev/ub/a:end_request: I/O error, dev uba, sector 2 Buffer I/O error on device uba, logical block 1 end_request: I/O error, dev uba, sector 4 Buffer I/O error on device uba, logical block 2 end_request: I/O error, dev uba, sector 6 Buffer I/O error on device uba, logical block 3 end_request: I/O error, dev uba, sector 0 Buffer I/O error on device uba, logical block 0 unable to read partition table usbcore: registered new driver ub usb 1-1: USB disconnect, address 5 usb 2-1: new full speed USB device using address 6 usb 2-1: device not accepting address 6, error -71 usb 2-1: new full speed USB device using address 7 usb 2-1: device not accepting address 7, error -71 usb 1-1: new high speed USB device using address 7 uba: device 7 capacity nsec 50 bsize 512 uba: made changed uba: device 7 capacity nsec 29297520 bsize 512 uba: device 7 capacity nsec 29297520 bsize 512 /dev/ub/a: [mac] p1 p2 p3 /dev/ub/a: [mac] p1 p2 p3 devfs_mk_dev: could not append to parent for ub/a/part1 kobject_register failed for uba1 (-17) [] kobject_register+0x5b/0x60 [ ] add_partition+0x119/0x150 [ ] register_disk+0x186/0x1c0 [ ] add_disk+0x4c/0x60 [ ] exact_match+0x0/0x10 [ ] exact_lock+0x0/0x20 [ ] ub_probe+0x292/0x310 [ub] [ ] usb_probe_interface+0x6b/0x80 [usbcore] [ ] bus_match+0x3f/0x70 [ ] device_attach+0x3f/0xa0 [ ] kobject_get+0x1a/0x30 [ ] bus_add_device+0x5b/0xb0 [ ] device_add+0xa1/0x130 [ ] usb_set_configuration+0x303/0x470 [usbcore] [ ] usb_new_device+0xb2/0x170 [usbcore] [ ] hub_port_connect_change+0x20e/0x400 [usbcore] [ ] hub_events+0x271/0x3c0 [usbcore] [ ] hub_thread+0x35/0x120 [usbcore] [ ] autoremove_wake_function+0x0/0x60 [ ] ret_from_fork+0x6/0x14 [ ] autoremove_wake_function+0x0/0x60 [ ] hub_thread+0x0/0x120 [usbcore] [ ] kernel_thread_helper+0x5/0x18 devfs_mk_dev: could not append to parent for ub/a/part2
2008-11-18
_ MTU Discovery black hole
初心者向けの netfilter には、ICMP を全部 filter するように薦めているものがあるが、ICMP には、ping 以外にもやっていることはある。やりすぎのおかげで (http://www.soi.wide.ad.jp/class/20040021/slides/10/23.html)にあるような、Path MTU Discovery Black Hole 問題が発生する。
_ JF - Linux Advanced Routing & Traffic Control HOWTO
Shapterというソフトウェアの紹介を、kmutoさんの記事shaperで帯域制御(簡易編)(http://kmuto.jp/d/index.cgi/debian/shaper.htm)で知ってはいたけども、より帯域制御などを学ぶのにLinux Advanced Router Howto(http://www.linux.or.jp/JF/JFdocs/Adv-Routing-HOWTO/)がある。「iproute2、 トラフィック制御、および多少の netfilter に関する、極めて実践的なアプローチ。」 という短い要約がついている。
JFのおかげで、この文書も日本語で読むことができます。ありがたいことです。
GREのトンネリングについて書いてあります。*1IPv6のトンネリングについての話題も入っている。また、IPSECのことも、IPSECのトンネリングまでカバーしている。
*1 GRE自体は、http://www.infraexpert.com/study/rp8gre.htm をみてください。
_ Linux Embedded Beginners' Guide
JFと同じような形式で書かれた、組み込み初心者向けのガイド。(http://jr0bak.homelinux.net/~imai/linux/embedded_beginner.html#toc1) initの代わりに、自分で作ったHello worldを出してみるというもの
玄箱あたりに興味を持った人にも勧める
_ /proc/sys/net/ipv4/icmp_destunreach_rate
これって、obsolete になってるの? 2.6.27 や 2.6.18 では、カーネルソースを
grep -nr icmp_destunreach_rateしても Documentation/filesystems/proc.txt 以外引っかからないんだが。