Re: Posting dangerous code (was Re: Building kernel-image with kpkg)

2002-04-30 Thread Shawn McMahon
begin Karsten M. Self quotation: > > Shawn's LART would purge all installed packages on a Debian system. Spoilsport. :-) Actually, I haven't tested it to see if it will really manage to purge them all. I suspect it will give at least one prompt, and probably manage to commit suicide before AL

Posting dangerous code (was Re: Building kernel-image with kpkg)

2002-04-29 Thread Karsten M. Self
on Mon, Apr 29, 2002, Karsten M. Self (kmself@ix.netcom.com) wrote: > on Mon, Apr 22, 2002, Shawn McMahon ([EMAIL PROTECTED]) wrote: > > begin Grant Edwards quotation: > > > > > > > You're arbitrarily nuking things from the source tree. > > > > > > It's not my fault, somebody told me to! > >

Re: Building kernel-image with kpkg

2002-04-29 Thread Shawn McMahon
begin Karsten M. Self quotation: > > > > dpkg -P `apt-cache pkgnames` > > I suspect you're missing an operator term on your apt-cache command. In case he actually tried to do it, I didn't want him to nuke his entire system and cause me grief. I had complaints one time when I posted a similar p

Re: Building kernel-image with kpkg

2002-04-29 Thread Karsten M. Self
on Mon, Apr 22, 2002, Shawn McMahon ([EMAIL PROTECTED]) wrote: > begin Grant Edwards quotation: > > > > > You're arbitrarily nuking things from the source tree. > > > > It's not my fault, somebody told me to! > > This is a test. > > You can restore those files by typing: > > dpkg -P `apt-ca

Re: Building kernel-image with kpkg

2002-04-24 Thread Walter Tautz
On Mon, 22 Apr 2002, David Z Maze wrote: > Ramesh Panuganty <[EMAIL PROTECTED]> writes: > > Yeah, you need the link from /usr/src/linux -> > > /usr/src/ to ease while applying kernel patches > > etc... > > I've never found that necessary (though I also tend not to apply > patches to my kernel s

Re: Building kernel-image with kpkg

2002-04-22 Thread Manoj Srivastava
>>"Panuganty," == Panuganty, Ramesh <[EMAIL PROTECTED]> writes: Ramesh> Yeah, you need the link from /usr/src/linux -> Ramesh> /usr/src/ to ease while Ramesh> applying kernel patches etc... Any kernel patch that assumes source live in /usr/src/linux is clueless enough that is is bo

RE: Building kernel-image with kpkg

2002-04-22 Thread Panuganty, Ramesh
| Fortunately, though, you've read /usr/share/doc/libc6/README.Debian.gz | and understand why you shouldn't do this. :-) Actually I use my system for pure driver development against newer kernels, hence I always link my /usr/include/linux with the appropriate kernel. I guess it is not preferred i

Re: Building kernel-image with kpkg

2002-04-22 Thread Grant Edwards
On Mon, Apr 22, 2002 at 03:52:54PM -0500, Panuganty, Ramesh wrote: > Yeah, you need the link from /usr/src/linux -> > /usr/src/ to ease while applying kernel patches > etc... > > You may also thinking of creating this link > > mv /usr/include/linux /usr/include/linux.org (this would be a directo

Re: Building kernel-image with kpkg

2002-04-22 Thread David Z Maze
Ramesh Panuganty <[EMAIL PROTECTED]> writes: > Yeah, you need the link from /usr/src/linux -> > /usr/src/ to ease while applying kernel patches > etc... I've never found that necessary (though I also tend not to apply patches to my kernel source). A well-formed patch should apply cleanly to a sou

RE: Building kernel-image with kpkg

2002-04-22 Thread Panuganty, Ramesh
iginal Message- From: Grant Edwards [mailto:[EMAIL PROTECTED] Sent: Monday, April 22, 2002 3:58 PM To: debian-user@lists.debian.org Subject: Re: Building kernel-image with kpkg On Mon, Apr 22, 2002 at 03:31:11PM -0500, Panuganty, Ramesh wrote: > There is a good article here on debi

Re: Building kernel-image with kpkg

2002-04-22 Thread Shawn McMahon
begin Grant Edwards quotation: > > > You're arbitrarily nuking things from the source tree. > > It's not my fault, somebody told me to! This is a test. You can restore those files by typing: dpkg -P `apt-cache pkgnames` -- Shawn McMahon| McMahon's Laws of Linux suppo

Re: Building kernel-image with kpkg

2002-04-22 Thread Grant Edwards
On Mon, Apr 22, 2002 at 03:31:11PM -0500, Panuganty, Ramesh wrote: > There is a good article here on debian kernel compilation. May be useful > for you. > > http://newbiedoc.sourceforge.net/system/kernel-pkg.en.html Thanks for the link -- it looks like a good reference. I did notice that it sta

Re: Building kernel-image with kpkg

2002-04-22 Thread Grant Edwards
On Mon, Apr 22, 2002 at 03:56:36PM -0400, David Z Maze wrote: > Grant Edwards <[EMAIL PROTECTED]> writes: > > Various sources have recommended doing "rm -rf */pcmcia" before > > building a kernel from sources (assuming you're goign to use > > the pcmcia stuff in the pcmcia-cs package). > > > >

RE: Building kernel-image with kpkg

2002-04-22 Thread Panuganty, Ramesh
: Building kernel-image with kpkg Grant Edwards <[EMAIL PROTECTED]> writes: > Various sources have recommended doing "rm -rf */pcmcia" before > building a kernel from sources (assuming you're goign to use the > pcmcia stuff in the pcmcia-cs package). > > I

Re: Building kernel-image with kpkg

2002-04-22 Thread David Z Maze
Grant Edwards <[EMAIL PROTECTED]> writes: > Various sources have recommended doing "rm -rf */pcmcia" before > building a kernel from sources (assuming you're goign to use > the pcmcia stuff in the pcmcia-cs package). > > If I do that, the "make" dies because it's looking for stuff in > those dir

Building kernel-image with kpkg

2002-04-22 Thread Grant Edwards
Various sources have recommended doing "rm -rf */pcmcia" before building a kernel from sources (assuming you're goign to use the pcmcia stuff in the pcmcia-cs package). If I do that, the "make" dies because it's looking for stuff in those directories. Am I missing a step?? -- Grant Edwards [