Re: mercurial working copy of FreeBSD src

2008-08-08 Thread Giorgos Keramidas
On Fri, 8 Aug 2008 11:47:15 -0700, "Navdeep Parhar" <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'm looking for the fastest way to get a full mercurial repository of > HEAD. Do you really want the *FULL* history of head? It's probably going to be in the order of a couple of hundred of MB, or

Re: read with timeout ??

2008-08-08 Thread Peter Jeremy
On 2008-Aug-08 16:30:49 -0400, Chuck Robey <[EMAIL PROTECTED]> wrote: >such a email, I have to admit my own needs fall more into a plain-jame serial >line, nothing a socket-oriented thing could help me with. If this is a normal serial port then termios(4) might help: Use non-canonical processing

Re: missing interrupts?

2008-08-08 Thread Ping Mai
Thanks John. tried it but didn't help. --- On Fri, 8/8/08, John Baldwin <[EMAIL PROTECTED]> wrote: > From: John Baldwin <[EMAIL PROTECTED]> > Subject: Re: missing interrupts? > To: [EMAIL PROTECTED] > Cc: "ping" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], freebsd-hackers@freebsd.org > Date: Friday, A

Re: read with timeout ??

2008-08-08 Thread Nate Eldredge
On Fri, 8 Aug 2008, Chuck Robey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pieter de Goeje wrote: I think poll(2) is also simpler than select for this purpose. It does look like that, I need to check the implementation a bit, because the name of this thing makes me really suspici

Re: mercurial working copy of FreeBSD src

2008-08-08 Thread Navdeep Parhar
>> Hello everyone, >> >> I'm looking for the fastest way to get a full mercurial repository of >> HEAD. >> >> I tried using hgsvn and the tree at http://svn.freebsd.org/base/head >> but it looks like the first hgpullsvn operation will take days (literally): >> >> $ hgimportsvn http://svn.freebsd.or

Re: mercurial working copy of FreeBSD src

2008-08-08 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Navdeep Parhar wrote: | Hello everyone, | | I'm looking for the fastest way to get a full mercurial repository of | HEAD. | | I tried using hgsvn and the tree at http://svn.freebsd.org/base/head | but it looks like the first hgpullsvn operation will t

Re: mercurial working copy of FreeBSD src

2008-08-08 Thread Václav Haisman
Navdeep Parhar wrote, On 8.8.2008 20:47: Hello everyone, I'm looking for the fastest way to get a full mercurial repository of HEAD. I tried using hgsvn and the tree at http://svn.freebsd.org/base/head but it looks like the first hgpullsvn operation will take days (literally): $ hgimportsvn ht

Re: missing interrupts?

2008-08-08 Thread John Baldwin
On Friday 08 August 2008 02:16:20 pm ping wrote: > this is an interrupt handler that's attached to irq 31 on ioapic1 on a 6.1R kernel, type INTR_TYPE_NET|INTR_MPSAFE. seems that it's missing interrupts. watching the KTR trace, it was running along fine, then it just stopped. intr handler stop

Re: read with timeout ??

2008-08-08 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carlos A. M. dos Santos wrote: > On Fri, Aug 8, 2008 at 5:09 AM, Pieter de Goeje <[EMAIL PROTECTED]> wrote: >> On Friday 08 August 2008, Carlos A. M. dos Santos wrote: >>> On Thu, Aug 7, 2008 at 10:14 PM, Nate Eldredge <[EMAIL PROTECTED]> >> wrote: >>>

Re: read with timeout ??

2008-08-08 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pieter de Goeje wrote: > On Friday 08 August 2008, Carlos A. M. dos Santos wrote: >> On Thu, Aug 7, 2008 at 10:14 PM, Nate Eldredge <[EMAIL PROTECTED]> > wrote: >>> On Thu, 7 Aug 2008, Chuck Robey wrote: -BEGIN PGP SIGNED MESSAGE- Ha

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 09:57:07AM +0100, Vincent Hoffman wrote: > > On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: > >> On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: > >>> [1]: > >>> $cat /usr/local/bin/service > >> Basically what I had in mind, but it can b

mercurial working copy of FreeBSD src

2008-08-08 Thread Navdeep Parhar
Hello everyone, I'm looking for the fastest way to get a full mercurial repository of HEAD. I tried using hgsvn and the tree at http://svn.freebsd.org/base/head but it looks like the first hgpullsvn operation will take days (literally): $ hgimportsvn http://svn.freebsd.org/base/head $ cd head $

Re: Idea for FreeBSD

2008-08-08 Thread Alex Kozlov
On Fri, Aug 08, 2008 at 12:19:54PM +0200, Dag-Erling Smørgrav wrote: > Alex Kozlov <[EMAIL PROTECTED]> writes: > > Matthew Seaman <[EMAIL PROTECTED]> writes: > > > [...] XML itself is too general-purpose: it has too much baggage > > > designed for its primary function of facilitating interoperatio

missing interrupts?

2008-08-08 Thread ping
this is an interrupt handler that's attached to irq 31 on ioapic1 on a 6.1R kernel, type INTR_TYPE_NET|INTR_MPSAFE. seems that it's missing interrupts. watching the KTR trace, it was running along fine, then it just stopped. intr handler stopped getting run. but the interrupt register on chi

Re: read with timeout ??

2008-08-08 Thread Carlos A. M. dos Santos
On Fri, Aug 8, 2008 at 5:09 AM, Pieter de Goeje <[EMAIL PROTECTED]> wrote: > On Friday 08 August 2008, Carlos A. M. dos Santos wrote: >> On Thu, Aug 7, 2008 at 10:14 PM, Nate Eldredge <[EMAIL PROTECTED]> > wrote: >> > On Thu, 7 Aug 2008, Chuck Robey wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >

Re: Idea for FreeBSD

2008-08-08 Thread Dag-Erling Smørgrav
Alex Kozlov <[EMAIL PROTECTED]> writes: > Matthew Seaman <[EMAIL PROTECTED]> writes: > > [...] XML itself is too general-purpose: it has too much baggage > > designed for its primary function of facilitating interoperation > > between diverse systems in different zones of control, none of which >

Re: Idea for FreeBSD

2008-08-08 Thread Vincent Hoffman
Alex Kozlov wrote: On Thu, Aug 07, 2008 at 11:25:39AM -0400, Mike Meyer wrote: On Thu, 7 Aug 2008 09:15:00 +0300 Alex Kozlov <[EMAIL PROTECTED]> wrote: [1]: $cat /usr/local/bin/service Basically what I had in mind, but it can be made more portable across FreeBSD configurations.

Re: read with timeout ??

2008-08-08 Thread Pieter de Goeje
On Friday 08 August 2008, Carlos A. M. dos Santos wrote: > On Thu, Aug 7, 2008 at 10:14 PM, Nate Eldredge <[EMAIL PROTECTED]> wrote: > > On Thu, 7 Aug 2008, Chuck Robey wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> I have my head lost in a code problem. I just hit a poi

Re: em0: The EEPROM Checksum Is Not Valid

2008-08-08 Thread sam
Jeremy Chadwick wrote: On Thu, Aug 07, 2008 at 08:34:44AM +0400, Vladimir Ermakov wrote: Hello my trouble with nic part of `dmesg` output - em0: port 0xec00-0xec3f mem 0xfebc-0xfebd,0xfeb8-0xfebb irq 19