Re: Interpreting disk space and changing backup path

2004-12-22 Thread qwms-avib
Eve Atley wrote: > > I ran the df command on Redhat Linux 9, and came up with > this...what exactly does it mean? Which is my main drive? You appear to have two drives: a master HD on your primary IDE cable: > /dev/hda1 101089 29129 66741 31% /boot > /dev/hda2 37334192 505

Re: Interpreting disk space and changing backup path

2004-12-22 Thread Ray Olszewski
At 10:38 AM 12/22/2004 -0500, Eve Atley wrote: I ran the df command on Redhat Linux 9, and came up with this...what exactly does it mean? Do I have space to backup part of this machine to another drive? Which is my main drive? Filesystem 1K-blocks Used Available Use% Mounted on /dev/

Re: zero copy issue while receiving the data (counter part of sendfil e)

2004-12-22 Thread John W. Linville
On Wed, Dec 22, 2004 at 04:50:05PM +0100, Martijn van Oosterhout wrote: > Generally, reading from memory takes time because the CPU has to wait, > writing is free since it can be deferred in the cache (in theory > indefinitly) until there's free cycle. I'm not sure I'd call that "free" -- executi

Re: zero copy issue while receiving the data (counter part of sendfil e)

2004-12-22 Thread Martijn van Oosterhout
On Wed, Dec 22, 2004 at 01:51:58PM +0530, Mandeep Sandhu wrote: > On Wed, 2004-12-22 at 01:13, Dmitry Yusupov wrote: > > indeed :) > > another words if you have modern NIC than you get "zero-copy"(except > > copy_to_user()) for free :) > what does "checksum on rx" mean??? Don't most of the NIC's su

Interpreting disk space and changing backup path

2004-12-22 Thread Eve Atley
I ran the df command on Redhat Linux 9, and came up with this...what exactly does it mean? Do I have space to backup part of this machine to another drive? Which is my main drive? Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda2 37334192 5058672 30379048

Konsole tabs titles

2004-12-22 Thread ACario
Hi, I'd like to have Konsole tabs titled according to the current host and folder instead of "Shell n°x". I've tried to change PS1 variable but for now all I get is the name of the host from which the tab was opened. The window title follows the current host and folder, not the tab title. Any id

Re: Getting ls results in text file - Charset issue

2004-12-22 Thread ACario
[EMAIL PROTECTED] wrote: ACario wrote: I'm running following command in a console: ls > out.csv Then I open the file "out.cvs" in vi and here is what I get ^[[00m^[[01;34mcxoffice^[[00m/ ^[[01;34mDesktop^[[00m/ ^[[01;34mGNUstep^[[00m/ ^[[01;34mkde^[[00m/ ^[[01;34mLogs^[[00m/ It appears your ls is

Re: zero copy issue while receiving the data (counter part of sendfil e)

2004-12-22 Thread Mandeep Sandhu
On Wed, 2004-12-22 at 01:13, Dmitry Yusupov wrote: > indeed :) > another words if you have modern NIC than you get "zero-copy"(except > copy_to_user()) for free :) what does "checksum on rx" mean??? Don't most of the NIC's support DMA-ing to mem on rx-ing a packet? so what does "zero-copy for free"