ASSISTANCE

2001-03-26 Thread mani elisabeth
FROM : MRS ELIZABETH NKEIRU-MANI RE : MONEY TRANSFER. Dear Sir, I know my message will come to you as a surprise. Don’t worry I was totally convinced to write you in reference of the transfer of US$23 M to your account for onward investment (hotel industries) in your country. I am Mrs ELIZABET

Re: ASSISTANCE

2001-03-26 Thread Mark Mitchell
Wonder if the spam program's running on Linux...? mani elisabeth wrote: > > FROM : MRS ELIZABETH NKEIRU-MANI > > RE : MONEY TRANSFER. > > Dear Sir, > > I know my message will come to you as a surprise. > Don’t worry I was totally convinced to write you in > reference of the transfer of US$2

RE: ASSISTANCE

2001-03-26 Thread Juha Saarinen
This is a variant on the Nigerian Scam... avoid at all cost. :: -Original Message- :: From: [EMAIL PROTECTED] :: [mailto:[EMAIL PROTECTED]]On Behalf Of mani elisabeth :: Sent: Monday, March 26, 2001 10:24 PM :: To: [EMAIL PROTECTED] :: Subject: ASSISTANCE :: :: :: FROM : MRS ELIZABETH

Re: ASSISTANCE

2001-03-26 Thread Stefan Becker
Juha Saarinen wrote: > This is a variant on the Nigerian Scam... avoid at all cost. This is very funny. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Assistance in understanding this...?

2001-02-16 Thread Tracy Camp
I'm developing a driver that performs some 'formatting' of sorts on a scsi block device as part of the initialization process. This involves writting a long series of non-contiguous blocks to a disk device - something akin to: for(i =0; i < NUM_BLOCKS; i++) { bh = getblk(i * offset_size)

RE: Assistance in understanding this...?

2001-02-20 Thread Tracy Camp
> Hi Tracy- > > There was a recent thread about ext2fs-- it was > something like doing a format of a large ext2 fs > could cause the VM to run out of memory. > The solution is to do a sync() calls every 10 (pick > a number) writes so that they get flushed to disk > and that memory can be reused.

Assistance requested in demystifying wait queues.

2000-12-04 Thread Andrew Reitz
if the 'dummyWQ' and 'local_wait' queue are entirely *separate*. I can see how the socket is tied to the 'local_wait' (via add_wait_queue_exclusive()), but I do not comprehend how 'interruptible_sleep_on_timeout() knows anything about any sockets. Any assistance th

Re: Assistance requested in demystifying wait queues.

2000-12-05 Thread Eli Carter
Andrew Reitz wrote: > > Hello, > > I'm absolutely green when it comes to Linux kernel development, and so > working on a school project to port a TCP/IP-based service into the kernel > has been quite challenging (but also intesting)! Currently, I'm absolutely > mystified regarding how the "wait