Re: VPN Agregation

2006-12-20 Thread Julian Elischer
Robert Atkinson wrote: I used mpd at one point for a proof of concept to do this, it did work pretty well with 2 dsl modems, 756k being bonded into one 1400 link. It did have problems, but I think I got greedy by using openvpn to push compressed packets through it. Keep the vpn out of it :) It i

Re: Linking static libraries with '-l'

2006-12-20 Thread Mike Meyer
In <[EMAIL PROTECTED]>, mal content <[EMAIL PROTECTED]> typed: > Hi. > > So, if I want to link to the shared library /usr/local/libxyz.so, I > simply add '-lxyz' > to my program link commands. But what if I want to link to the equivalent > static library? > > The GCC manual says: > >-sta

Re: Linking static libraries with '-l'

2006-12-20 Thread Coleman Kane
On 12/20/06, Dan Nelson <[EMAIL PROTECTED]> wrote: In the last episode (Dec 20), mal content said: > So, if I want to link to the shared library /usr/local/libxyz.so, I > simply add '-lxyz' to my program link commands. But what if I want to > link to the equivalent static library? One method is

Re: Linking static libraries with '-l'

2006-12-20 Thread Dan Nelson
In the last episode (Dec 20), mal content said: > So, if I want to link to the shared library /usr/local/libxyz.so, I > simply add '-lxyz' to my program link commands. But what if I want to > link to the equivalent static library? One method is to pass -Bstatic and -Bdynamic to the linker at appro

Re: Locking fundamentals

2006-12-20 Thread Attilio Rao
2006/12/20, Duane Whitty <[EMAIL PROTECTED]>: Hello again, It seems to me that understanding locking holds the key to understanding fbsd internals. Could someone review my understanding of fbsd locking fundamentals. (No assertions here, just questions) lock_mgr mutexe

Re: VPN Agregation

2006-12-20 Thread Robert Atkinson
I used mpd at one point for a proof of concept to do this, it did work pretty well with 2 dsl modems, 756k being bonded into one 1400 link. It did have problems, but I think I got greedy by using openvpn to push compressed packets through it. Keep the vpn out of it :) It is a good idea, since any

Linking static libraries with '-l'

2006-12-20 Thread mal content
Hi. So, if I want to link to the shared library /usr/local/libxyz.so, I simply add '-lxyz' to my program link commands. But what if I want to link to the equivalent static library? The GCC manual says: -static On systems that support dynamic linking, this prevents linking

Re: Locking fundamentals

2006-12-20 Thread Hans Petter Selasky
On Wednesday 20 December 2006 05:18, Duane Whitty wrote: > Hello again, > > It seems to me that understanding locking holds the key to > understanding fbsd internals. > > Could someone review my understanding of fbsd locking fundamentals. > (No assertions here, just questions) > > lock_mgr > -

Re: unique hardware identification

2006-12-20 Thread Danny Braniss
> > > I'm thinking of something like combining serial numbers from > > CPU/disks for example, but there does not seem to be a clear way to > > obtain these (not all cpu's even have a serial number in there). > > the simplest thing that comes to my mind is parsing `dmidump` for > serial numbers, h