Re: bash versus sh test builtin

2009-01-11 Thread Dan Nelson
fi > [: -ne: unexpected operator > $ exit > $ echo $SHELL > /usr/local/bin/bash > [jeff...@dobby ~/src/mount-rsnap]$ if [ $UID -ne 0 ] ; then > > echo not root > > fi > not root > > Does anyone have a recommendation of how to run this simple test in / > bin/sh an

bash versus sh test builtin

2009-01-11 Thread Jeffrey Goldberg
mount-rsnap]$ if [ $UID -ne 0 ] ; then > echo not root > fi not root Does anyone have a recommendation of how to run this simple test in / bin/sh and how to write tests reasonably portably? -j -- Jeffrey Goldberghttp://www.

Re: schedule the test

2009-01-07 Thread Glen Barber
Gustavo Millani wrote: Hi, Where can I schedule the test for certification? I found the site of Prometric and Vue. Have a look here: http://www.bsdcertification.org/ -- Glen Barber ___ freebsd-questions@freebsd.org mailing list http

schedule the test

2009-01-06 Thread Gustavo Millani
Hi, Where can I schedule the test for certification? I found the site of Prometric and Vue. Gustavo Millani Brazil, Porto Alegre Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com ___ freebsd-questions

Speed Test in PC5750 verizon card

2008-11-18 Thread Sung Park
Hello, I use PC5750 verizon air card in FreeBSD 6.3 with ugencom device driver. It works fine but I only get 240Kbps upload and download speed even I got EDVO connection. When I test it in Windows, I got 1.4Mbps for download and 750Kbps for upload speed. I try so many staff and search

Could not lock the file "/var/tmp/gconf-test-locking-file-blah"

2008-11-16 Thread chrisa
installed gnome and all other packages from packages-7-stable/Lastest on the website, and it gives me the error from the subject line, 'Could not lock the file "/var/tmp/gconf-test-locking-file-blah"'. It says that it's an NFS locking error, but I'm not using NFS. Do y

Re: just a test mail

2008-11-02 Thread Sahil Tandon
Alex Zhang <[EMAIL PROTECTED]> wrote: > I want to submit a question to Mail list; I hope to get help in time. > Thanks Never, ever send test emails to freebsd-questions. From the Handbook: If you wish to test your ability to send to FreeBSD lists, send a test message to freebsd-tes

just a test mail

2008-11-02 Thread Alex Zhang
Hi, Dear admin I want to submit a question to Mail list; I hope to get help in time. Thanks BR Alex ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMA

Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Peter Ulrich Kruppa
Hello! Polytropon schrieb: Hi! On Sun, 14 Sep 2008 11:40:54 +0200, Peter Ulrich Kruppa <[EMAIL PROTECTED]> wrote: Peter Ulrich Kruppa schrieb: I have purchased a scanner yet unsupported by sane (CanoScan LiDe 90). Mayve the SANE team will get this scanner to work later on. But at this point

Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Polytropon
Hi! Seems that the CanoScan LiDe 90 is one of the scanners built by Canon that are not supported well. That's a reason to avoid them. :-) I had similar issues with a LiDE 45 (I think it was), and I did soon replace it with a SCSI scanner that worked out of the box without problems. On Sun, 14 Sep

Re: How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-14 Thread Peter Ulrich Kruppa
produced. - # scanimage -L says no scanners were identified. I would like to test if it might work with sane-genesys backend. How can I do this? I am running FreeBSD 7.1-PRERELEASE amd64 . In the meantime I have played around a little bit: I put vendor and product id's into /usr/src/sys/de

How to test an unsupported scanner (CanoScan LiDe 90)?

2008-09-13 Thread Peter Ulrich Kruppa
. - # scanimage -L says no scanners were identified. I would like to test if it might work with sane-genesys backend. How can I do this? I am running FreeBSD 7.1-PRERELEASE amd64 . Thanks for your answers, comments, help, etc.. Greetings, Uli. ___ freebsd

