search for: discar

Displaying 6 results from an estimated 6 matches for "discar".

Did you mean: discard
2004 Jun 18
1
[LLVMdev] Linkages handling
...llvm.linkonce.d data, .comm .weak Weak ??? ??? And the question I have are: 1. Does ld really supports appending linkage? 2. The difference between LLVM linkonce and weak is that linkone symbols can be discared, if not used. I don't think there's anything in ld which matches LLVM linkonce -- the symbols are never discarded. Am I wrong? 3. I've tries to figure out how linkonce works with ld. It appears that it special cases sections starting with ".gnu.linkonce". In other words, n...
2006 Oct 31
1
+Ura +md3200 nao encaminha ligacao
Salve Salve Galera. Tenho a seguinte situacao: Uma placa MD3200 ligada em uma linha telefonica comum(PTSN) e funcionando "belezinha"... Tenho configurado um URA, onde ele atende a ligacao que chegou no canal e solicita o numero do ramal de destino da liga??o: Acontece que ao discar o ramal de destino, ele nao encaminha a ligacao, ficando mudo e posteriormente caindo a liga?ao. Fiz um teste, criando um extension _199 e encaminhando para o mesmo URA... Ligo de um ramal do asterisk para o 199 e o URA atende, disco o ramal de destino desejado e o mesmo encaminha a ligacao corret...
2011 Mar 28
5
[PATCH 1/3] Only peek and discard packets from specified device.
...s never reset it was possible that packets from other devices were returned by packet_peek. That means that the ifindex did not match any ifindex of the specified devices the packet was never removed and packets for the correct device were never processed. This patch enhance packet_peek and packet_discard to only work on packages for the specified device instead of all packets. Signed-off-by: Ulrich Dangel <uli at spamt.net> --- usr/kinit/ipconfig/bootp_proto.c | 2 +- usr/kinit/ipconfig/dhcp_proto.c | 2 +- usr/kinit/ipconfig/main.c | 16 ++++++---------- usr/kinit/ipconfig...
2009 Sep 17
0
Samba 3.4.1 BDC fails
...h the standard mount -t cifs both not sucessfull: smbclient: Receiving SMB: Server stopped responding session setup failed: Call timed out: server did not respond after 20000 milliseconds mount: mount: Resource temporarily unavailable You can find my conf and a log (level 3) on the bottom - I discared the various push_conn_ctx set_sec_ctx messages - Can somebody give me a hint please? --------------------- CONF --------------------------- [global] netbios name = XDATEN server string =BDC workgroup = XX interfaces = 10.0.0.2 socket address = 10.0.255.255 wins server = 10.0...
2005 Jul 02
3
packets with syn/fin vs pf_norm.c
Hi, First of all, I know that not dropping SYN/FIN isn't really a big deal, it just makes no sense. But since it doesn't make any sense, I don't see the reason why not to discard them. I'm running pf on FreeBSD 5.4-RELEASE-p3 and I scrub any traffic. I've read some other posts on google and as far as I can tell, clearly invalid packets (like packets with SYN/RST set) is discared while scrub simply remove the FIN bit on packets with SYN/FIN. Note, I have no knowle...
2020 Jul 13
3
helping to implement samba 4 AD with ldap backend
On 13/07/2020 20:28, jmpatagonia via samba wrote: > OK for that way (builtin ldap) is it possible to access/modify via ldap > tools / languages / libraries, like php/rubi /etc ? > Because if it is the only way we need to continue updating the user data > (on ldap repository) from one place via our interface. Probably, anything is possible, but you would have to write your own tools