Generate assembly listings of the kernel

2007-12-05 Thread Binyamin Dissen
Give a Kernel source tree, how can I generate assembly listings for all or part? Running GCC -S against an individual module does not work - generates many compiler errors. -- Binyamin Dissen <[EMAIL PROTECTED]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Shou

Re: Generate assembly listings of the kernel

2007-12-05 Thread Rob van der Heij
On Dec 5, 2007 3:47 PM, Binyamin Dissen <[EMAIL PROTECTED]> wrote: > Give a Kernel source tree, how can I generate assembly listings for all or > part? >From the kernel source directory, use for example make drivers/s390/cio/qdio.lst If it can get the System.map right, you will also get the sou

Re: Linux.com article on swap space

2007-12-05 Thread Alan Cox
On Wed, 5 Dec 2007 09:39:44 -0500 Kim Goldenberg <[EMAIL PROTECTED]> wrote: > There is an article posted this wee on Linux.com about swap space: > > http://www.linux.com/feature/121916 Humm, very confusing in places and missing a key detail. A lot of stuff isn't swapped. Any page that came from

Linux.com article on swap space

2007-12-05 Thread Kim Goldenberg
There is an article posted this wee on Linux.com about swap space: http://www.linux.com/feature/121916 Kim -- Kim Goldenberg Systems Programmer I State of NJ - OIT 609-777-3722 [EMAIL PROTECTED] [EMAIL PROTECTED] -- For LINU

Re: Linux.com article on swap space

2007-12-05 Thread John Summerfield
Alan Cox wrote: On Wed, 5 Dec 2007 09:39:44 -0500 Kim Goldenberg <[EMAIL PROTECTED]> wrote: There is an article posted this wee on Linux.com about swap space: http://www.linux.com/feature/121916 Humm, very confusing in places and missing a key detail. A lot of stuff isn't swapped. Any page

Secure Z Linux with LDAP

2007-12-05 Thread Jones, Russell
I am trying to set up linux to authenticate using the MVS ldap server. I am running Slack390 10.1. The articles I have read all describe using PAM and NSS together, but I don't believe that PAM can be easily used with Slackware. I have built and installed packages for sasl, openldap, and nss. Can

Re: question on pcnfsd ....

2007-12-05 Thread Terry Spaulding
Thanks David .. David replied: > No problem. I am just not familiar with pcnfsd2. The source files I find > are I386 or I586. > the file I downloaded: linux_pcnfsd2-1.6-578.src.rpm That's the source code. That should build w/o problem.

Re: Secure Z Linux with LDAP

2007-12-05 Thread Mark Post
>>> On Wed, Dec 5, 2007 at 5:09 PM, in message <[EMAIL PROTECTED]>, "Jones, Russell" <[EMAIL PROTECTED]> wrote: > I am trying to set up linux to authenticate using the MVS ldap server. I > am running Slack390 10.1. The articles I have read all describe using > PAM and NSS together, but I don't be