Re: VPS Project

2013-09-24 Thread Dirk-Willem van Gulik
Op 23 sep. 2013, om 11:41 heeft "Klaus P. Ohrhallinger" het volgende geschreven: > My virtualization project (http://www.7he.at/freebsd/vps/) has > its project branch on svn.freebsd.org since a few months now. > > Since then there was not much progress due to lack of time. > > Now I am sittin

Re: seeding randomness in zee cloud

2013-05-31 Thread Dirk-Willem van Gulik
Op 31 mei 2013, om 14:02 heeft RW het volgende geschreven: > On Fri, 31 May 2013 12:01:02 +0200 Dirk-Willem van Gulik wrote: >> # Seed Software random generator >> # >> cat rnd > /dev/random > > To be on the safe side you should sleep for

seeding randomness in zee cloud

2013-05-31 Thread Dirk-Willem van Gulik
Thanks to a badly-written mngt script - we've rencently noticed a freshly generated ssh-key on a new AWS instances to be indentical to one seen a few months prior. Careful analysis of some other logs showed that we've had similar clashes on another script just after startup generating a very s

Re: Under FREEBSD network control.

2012-07-17 Thread Dirk-Willem van Gulik
On 18 jul. 2012, at 05:17, cz li wrote: > I would like to build a bridge using FREEBSD system.At the same time, > they can do the network traffic control.How to do it? Check the handbook - or, easier, do 'man bridge' and see the last example in the section 'examples'. Dw. ___

Re: Does anyone use nscd?

2011-10-04 Thread Dirk-Willem van Gulik
On 4 Oct 2011, at 17:00, Michel Talon wrote: > Des wrote: >> Does anyone actually use nscd? > > I am using it since a lot of time. I have not experienced annoying bugs > in all that time. The last time i have been hit is when installing some > new softs which require adding some user and some gr

Re: Concurrent execution of rc-scripts with rcorder(8)

2011-08-24 Thread Dirk-Willem van Gulik
On 24 Aug 2011, at 10:08, Vitaly Magerya wrote: > One thing to try is to attach a diagnostics feature that will produce > data about rc script dependencies and execution times, which can > be used to visualize which scripts take most time, and how to > reorganize dependencies to improve boot time

Re: Is it possible to have file removed upon process exit?

2010-11-27 Thread Dirk-Willem van Gulik
Op 27 nov 2010, om 20:07 heeft Carlos A. M. dos Santos het volgende geschreven: > On Sat, Nov 27, 2010 at 3:18 PM, Dimitry Andric wrote: >> On 2010-11-25 21:14, Xin LI wrote: >>> >>> For certain applications it is sometimes desirable to (e.g. for unix >>> domain sockets) have file removed when

Re: The path is now set for "busybox", FreeBSD style

2010-11-15 Thread Dirk-Willem van Gulik
On 14 Nov 2010, at 03:40, Adrian Chadd wrote: > I've committed the below changes to -HEAD. You can now create and build your > own busybox style binary system, completely cross-compiled within the > existing Make framework. It isn't as impressive as it sounds though - a lot > of the framework is

Re: anyone got advice on sendmail and TLS on 8.1?

2010-10-13 Thread Dirk-Willem van Gulik
On 11 Oct 2010, at 17:14, John Baldwin wrote: >> TLS and authenticated email submission by me and my family >> able to forward the email anywhere (maybe just to my ISP but who >> knows) (outgoing) >> non TLS submission from outside to reject all mail not to >> elischer.{org,com} >> and deliver

Re: /etc/rc.d/mountcritremote

2010-08-31 Thread Dirk-WIllem van Gulik
On 31 Aug 2010, at 17:16, Sean Bruno wrote: > An issue in testing came up where we were trying to mount NFS > directories from the same server, i.e. a machine trying to mount an NFS > dir on itself. > > Because mountcritremote runs before the NFS server is up, we modified > the REQUIRES section

Re: TCP over UDP

2010-07-12 Thread Dirk-Willem van Gulik
On 10 Jul 2010, at 13:05, Sergey Babkin wrote: > I've got this idea, and I wonder if anyone has done it already, > and if not then why. The idea is to put the TCP logic over UDP. Have you looked at T/TCP [1,2,3] ? Dw 1: http://www.manpages.info/freebsd/ttcp.4.html 2: http://en.wikipedia.org/wi

Re: how to create pass devices without reboot?

2010-01-06 Thread Dirk-Willem van Gulik
On 6 Jan 2010, at 15:25, Vladimir Ermakov wrote: > # dmesg | grep mfip > mfip0: on mfi0 > > # ls /dev/pass* > ls: /dev/pass*: No such file or directory > need create pass devices without reboot camcontrol rescan ? Dw. ___ freebsd-hackers@freebsd.org

Re: Driver for a 3G mobile phone.

2006-01-08 Thread Dirk-Willem van Gulik
On Sun, 8 Jan 2006 [EMAIL PROTECTED] wrote: > I wrote a driver for it. http://www.init-main.com/ufoma.tar.gz> WoW - thank you. This worked perfectly and out of the box (the modem,vendor1) ! Would love to see this going into freebsd by default. Dw. _

Dealing with silo overflow and interrupt-level buffer overflow in sio(4)

2005-11-16 Thread Dirk-Willem van Gulik
I found that for virtually all GPRS and UMTS cards I tried that I get so many interopt and silo overflow errors as to virtually make the card unusable. Attached patch below allows one to increase the buffer a bit; relative to the speed of the connection. Thanks, Dw. *** sio.c.orig Wed Nov 16

"Sierra Wireless" "AC710/AC750"

2005-11-16 Thread Dirk-Willem van Gulik
Besides the AC775 card tested earlier ( "Sierra Wireless" "AC755") both the AC710 and the AC750 card have now also been tested with the previous quirckset from OpenBSD. They both work (but do add somethign to cp4ticks in sio(4) to get enough buffer). Dw

Works: Sierra Wireless / AC775 / Loading an external cisfile as a 'quick'

2005-11-15 Thread Dirk-Willem van Gulik
For reasons unclear to me; the standard sio0 address 0x3f8 gets in the way even if there is absolutely nothing on that address. It is almost as if the BIOS wispers it in the ear of the kernel even when disabled. Not sure where the kernel gets this from. But in any case; moving it up to the COM3 a

Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'

2005-11-15 Thread Dirk-Willem van Gulik
After a hint from Warner - with the quirck from OpenBSD, see below; I am getting the AC775 nicely detected and showing sensible values; but the attaching of the expected sio(4) driver failes with a: pccard0: check_cis_quirks pccard0: using CIS quirks for Sierra Wireless, AC775, ED

Re: Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'

2005-11-12 Thread Dirk-Willem van Gulik
On Sat, 12 Nov 2005, M. Warner Losh wrote: > OpenBSD solved this problem by listing this card in > pcmica_cis_quirk.c. Maybe you can try that as an iterrum solution? Ack - thanks a lot for that pointer - trying that now. (Still gives me the error below; but I'll fiddle with it). > database of

Sierra Wireless / AC775 / Loading an external cisfile as a 'quirck'

2005-11-12 Thread Dirk-Willem van Gulik
I've got the (correct) CIS files below for a Sierra Wireeless Airnet 775 (AC775) card. The actual data on the card (see second cut-and-paste) is wrong (i.e. multi function instead of a modem). So I am looking for a way to either import a CIS file dynamically; at run time - or to translate a CIS f

vnode kernel panic when removed while nfs serves it (well don't do that then)

2005-10-07 Thread Dirk-Willem van Gulik
Certainly in the class of 'Doctor: If I poke in my eye it hurts; well don't do that then') - on FreeBSD -current as of today. Add /mnt to your exports file on an NFS server; and do: mdconfig -a -t vnode some-disk mount /dev/md0a /mnt killall -1 mountd .. let at l

Re: the best form to wait the finish of execution of a child...

2005-03-31 Thread Dirk-Willem van Gulik
On Wed, 30 Mar 2005, zean zean wrote: > while(childpid != wait(&status)) > Any aid to obtain the best way is very welcome. If you are waiting for a specific child temrimatingin see 'waitpid(); (or wait4() - "man wait4") -- that safes you the while() loop. It allows you to listen for just the ch

Re: Idea about "skeleton jail"

2005-02-01 Thread Dirk-Willem van Gulik
On Mon, 31 Jan 2005, Xin LI wrote: > What I am going to proposal is a concept that I call it "skeleton jail", > or "skeljail" for short. A skel jail is something that shares most base > system binaries/libraries with the host, through read-only mount_null's. Please post your scripts :-) We rec

Re: events when (de)associating or when cable is (un)plugged

2004-03-26 Thread Dirk-Willem van Gulik
Suleiman, Thanks for all the help - I just hacked up the patch below and took http://green.homeunix.org/~green/linkwatcher.c for testing. I also had to add the LINKUP/DOWN in some non-mii using ethernet cards (as only miibus(4) seems to issue this event). Now experimenting with different types o

Re: events when (de)associating or when cable is (un)plugged

2004-03-26 Thread Dirk-Willem van Gulik
On Mar 27, 2004, at 12:17 AM, Suleiman Souhlal wrote: Looking for suggestions on a 'clean' and generic way to allow for notifications when a 802.11 association is made or lost, or when a ethernet cable is (un)plugged. I.e.akin to the events 'usbd(8) get when you sit on /dev/usb. This is for 5.2.1

events when (de)associating or when cable is (un)plugged

2004-03-26 Thread Dirk-Willem van Gulik
Looking for suggestions on a 'clean' and generic way to allow for notifications when a 802.11 association is made or lost, or when a ethernet cable is (un)plugged. I.e.akin to the events 'usbd(8) get when you sit on /dev/usb. This is for 5.2.1 or beyond. Any infrastructure which is already used I c

Re: [PATCH] make BOOTP not panic working PXE configs

2004-02-11 Thread Dirk-Willem van Gulik
On 11/02/2004, at 2:00 AM, Brooks Davis wrote: When using the PXE loader and a stock kernel you can specify the root path as with "option root-path" with a path like "/usr/diskless/5.2-CURRENT". The server is then derived from the value of next-server (the siaddr entry in the dhcp packet). If yo

Re: CC swiper / Cash machine

2003-10-15 Thread Dirk-Willem van Gulik
On Wed, 15 Oct 2003, Keith Pitcher wrote: > Anyone ever used FreeBSD to talk to a CC swipe machine and / or a cash > machine? A fair number of them (in fact most) are serial ports (though you may need RS232/432 volt/current conversion) devices which are very easy to talk to. Just think 'modem'.

Re: Booting a machine over the network without pxe.

2003-09-02 Thread Dirk-Willem van Gulik
On Tue, 2 Sep 2003, Josef Karthauser wrote: > Does anyone have any experience of booting a machine over the > network, like pxeboot, but without running PXE on a network card. The floppies of etherboot (see ports) work just fine. Or use the bootloader on your IDE disk. Dw _

Re: Atmel USB Wireless devices

2003-08-28 Thread Dirk-Willem van Gulik
On Thu, 28 Aug 2003, Daan Vreeken [PA4DAN] wrote: > I have come very far in this process, but I am doing something wrong > with releasing the old descriptors... So at this moment I use a trick to > reset the device. After uploading the internal firmware I unplug the USB > connector just far enou

Re: Network pipes

2003-07-24 Thread Dirk-Willem van Gulik
> I think this should just be a utility like Luigi suggested. This will > help "solve" these problems. And in large part the traditional netpipe/socket tools in combination with the -L and -R flags of SSH solve these issues rather handily. And when used with ssh-keyagent rather nicely. Dw

icmp-redirect and wi(4)

2003-07-12 Thread Dirk-Willem van Gulik
I am trying to track down the source of lots of icmp-redirect confusion. And if possible get confirmed that my understanding of the IP fundamentals is lacking. In www.wirelessleiden.nl on wi(4) - we've got interfaces like this on the HostAPI side: wi0: flags=8088843 mtu 1500 inet 172.16

RE: What ever happened with this? "eXperimentalbandwidthdelayproductcode"

2003-07-10 Thread Dirk-Willem van Gulik
On Thu, 10 Jul 2003, Max Clark wrote: > > We've done this in the past for protocols such as ftp, http and smtp; and > it works wonders. > > The protocol is FTP, what sort of proxy are you talking about here? I would > like to have... Commercial/Custom written; mostly based on the apache framewo

Re: What ever happened with this? "eXperimentalbandwidthdelayproductcode"

2003-07-10 Thread Dirk-Willem van Gulik
On Thu, 10 Jul 2003, Terry Lambert wrote: > > Okay, let's say how do I force my machine to think it doesn't have any > > latency and saturate a 6Mbit/s link even though the link has 220ms latency? > > See the recent discussion on the FreeBSD-performance mailing list. Your propblem is similar to

Re: prism/2 firmware upload&download question

2003-06-22 Thread Dirk-Willem van Gulik
On Sun, 22 Jun 2003, Matthew N. Dodd wrote: > I've got a number of firmware images here I was testing my firmware image > parser against and haven't run into the record type above. > > Which firmware are you seeing this in? Lets dig into this off-list :-) Dw. _

prism/2 firmware upload&download question

2003-06-22 Thread Dirk-Willem van Gulik
Propably not quite the right list - but given the number of people working on wireless code here: -> In the prism/2 and 2.5 firware are so called Firmware Information records. The types 1 .. 4 are defined (and I can handle those now). However I occasionally see a type 0x8001

Re: VPN remote access server

2003-06-21 Thread Dirk-Willem van Gulik
> Node1 is already set up. Now I need to set up Node2. I have no idea how to > do it. What programs do I use? How do I set them up? Where can I find some > help on it? Please help. Thank you very much. mpd Use pkg_add -r mpd or cd /usr/ports/net/mpd make all insta

Re: Policy Routing / NAT Question

2003-06-11 Thread Dirk-Willem van Gulik
On Wed, 11 Jun 2003, Vlad GALU wrote: > > Satellite. Due to hardware limitations of the FreeBSD boxes we're > > using(1U rackmount), there are no expansion slots left for additional There are several 4, 6 and 8 port ethernet cards on the marked - which only take up one slot. I've also solved t

Re: Prism2 firmware upload support.

2003-06-06 Thread Dirk-Willem van Gulik
On Fri, 6 Jun 2003, M. Warner Losh wrote: > I've looked into it. Primary/secondary versions aren't as interesting > as the actual product ID for determining which hex file to load. > There's also a need for getting additional data out of the current > firmware so it can be merged into the hex

Prism2 firmware upload support.

2003-06-06 Thread Dirk-Willem van Gulik
After experimenting with the hostap drivers of linux (http://hostap.epitest.fi/) I've quite taken a liking of 'prism2_srec' which allows one to upload (experimental) firmware in the RAM of the prism2 card. And being able to do this form userland. Has anyone looked at the existing symbol firmware

Re: pcic setup / wi0 timeout

2003-05-30 Thread Dirk-Willem van Gulik
On Thu, 29 May 2003, John Baldwin wrote: > > On 29-May-2003 M. Warner Losh wrote: > > OK. You might have a little better luck with 5.1-BETA, or you might > > not. However, you might try http://people.freebsd.org/~msmith/pir.c > > as root and tell me if it finds a $PIR table. The boot verbose

Re: pcic setup / wi0 timeout

2003-05-29 Thread Dirk-Willem van Gulik
On Wed, 28 May 2003, M. Warner Losh wrote: > OK. You might have a little better luck with 5.1-BETA, or you might ok; cvsuping to -HEAD. Did not see any 5_1 tags. > not. However, you might try http://people.freebsd.org/~msmith/pir.c > as root and tell me if it finds a $PIR table. The boot ve

Re: pcic setup / wi0 timeout

2003-05-29 Thread Dirk-Willem van Gulik
On Wed, 28 May 2003, M. Warner Losh wrote: > It depends. Really old machines routed interrupts to all PCI slots > and assigned devices found there an interrupt. Newer old machines > expect the PCI bridge driver of the OS to cope. And I take it that if I start mucking myself by poke-ing a valu

Re: pcic setup / wi0 timeout

2003-05-29 Thread Dirk-Willem van Gulik
On Wed, 28 May 2003, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes: > : pcic0: at device 18.0 on pci0 > : pcic0: PCI Memory allocated: 0x8800 > : pcic0: No PCI interrupt route

Who configures the pci/pcmcia bridge

2003-05-29 Thread Dirk-Willem van Gulik
Even when the BIOS is instructed to assign an IRQ - boot -v shows FreeBSD 5.0-RELEASE #0: Mon Apr 28 11:24:06 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/WLEIDEN.93264 ... bios32: Found BIOS32 Service Directory header at 0xc00fdb00 bios32: Entry = 0xf5f23 (c00f5f23) Rev = 0 Len = 1 pci

pcic setup / wi0 timeout

2003-05-29 Thread Dirk-Willem van Gulik
On two (seemingly) identical machines - one works, one fails Kernel: FreeBSD 5.0-RELEASE #0: Tue May 6 01:04:09 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/WLEIDEN.6316 cvsup as of that day. Machine 1: pcic0: mem 0xe7001000-0xe7001fff irq 15

Re: Some "security" questions.

2003-02-11 Thread Dirk-Willem van Gulik
On Mon, 10 Feb 2003, Julian Elischer wrote: > 1/ Command logging. We're thinking that a hacked version of the shell > that logs commands may do what they want, but personally I > think that if you are going to log things then you really want to > PROPERLY do it, and log the EXEC commands along w

RE: ping: sendto: No buffer space available

2003-02-06 Thread Dirk-Willem van Gulik
On Thu, 6 Feb 2003 [EMAIL PROTECTED] wrote: > I looked at the code of if_ep.c and I see that the continue is indeed > not there. AFAIK it needs to be there; at least it solves the hangs I see here. Dw To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the bo

Re: FreeBSD 5-Current/RC en boot0cfg

2003-01-17 Thread Dirk-Willem van Gulik
On Fri, 17 Jan 2003 [EMAIL PROTECTED] wrote: > > http://phk.freebsd.dk/misc/mk.sh There is no boot0cfg in there at all; was that already done (once) to the CF card, or did it get a 'fdisk /mbr' under dos already ? Or should I understand that: fdisk -f file (activa

FreeBSD 5-Current/RC en boot0cfg

2003-01-17 Thread Dirk-Willem van Gulik
In short: A working procedure for making an ATA disk bootable does not work reliably with CF cards/with a Soekris. On FreeBSD with a normal IDE/ATA hard disk the following sequence: fdisk -BI ad0 disklabel -w -B ad0s1 auto disklabel -e ad0s1 ... newfs what is need

make world - 'touch' breakage

2003-01-03 Thread Dirk-Willem van Gulik
The last few weeks 'make world' &.al. breaks for me on 'touch' not found. It is easy to hack the script as to pass; but is there a reason/real-fix for this ? Dw. ===> include creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/co

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Thu, 28 Nov 2002, M. Warner Losh wrote: > So after the first power cycle, can you reboot w/o a power cycle? Rewired to make that possible. Not getting very conclusive results; on some reboots (w/o power cycle) it may take minutes before the Timeout's kick in - whereas on other reboots it is

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
I noticed that there are a couple of things in the pcic_isa.c and in the pcic.c resume() function which seem to have no equivalent in the pcic_pci.c; such as speaker/power setup: pcic_setb(&sc->slots[0], PCIC_MISC1, PCIC_MISC1_SPEAKER); pcic_clrb(&sc->slots[0], PCIC_MISC2, PCIC_LP

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Thu, 28 Nov 2002, Dirk-Willem van Gulik wrote: > Hmm - no cookie; worse than before. I take that back. > With the cardbus init -all was essentially functional as far as I could > test; but in with the above the timeouts have returned - abeit in a .. > So something in the cardbu

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Thu, 28 Nov 2002, M. Warner Losh wrote: > this is bogus. However, a less bogus version is: > > /* >* Tell the chip to do its routing thing. >*/ > sc->chip->func_intr_way(&sc->slots[0], sc->func_route); > sc->chip->csc_intr_way(&sc->slots[0], sc->csc_route);

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Thu, 28 Nov 2002, Dirk-Willem van Gulik wrote: > On Thu, 28 Nov 2002, Dirk-Willem van Gulik wrote: > > > > This doesn't force the interrupt to be IRQ3, but rather tells the card > > > to use INTA#. The probe line for wi card should say irq N where N is > &g

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Thu, 28 Nov 2002, Dirk-Willem van Gulik wrote: > > This doesn't force the interrupt to be IRQ3, but rather tells the card > > to use INTA#. The probe line for wi card should say irq N where N is I may be mistaken - but it seems that pcic_pci_pd67xx_csc(struct pc

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-28 Thread Dirk-Willem van Gulik
On Wed, 27 Nov 2002, M. Warner Losh wrote: > Well, right now the following code is trying to force INTA#: .. > sp->putb(sp, PCIC_INT_GEN, /* Assume INTA# */ > (sp->getb(sp, PCIC_INT_GEN) & 0xF0) | 3); Which seems to cause the hang. Commenting this out will r

Re: Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-27 Thread Dirk-Willem van Gulik
> In theory, you'd set the pd6729_intr_path to 2. However, there's > still some stubtle bug that precludes this wfrom working. Aye - that is what gives me the hangs - and kdb/ddb does not get me into that. > This doesn't force the interrupt to be IRQ3, but rather tells the card > to use INTA#.

Understanding PCI intr routing on a Cirrus Logic PD6729

2002-11-27 Thread Dirk-Willem van Gulik
I've got a "Compaq" "WL200_11Mbps_Wireless_PCI_Card" here. This is a PCI card with a CL-PD6729 pci<->pcmcia bridge on it. The pcmcia is hard wired through to a prism/2 card. The WL200 pci cards get assigned irq 12, 11 and 10 (or if there is just one card, irq 12) at bootup and the first wi0 dete

4.6.2/RELENG_4: timeout in wi_seek and wi_cmd

2002-09-27 Thread Dirk-Willem van Gulik
On a machine with either 4.6.2 of RELENG_4 as of today with: 3x wiX: mem 0xfedf8000-0xfedf8fff irq 11 at device 19.X on pci0 wiX: 802.11 address: 00:06:25:a7:a7:2a wiX: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wiX: Intersil Firmware: Primary 1.00.05, Station 1.03.0

Re: How noisy should ch(4) be ?

2002-06-29 Thread Dirk-Willem van Gulik
> - run 'chio ielem' before you do anything. This may make the changer look >at what it has, and perhaps figure out that it doesn't really have a >source addresses for various elements. > > - try moving every tape in the changer to some destination and back. The >fastest thing to

No Subject

1999-10-14 Thread Dirk-Willem van Gulik
FYI: The last make world (from a delta of 3 weeks) caused: Oct 14 10:01:48 brunte /kernel: ahc0: Data Parity Error Detected during address or write data phase Oct 14 10:02:04 brunte /kernel: ahc0: Data Parity Error Detected during address or write data phase The entertaining thing is that _

RPLd or rplboot

1999-06-28 Thread Dirk-Willem van Gulik
Has anyone ever seen an open implementation of RPL, remote program load ? Or at paper specification of it against which one could write such a beast ? Dw. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RPLd or rplboot

1999-06-28 Thread Dirk-Willem van Gulik
Has anyone ever seen an open implementation of RPL, remote program load ? Or at paper specification of it against which one could write such a beast ? Dw. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Any interest in GPS NTP servers ? (fwd)

1999-05-19 Thread Dirk-Willem van Gulik
On Wed, 19 May 1999, Wes Peters wrote: > Dirk-Willem van Gulik wrote: > > But then again; these things both output serial NMEA, no proper > > ethernet; and no easy to use PPS signal unless you solder something. > > But NTP does have support for the $GPRMC sentence, righ

Re: Any interest in GPS NTP servers ? (fwd)

1999-05-19 Thread Dirk-Willem van Gulik
On Wed, 19 May 1999, Nick Hibma wrote: > > > :Trimble is selling a gps kit that can be used to create a Stratum 1 > > :GPS referenced NTP server. > > : > > :Qty 1 cost is $995 > > :Qty 10 cost is $525 Actually their developer's kit is significantly cheaper; and you can use the CM boards quite