Re: About FreeBSD command question

2010-12-03 Thread Frank Shute
On Fri, Dec 03, 2010 at 03:36:02PM +0800, kan wrote: > > Hi Support, > > I have a FreeBSD server for mailing, I must make backup and check the which > bit (32bit/64bit) is now use in FreeBSD, > so can you provide the command for me? > > Regards, > Kan Not too sure I'm clear what you're asking.

Re: About FreeBSD command question

2010-12-03 Thread Kevin Kinsey
kan wrote: > Hi Support, > > I have a FreeBSD server for mailing, > I must make backup and check the which > bit (32bit/64bit) is now use in FreeBSD, > so can you provide the command for me? > > Regards, > Kan What output does: $ uname -m produce? Kevin Kinsey ___

About FreeBSD command question

2010-12-03 Thread kan
Hi Support, I have a FreeBSD server for mailing, I must make backup and check the which bit (32bit/64bit) is now use in FreeBSD, so can you provide the command for me? Regards, Kan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: find command question

2009-04-10 Thread Jay Hall
It has to wait for completion to see the exit status. Thanks. I misunderstood what I read. Jay ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-quest

Re: find command question

2009-04-09 Thread Josh Carroll
On Thu, Apr 9, 2009 at 8:01 AM, Jay Hall wrote: > When using the find command with the -exec option, does the find command > wait for the command being executed to finish before returning the next > result? > > For example, if I am using find -exec {} to copy files to tape, will find > wait for th

Re: find command question

2009-04-09 Thread Dan Nelson
In the last episode (Apr 09), Jay Hall said: > When using the find command with the -exec option, does the find command > wait for the command being executed to finish before returning the next > result? > > For example, if I am using find -exec {} to copy files to tape, will find > wait for the c

find command question

2009-04-09 Thread Jay Hall
When using the find command with the -exec option, does the find command wait for the command being executed to finish before returning the next result? For example, if I am using find -exec {} to copy files to tape, will find wait for the command to write the file to tape complete before i

Re: Out of Office AutoReply: output of top command question

