2003-12-26(金) 晴 [長年日記]
_ 5.x 系のループバックマウント
4.x 系での方法は散見されるのですが 5.x 系での方法に関しては情報が少ないのでメモしておきます。vnconfig を使ったら
# vnconfig /dev/vn0 hoge.iso ERROR: vnconfig(8) has been discontinued Please use mdconfig(8).
と怒られたので FreeBSD で CD-R にある「mdconfig でデバイスを作成してテスト」を参考にして
# mdconfig -a -t vnode -f hoge.iso md0 # mount_cd9660 -r /dev/md0 /mnt
としたらループバックマウントできました。アンマウントは
# umount /mnt # mdconfig -d -u md0
とすればできます。FreeBSD で disk image を直接参照するも参考にさせていただきました。
_ portupgrade databases/postgresql7
postgresql-7.4 < needs updating (port has 7.4.1)
途中で
---> Installing the new version via the port Suspended (tty output)
となって止まっていたので
# fg
としました。すると
portupgrade postgresql-7.4 ===> Installing for postgresql-7.4.1 ===> postgresql-7.4.1 depends on shared library: intl.5 - found =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 7.3.x -> 7.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =========================================== pgsql:*:70: You already have a group "pgsql", so I will use it. pgsql:*:70:70::0:0:PostgreSQL Daemon:/usr/local/pgsql:/bin/sh You already have a user "pgsql", so I will use it. (snip)
となって portupgrade が続行しました。私の場合は何かの port の依存関係で postgresql がインストールされているだけなので特になにもせずそのまま続行しました。
_ pkgtools.conf の調整
XFree86-4-Server-snap をインストールしたので
# portversion -vL"=" Stale dependency: wrapper-1.0_3 --> XFree86-Server-4.3.0_12 -- manually run 'pkgdb -F' to fix, or specify -O to force.
となってしまいました。そこで /usr/local/etc/pkgtools.conf の ALT_PKGDEP に
'x11-servers/XFree86-4-Server' => 'x11-servers/XFree86-4-Server-snap',
を追加して、さらに
# pkgdb -F ---> Checking the package registry database Stale dependency: wrapper-1.0_3 -> XFree86-Server-4.3.0_12 (x11-servers/XFree86-4-Server): XFree86-Server-4.3.99.15 (score:78%) ? ([y]es/[n]o/[a]ll) [no] yes Fixed. (-> XFree86-Server-4.3.99.15)
としておきました。
_ こんな運動しなくても…余分な脂肪をカット 東大G発見
肥満を改善するだけで普通の人がやってもあまり効果がないのでしょうけれどもね。痩せたいがためにやる人がいっぱい出てくるんだろうなぁ。副作用がないらしいのでやってもいいとは思いますが。内蔵脂肪には効果がないのかなぁ?筋肉にたまった余分な脂肪を減らすより内蔵脂肪を減らしたいものです。