PS Post the error you get when booting as well as your grub.conf, fstab and output of mount.
On Fri, Aug 8, 2008 at 5:57 AM, Beyers Cronje <[EMAIL PROTECTED]> wrote: > I'm still convinced it is a kernel boot option or kernel configuration > issue. Download a clean vanilla 2.6.19.2 kernel and see if you can get it > to boot on your system without applying any Click patches to it. If you get > the same issues then this is the wrong list to troubleshoot the problem and > you will have better luck on one of the fedora lists. > > > ---------- Forwarded message ---------- > From: Vishwas Dubey <[EMAIL PROTECTED]> > Date: Fri, Aug 8, 2008 at 5:29 AM > Subject: Re: [Click] Unable to Install and run Click > To: Beyers Cronje <[EMAIL PROTECTED]> > > > I did check up on that. I have literally tried each and every permutation > and combination with the / partition, have also changed fstab accordingly. I > even went through the online blogs that list the same errors as mine while > compiling the fedora kernel but so far nothing seemed to have worked for me. > Is there any way out...?? > > Thanks, > Vishwas. > > On Fri, Aug 8, 2008 at 11:10 AM, Beyers Cronje <[EMAIL PROTECTED]>wrote: > >> Vishwas, >> >> My guess is you either did not follow the instructions in the INSTALL >> fille correctly, or more likely it's a fedora grub issue. On fedora when you >> make install the vanilla kernel it adds an entry in grub.conf for this new >> kernel and uses something in the line of "root=LABEL=/" to specify on what >> partition your / is located. Vanilla kernel does not like this tag, so >> change it to the full name of your root partition, i.e. "root=/dev/sda1" or >> wherever your / partition resides. You can find the exact partition with the >> "mount" command. >> >> Beyers >> >> On Fri, Aug 8, 2008 at 4:38 AM, Vishwas Dubey <[EMAIL PROTECTED]>wrote: >> >>> Hi All, >>> >>> I am unable to install and run Click. I followed the instructions for >>> installing Click from the INSTALL file distributed along with the >>> Click-1.6.0 release. I am not able to build the Click loadable kernel >>> module. I need to run some experiments on roofnet. Is there any way I can >>> install and run click on my current 2.6.25.11-97.fc9.i686 kernel. >>> >>> I was able to install click at userlevel. But at userlevel I am not able >>> to >>> run most of the scripts from CLICKDIR/conf directory although I have set >>> the >>> 'PCAP_INCLUDES' and 'PCAP_LIBS' variables in the options to >>> './configure'. I >>> get errors like such and such element class not found or is undeclared. >>> Here, I am not writing and compiling my own element classes but just >>> trying >>> to run the sample scripts from CLICKDIR/conf directory. Also, when I >>> install >>> click at userlevel I am not able to even execute any of the scripts as >>> root. >>> >>> >>> Moreover, I am not able to install and use any of the tools from the >>> CLICKDIR/tools directory when I install click at userlevel. I get errors >>> when I issue make install command for the tools in the CLICKDIR/tools >>> directory from their respective directories. It would be really great if >>> you >>> can help me install and use CLICK. >>> Any help is much appreciated. >>> >>> Thanks, >>> Vishwas. >>> _______________________________________________ >>> click mailing list >>> [email protected] >>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click >>> >> >> > > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