Re: How to test the uptime of a webserver?

2008-09-04 Thread Redd Vinylene
On Thu, Sep 4, 2008 at 9:05 PM, Redd Vinylene <[EMAIL PROTECTED]>wrote: > On Thu, Sep 4, 2008 at 8:58 PM, Redd Vinylene <[EMAIL PROTECTED]>wrote: > >> >> On Sun, Aug 31, 2008 at 4:59 PM, Matthew Seaman < >> [EMAIL PROTECTED]> wrote: >> >>> Redd Vinylene wrote: >>> On Sun, Aug 31, 2008 at 2:22

Re: How to test the uptime of a webserver?

2008-09-04 Thread Redd Vinylene
On Thu, Sep 4, 2008 at 8:58 PM, Redd Vinylene <[EMAIL PROTECTED]>wrote: > > On Sun, Aug 31, 2008 at 4:59 PM, Matthew Seaman < > [EMAIL PROTECTED]> wrote: > >> Redd Vinylene wrote: >> >>> On Sun, Aug 31, 2008 at 2:22 AM, Moises Castellanos <[EMAIL PROTECTED]> >>> wrote: >>> On Sun, Aug 31

Re: How to test the uptime of a webserver?

2008-09-04 Thread Redd Vinylene
On Sun, Aug 31, 2008 at 4:59 PM, Matthew Seaman < [EMAIL PROTECTED]> wrote: > Redd Vinylene wrote: > >> On Sun, Aug 31, 2008 at 2:22 AM, Moises Castellanos <[EMAIL PROTECTED]> >> wrote: >> >>> >>> On Sun, Aug 31, 2008 at 7:05 PM, Redd Vinylene <[EMAIL PROTECTED]> >>> wrote: >>> >> > I got this de

Re: How to test the uptime of a webserver?

2008-08-31 Thread Matthew Seaman
Redd Vinylene wrote: On Sun, Aug 31, 2008 at 2:22 AM, Moises Castellanos <[EMAIL PROTECTED]> wrote: On Sun, Aug 31, 2008 at 7:05 PM, Redd Vinylene <[EMAIL PROTECTED]> wrote: I got this dedicated server which is exposed to DDoS attacks quite frequently. Say I need to host a website on it, is

Re: How to test the uptime of a webserver?

2008-08-31 Thread Andrew D
is up again. With this information you can know the uptime of the web server. I'd have to install Nagios on a different server then, right? I doubt the actual server knows when its ISP's link drops (or just slows down) due to an attack. You can easily get nagios to test the web serv

Re: How to test the uptime of a webserver?

2008-08-31 Thread Andrew D
is up again. With this information you can know the uptime of the web server. I'd have to install Nagios on a different server then, right? I doubt the actual server knows when its ISP's link drops (or just slows down) due to an attack. You can easily get nagios to test the web serv

Re: How to test the uptime of a webserver?

2008-08-31 Thread Redd Vinylene
On Sun, Aug 31, 2008 at 2:22 AM, Moises Castellanos <[EMAIL PROTECTED]> wrote: > > > On Sun, Aug 31, 2008 at 7:05 PM, Redd Vinylene <[EMAIL PROTECTED]> > wrote: >> >> Hello hello! >> >> I got this dedicated server which is exposed to DDoS attacks quite >> frequently. Say I need to host a website on

Re: How to test the uptime of a webserver?

2008-08-31 Thread Matthew Seaman
Redd Vinylene wrote: Hello hello! I got this dedicated server which is exposed to DDoS attacks quite frequently. Say I need to host a website on it, is there any way of telling how often it is actually online (to the rest of the world)? Maybe make some sort of ping script from a remote server?

How to test the uptime of a webserver?

2008-08-30 Thread Redd Vinylene
Hello hello! I got this dedicated server which is exposed to DDoS attacks quite frequently. Say I need to host a website on it, is there any way of telling how often it is actually online (to the rest of the world)? Maybe make some sort of ping script from a remote server? -- http://www.home.no

