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
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
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
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.
___
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
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
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
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
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
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
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
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
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.
_
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
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
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
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
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
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
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
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
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
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
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
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
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
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'.
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
_
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
> 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
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
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
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
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.
_
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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);
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
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
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
> 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#.
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
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
> - 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
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 _
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
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
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
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
66 matches
Mail list logo