Re: kernel build error during ubuntu linux kernel build

2021-07-01 Thread Alexander Kapshuk
On Thu, Jul 1, 2021 at 4:03 AM wrote: > > > Hello Alexander Kapshuk, > > Thanks for the reply. Following your advice, I installed `sudo apt install > zfs-dkms` ( it gave me this scary-looking warning below I just installed > it, because I’ll not distribute anything) > > It installs sources for

RE: kernel build error during ubuntu linux kernel build

2021-06-30 Thread ckim
Hello Alexander Kapshuk, Thanks for the reply. Following your advice, I installed `sudo apt install zfs-dkms` ( it gave me this scary-looking warning below I just installed it, because I’ll not distribute anything) It installs sources for zfs-dkms and I understand it contains bash script to

Re: kernel build error during ubuntu linux kernel build

2021-06-29 Thread Alexander Kapshuk
rectory two > linux headers .deb files and a linux-image .deb file but I see only > linux-headers-5.4.0-42_5.4.0-42.46_all.deb > > Can anyone give me an advice? Any suggestion will be appreciated. > > Thank you! > > Chan Kim > > > > *From:* c...@etri.re.kr > *Sent:* Tue

RE: kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
Sent: Tuesday, June 29, 2021 10:04 AM To: kernelnewbies@kernelnewbies.org Subject: kernel build error during ubuntu linux kernel build Hello, all I have a strange problem in building the linux kernel from ubuntu. (I want to replace the kernel in ubuntu to debug install failure on qemu virt

kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
Hello, all I have a strange problem in building the linux kernel from ubuntu. (I want to replace the kernel in ubuntu to debug install failure on qemu virtual machine) I downloaded ubuntu source by "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-focal.git". and because I wanted to use a

Re: kernel build error

2013-04-02 Thread Kumar amit mehta
On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote: Could you paste roughly 20-30 lines of boot messages when you hit the hung point? Kernel config alone usually can't help much I'm trying this on a Virtual Machine using VMware Player. When the VM boots up, it throws lots of

Re: kernel build error

2013-04-02 Thread Mulyadi Santosa
On Tue, Apr 2, 2013 at 1:19 PM, Kumar amit mehta gmate.a...@gmail.comwrote: On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote: Could you paste roughly 20-30 lines of boot messages when you hit the hung point? Kernel config alone usually can't help much I'm trying this on a

Re: kernel build error

2013-04-01 Thread Mulyadi Santosa
On Sun, Mar 31, 2013 at 11:45 AM, Kumar amit mehta gmate.a...@gmail.comwrote: Unfortunately, still no luck. The build goes fine, but it seems that the boot process again got stuck at the same place. I'm using the latest linux-next tree. $ git describe next-20130328 build procedure: $

Re: kernel build error

2013-03-25 Thread Mulyadi Santosa
On 3/25/13, Kumar amit mehta gmate.a...@gmail.com wrote: Thank you so much for your help. Meanwhile I have updated my workspace with the latest linux-next tree and will later try out the options that you've mentioned. You welcome. BTW, (fortunately you already done so), it's better to retest

Re: kernel build error

2013-03-24 Thread Kumar amit mehta
On Sun, Mar 24, 2013 at 12:49:55PM +0700, Mulyadi Santosa wrote: On 3/22/13, Kumar amit mehta gmate.a...@gmail.com wrote: I've uploaded the kernel configuration and the screenshot in google drive [1]. ok let's see... hmmm, stuck during I/O memory mapping?. sadly, no further

Re: kernel build error

2013-03-23 Thread Mulyadi Santosa
On 3/22/13, Kumar amit mehta gmate.a...@gmail.com wrote: I've uploaded the kernel configuration and the screenshot in google drive [1]. ok let's see... hmmm, stuck during I/O memory mapping?. sadly, no further info that explains the reason why it stuck there Just to be a

Re: kernel build error

2013-03-22 Thread Kumar amit mehta
On Fri, Mar 22, 2013 at 10:41:56AM +0700, Mulyadi Santosa wrote: On Thu, Mar 21, 2013 at 1:16 PM, Kumar amit mehta gmate.a...@gmail.com wrote: boot issue. But before attaching these small files(136K and 32K respectively) and send it to the mailing list, I'd like to ask, if that's fine with

Re: kernel build error

2013-03-21 Thread Kumar amit mehta
Inline On Wed, Mar 20, 2013 at 12:07:57AM -0700, Kumar amit mehta wrote: On Tue, Mar 19, 2013 at 11:56:44PM -0700, Kumar amit mehta wrote: On Tue, Mar 19, 2013 at 09:43:11PM +0700, Mulyadi Santosa wrote: Hi ... On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta gmate.a...@gmail.com

Re: kernel build error

2013-03-21 Thread Mulyadi Santosa
On Thu, Mar 21, 2013 at 1:16 PM, Kumar amit mehta gmate.a...@gmail.com wrote: boot issue. But before attaching these small files(136K and 32K respectively) and send it to the mailing list, I'd like to ask, if that's fine with you folks. maybe it's better if you upload those files somewhere,

Re: kernel build error

2013-03-20 Thread Kumar amit mehta
On Tue, Mar 19, 2013 at 09:43:11PM +0700, Mulyadi Santosa wrote: Hi ... On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta gmate.a...@gmail.com wrote: grep for copy_from_user_overflow gives me this: amit@ubuntu:~/linux-next/linux-next$ grep -ri copy_from_user_overflow *

Re: kernel build error

2013-03-20 Thread Kumar amit mehta
On Tue, Mar 19, 2013 at 11:56:44PM -0700, Kumar amit mehta wrote: On Tue, Mar 19, 2013 at 09:43:11PM +0700, Mulyadi Santosa wrote: Hi ... On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta gmate.a...@gmail.com wrote: grep for copy_from_user_overflow gives me this:

Re: kernel build error

2013-03-20 Thread Ben Wu
Dear All:   I now study power driver in linux source code, but didn't find some doc about liux,all the doc was for android, can some help me?BTW,how /sys/power interactive with linux kernel?? Many thanks___ Kernelnewbies mailing list

Re: kernel build error

2013-03-20 Thread Valdis . Kletnieks
On Wed, 20 Mar 2013 00:07:57 -0700, Kumar amit mehta said: I forgot that 'uname -m' will return me the kernel version and _not_ the CPU architecture. The CPU on my machine seem to be 64 bit (/proc/cpuinfo|grep flags shows 'lm'). So my understanding is that I've a 32 bit kernel running on a

Re: kernel build error

2013-03-19 Thread Mulyadi Santosa
Hi ... On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta gmate.a...@gmail.com wrote: grep for copy_from_user_overflow gives me this: amit@ubuntu:~/linux-next/linux-next$ grep -ri copy_from_user_overflow * arch/s390/include/asm/uaccess.h:extern void copy_from_user_overflow(void)

Re: kernel build error

2013-03-18 Thread Kumar amit mehta
On Mon, Mar 18, 2013 at 11:21:52AM +0700, Mulyadi Santosa wrote: On 3/17/13, Kumar amit mehta gmate.a...@gmail.com wrote: I'm facing a kernel build issue with the latest kernel on my machine. It seem like a configuration issue, and I haven't been able to resolve it for sometime, hence

kernel build error

2013-03-17 Thread Kumar amit mehta
I'm facing a kernel build issue with the latest kernel on my machine. It seem like a configuration issue, and I haven't been able to resolve it for sometime, hence need your help. The error message is as below: error snip ERROR: copy_from_user_overflow [net/core/pktgen.ko] undefined! ERROR:

Re: kernel build error

2013-03-17 Thread Mulyadi Santosa
On 3/17/13, Kumar amit mehta gmate.a...@gmail.com wrote: I'm facing a kernel build issue with the latest kernel on my machine. It seem like a configuration issue, and I haven't been able to resolve it for sometime, hence need your help. The error message is as below: error snip ERROR: