.screenrcに以下の記述が必要みたい(不要な環境もありますが...)
terminfo xterm KJ=sjis
# 次は、jlessをJLESSCHARSET=sjisで正しくsjis自動変換させて動かしたい....
--> JLESSCHARSET japanese-sjisとしたら解決...
2011年11月4日金曜日
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
2011年5月3日火曜日
shairport-0.05 for FreeBSD patch
I created patch file for FreeBSD and shairport-0.05
Changes:
- use base system of OpenSSL library
- compile on FreeBSD system(I tested with FreeBSD-9-current)
- increase buffer site to 5 sec from 0.5sec
- disable IPv6(because My home network is disabled IPv6)
require:
some CPAN modules are needed.
Please install below modules manually from ports.
- p5-HTTP-Message(www/p5-HTTP-Message)
- p5-Crypt-OpenSSL-RSA(security/p5-Crypt-OpenSSL-RSA)
- p5-IO-Socket-INET6(net/p5-IO-Socket-INET6)
- avahi-app-0.6.29(net/avahi-app)
original shairport site: http://mafipulation.org/
shairport-0.05-FreeBSD-1.diff
Changes:
- use base system of OpenSSL library
- compile on FreeBSD system(I tested with FreeBSD-9-current)
- increase buffer site to 5 sec from 0.5sec
- disable IPv6(because My home network is disabled IPv6)
require:
some CPAN modules are needed.
Please install below modules manually from ports.
- p5-HTTP-Message(www/p5-HTTP-Message)
- p5-Crypt-OpenSSL-RSA(security/p5-Crypt-OpenSSL-RSA)
- p5-IO-Socket-INET6(net/p5-IO-Socket-INET6)
- avahi-app-0.6.29(net/avahi-app)
original shairport site: http://mafipulation.org/
shairport-0.05-FreeBSD-1.diff
登録:
コメント (Atom)