ブログを移動します

なんか広告が出ててとても気になるので、ブログを移動しました。 新しい移動先↓ nozzy's diary

Temporary workaround for SIGSEGV problem of gnome-shell of debian sid.

After upgrading on debian sid, I found gnome-shell was always killed by SIGSEGV. This SIGSEGV was emerged from libcogl9.However I couldn't purge libcogl9 on debian sid ,because libcogl9 and many other packages depended to libcogl9 are rele…

Simpler workaround for missing input devices on X of debian experimental

I reported a workaround of missing input devices on X of debian experimental (About missing input devices of xserver under debian sid/experimental. - nozzy123nozzyの日記) However, I found a bug report (#670156 - xserver-xorg-core: input de…

Simple workaround for stucking http method of aptitude.

I memtioned before (Peek pipes of /usr/lib/apt/mothods/http. - nozzy123nozzyの日記), http method of aptitude is weird stucking while execution of update/upgrade.This problem was already reported in another bug report (#669322 - aptitude: "…

Peek pipes of /usr/lib/apt/mothods/http.

I also met bug of aptitude reported as '#670479 - [aptitude] 'aptitude update' stucks at communication with /usr/lib/apt/methods/http - Debian Bug report logs '. I felt an interest with internal communication with /usr/lib/apt/methods/http…

About missing input devices of xserver under debian sid/experimental.

Recently I upgraded my debian box using 'apt-get -t experimental full-upgrade'.However,I found xserver couldn't recognize any move of mouse and any input keyboard,so I couldn't do any thing after reboot my debian box. I rebooted with rescu…

Peek data in DBus

I wonderd to see what data flow in DBus,related to gnome applications . I memorize here how to watch the data. To do this,simply use dbus-monitor like this, dbus-monitor --session --monitor And it shows the data like this, ...snip... metho…

Disable to insert '\n' mark on each quote with po-mode.el

The po-mode.el included 'gettext-el' package is useful for editing po files with emacs. However, po-mode.el are always added '\n' on each msgstr quotes. This behavior is very annoyance in editing po files generated po4a.I memorize here how…

Easy way to watch the demo of libvisual plugin.

When I checked the source code of libvisual on debian sid,I feel like to watching the demo of libvisual plugin. I'm looking around for the easiest way of this, I seems to find out. I memorize here.Notice: I'm currently using alsa interface…

Write totem plugin.

I recently prefer totem-2.30 on debian sid to listen music.However totem seems lack of an ability which notifies the music title to GNOME notification area. Then ,I decided to write the plugin to notify the meta-data (included title,artist…

How to migrate the system to larger size hdd in debian sid(wheezy/sid).

I'm using HP Proliant ML115, it originally has only 160GB HDD. Recently I stored many larger pdfs and videos into this hdd, the size of hdd was almost full. Then I bought a cheap 2TB HDD (Western Digital WD20EARS-00MVWB0. it costed approxi…

How to install nvidia-glx in more better way on wheezy/sid

I mentioned before I install experimental package of nvidia-glx into debian wheezy/sid in straight forward way(See. id:nozzy123nozzy:20110227:1298813726). However,unfortunately, I found this method COMPLETELY CORRUPT THE DEPENDENCIES OF AL…

How to fsck root file system without recovery CDs.

I met corruption of root file system with debian wheezy/sid. Unfortunately,I didn't have any recovery CDs. Then I searched around a method of doing fsck root file system and I found a easy method. So I memorize here,Step 1. Add 'forcefsck'…

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…

I visited to 71th Tokyo Debian Benkyokai.

I visited to 71th Tokyo Debian Benkyokai in last sunday (18th Dec,2010) (The words is 'Benkyokai' is a Japanese popular term, which means a meeting held by amatures who are interested in the specified topics.) The main topics in this meeti…

When linux-2.6.32 fails to recognize LG L-05a usb-modem.

In sometime, my linux box (linux-2.6.32 in debian sid) fails to recognize LG L-05a. I find out a simple workaround and I will memorize this here. In usual case, when I insert this usb device, my linux box starts to scan ,and finally recogn…

About rlimit of linux box.

I misunderstood and confused about rlimit of linux-box,so I will write about rlimit consulting the kernel source of linux-2.6.32. The rlimit of running process are shown in /proc//limits. The default values of rlimit are defined in linux-2…

Inaccurate cpu temperature of Athlon 5600+ retrived from linux-2.6.32

I find the gkrellm show the wrong cpu temperature. It always displays between 10 and 20 [deg] C,however the ambient temperature is higher than 28[deg] C in my room! Finally I find k8temp module of linux-2.6.32(provided by debian sid) retur…

An better workaround of hanging up opensolaris 0906 as KVM guest under debian sid.

I mentioned before, using 'qemu32' cpu type is avoiding from hanging up opensolaris 0906 on KVM under Debian sid. However this workaround has the big side-effect,which is disabling almost all cpu feature. I found a more better workaround t…

How to debug hanging up opensolaris 0906 when running as KVM guest

I write how to debug hanging up opensolaris 0906 on KVM under Debian sid.Step 1. Get the source of opensolaris. mkdir opensolaris cd opensolaris sudo aptitude install mercurial hg clone http://bitbucket.org/mirror/onnv-gate # I prefer bitb…

Analyzing tcp packet captured by Net::Pcap from ppp link.

I tried to analyze tcp packets captured by Net::Pcap from ppp link. I wrote a tiny analyzing packet program referenced the example program 'pcapdump' (which included in Net::Pcap),but the result is totally broken. Eventually I misunderstoo…

Disabling nouveau driver under Debian sid.

I upgrade my Debian box,and also install linux-image-2.6.32-5 and re-build the nvidia-kernel-driver. However after reboot, the nouveau driver is enable by default. This causes to prevent from next loading a proprietary nvidia-kernel-driver…

Run OpenSolaris-0906 as KVM guest under linux-image-2.6.32-5 with AMD athlon.

I mentioned before, OpenSolaris-0906 KVM guest hangs under linux-image-2.6.32-5 (32bit) with AMD athlon CPU. I found a workaround.Host OS envrionment I used is below, AMD Athlon 5600 CPU Memory 2GB Debian sid (sqeeze/sid) linux-image-2.6.3…

How to setup serial console login of OpenSolaris-0906 for virsh console mode under KVM

I'll show my memorandum about setting up serial console login of OpenSolaris-0906 for virsh console mode under KVM.Notice: This method IS NOT suitable for totally manipulate opensolaris via virsh console. This method only support to login …

Checking hardware and device drivers under OpenSolaris-0906.

This is my memorandum about checking hardware and device drivers under OpenSolaris-0906.1. What devices are available? Using prtconf , the result is shown like this, foo@opensolaris:~$prtconf system Configuration: Sun Microsystems i86pc Me…

How to install Fedora-13 beta using KVM under debian sid (32bits,sqeeze/sid)

In installing Fedora 13 beta under KVM, I met suddenly dying qemu imediately invoking virt-install.It is because libvirt append -no-reboot option to qemu in booting from cdrom image.The Fedora 13 beta install image causes reset immediately…

Qemu parameters invoking via libvirtd under debian sid (32bits)

I met a trouble on installing Fedora 13 Beta using virt-install under debian sid (32bits). The trouble is that qemu died with no errors immediately after invoke virt-install.Consulting the source of libvirt-0.8.0, I found the log which are…

Running OpenSolaris-0906 using KVM on debian sid (32bits) under AMD athlon processor.

I successfully running opensolaris-0906 using KVM on debian sid (32bits) under AMD athlon processor.Some tips are shown, Using linux-imange-2.6.30 is good. Unfortunately using linux-image-2.6.32-4 and linux-image-2.6.32-5(evaluated in 2010…