Re: Recompile kernel without SMP

2009-08-18 Thread Jarod Wilson
On Monday 17 August 2009 20:17:29 Paul Grinberg wrote: Josh, I have a good reason for that. I use Cisco VPN client for Linux, and it does not work with SMP kernel. I vaguely recall using the cisco vpn client for linux on an smp kernel just fine, but I stopped using it years ago, as vpnc

Re: Recompile kernel without SMP

2009-08-17 Thread Jarod Wilson
Subject: RE: Recompile kernel without SMP Date: Fri, 14 Aug 2009 14:35:22 -0400 From: pgrinb...@nyc.saic.com To: fedora-kernel-list@redhat.com Subject: Recompile kernel without SMP Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I

RE: Recompile kernel without SMP

2009-08-17 Thread Paul Grinberg
Boyer [mailto:jwbo...@gmail.com] Sent: Monday, August 17, 2009 8:12 PM To: Paul Grinberg Cc: Jarod Wilson; fedora-kernel-list@redhat.com; Markus Kesaromous Subject: Re: Recompile kernel without SMP On Mon, Aug 17, 2009 at 06:20:24PM -0400, Paul Grinberg wrote: Jarod, Thank you for the reply! Do you

Re: Recompile kernel without SMP

2009-08-17 Thread Dave Jones
On Mon, Aug 17, 2009 at 08:17:29PM -0400, Paul Grinberg wrote: Josh, I have a good reason for that. I use Cisco VPN client for Linux, and it does not work with SMP kernel. Have you tried the vpnc package ? The binary cisco module has an hurrendous track record of problems with the

RE: Recompile kernel without SMP

2009-08-17 Thread Paul Grinberg
, Paul -Original Message- From: Dave Jones [mailto:da...@redhat.com] Sent: Monday, August 17, 2009 8:27 PM To: Paul Grinberg Cc: Josh Boyer; fedora-kernel-list@redhat.com; Markus Kesaromous Subject: Re: Recompile kernel without SMP On Mon, Aug 17, 2009 at 08:17:29PM -0400, Paul Grinberg wrote

Re: Recompile kernel without SMP

2009-08-17 Thread stan
On Fri, 14 Aug 2009 12:37:10 -0400 Paul Grinberg pgrinb...@nyc.saic.com wrote: Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I am able to compile, but it was still SMP.. Can someone tell me what I am doing wrong? cp .config ~/rpmbuild

RE: Recompile kernel without SMP

2009-08-16 Thread Paul Grinberg
Davidsen Sent: Saturday, August 15, 2009 10:17 PM To: fedora-list@redhat.com Subject: Re: Recompile kernel without SMP Michael Cronenworth wrote: Paul Grinberg on 08/14/2009 11:37 AM wrote: I am trying to recompile kernel without SMP. No need to recompile. Add nosmp to your kernel command line

Re: Recompile kernel without SMP

2009-08-16 Thread Roberto Ragusa
Paul Grinberg wrote: Roberto, Actually it does have all my changes: [j...@panther linux-2.6.29.i686]$ pwd /home/josh/rpmbuild/BUILD/kernel-2.6.29/linux-2.6.29.i686 [j...@panther linux-2.6.29.i686]$ cat config-i686-PAE | grep SMP CONFIG_BROKEN_ON_SMP=y # CONFIG_SMP is not set

RE: Recompile kernel without SMP

2009-08-16 Thread Paul Grinberg
] On Behalf Of Roberto Ragusa Sent: Sunday, August 16, 2009 11:16 AM To: Community assistance, encouragement, and advice for using Fedora. Subject: Re: Recompile kernel without SMP Paul Grinberg wrote: Roberto, Actually it does have all my changes: [j...@panther linux-2.6.29.i686]$ pwd /home

Re: Recompile kernel without SMP

2009-08-16 Thread Roberto Ragusa
Paul Grinberg wrote: Roberto, I did it per instructions on the website. history | grep rpmbuild 813 rpmbuild -bb --with firmware --target=i686 kernel.spec Sorry, I reread your first message and realized that what you have done is not as wrong as it looked to me. You are copying the

RE: Recompile kernel without SMP

2009-08-16 Thread Paul Grinberg
PM To: Community assistance, encouragement, and advice for using Fedora. Subject: Re: Recompile kernel without SMP Paul Grinberg wrote: Roberto, I did it per instructions on the website. history | grep rpmbuild 813 rpmbuild -bb --with firmware --target=i686 kernel.spec Sorry, I reread

Re: Recompile kernel without SMP

2009-08-15 Thread Bill Davidsen
Michael Cronenworth wrote: Paul Grinberg on 08/14/2009 11:37 AM wrote: I am trying to recompile kernel without SMP. No need to recompile. Add nosmp to your kernel command line on bootup. You can set maxcpu=1 as well, but it will still be an SMP kernel, with the assorted logic which keeps

Recompile kernel without SMP

2009-08-14 Thread Paul Grinberg
Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I am able to compile, but it was still SMP.. Can someone tell me what I am doing wrong? And why I don't get kernel-headers build? It is probably related to spec parameters So far this is what

RE: Recompile kernel without SMP

2009-08-14 Thread Markus Kesaromous
Date: Fri, 14 Aug 2009 14:35:22 -0400 From: pgrinb...@nyc.saic.com To: fedora-kernel-list@redhat.com Subject: Recompile kernel without SMP Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I am able to compile, but it was still SMP.. Can

RE: Recompile kernel without SMP

2009-08-14 Thread Paul Grinberg
Subject: RE: Recompile kernel without SMP Date: Fri, 14 Aug 2009 14:35:22 -0400 From: pgrinb...@nyc.saic.com To: fedora-kernel-list@redhat.com Subject: Recompile kernel without SMP Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I am able

Recompile kernel without SMP

2009-08-14 Thread Paul Grinberg
Hi there, I am trying to recompile kernel without SMP. So far I've been unsuccessful. Meaning I am able to compile, but it was still SMP.. Can someone tell me what I am doing wrong? And why I don't get kernel-headers build? It is probably related to spec parameters So far this is what

Re: Recompile kernel without SMP

2009-08-14 Thread Roberto Ragusa
Paul Grinberg wrote: # Create RPM package rpmbuild -bb --with firmware --target=i686 kernel.spec Have you checked that the .config in the BUILD dir still actually contains what you want, after building? IIRC, rpmbuild -bb recreates the BUILD directory, and your changes are lost. Try editing

RE: Recompile kernel without SMP

2009-08-14 Thread Paul Grinberg
assistance, encouragement, and advice for using Fedora. Subject: Re: Recompile kernel without SMP Paul Grinberg wrote: # Create RPM package rpmbuild -bb --with firmware --target=i686 kernel.spec Have you checked that the .config in the BUILD dir still actually contains what you want, after

Re: Recompile kernel without SMP

2009-08-14 Thread Michael Cronenworth
Paul Grinberg on 08/14/2009 11:37 AM wrote: I am trying to recompile kernel without SMP. No need to recompile. Add nosmp to your kernel command line on bootup. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines

RE: Recompile kernel without SMP

2009-08-14 Thread Paul Grinberg
: Re: Recompile kernel without SMP Paul Grinberg on 08/14/2009 11:37 AM wrote: I am trying to recompile kernel without SMP. No need to recompile. Add nosmp to your kernel command line on bootup. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman