RE: per-process memory limit

2001-10-18 Thread Harpreet Dhillon
Hello All    Is there any per process memory limit in Linux. I am using RedHat 7.1 with 6GB RAM.   Thanks Harpreet

Re: concatenating with cpp

2001-10-18 Thread Binand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Nikolaos" == Nikolaos A Margaritis <[EMAIL PROTECTED]> writes: Nikolaos> Dear all, Nikolaos> I have a problem with the cpp. Well, I have a Nikolaos> definition: Nikolaos> #define DIM 4 Nikolaos> then I need the preproces

initrd problem

2001-10-18 Thread Steven Vacca
I am porting a Redhat's embedded linux kernel, mpc8xx-2.2.13 from the Redh EDK 1.0), to a new custom designed bd, with the mpc860. I am using a local RAM disk on this new bd. I previously successfully used this version and my app on the MBX bd. With threads a-blazin' and ethernet comm and mult

Re: network cable un/plugged?

2001-10-18 Thread Jeff Garzik
Tim Hockin wrote: > > > > I have a task to detect if the network > > > cable is unplugged. If it is the case, > > > I have to notify the user. > > > > > > Can someone please help me in identifying few > > > good ways to do (achieve) this programmatically? > > > (preferably C function calls or i

Re: network cable un/plugged?

2001-10-18 Thread Jeff Garzik
Tim Hockin wrote: > > > > Perhaps another ethtool ioctl() for LINK status is needed? > > > > > > (cc: to Jeff Garzik, ethtool maintainer) > > > > we need netlink messages to proactively deliver link status to any > > userspace (or kernelspace) listeners. > > It was brought to my attention that m

concatenating with cpp

2001-10-18 Thread Nikolaos A. Margaritis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all, I have a problem with the cpp. Well, I have a definition: #define DIM 4 then I need the preprocessor to concatenate "SOME_NAME_" with "DIM", ie I want to it to return SOME_NAME_4 which is a function name. Thus if I type: SOME_VALUE_ som

initrd problem (mpc8xx-2.2.13 - embedded)

2001-10-18 Thread Steven Vacca
I am porting a Redhat's embedded linux kernel, mpc8xx-2.2.13 from the Redh EDK 1.0), to a new custom designed bd, with the mpc860. I am using a local RAM disk on this new bd. I previously successfully used this version and my app on the MBX bd. With threads a-blazin' and ethernet comm and mult