2005-11-14 Thread guru
El día Monday, November 14, 2005 a las 04:55:22PM +0530, Gobbledegeek escribió: > Don't forget... Get me a cigar ;) > > Rgrds > > On 11/14/05, Matthias Apitz <[EMAIL PROTECTED]> wrote: > > Keep in mind: > > > > I'm in Cuba from 20 of November until 20 of December. > > I will read (and answer

Re: Out of Office AutoReply: output of top command question

2005-11-14 Thread Gobbledegeek
Don't forget... Get me a cigar ;) Rgrds On 11/14/05, Matthias Apitz <[EMAIL PROTECTED]> wrote: > Keep in mind: > > I'm in Cuba from 20 of November until 20 of December. > I will read (and answer if necessary) all your messages > when I return. If you have something urgent, please > contact C

Re: output of top command question

2005-11-14 Thread Gobbledegeek
Yep! Thanks Giorgos. Bye! Rgrds On 11/14/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-11-14 09:20, Gobbledegeek <[EMAIL PROTECTED]> wrote: > > like the old sticky bit I see .. > > Almost. But it applies to "virtual memory pages", regardless of > their attachment to any particular p

Re: output of top command question

2005-11-13 Thread Giorgos Keramidas
On 2005-11-13 13:28, Gobbledegeek <[EMAIL PROTECTED]> wrote: > Thanks. From the article I conclude that Active pages are: > Pages with page-used bit set > Inactive and cached refers to the different page queues. > But I could not correlate "wired" with anything. Any Tips? The virtual memory pages

Re: output of top command question

2005-11-12 Thread Gobbledegeek
Thanks. From the article I conclude that Active pages are: Pages with page-used bit set Inactive and cached refers to the different page queues. But I could not correlate "wired" with anything. Any Tips? Rgrds On 11/12/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-11-12 12:47, Gobbl

Re: output of top command question

2005-11-12 Thread Giorgos Keramidas
On 2005-11-12 12:47, Gobbledegeek <[EMAIL PROTECTED]> wrote: > I wanted to know how to estimate at a quick glance, the TOTAL amount > of physical memory consumed by the system - if is it the "Active" > pages in Kbytes of Top command.. Not really. Active, Cached, Wired and Buf memory is also 'in us

Re: output of top command question

2005-11-11 Thread Gobbledegeek
Thanks Giorgos Thanks. Ill do that. This article looks different from the article that comes with cd documentation. I wanted to know how to estimate at a quick glance, the TOTAL amount of physical memory consumed by the system - if is it the "Active" pages in Kbytes of Top co

Re: output of top command question

2005-11-10 Thread Giorgos Keramidas
On 2005-11-11 12:28, Gobbledegeek <[EMAIL PROTECTED]> wrote: > Hello > What does the memory row in top command mean by Inactive,Wired,Cached ?? You can find out a lot of details about these fields and the design of the virtual memory subsystem of the FreeBSD kernel at: http://www.freebsd.org/doc/

output of top command question

2005-11-10 Thread Gobbledegeek
Hello What does the memory row in top command mean by Inactive,Wired,Cached ?? Please cc to me as I'm not subscribed... -- Nonchalantly yours GobbledeGeek [Everything but Gobbledegook.. !!] ___ freebsd-questions@freebsd.org mailing list http://lis

Re: command question..

2005-09-08 Thread Giorgos Keramidas
On 2005-09-08 20:20, Eric Murphy <[EMAIL PROTECTED]> wrote: >Martin McCann wrote: >> date > pings.txt ; ping -c 10 www.yahoo.com | \ >> awk '{ print $7 ; }' | sort >> pings.txt >> >> this will give you a file with the date then the pings sorted from >> quickest to slowest. [...] > > Hmm i got a bad

Re: command question..

2005-09-08 Thread Eric Murphy
Hmm i got a bad santex error Martin McCann wrote: On Thursday 08 September 2005 22:12, Eric Murphy wrote: Hey guys heres a quick question for you... I am trying to ping a certain website with the following command . ping yahoo.com I would like to log all requests that come bac

Re: command question..

2005-09-08 Thread Martin McCann
On Thursday 08 September 2005 22:12, Eric Murphy wrote: > Hey guys heres a quick question for you... > > I am trying to ping a certain website with the following command . ping > yahoo.com > > I would like to log all requests that come back higher then 100 or any # > i specify. > > I figured I cou

command question..

2005-09-08 Thread Eric Murphy
Hey guys heres a quick question for you... I am trying to ping a certain website with the following command . ping yahoo.com I would like to log all requests that come back higher then 100 or any # i specify. I figured I could use the script command but im not sure how to go from there?

Re: ping command question

2004-06-21 Thread Kirk Strauser
On Sunday 2004-06-20 07:56 pm, adrian kok wrote: > I start from one ISP to ping other ISP That's *probably* the answer. The machine returning those pings may not be the one you think. For instance, if one of the machines is behind a NAT gateway, then the gateway may be returning the pings and

Re: ping command question

2004-06-21 Thread Bill Moran
adrian kok <[EMAIL PROTECTED]> wrote: > Hi all > > Do you know why the command "ping" in unix and window > is different? Yes. > I start from one ISP to ping other ISP > > 1/ If the following result from window, it is good or > not? > lost = 7 within 3 thousand packets No, that's not good. The

ping command question

2004-06-21 Thread epilogue
On Mon, 21 Jun 2004 08:56:32 +0800 (CST) adrian kok <[EMAIL PROTECTED]> wrote: > Hi all > > Do you know why the command "ping" in unix and window > is different? > Not if and how they are different. Perhaps someone else can help out here... > I start from one ISP to ping other ISP > > 1/ If

ping command question

2004-06-21 Thread adrian kok
Hi all Do you know why the command "ping" in unix and window is different? I start from one ISP to ping other ISP 1/ If the following result from window, it is good or not? lost = 7 within 3 thousand packets 2/ how do I kow the average ms is good or not? 3/ Which one (unix or window) is best f

ping command question

2004-06-21 Thread adrian kok
Hi all Do you know why the command "ping" in unix and window is different? I start from one ISP to ping other ISP 1/ If the following result from window, it is good or not? lost = 7 within 3 thousand packets 2/ how do I kow the average ms is good or not? 3/ Which one (unix or window) is best f

RE: FTP command question

2003-12-25 Thread fbsd_user
] [mailto:[EMAIL PROTECTED] Behalf Of fbsd_user Sent: Wednesday, December 24, 2003 2:30 PM To: Kevin D. Kinsey, DaleCo, S.P. Cc: [EMAIL PROTECTED] ORG Subject: RE: FTP command question Gateway box is ip 10.0.10.2 running FBSD 4.7, intend active with ftp and telnet enabled. Have 2 boxes on lan, one win

RE: FTP command question

2003-12-24 Thread fbsd_user
. Any ideas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin D. Kinsey, DaleCo, S.P. Sent: Wednesday, December 24, 2003 2:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: FTP command question fbsd_user wrote: >I have an LAN FBSD

Re: FTP command question

2003-12-24 Thread Kevin D. Kinsey, DaleCo, S.P.
fbsd_user wrote: I have an LAN FBSD box which has anonymous FTP server installed from /stand/sysinstall. I an trying to login to it from the FBSD gateway. I use this command ftp -av 10.0.10.7 which is the ip address of the target FBSD box. This just hangs and does nothing. Ctrl + c exits ftp and

FTP command question

2003-12-24 Thread fbsd_user
I have an LAN FBSD box which has anonymous FTP server installed from /stand/sysinstall. I an trying to login to it from the FBSD gateway. I use this command ftp -av 10.0.10.7 which is the ip address of the target FBSD box. This just hangs and does nothing. Ctrl + c exits ftp and returns the comma