Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: > > General SMART Values: > Offline data collection status: (0x00) Offline data collection activity > was never started. > Auto Offline Data Collection: Disabled. > Self-test execution status: (

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: >> On Tue, Apr 21, 2009 at 1:22 PM, Jochen Schulz > >> wrote: > >> Your problem is most probably unrelated to your building a kernel. Take >> a look into /var/log/syslog and/or dmesg output. You will probably find >> messages about hard disk errors. Post them here if you have tro

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Divick Kishore
Hi, >> Posting the output of 'smartctl -a /dev/hda' (from smartmontools, insert >> your hard drive device name) might help as well. >> The output from smatctl is fairly cryptic for me, posting it below: sudo smartctl -a /dev/hdc1 smartctl

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Divick Kishore
Hi, > On Tue, Apr 21, 2009 at 1:22 PM, Jochen Schulz > > wrote: > Your problem is most probably unrelated to your building a kernel. Take > a look into /var/log/syslog and/or dmesg output. You will probably find > messages about hard disk errors. Post them here if you have trouble > interpreting

Re: Problem compiling custom kernel on debian

2009-04-21 Thread Jochen Schulz
Divick Kishore: > > make-kpkg clean > > I get error that file system is read only. Somehow just before running > this command, the file system wasn´t readonly but after running this, > my file system has become read only. Your problem is most probably unrelated to your building a kernel. Take a

Problem compiling custom kernel on debian

2009-04-20 Thread Divick Kishore
Hi,     I am trying to compile Linux kernel 2.6.29-1 as described here http://kernel-handbook.alioth.debian.org/ch-common-tasks.html, section 4.4, i.e. I copy the /boot/config-2.6.26-1-686 to untarred linux kernel directory as .config and after doing make menuconfig, when I try to do make-kpkg cle