Re: How to get file from nfs id

2013-07-11 Thread Dan Nelson
In the last episode (Jul 11), Radek Krejca said: > Hello, > > I have problem with heavy load of my nfsd server. There is connected about 70 > diskless machines, but in readonly mode. I catched traffic and get this: > > 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh > Unk

Re: How to get file from nfs id

2013-07-11 Thread Frank Leonhardt
On 11/07/2013 06:47, Radek Krejc(a wrote: Hello, I have problem with heavy load of my nfsd server. There is connected about 70 diskless machines, but in readonly mode. I catched traffic and get this: 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh Unknown/A27801CEDE115FA

How to get file from nfs id

2013-07-10 Thread Radek KrejĨa
Hello, I have problem with heavy load of my nfsd server. There is connected about 70 diskless machines, but in readonly mode. I catched traffic and get this: 21:00:39.715337 IP diskless-1.3297435097 > storage.nfs: 112 getattr fh Unknown/A27801CEDE115FA30A005CD908007ABA4200570

Re: sh script code to get file size.

2013-01-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Fri Jan 18 17:30:31 2013 > Date: Fri, 18 Jan 2013 18:26:54 -0500 > From: Fbsd8 > To: FreeBSD questions > Subject: sh script code to get file size. > > In a script in am working on I need to find out the allocated > size of a

Re: sh script code to get file size.

2013-01-18 Thread Chris Hill
On Fri, 18 Jan 2013, Fbsd8 wrote: In a script in am working on I need to find out the allocated size of a sparse file. The only command that comes to mind is "ls -lh" The "du -h" command is not appropriate because it will show the occupied size and not the allocated size. I don't know how to pa

Re: sh script code to get file size.

2013-01-18 Thread Fbsd8
Chris Hill wrote: On Fri, 18 Jan 2013, Fbsd8 wrote: In a script in am working on I need to find out the allocated size of a sparse file. The only command that comes to mind is "ls -lh" The "du -h" command is not appropriate because it will show the occupied size and not the allocated size. I d

Re: sh script code to get file size.

2013-01-18 Thread Fbsd8
In a script in am working on I need to find out the allocated size of a sparse file. The only command that comes to mind is "ls -lh" The "du -h" command is not appropriate because it will show the occupied size and not the allocated size. I don't know how to parse out to the position in the ou

Re: sh script code to get file size.

2013-01-18 Thread Vincent Hoffman
On 18/01/2013 23:26, Fbsd8 wrote: > In a script in am working on I need to find out the allocated > size of a sparse file. > The only command that comes to mind is "ls -lh" > The "du -h" command is not appropriate because it will show > the occupied size and not the allocated size. > > I don't know

Re: sh script code to get file size.

2013-01-18 Thread Dan Nelson
In the last episode (Jan 18), Fbsd8 said: > In a script in am working on I need to find out the allocated > size of a sparse file. > The only command that comes to mind is "ls -lh" > The "du -h" command is not appropriate because it will show > the occupied size and not the allocated size. > > I d

sh script code to get file size.

2013-01-18 Thread Fbsd8
In a script in am working on I need to find out the allocated size of a sparse file. The only command that comes to mind is "ls -lh" The "du -h" command is not appropriate because it will show the occupied size and not the allocated size. I don't know how to parse out to the position in the outpu

Re: get file

2006-06-06 Thread Ricardo Carvalho
on orts you can also use curl On 6/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: -- Original message -- From: Efren Bravo <[EMAIL PROTECTED]> > Hi, > > Is there a way from the console to get a file by > http | ftp protocol? > > Which command should I run to

Re: get file

2006-06-06 Thread bob . middaugh
-- Original message -- From: Efren Bravo <[EMAIL PROTECTED]> > Hi, > > Is there a way from the console to get a file by > http | ftp protocol? > > Which command should I run to do it? > > Thanks, > > > Efren Bravo. > - install wget from ports, gets you so

Re: get file

2006-06-06 Thread michael johnson
On 6/6/06, Efren Bravo <[EMAIL PROTECTED]> wrote: Hi, Is there a way from the console to get a file by http | ftp protocol? Which command should I run to do it? fetch Thanks, Efren Bravo. - Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=ZWZyZW5

Re: get file

2006-06-06 Thread Igor Robul
On Tue, Jun 06, 2006 at 02:36:02PM +0200, Efren Bravo wrote: > Hi, > > Is there a way from the console to get a file by > http | ftp protocol? fetch (in base system) wget (in ports) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

get file

2006-06-06 Thread Efren Bravo
Hi, Is there a way from the console to get a file by http | ftp protocol? Which command should I run to do it? Thanks, Efren Bravo. - Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=ZWZyZW5iYQ%3D%3D __ Co