2011年12月29日木曜日
ssh login to FreeBSD 10
from latest FreeBSD-10(least 2011/12/28 build), sshd never use $HOME/.ssh/authorized_keys2 file. We need rename from authorized_keys2 to authorized_keys.
2011年11月4日金曜日
screenの中でsjisを正しく表示
.screenrcに以下の記述が必要みたい(不要な環境もありますが...)
terminfo xterm KJ=sjis
# 次は、jlessをJLESSCHARSET=sjisで正しくsjis自動変換させて動かしたい....
--> JLESSCHARSET japanese-sjisとしたら解決...
terminfo xterm KJ=sjis
# 次は、jlessをJLESSCHARSET=sjisで正しくsjis自動変換させて動かしたい....
--> JLESSCHARSET japanese-sjisとしたら解決...
VirtualBox kernel module
When I updated VirtualBox kernel module, I also need reload netgraph kernel modules(It means I need to reboot system).
2011年11月2日水曜日
chromium for FreeBSD
When compile from ports tree and which ports tree on NFS server.
I need to union mount /usr/ports(NFS mount directory).
for example
mkdir /var/tmp/ports
mount -t nfs [nfs server's IP]:/usr/ports /usr/ports
mount -t unionfs -o noatime /var/tmp/ports /usr/ports
or use rpc_lockd
for example in /etc/rc.conf
rpcbind_enable="YES"
rpc_lockd_enable="YES" # for both side(server/client)
I need to union mount /usr/ports(NFS mount directory).
for example
mkdir /var/tmp/ports
mount -t nfs [nfs server's IP]:/usr/ports /usr/ports
mount -t unionfs -o noatime /var/tmp/ports /usr/ports
or use rpc_lockd
for example in /etc/rc.conf
rpcbind_enable="YES"
rpc_lockd_enable="YES" # for both side(server/client)
2011年9月4日日曜日
Linux Flashplayer(FreeBSD)
linux-f10-flashplugin(npviewer.bin) is out of control and eat CPU resource.
I added below configuration into /etc/fstab
linproc /compat/linux/proc linprocfs rw 0 0
and I solved.
I added below configuration into /etc/fstab
linproc /compat/linux/proc linprocfs rw 0 0
and I solved.
[FreeBSD/ports/mail/xpbiff]enable I18N
After Dec 13 09:30:17 2003, xpbiff did not support Internationalization code.
I created patch for re-enable I18N
http://www.sanpei.org/~sanpei/tmp/FreeBSD-ports-mail-xpbiff-enable-XI18N-patch-20110904
I will commit this changes soon.--> commited
I created patch for re-enable I18N
http://www.sanpei.org/~sanpei/tmp/FreeBSD-ports-mail-xpbiff-enable-XI18N-patch-20110904
I will commit this changes soon.--> commited
登録:
投稿 (Atom)