2011-02-01から1ヶ月間の記事一覧

How to use nvidia-glx on debian wheezy/sid

Recently I did full upgrade of debian sid. Then the kernel was upgraded to 2.6.37-1-686 and xserver-xorg-core also was upgraded to 2:1.9.4-3.My debian box became a happily wheezy/sid.However, nvidia-glx package of wheezy/sid still needs ol…

Using systemtap with Debian sid.

I met the error in using systemtap with Debian sid.It was because kernel doesn't have debug symbols. So I was checking -dbg package of linux-kernel,but there was no -dbg package of i686 kernel in Debian sid.Then I built the kernel package …

Replace sysvinit to upstart.

I happend to find /sbin/init in my debian box doesn't derive from upstart package. It seemed sysvinit still remain in installation of debian sid. I chose to install upstart, I did as following procedures, Step 1. sudo aptitude remove sysvi…