トップ 追記

あいすきゅーえる


2010年07月29日 [長年日記]

今日のお買い物

Mad Soldiers' LABORATORY / MC-K2

IIS7 on Windows7の有効化方法

コンパネ → プログラムと機能 → Windowsの機能の有効化または無効化 → インターネット インフォメーション サービス → 「World Wide Web サービス」「Web 管理ツール」とかで、いつもの組み合わせで。

コミックマーケット78の見本誌の閲覧提供

明大の米沢嘉博記念図書館でコミックマーケット78の見本誌の閲覧提供するとか、なんとか。

zdb

Usage: zdb [-udibcsv] [-U cachefile_path] [-S user:cksumalg] dataset [object...]
       zdb -C [pool]
       zdb -l dev
       zdb -R pool:vdev:offset:size:flags
       zdb [-p path_to_vdev_dir]
       zdb -e pool | GUID | devid ...
        -u uberblock
        -d datasets
        -C cached pool configuration
        -i intent logs
        -b block statistics
        -c checksum all data blocks
        -s report stats on zdb's I/O
        -S : -- dump blkptr signatures
        -v verbose (applies to all others)
        -l dump label contents
        -U cachefile_path -- use alternate cachefile
        -R read and display block from a device
        -e Pool is exported/destroyed/has altroot
        -p  (use with -e)
Specify an option more than once (e.g. -bb) to make only that option verbose
Default is to dump everything non-verbosely


2010年07月28日 [長年日記]

今日のお買い物

We Love Mickey購入。もちろん、1曲目が目的。


2010年07月27日 [長年日記]

Higher Than Dark Sky

店頭に取りに行ったら店員がB盤しか渡してくれなかったことにお店を出てから気がつくなどあったけど、フライングげっと!

しかし、なぜかSOUL DYNAMITEばっかり聞いているという現実。

あ、もちろんHigher Than Dark Skyもアオイナミもいいですよ。

おれもききたい

母校(大学)でゆなさんが今月頭に講義をしたとかなんとか。

今の世代のやつら、非常にうらやましいぞ、こんちきしょー。その上、批判されてるし。ダメじゃん。


2010年07月26日 [長年日記]

ESET smart securityでコンパイラエラー

ESET smart securityでコンパイラエラーとか意味不明なエラーが発生した。コンパイラエラー

更新を連打してもどうにもならなかったし、エラーの詳細は同梱のヘルプ見ろとか書いてあったけど全く役に立たないので、WebのFAQにちゃんと書いてあった

ディスク容量不足とか定義ファイルの破損でこのエラーになるらしいけど、それ、エラーメッセージおかしくありませんですか?

プリン

http://www.ustream.tv/recorded/8525070?


2010年07月25日 [長年日記]

arp: unknown hardware address format (0x0800)

昨日の17時過ぎに、無線LANルータの電源入れたら

arp: unknown hardware address format (0x0800)
arp: unknown hardware address format (0x0800)

とかFreeBSDに出てた。なんぞこれ。 というけで。/usr/srcの下をgpre! grep!

./sys/netinet/if_ether.c:               log(LOG_ERR, "arp: unknown hardware address format (0x%2D)\n",

if_ether.cの該当周辺

422-
423-    if (ntohs(ar->ar_hrd) != ARPHRD_ETHER &&
424-        ntohs(ar->ar_hrd) != ARPHRD_IEEE802 &&
425-        ntohs(ar->ar_hrd) != ARPHRD_ARCNET &&
426-        ntohs(ar->ar_hrd) != ARPHRD_IEEE1394) {
427:            log(LOG_ERR, "arp: unknown hardware address format (0x%2D)\n",
428-                (unsigned char *)&ar->ar_hrd, "");
429-            m_freem(m);
430-            return;
431-    }
432-

ARPHRDなんちゃらってなんぞや、と。

./sys/net/if_arp.h:#define ARPHRD_ETHER         1       /* ethernet hardware format */
./sys/netatalk/aarp.h:#define   AARPHRD_ETHER   0x0001

まぁ、if_arp.hかなぁ。

/*
 * Address Resolution Protocol.
 *
 * See RFC 826 for protocol description.  ARP packets are variable
 * in size; the arphdr structure defines the fixed-length portion.
 * Protocol type values are the same as those for 10 Mb/s Ethernet.
 * It is followed by the variable-sized fields ar_sha, arp_spa,
 * arp_tha and arp_tpa in that order, according to the lengths
 * specified.  Field names used correspond to RFC 826.
 */
struct  arphdr {
        u_short ar_hrd;         /* format of hardware address */
#define ARPHRD_ETHER    1       /* ethernet hardware format */
#define ARPHRD_IEEE802  6       /* token-ring hardware format */
#define ARPHRD_ARCNET   7       /* arcnet hardware format */
#define ARPHRD_FRELAY   15      /* frame relay hardware format */
#define ARPHRD_IEEE1394 24      /* firewire hardware format */
        u_short ar_pro;         /* format of protocol address */
        u_char  ar_hln;         /* length of hardware address */
        u_char  ar_pln;         /* length of protocol address */

無線LANルータはどんな値入れてパケット飛ばしてたんだろ。

zpool upgrade

poolのVersionを13から14へあげれるようになってたのを忘れてた。

klotho# zpool upgrade                                                           
This system is currently running ZFS pool version 14.                           
                                                                                
The following pools are out of date, and can be upgraded.  After being          
upgraded, these pools will no longer be accessible by older software versions.  
                                                                                
VER  POOL                                                                       
---  ------------                                                               
13   zpool                                                                      
                                                                                
Use 'zpool upgrade -v' for a list of available versions and their associated    
features.                                                                       
klotho# zpool upgrade -v                                                        
This system is currently running ZFS pool version 14.                           
                                                                                
The following versions are supported:                                           
                                                                                
VER  DESCRIPTION                                                                
---  --------------------------------------------------------                   
 1   Initial ZFS version                                                        
 2   Ditto blocks (replicated metadata)                                         
 3   Hot spares and double parity RAID-Z                                        
 4   zpool history                                                              
 5   Compression using the gzip algorithm                                       
 6   bootfs pool property                                                       
 7   Separate intent log devices                                                
 8   Delegated administration                                                   
 9   refquota and refreservation properties                                     
 10  Cache devices                                                              
 11  Improved scrub performance                                                 
 12  Snapshot properties                                                        
 13  snapused property                                                          
 14  passthrough-x aclinherit support                                           
For more information on a particular version, including supported releases, see:
                                                                                
http://www.opensolaris.org/os/community/zfs/version/N                           
                                                                                
Where 'N' is the version number.                                                
klotho# zpool upgrade -a                                                        
This system is currently running ZFS pool version 14.                           
                                                                                
Successfully upgraded 'zpool'                                                   
                                                                                
                                                                                

高速下りてからが

かわいかった。http://twitter.com/daisukeasakura/status/19482957848


etc...

2005|02|03|04|05|06|07|08|09|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|
contact