squid hello write test failed

2008-04-23 Thread Tobias Ernst
te: /usr/local/squid/logs/access.log 2008/04/23 04:20:00| sendto FD 12: (1) Operation not permitted 2008/04/23 04:20:00| ipcCreate: CHILD: hello write test failed Squid was running and accepting connections on port 3128, but they were not carried out any longer. I then killed squid (actually

Re: This is a test, please ignore it.

2008-04-20 Thread Bill Moran
"Jie Ouyang" <[EMAIL PROTECTED]> wrote: > > Test Please use the [EMAIL PROTECTED] mailing list for testing. -- Bill Moran http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

This is a test, please ignore it.

2008-04-20 Thread Jie Ouyang
Test ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Refurbished Wireless Test and Repair Values

2008-04-20 Thread Phil
We Sell Worldwide Rentals and Leasing Available Renting or leasing test equipment is today’s answer. Renting test equipment allows you to acquire test equipment without the investment of ownership. Renting test equipment is an ideal solution for companies that need additional test equipment

Re: test

2008-01-26 Thread Gary Kline
On Fri, Jan 25, 2008 at 11:52:17PM -0800, Gary Kline wrote: > test > -- > Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix > http://jottings.thought.org http://transfinite.thought.org Well, surprise, surprise! A glance at [EMAIL PROTECTED] [

Re: test

2008-01-24 Thread Kimi
after I > pkg_deleted evolution. > please don't spam this list, use test@ instead :) > hm. > > > -- Forwarded Message -- > > Subject: test > Date: Thursday 24 January 2008 > From: Gary Kline <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] >

Fwd: test

2008-01-24 Thread Gary Kline
-- Subject: test Date: Thursday 24 January 2008 From: Gary Kline <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] testing, surprise, surprise. -- Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thoug

Re: Test

2007-09-18 Thread Chris Hill
On Tue, 18 Sep 2007, EaRSHoT wrote: tets Read The Friendly Handbook, http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL Note: If you wish to test your ability to send to FreeBSD lists, send a test message to freebsd-test. Please do not send test

Test

2007-09-18 Thread EaRSHoT
tets ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Test on FreeBSD site

2007-08-25 Thread NetOpsCenter
Bill Moran wrote: In response to NetOpsCenter <[EMAIL PROTECTED]>: Aloha, How long does it take for a test to be accepted or rejected on the FreeBSD test mail box? Is three minutes normal for a test to pop up? I had some FreeBSD 7 config issues and this nearly caused me to t

Re: Test on FreeBSD site

2007-08-24 Thread Steve Bertrand
>> I haven't noticed if the mail servers are doing greylisting, but it >> wouldn't surprise me if they were. > > They do. That's quite the response. Care to elaborate for purposes of archive accuracy? Steve ___ freebsd-questions@freebsd.org mailing li

Re: Test on FreeBSD site

2007-08-24 Thread Giorgos Keramidas
On 2007-08-24 06:36, Bill Moran <[EMAIL PROTECTED]> wrote: > In response to NetOpsCenter <[EMAIL PROTECTED]>: > > How long does it take for a test to be accepted or rejected on the > > FreeBSD test mail box? Is three minutes normal for a test to pop > > up? I had

Re: Test on FreeBSD site

2007-08-24 Thread Alex Zbyslaw
Bill Moran wrote: I haven't noticed if the mail servers are doing greylisting, but it wouldn't surprise me if they were. They do. --Alex ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: Test on FreeBSD site

2007-08-24 Thread Bill Moran
In response to NetOpsCenter <[EMAIL PROTECTED]>: > Aloha, > > How long does it take for a test to be accepted or rejected on the > FreeBSD test mail box? > Is three minutes normal for a test to pop up? > I had some FreeBSD 7 config issues and this nearly caused me to t

Test on FreeBSD site

