Displaying 5 results from an estimated 5 matches for "staticaly".
Did you mean:
statically
2003 Mar 26
2
what actually uses xdr_mem.c?
In regards to FreeBSD-SA-03:05.xdr, does anyone know which static binaries
or tools under /bin or /sbin actually use that problem code?
The recent XDR fixes the xdrmem_getlong_aligned(),
xdrmem_putlong_aligned(), xdrmem_getlong_unaligned(),
xdrmem_putlong_unaligned(), xdrmem_getbytes(), and/or xdrmem_putbytes()
functions, but it is difficult to know what uses these (going backwards
manually).
2007 Jun 04
1
realtime ldap peer matching
...peers i need "fullcontact" set to
"sip:exten@userip" for asterisk to correctly match the peers (at least
for the natted peers to reach them)...
anyway, how do I populate fullcontact "on the fly" with information from
exten and userip?
of course, i could just do it staticaly on ldap but since the info is
already there why not make use of it?
on res_ldap.conf i have "attribute = fullcontact => AstAccountFullContact"
it would be nice to have something like:
attribute = fullcontact => "sip:".$AstExten."@".$AstIPaddress
or some kind of...
2006 May 09
1
xmalloc symbol in libssh
Hi list,
(Please Cc: me in your replies because I'm not subscribed to this list.)
While trying to build lukemftpd staticaly on FreeBSD, I got a link-time
error. Libssh.a indeed provides the "xmalloc" symbol (I suppose there
are more). I wonder if this is whether intentional or not. It is a
very common function name, and I think it would be worth renaming
it to something like ssh_xmalloc() or openssh_xmalloc...
2005 Feb 02
2
Query on Using initramfs
Hi
I am looking at inserting functions in the early user space and want to use
initramfs for this.
I understand this can be achieved using 'initrd' or by making changes in
the 'usr/gen_init_cpio.c' file.
Can someone kindly give me pointers as to how to go about this. I am
looking at the 2.6.x kernel.
Thanks
Rachita.
2006 Oct 17
5
Memcached Server - Memory Consumption
I was just testing the memcache server on a Windows box and had set it
up as a Windows Service and to my surprise (or my shock really) it was
using 47+ meg of ram with no data even loaded in it yet. Has anyone
else used the Windows port of memcached for their Rails projects and if
so how much ram was it using?
Does memcached use less memory on Mac OS X or Linux than Windows?
Thanks for any