RE: Ftp Access.

2005-04-01 Thread Tal Rosenstein
Thanks for the swift reply. But I have 1 more dumb question: This is what I see when I type: ftp:~# uname -a Linux ftp 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux Is this the latest kernel ? [if not where can I download it from and how can I install it ?] Again thanks for the help

DDS-3 tapes

2005-04-01 Thread Michael Green
I've recently acquired old HP DDS-3 SCSI-1 tape drive for my own private use. the device is in great working condition, and I'm quite happy with it. I'm now looking for more DDS-3 tapes to use with the device. If you have such tapes laying around that you are willing to donate or sell for cheap, p

RE: Ftp Access.

2005-04-01 Thread shimi
--=-1d3/AR/nBIvJTb+Hpw5J Content-Type: text/plain Content-Transfer-Encoding: 7bit On Thu, 2005-03-31 at 16:48 +0200, Tal Rosenstein wrote: > Thanks for the swift reply. > But I have 1 more dumb question: > This is what I see when I type: > ftp:~# uname -a > Linux ftp 2.4.27-1-386 #1 Fri Sep 3 06

Re: Ftp Access.

2005-04-01 Thread Tzafrir Cohen
On Thu, Mar 31, 2005 at 04:48:55PM +0200, Tal Rosenstein wrote: > Thanks for the swift reply. > But I have 1 more dumb question: > This is what I see when I type: > ftp:~# uname -a > Linux ftp 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux > > Is this the latest kernel ? [if not where

Re: high load ?

2005-04-01 Thread Muli Ben-Yehuda
On Fri, Apr 01, 2005 at 03:35:36AM +0300, guy keren wrote: > "to hold" a semaphore, or "because we're already holding some other > semaphore"? good point, sorry for not being clear. "To sleep on a semaphore while waiting to acquire it". Specifically - see arch/i386/kernel/semaphore.c, __down(), w