[FreeBSD 8.0] hal の make に失敗

7.3からアップグレードしたFreeBSD 8.0-RELEASE-p2で,halのmake中,次のようなエラーメッセージが出てmakeが失敗する。 probe-hiddev.c: In function ‘main’: probe-hiddev.c:81: error: ‘USB_GET_REPORT_ID’ undeclared (first use in this function) probe-hiddev.c:81: error: (Each undeclared identifier is reported only once probe-hiddev.c:81: error: for each function it appears in.) pkg_deleteでports で入れた libusb を消すと,何事もなく make が通った。 FreeBSD 8.0 Continue reading [FreeBSD 8.0] hal の make に失敗


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Leave a reply

[LaTeX] ウムラウトを付ける

文字にドイツ語のウムラウトを付けるには, \”{文字} とする。 シングルクォート二つではなくダブルクォートなので注意。 Johannes Georg Bednorz と Karl Alexander M\”{u}ller は酸化物高温超伝導体を発見した。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged | Leave a reply

[LaTeX] eqnarray環境で特定の行に式番号を付けない

eqnarray 環境では何も指定しなければ \\ で改行すると数式番号が付く。 \nonumber を行末に指定することで,この式番号の付加を抑制できる。 たとえば次のようにする。 \begin{eanarray} V &=& V_\omega \sin \omega t + V_{3\omega} \sin 3 \omega t + V_{5\omega} \sin 5 \omega t \nonumber \\ && + V_{7\omega} \sin 7 \omega t + V_{9\omega} \sin 9 \omega Continue reading [LaTeX] eqnarray環境で特定の行に式番号を付けない


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

[FreeBSD] 音量の調整

FreeBSDでコマンドラインからサウンドカードの音量を調整するには mixer コマンドを使う。 % mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Continue reading [FreeBSD] 音量の調整


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Leave a reply

LaTeXの数式で中括弧

LaTexの数式環境で上下の幅に連動する括弧は\left(,\right)のように書くが,中括弧の場合は\left{,\right}では無かったので嵌った。 中括弧の場合は \left\{ \right\} のように{}をエスケープする必要がある。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

[FreeBSD][UFS] 定期的にSnapshotを作成

UFSにはSnapshot機能があることは知っていたが、いつか試そうと思って放っていた。 今日rm *~しようとしてrm *してしまい激しく後悔。 定期的にSnapshotを作成するように設定することにした。 『FreeBSD UFS Snapshot Management Environmentを使って定期的にSnapshotを作成する』 – mteramotoの日記 によるとFreeBSD UFS Snapshot Management Environmentというのがあって、設定したスケジュールに従ってSnapshotをrotateしてくれるらしい。 sysutils/freebsd-snapshotというportsになっているのでこれをインストール。 /etc/crontabに # /etc/crontab 0 * * * * root /usr/local/sbin/periodic-snapshot hourly 0 0 * * * root /usr/local/sbin/periodic-snapshot daily 0 0 * Continue reading [FreeBSD][UFS] 定期的にSnapshotを作成


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply

GN-1200TW2

『FreeBSD 8.0-RELEASEでvgeドライバに不具合』 に書いた問題で、パッチがHEADにコミットされたようだがStableに落ちてこない。 Currentにすれば良かったが、GENERICを捨てる気力が無く、チキンにも別NICを用意することにした。 PLANEXのGN-1200TW2を1200円ほどで購入。 チップはRealTechのRTL8269SCで、FreeBSDではre0として認識された。 re0: port 0xa000-0xa0ff mem 0xf9011000-0xf90110ff irq 18 at device 4.0 on pci1 re0: Chip rev. 0x10000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, Continue reading GN-1200TW2


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply

FreeBSD 8.0-RELEASEでvgeドライバに不具合

FreeBSDマシンをルータ兼WWWサーバに使っている。 このたびFreeBSD 7.2からFreeBSD 8.0-RELEASEにfreebsd-updateでアップグレードしたら、ホスティングしているサイトの表示が崩れるようになった。 しかし、崩れているのはローカルネットワークから表示したときのみで外から見る分には全く問題がない。 wgetで適当なスタイルファイルをダウンロードして見てみるとファイルの一部がバーストでヌル文字に置換されている。 HTTP以外のプロトコル、SSHやPPTP、FTPでは問題ない。 tcpdumpしながらファイル転送するとサーバ側とクライアント側でdumpの結果が異なった。 ドライバレベルの問題か。 freebsd-stableやfreebsd-users-jpでも議論になっている。 [FreeBSD-users-jp 92658] 8.0-RELEASE での vge ドライバについて [FreeBSD-users-jp 92664] Re: 8.0-RELEASE での vge ドライバについて vge problem (Re: 8.0R TCP connection stall with large Send-Q)


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

FreeBSD 8.0-RELEASE

自宅サーバのOSをFreeBSD 7.2-RELEASSEからFreeBSD 8.0-RELEASEにアップグレード。 久々のメジャーバージョンアップ。 『FreeBSD 7.1-RELEASE』 の通り、freebsd-updateでアップデートできた。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

WordPressを別サーバに引っ越す

移動元、移動先の双方でシェルアカウントを持っている場合、WordPressで作ったサイトを別サーバに移動するには以下のようにする。 同一サーバ内で移動するときは、データベースを書き出したり読み込んだりする必要はない。 1. データベースのバックアップを取る % mysqldump database_name -u user_name -p > backup_file としてデータベースをbackup_fileにバックアップする。 2. サイトに新しいURLを登録する WordPressサイト管理メニューの[設定]→[一般]で[WordPress のアドレス (URL)]に新しいURLを入力し[変更を保存]ボタンを押す。 3. データベースを書き出す バックアップを取ったときと同様にmysqldumpでデータベースの内容を書き出す。 % mysqldump database_name -u user_name -p > dump_file 4. サイトをアーカイブする テーマのスタイルファイルなどを編集しているのでサイト全体を新しいサーバに持って行く。 % cd /home/user_name % tar cvzf site.tar.gz public_html Continue reading WordPressを別サーバに引っ越す


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply