* Kernel recompilation error @ 2004-08-17 1:00 Rahul Jain 2004-08-17 4:43 ` Darren Williams 0 siblings, 1 reply; 5+ messages in thread From: Rahul Jain @ 2004-08-17 1:00 UTC (permalink / raw) To: Kernel Traffic Mailing List Hi, This is the first time I am seeing this error while recompiling the kernel. Could someone plz explain what it means and how to fix it. I get this error message when I run the command 'make install'. Till this point everything else works out properly. Error Message ------------- All of your loopback devices are in use. mkinitrd failed The commands run before this were make mrproper make menuconfig make dep make bzImage make modules and make modules_install Thanks, Rahul. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel recompilation error 2004-08-17 1:00 Kernel recompilation error Rahul Jain @ 2004-08-17 4:43 ` Darren Williams 2004-08-17 20:20 ` L. A. Walsh 0 siblings, 1 reply; 5+ messages in thread From: Darren Williams @ 2004-08-17 4:43 UTC (permalink / raw) To: Rahul Jain; +Cc: LKML Hi Rahul As a guess the kernel you are compiling on does not have loopback enabled and therefore you are seeing this message. I use to see this message on RH7 and 8 if I had no loopback device. Darren On Mon, 16 Aug 2004, Rahul Jain wrote: > Hi, > > This is the first time I am seeing this error while recompiling the > kernel. Could someone plz explain what it means and how to fix it. > > I get this error message when I run the command 'make install'. Till this > point everything else works out properly. > > Error Message > ------------- > All of your loopback devices are in use. > mkinitrd failed > > The commands run before this were > make mrproper > make menuconfig > make dep > make bzImage > make modules and > make modules_install > > Thanks, > Rahul. > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -------------------------------------------------- Darren Williams <dsw AT gelato.unsw.edu.au> Gelato@UNSW <www.gelato.unsw.edu.au> -------------------------------------------------- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel recompilation error 2004-08-17 4:43 ` Darren Williams @ 2004-08-17 20:20 ` L. A. Walsh 2004-08-18 15:27 ` Rahul Jain 0 siblings, 1 reply; 5+ messages in thread From: L. A. Walsh @ 2004-08-17 20:20 UTC (permalink / raw) To: Darren Williams; +Cc: Rahul Jain, LKML Yep...if ya ever find yourself running on a no-loop back kernel -- first thing to do is compile-up a new one with it enabled so you can make new kernels! :-) -l Darren Williams wrote: >Hi Rahul >As a guess the kernel you are compiling on >does not have loopback enabled and therefore >you are seeing this message. > >I use to see this message on RH7 and 8 if >I had no loopback device. > >Darren > >On Mon, 16 Aug 2004, Rahul Jain wrote: > > > >>Hi, >> >>This is the first time I am seeing this error while recompiling the >>kernel. Could someone plz explain what it means and how to fix it. >> >>I get this error message when I run the command 'make install'. Till this >>point everything else works out properly. >> >>Error Message >>------------- >>All of your loopback devices are in use. >>mkinitrd failed >> >>The commands run before this were >>make mrproper >>make menuconfig >>make dep >>make bzImage >>make modules and >>make modules_install >> >>Thanks, >>Rahul. >> >>- >>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >>the body of a message to majordomo@vger.kernel.org >>More majordomo info at http://vger.kernel.org/majordomo-info.html >>Please read the FAQ at http://www.tux.org/lkml/ >> >> >-------------------------------------------------- >Darren Williams <dsw AT gelato.unsw.edu.au> >Gelato@UNSW <www.gelato.unsw.edu.au> >-------------------------------------------------- >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > -- In the marketplace of "Real goods", capitalism is limited by safety regulations, consumer protection laws, and product liability. In the computer industry, what protects consumers (other than vendor good will that seems to diminish inversely to their size)? ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel recompilation error 2004-08-17 20:20 ` L. A. Walsh @ 2004-08-18 15:27 ` Rahul Jain 2004-08-18 22:27 ` Darren Williams 0 siblings, 1 reply; 5+ messages in thread From: Rahul Jain @ 2004-08-18 15:27 UTC (permalink / raw) To: L. A. Walsh; +Cc: Darren Williams, Rahul Jain, LKML Hi, Thanks for your response. I tried compiling a new kernel with the "Loopback Device Support" option in 'menuconfig' set as a module. However I am still getting the same error. Is there something more that I am missing ?? I am using RH9 Thanks, Rahul. On Tue, 17 Aug 2004, L. A. Walsh wrote: > > Yep...if ya ever find yourself running on a no-loop back kernel -- first > thing to do is compile-up a new one with it enabled so you can make > new kernels! :-) > > -l > > Darren Williams wrote: > > >Hi Rahul > >As a guess the kernel you are compiling on > >does not have loopback enabled and therefore > >you are seeing this message. > > > >I use to see this message on RH7 and 8 if > >I had no loopback device. > > > >Darren > > > >On Mon, 16 Aug 2004, Rahul Jain wrote: > > > > > > > >>Hi, > >> > >>This is the first time I am seeing this error while recompiling the > >>kernel. Could someone plz explain what it means and how to fix it. > >> > >>I get this error message when I run the command 'make install'. Till this > >>point everything else works out properly. > >> > >>Error Message > >>------------- > >>All of your loopback devices are in use. > >>mkinitrd failed > >> > >>The commands run before this were > >>make mrproper > >>make menuconfig > >>make dep > >>make bzImage > >>make modules and > >>make modules_install > >> > >>Thanks, > >>Rahul. > >> > >>- > >>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >>the body of a message to majordomo@vger.kernel.org > >>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>Please read the FAQ at http://www.tux.org/lkml/ > >> > >> > >-------------------------------------------------- > >Darren Williams <dsw AT gelato.unsw.edu.au> > >Gelato@UNSW <www.gelato.unsw.edu.au> > >-------------------------------------------------- > >- > >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >the body of a message to majordomo@vger.kernel.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > >Please read the FAQ at http://www.tux.org/lkml/ > > > > > > -- > In the marketplace of "Real goods", capitalism is limited by safety > regulations, consumer protection laws, and product liability. In > the computer industry, what protects consumers (other than vendor > good will that seems to diminish inversely to their size)? > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Kernel recompilation error 2004-08-18 15:27 ` Rahul Jain @ 2004-08-18 22:27 ` Darren Williams 0 siblings, 0 replies; 5+ messages in thread From: Darren Williams @ 2004-08-18 22:27 UTC (permalink / raw) To: LKML; +Cc: rbj2 Hi Rahul Is the module loaded whem you compile the kernel try, /sbin/lsmod it will give you a list of loaded modules, you should see Module Size Used by ..... loop .... if not load the module as super user /sbin/modprobe loop and try again. If this does not work then try asking http://www.kernelnewbies.org/ This list is more appropriate for these questions. On Wed, 18 Aug 2004, Rahul Jain wrote: > Hi, > > Thanks for your response. > > I tried compiling a new kernel with the "Loopback Device Support" option > in 'menuconfig' set as a module. However I am still getting the same error. > Is there something more that I am missing ?? I am using RH9 > > Thanks, > Rahul. > > On Tue, 17 Aug 2004, L. A. Walsh wrote: > > > > > Yep...if ya ever find yourself running on a no-loop back kernel -- first > > thing to do is compile-up a new one with it enabled so you can make > > new kernels! :-) > > > > -l > > > > Darren Williams wrote: > > > > >Hi Rahul > > >As a guess the kernel you are compiling on > > >does not have loopback enabled and therefore > > >you are seeing this message. > > > > > >I use to see this message on RH7 and 8 if > > >I had no loopback device. > > > > > >Darren > > > > > >On Mon, 16 Aug 2004, Rahul Jain wrote: > > > > > > > > > > > >>Hi, > > >> > > >>This is the first time I am seeing this error while recompiling the > > >>kernel. Could someone plz explain what it means and how to fix it. > > >> > > >>I get this error message when I run the command 'make install'. Till this > > >>point everything else works out properly. > > >> > > >>Error Message > > >>------------- > > >>All of your loopback devices are in use. > > >>mkinitrd failed > > >> > > >>The commands run before this were > > >>make mrproper > > >>make menuconfig > > >>make dep > > >>make bzImage > > >>make modules and > > >>make modules_install > > >> > > >>Thanks, > > >>Rahul. > > >> > > >>- > > >>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > > >>the body of a message to majordomo@vger.kernel.org > > >>More majordomo info at http://vger.kernel.org/majordomo-info.html > > >>Please read the FAQ at http://www.tux.org/lkml/ > > >> > > >> > > >-------------------------------------------------- > > >Darren Williams <dsw AT gelato.unsw.edu.au> > > >Gelato@UNSW <www.gelato.unsw.edu.au> > > >-------------------------------------------------- > > >- > > >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > > >the body of a message to majordomo@vger.kernel.org > > >More majordomo info at http://vger.kernel.org/majordomo-info.html > > >Please read the FAQ at http://www.tux.org/lkml/ > > > > > > > > > > -- > > In the marketplace of "Real goods", capitalism is limited by safety > > regulations, consumer protection laws, and product liability. In > > the computer industry, what protects consumers (other than vendor > > good will that seems to diminish inversely to their size)? > > > > > > -------------------------------------------------- Darren Williams <dsw AT gelato.unsw.edu.au> Gelato@UNSW <www.gelato.unsw.edu.au> -------------------------------------------------- ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-08-18 22:27 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-08-17 1:00 Kernel recompilation error Rahul Jain 2004-08-17 4:43 ` Darren Williams 2004-08-17 20:20 ` L. A. Walsh 2004-08-18 15:27 ` Rahul Jain 2004-08-18 22:27 ` Darren Williams
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox