Re: BSD sleep

2013-05-29 Thread Chris Rees
On 29 May 2013 07:13, "Matthew Seaman" wrote: > > On 29/05/2013 05:59, Michael Sierchio wrote: > > On Tue, May 28, 2013 at 4:45 PM, Joshua Isom wrote: > > > > > >> You think it's trivial until you read this: > >> > >> http://infiniteundo.com/post/**25326999628/falsehoods-** > >> programmers-belie

Re: BSD sleep

2013-05-29 Thread Quark
>You think it's trivial until you read this: > >http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time > >If you sleep one hour, do you sleep one hour from now or one hour from >the system clock which may change in the next hour?  If it's the system >clock, you may s

Re: BSD sleep

2013-05-29 Thread Alexander Yerenkow
>what is stopping from interpreting 1h in similar manner to 3600? i.e. from now No, this is user-friendly, and thus can't be done :) But if think a second, sleep is used rarely by average users, mostly by programmers and other scripts, and they should know better what they are doing. Seriously, t

Re: BSD sleep

2013-05-29 Thread Michael Sierchio
On Tue, May 28, 2013 at 4:45 PM, Joshua Isom wrote: > You think it's trivial until you read this: > > http://infiniteundo.com/post/**25326999628/falsehoods-** > programmers-believe-about-time > > Some days have 8

Re: BSD sleep

2013-05-29 Thread Jason Birch
> Seriously, that explanation about different hours is not enough to prevent > at least useful option. > like > sleep -f 1h > (-f means force convert, without it you can see good explanation why sleep > for 1 hour will be not sleep for 1 hour, and etc, and not get sleep at > all.). > Do one thing,

Re: BSD sleep

2013-05-29 Thread Alexander Yerenkow
I'm just saying that there's pretty space for discussion. If someone raised this now, why not discuss it now. > If you sleep one hour, do you sleep one hour from now or one hour from the system clock which may change in the next hour? If it's the system clock, you may sleep for ten minutes or ten

Re: Supermicro 6027R-N3RF+head, usb trouble

2013-05-29 Thread Bryan Drewery
On 5/29/2013 12:33 AM, Sergey V. Dyatko wrote: > On Tue, 28 May 2013 13:20:53 -0500 > Bryan Drewery wrote: > >> On 4/21/2013 2:38 PM, Sergey V. Dyatko wrote: >>> Hi, >>> >>> Can anybody explain why USB keyboard (and keyboard from >>> integrated IPKVM) doesn't work when I boot with 'C606 >>> chi

Re: Supermicro 6027R-N3RF+head, usb trouble

2013-05-29 Thread Bryan Drewery
On 5/29/2013 7:16 AM, Bryan Drewery wrote: > On 5/29/2013 12:33 AM, Sergey V. Dyatko wrote: >> On Tue, 28 May 2013 13:20:53 -0500 >> Bryan Drewery wrote: >> >>> On 4/21/2013 2:38 PM, Sergey V. Dyatko wrote: Hi, Can anybody explain why USB keyboard (and keyboard from integrated

Support of Dell M620 broadcom BCM57810

2013-05-29 Thread Herve Boulouis
Hi, I just tried to install 9.1-STABLE on a Dell M620 and it seems its network cards (Broadcom NetXtreme 10G BCM57810) are not yet supported by the bxe driver. I looked into -head but the driver doesn't seem to support it there either. It looks like there are some efforts ongoing : http://free

"make buildworld" fails

2013-05-29 Thread Robert Huff
On a system running: FreeBSD 10.0-CURRENT #0 r248938: Sun Mar 31 06:24:42 EDT 2013 amd64 with the source tree updated every night, "make buildworld" has failed for about the past week with: cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake -DUSE_META -DMAKE_NATIVE -DH

Re: Support of Dell M620 broadcom BCM57810

2013-05-29 Thread mh
Hi Ho, sorry for top posting... I contacted the Broadcom developers mentioned in bxe(4). Very friendly guys. They said that they're about to give the driver to FreeBSD someday in May (2013). I guess that didn't happen yet. I'd suspect it has something to do with broadcom's internal procedures.

Re: "make buildworld" fails

2013-05-29 Thread Craig Rodrigues
On Wed, May 29, 2013 at 7:28 AM, Robert Huff wrote: > sh /usr/src/tools/install.sh -o root -g wheel -m 555 make > /usr/obj/usr/src/make.amd64/make > usage: make [-BeikNnqrstWX] > [-C directory] [-D variable] [-d flags] [-f makefile] > [-I directory] [-J private] [-j max

Re: BSD sleep

2013-05-29 Thread Stuart Barkley
On Tue, 28 May 2013 at 19:01 -, Kenta Suzumoto wrote: > Hi. Is there no built-in way of making "sleep" sleep in increments > of minutes, hours, etc? The GNU "sleep" can be invoked like "sleep > 1h" for an hour. The FreeBSD one's manpage leads me to believe we > can only use seconds, which is k

RE: Support of Dell M620 broadcom BCM57810

2013-05-29 Thread David Christensen
> Is there some test code I could try ? The goal is to run -stable but I can do > some testing on -head if necessary. I'll have some test code to share in about a week. Please email me directly if you're interested and if you're willing to help us work out some of the bugs. We're not quite ready

Re: Supermicro 6027R-N3RF+head, usb trouble

2013-05-29 Thread Konstantin Belousov
On Wed, May 29, 2013 at 07:45:39AM -0500, Bryan Drewery wrote: > On 5/29/2013 7:16 AM, Bryan Drewery wrote: > > On 5/29/2013 12:33 AM, Sergey V. Dyatko wrote: > >> On Tue, 28 May 2013 13:20:53 -0500 > >> Bryan Drewery wrote: > >> > >>> On 4/21/2013 2:38 PM, Sergey V. Dyatko wrote: > Hi, > >>>