2007-08-23 Thread NetOpsCenter
Aloha, How long does it take for a test to be accepted or rejected on the FreeBSD test mail box? Is three minutes normal for a test to pop up? I had some FreeBSD 7 config issues and this nearly caused me to think I hadn't cleared the problem because it took quite a while to pop up. M

Re: Sending test messages (was Re: don't read it)

2007-08-09 Thread [EMAIL PROTECTED]
On 09/08/07, Jerry McAllister <[EMAIL PROTECTED]> wrote: > On Thu, Aug 09, 2007 at 10:59:44AM -0400, Bill Moran wrote: > > > In response to Jean-Pierre Trophardy <[EMAIL PROTECTED]>: > > > > > Duane Hill <[EMAIL PROTECTED]> wrote: > > > &

Re: Sending test messages (was Re: don't read it)

2007-08-09 Thread Jerry McAllister
On Thu, Aug 09, 2007 at 10:59:44AM -0400, Bill Moran wrote: > In response to Jean-Pierre Trophardy <[EMAIL PROTECTED]>: > > > Duane Hill <[EMAIL PROTECTED]> wrote: > > > > > > [EMAIL PROTECTED] works fine for sending test messages. Subscribe >

Sending test messages (was Re: don't read it)

2007-08-09 Thread Bill Moran
In response to Jean-Pierre Trophardy <[EMAIL PROTECTED]>: > Duane Hill <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED] works fine for sending test messages. Subscribe > > to it and use it for test message sending. > > > > As you guest it

don't read it, test

2007-08-09 Thread trphfreebsdquestions
test -- Jean-Pierre Trophardy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: hi this is test message

2007-08-02 Thread Bill Moran
Please use [EMAIL PROTECTED] for testing purposes. That's the reason it exists, and it avoids spamming 1000s of subscribers. -- Bill Moran http://www.potentialtech.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

hi this is test message

2007-08-02 Thread james . dummy
hi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

hi this is test message

2007-08-01 Thread james . dummy
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Test Mail

2007-07-18 Thread prasanna . arasu
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: flash ( With details and user test results)

2007-07-02 Thread Robert Huff
Norberto Meijome writes: > So I decided to give this a try again, with some mixed results. I > double checked what I was doing with the steps shown in the URL > Gaye kindly provided, it all checked out as expected. Ditto. > Downs: Flash videos, such as those in video.google, youtube

Re: flash ( With details and user test results)

2007-07-02 Thread Norberto Meijome
On Mon, 2 Jul 2007 16:41:09 +1000 Norberto Meijome <[EMAIL PROTECTED]> wrote: > ### > ### tried with youtube.com. > ### Flash loaded ok, simple flash stuff like the 'videos being watched now' > worked fine. > ### Clicking on the suggested videon on the top RHS started playing the video > + soun

Re: flash ( With details and user test results)

2007-07-01 Thread Norberto Meijome
Wrapper *** ERROR: NPP_DestroyStream() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPP_URLNotify() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPP_Destroy() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPClass::Invalidate() invoke: Connection closed *** NS

Re: test

2007-04-16 Thread Bart Silverstrim
On Apr 16, 2007, at 8:52 AM, Bob Middaugh wrote: Please don't top post. Maybe he can't read and that's why the unsub link is useless? That would also explain the top posting to a degree. ___ freebsd-questions@freebsd.org mailing list http://list

Re: test

2007-04-16 Thread Bob Middaugh
Please don't top post. Bob -- Original message -- From: Hangmn <[EMAIL PROTECTED]> > You group of elitist fucks...the unsub link is FUCKING USELESS > > On 4/14/07, Bill Moran <[EMAIL PROTECTED]> wrote: > > > > In response to Hangmn <[EMAIL PROTECTED]>: > > > >

Re: test

2007-04-14 Thread Beech Rintoul
point across. Internet experts agree that mailing lists are > > very loud, and the only way you're guaranteed to be heard is to > > SHOUT all the time. I'm glad you've caught on to this fine point > > of netiquette. > > > > Thirdly, replying to an arbi

Re: test

2007-04-14 Thread Chad Perrin
On Sat, Apr 14, 2007 at 08:22:53AM -0400, Gerard Seibert wrote: > On Sat, 14 Apr 2007 16:28:29 +1200 > "Juha Saarinen" <[EMAIL PROTECTED]> wrote: > > > On 4/14/07, Hangmn <[EMAIL PROTECTED]> wrote: > > > GET ME OFF THIS FUCKING LIST > > > > No, no, this is the FreeBSD Questions list. The Fuckin

Re: test

2007-04-14 Thread Jerry McAllister
iquette. > > > >Thirdly, replying to an arbitrary message instead of taking the time to > >contact the right people is a fabulously effective method of getting > >things > >done. Obviously, the guy who sent this test message, as well as others > >who read it are most l

Re: test

2007-04-14 Thread Hangmn
this fine point of netiquette. Thirdly, replying to an arbitrary message instead of taking the time to contact the right people is a fabulously effective method of getting things done. Obviously, the guy who sent this test message, as well as others who read it are most likely to be the people who can

Re: test

2007-04-14 Thread Gerard Seibert
On Sat, 14 Apr 2007 16:28:29 +1200 "Juha Saarinen" <[EMAIL PROTECTED]> wrote: > On 4/14/07, Hangmn <[EMAIL PROTECTED]> wrote: > > GET ME OFF THIS FUCKING LIST > > No, no, this is the FreeBSD Questions list. The Fucking List is down > the hall, third door to your right. Just ignore the funny noi

Re: test

2007-04-14 Thread Bill Moran
s a fabulously effective method of getting things done. Obviously, the guy who sent this test message, as well as others who read it are most likely to be the people who can actually _do_ anything about your problem. And lastly, leaving out all the details of your problem is guaranteed to expedite

Re: test

2007-04-13 Thread Juha Saarinen
On 4/14/07, Hangmn <[EMAIL PROTECTED]> wrote: GET ME OFF THIS FUCKING LIST No, no, this is the FreeBSD Questions list. The Fucking List is down the hall, third door to your right. Just ignore the funny noises there. If you don't want to receive mail from the FreeBSD list in question, try this

Re: test

2007-04-13 Thread Garrett Cooper
Chris wrote: Hangmn wrote: GET ME OFF THIS FUCKING LIST On 4/11/07, Bill Moran <[EMAIL PROTECTED]> wrote: Please use the [EMAIL PROTECTED] mailing list for testing. It avoids spamming 1000s of inboxes with test messages. In response to Bill Hall <[EMAIL PROTECTED]>:

Re: test

2007-04-13 Thread Chris
Hangmn wrote: > GET ME OFF THIS FUCKING LIST > > On 4/11/07, Bill Moran <[EMAIL PROTECTED]> wrote: >> >> >> Please use the [EMAIL PROTECTED] mailing list for testing. It avoids >> spamming 1000s of inboxes with test messages. >>

Re: test

2007-04-13 Thread Hangmn
GET ME OFF THIS FUCKING LIST On 4/11/07, Bill Moran <[EMAIL PROTECTED]> wrote: Please use the [EMAIL PROTECTED] mailing list for testing. It avoids spamming 1000s of inboxes with test messages. In response to Bill Hall <[EMAIL PROTECTED]>: > > -- > Bill Hall > Mana

Re: test

2007-04-11 Thread Bill Moran
Please use the [EMAIL PROTECTED] mailing list for testing. It avoids spamming 1000s of inboxes with test messages. In response to Bill Hall <[EMAIL PROTECTED]>: > > -- > Bill Hall > Manager, Occupant Protection Program > UNC Highway Safety Research Center > 730 Mar

test

2007-04-11 Thread Bill Hall
-- Bill Hall Manager, Occupant Protection Program UNC Highway Safety Research Center 730 Martin Luther King Jr. Blvd., Suite 300 CB# 3430 Chapel Hill, NC 27599 919-962-8721 (Voice) 800-672-4527 (toll-free in NC) 919-962-8710 (fax) [EMAIL PROTECTED] http://www.hsrc.unc.edu http://www.buckleupnc.o

test

2007-04-11 Thread Bill Hall
-- Bill Hall Manager, Occupant Protection Program UNC Highway Safety Research Center 730 Martin Luther King Jr. Blvd., Suite 300 CB# 3430 Chapel Hill, NC 27599 919-962-8721 (Voice) 800-672-4527 (toll-free in NC) 919-962-8710 (fax) [EMAIL PROTECTED] http://www.hsrc.unc.edu http://www.buckleupnc.o

Re: Test

2007-03-26 Thread Simon Chang
Yanno - I was just gonna let this go but it seems a simple "sorry" isn't good enough for some that simply don't feel as if life is complete without some sorta bitchin' Grow up, get a life, move on. It wont be the first time someone does this - and it certainly won't be the last - much less have t

The dynamics of a mailing list (was Re: Test)

2007-03-26 Thread Bill Moran
making a fuss right now. Too often, this list traffic ends up clogged with some sort of flame war that _only_ 5 or 6 people are actually participating in. Remember, again, that's less than 1% of the total list participants. Yes, the test@ list exists to keep test messages off the other lists.

Re: Test

2007-03-26 Thread Chris
Simon Chang wrote: > Hear, hear. > > Chris, please remember NOT to do this again. > > SC > > Yanno - I was just gonna let this go but it seems a simple "sorry" isn't good enough for some that simply don't feel as if life is complete without some sorta bitchin' Grow up, get a life, move on. It

Re: Test

2007-03-26 Thread Simon Chang
Hear, hear. Chris, please remember NOT to do this again. SC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Test

2007-03-25 Thread chuckr
Chris wrote: > Sorry folks - just testing something. > > Normally I would never reply to SPAM publicly, but it has to be publicized, at least once in a WHILE, that there is a list established for test messages, it's [EMAIL PROTECTED], and you should use that, NOT THIS LIS

Test

2007-03-25 Thread Chris
Sorry folks - just testing something. -- Best regards, Chris No running on pool deck. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Fail to start KDE and Gnome - further test

2007-02-28 Thread Stephen Liu
gt; Using the default keyboard configuration. > > Would it be "getconfig"? Why I'm not allowed to copy > /root/xorg.conf.ne /etc/X11/xorg and run xorg.conf there? > > Unfortunataely xorg.0.log is a big file. I have no idea where to > look > at the error me

Re: test

2007-02-28 Thread Christian Baer
On Mon, 26 Feb 2007 19:26:28 -0800 Bill Campbell wrote: >>Test Messages >>The lists freebsd-test, ..., ... have been created for test messages. >>Please use only these test lists for test messages. >>Do not send test messages to any of the normal lists. > If you do s

Re: test

2007-02-26 Thread Bill Campbell
#x27;re going to have to put this in the charter: please do >>*not* send "test" messages to tens of thousands of people when you >>just want to test your own configuration. We have a mailing list >>[EMAIL PROTECTED] exactly for that purpose. > >A notice on t

Re: test

2007-02-26 Thread Warren Block
On Tue, 27 Feb 2007, Greg 'groggy' Lehey wrote: On Friday, 23 February 2007 at 22:46:40 -, Justin Schlingmann wrote: Lets see if the mailserver can find my hostname from 80.126.252.242 I think we're going to have to put this in the charter: please do *not* send "test&

Re: test

2007-02-26 Thread Greg 'groggy' Lehey
On Friday, 23 February 2007 at 22:46:40 -, Justin Schlingmann wrote: > Lets see if the mailserver can find my hostname from 80.126.252.242 I think we're going to have to put this in the charter: please do *not* send "test" messages to tens of thousands of people when you

test

2007-02-26 Thread Justin Schlingmann
Lets see if the mailserver can find my hostname from 80.126.252.242 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Memory test

2007-02-05 Thread Wood, Russell
> -Original Message- > Subject: Memory test > > I need to checkout memory on a remote machine. I see there is memtest and > memtest86 out there. Which one is appropriate for my situation?: CPU is a > dual cpu, dual core SMP Intel Xeon. Can I run either program whil

Memory test

2007-02-05 Thread Y Sidhu
I need to checkout memory on a remote machine. I see there is memtest and memtest86 out there. Which one is appropriate for my situation?: CPU is a dual cpu, dual core SMP Intel Xeon. Can I run either program while the machine is performing other tasks?** -- Yudhvir Singh Sidhu 408 375 3134 cell

test

2007-01-19 Thread Bayrouni
Sorry ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: sparc64 and perl 5.8.8 port test failures?

2007-01-04 Thread Steven D. Yee
I tried deleting the work subdirectory and doing both a 'make' and 'make WITHOUT_PERL_64BITINT=yes' but make test still fails the same way on both the pack and integer tests .. is it possible that there is some misconfiguration in my system that is confusing the configure scr

Re: sparc64 and perl 5.8.8 port test failures?

2007-01-03 Thread David Landgren
Steven D. Yee wrote: I'm seeing multiple errors from make test and I can't seem to figure out how to get rid of them. As far as I can tell it builds correctly. [...] ../lib/integer..NOK 10 # Failed test 'left shift' # in ../lib/

Re: sparc64 and perl 5.8.8 port test failures?

2007-01-03 Thread David Landgren
Steven D. Yee wrote: I'm seeing multiple errors from make test and I can't seem to figure out how to get rid of them. As far as I can tell it builds correctly. [...] ../lib/integer..NOK 10 # Failed test 'left shift' # in ../lib/

sparc64 and perl 5.8.8 port test failures?

2007-01-02 Thread Steven D. Yee
I'm seeing multiple errors from make test and I can't seem to figure out how to get rid of them. As far as I can tell it builds correctly. The errors look like: ... t/op/pack.# Failed at op/pack.t line 631 # Failed at op/pack.t line 631 FAILED a

Re: shell test for stdout=stderr

2006-11-26 Thread Robin Becker
Matthew Seaman wrote: Robin Becker wrote: Is there a way for a shell script to test if 2> is the same as 1>? I want to put messages in both when they are connected to different files, but would like to avoid duplicating the message when they are the same. You could try using fstat(1) to

Re: shell test for stdout=stderr

2006-11-26 Thread Matthew Seaman
Robin Becker wrote: > Is there a way for a shell script to test if 2> is the same as 1>? I > want to put messages in both when they are connected to different files, > but would like to avoid duplicating the message when they are the same. You could try using fstat(1) to print ou

shell test for stdout=stderr

2006-11-25 Thread Robin Becker
Is there a way for a shell script to test if 2> is the same as 1>? I want to put messages in both when they are connected to different files, but would like to avoid duplicating the message when they are the same. -- Robin Becker ___ freebsd-que

Re: test please delete

2006-10-12 Thread P.U.Kruppa
On Thu, 12 Oct 2006, Josef Grosch wrote: -- Josef Grosch | Another day closer to a | FreeBSD 6.1 [EMAIL PROTECTED] | Micro$oft free world | Berkeley, Ca. Please use the test mailing list: http://lists.freebsd.org/mailman/listinfo/freebsd-test Regards, Uli. Peter Ulrich

test please delete

2006-10-12 Thread Josef Grosch
-- Josef Grosch | Another day closer to a | FreeBSD 6.1 [EMAIL PROTECTED] | Micro$oft free world | Berkeley, Ca. pgpclfgwfCiFQ.pgp Description: PGP signature

test

2006-08-24 Thread newsmaster
testing newserver: news.myown.framed.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Any idea how to stress test our bandwidth?

2006-08-11 Thread fbsd
Your client has major flaw in their test plan. Just because they have large bandwidth to you does not mean the public websites that want to test with also have that size bandwidth. So any time they test loading up targeting some public website they will be limited to some portion of the targeted

Re: Any idea how to stress test our bandwidth?

2006-08-11 Thread Bob
Maybe this helps... http://www.netperf.org/netperf/NetperfPage.html Bob On Fri, 2006-08-11 at 01:01 -0700, jay alvarez wrote: > I hope you don't mind my asking this here. > > I'm working in an ISP right now. We are using mrtg for > each client connected to us. They can view their mrtg > stat

Any idea how to stress test our bandwidth?

2006-08-11 Thread jay alvarez
I hope you don't mind my asking this here. I'm working in an ISP right now. We are using mrtg for each client connected to us. They can view their mrtg statistics. Their way to the internet is to us. Say a client connects to us via E1, they are guaranteed of 2.048Mbps because our uplink to the Int

Re: memtest86 & memory test

2006-04-19 Thread Lowell Gilbert
"FreeBSD Daemon" <[EMAIL PROTECTED]> writes: > Is there a memory test suite other them memtest86/memtest86+ There are others in the ports, but they aren't nearly as effective. Of course, if you really want "effective," there is no

Re: memtest86 & memory test

2006-04-19 Thread scuba
TOTAL; i++, p++) { if ( *p == 0 ) *p = 1; *p <<= 1; } } return 0; } [end of code] On Wed, 19 Apr 2006, FreeBSD Daemon wrote: |Dear list | |Is there a memory test suite other them

