From: Sergio P. <spa...@zi...> - 2010-03-05 08:04:31
|
Hello everyone, This is my first mail to the list. I am using the last stable version of colinux (stable-colinux-20100205.tar.gz) compiled in linux using an autoboot usb which uses unionfs for the filesystem. I am using windows 7 with Xming. When I tryed to launch firefox 3.5, colinux crash with an kernel oops. I attached the oops in the mail. When firefox starts sqlite tried to do a ftruncate in /tmp/var which is a directory of the unionfs and get always this oops. (In general I get this oops in every program which do the same operation ftruncate) My temporal solution is to make a link of this directory to a directory in another FS and the problem disappear. ln -fs tmp /media/data/tmp I hope this can helps you to solve. Thanks in advance. Cheers, Sergio |