memtest86 & memory test

2006-04-19 Thread FreeBSD Daemon
Dear list Is there a memory test suite other them memtest86/memtest86+ TIA zheyu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How do I test disk performance in Freebsd60 ?

2006-03-22 Thread Norberto Meijome
sks that each about 70 Gbyte based RAID5. That is > Total capacity nearly 140 Gbyte. > > > I want to test disk / cd /usr/ports ; make search info=performance should give you some tools (bonnie, from memory) > raid card. ... other than setup raid, yank the cable in one/s

How do I test disk performance in Freebsd60 ?

2006-03-22 Thread Halid Faith
I use FreeBSD60 on Dell1600 SC ( 2gbyte Ram 4 CPU ) amr0: mem 0xfcc0-0xfcc0 irq 21 at device 2.0 on pci2 amr0: Firmware 351X, BIOS 1.10, 64MB RAM I have 3 scsi disks that each about 70 Gbyte based RAID5. That is Total capacity nearly 140 Gbyte. I want to test disk / raid card. I

Re: SATA Raid (stress test..)

2006-03-07 Thread Beastie
t http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" attach iozone result of amrd0 with 4 spindle Seagate Baracuda 300 Gb SATA II (1 hotspare) w/ Intel SRCS16 PCI-X Is that fast or what ? :) I'll have to take a closer

Re: SATA Raid (stress test..)

2006-03-07 Thread Nikolas Britton
ts @ http://bsdtalk.blogspot.com/ > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > attach iozone resul

Re: SATA Raid (stress test..)

2006-03-05 Thread Beastie
Nikolas Britton wrote: On 3/3/06, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: Nikolas Britton wrote: Please can you be careful when you attribute your comments. You've sent this email "to" me, and left only my name in the attributions as if I were someone suggesting either dd or diskinfo

Re: SATA Raid (stress test..)

2006-03-03 Thread Nikolas Britton
On 3/3/06, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > Nikolas Britton wrote: > > >>Please can you be careful when you attribute your comments. You've sent > >>this email "to" me, and left only my name in the attributions as if I > >>were someone suggesting either dd or diskinfo as accurate benchmar

Re: SATA Raid (stress test..)

2006-03-03 Thread Alex Zbyslaw
Nikolas Britton wrote: Please can you be careful when you attribute your comments. You've sent this email "to" me, and left only my name in the attributions as if I were someone suggesting either dd or diskinfo as accurate benchmarks, when in fact my contribution was to suggest unixbench and sa

<    1   2   3   4   5   >