search for: _internal_

Displaying 17 results from an estimated 17 matches for "_internal_".

Did you mean: _internal
2014 Nov 28
2
[PATCH] lib: Add COMPILE_REGEXP macro to hide regexp constructors/destructors.
[NOTE: this is not the complete patch. Once ACKed, I will make the same mechanical change to all the other places in the library that use this pattern.] --- src/guestfs-internal.h | 24 ++++++++ src/inspect-fs-unix.c | 164 +++++++++++-------------------------------------- 2 files changed, 59 insertions(+), 129 deletions(-) diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index
2014 Nov 28
0
Re: [PATCH] lib: Add COMPILE_REGEXP macro to hide regexp constructors/destructors.
...n delay the creation of those regexps (i.e. not just the ones mentioned in this patch) when just needed; something like the (untested): #define COMPILE_REGEXP(name,pattern,options) \ static void free_regexp_##name (void) __attribute__((destructor)); \ static pcre *_internal_##name; \ static void \ ##name (void) \ { \ if (_internal_##name == N...
2017 Jan 08
3
OpenSSH Hangs After Successful Authentication
Greetings... ** Short Description / Abstract ** Using my _internal_ WiFi card, OpenSSH succeeds to local (internal) LAN hosts, but hangs after authentication to external LAN hosts; however PuTTY works for all hosts. Using an _external_ WiFi card, OpenSSH does succeed to all LAN hosts (as did PuTTY, still, as well). ** Longer Description and Details ** *** HW Des...
2003 Nov 21
1
[LLVMdev] Linkage Types
...quot;, > /*parent=*/TheModule > ); > So, reading the documentation again, I discover that LinkOnceLinkage is an _internal_ (static) linkage type. Fine, but why does LLVM give it "external global" linkage? Note that the Assembly reference says: internal: ... linkonce: ... weak: ... appending: ... externally visible: If none of the above identifiers are used, the global is externally visible,...
2014 Jan 16
2
samba 4.1.4 bind9 putrr: unhandled record type 0
Hai, ? In seeing these messages in my logs,? named: samba b9_putrr: unhandled record type 0?? ? Everything looks and works ok, but i can find what the above message means and/or if its harmfull. ? ? Greetz. ? Louis
2010 May 19
4
(no subject)
Need some assistance, I have a firewall I am trying to reinstall the os, on, and I have no idea how to do it, they sent me syslinux, but I have no idea what kernel to use, or really how to install it using syslinux. Please, any help will be appreciated. Scott Latta Network Administrator Techsupport Supervisor Nexity Bank A+, NET+, MCP 205-298-6482
2001 Jul 16
6
openssh keys in ldap
Is there any work going into placing keys in a central directory such as LDAP ? Jeff McElroy jmcelroy at dtgnet.com
2007 Apr 17
6
[Bug 554] Packet illegaly bypassing SNAT
...strange behaviours like checking arp addresses on the Internet for your internal NAT'ed NICs. So, go to your ppp/eth device connected to the Internet and clamp MSS to a value as 1412. In Debian (and maybe other *nix'es) you can do this way: pty pppoe -I eth0 -T80 -m 1412 Since eth0 is you _internal_ network and you should clamp theyr packets. Flavio H. A. Gurgel Brazil -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Dec 02
1
Using namespaces to duplicate mailboxes (Doable?)
...i reckon it's a long shot) if it's possible to "hide" this mailbox copy from the IMAP clients, so as to prevent any user from subscribing _again_ to the same folders. Naturally this last thing is to be considered only if the former (mailbox copy trough namespaces or other dovecot _internal_ method) it's at all possible. Any feedback or better ideas are totally welcome. -- --------------------------------- Julio C. Ortega Grupo de Infraestructura ONUVA | Integraci?n de Sistemas http://www.onuva.com
2005 Jun 14
0
bs() function of the splines package
...using non uniform B-Splines. Looking at the code of the bs() function, I realized that if the intercept was set to TRUE, the behavior of the function was the following (df is the number of degrees of freedom that I believe can be interpreted as the number of control points): - Compute df- ord + 1 _internal_ knots (ord is the order of the spline) - Add ord times the boundaries values at each extrem of the knots vector. - Compute the design matrix on this vector. This results in a design matrix with df+1 columns. The bs function then _removes_ the first column of the matrix (resulting as expected in a...
2005 Jun 14
0
bs() function of the splines package with intercept=FALSE
...using non uniform B-Splines. Looking at the code of the bs() function, I realized that if the intercept was set to FALSE, the behavior of the function was the following (df is the number of degrees of freedom that I believe can be interpreted as the number of control points): - Compute df- ord + 1 _internal_ knots (ord is the order of the spline) - Add ord times the boundaries values at each extrem of the knots vector. - Compute the design matrix on this vector. This results in a design matrix with df+1 columns. The bs function the _removes_ the first column of the matrix (resulting as expected in a m...
2006 Jun 05
2
Outgoing call bridging
Hi Is there an easy way (without writing a C app) to make asterisk call 2 numbers and then bridge them into one conversatoin (preferably without using meetme). Regards
2016 Mar 21
2
Handling of section vs global name conflicts
So, we emit both a global symbol for the global variable, and a local symbol for the section, with the same name? This would need to be fixed both in the integrated assembler and in GAS. Is it even allowed? What would the symbol references bind to, when both symbols are defined? On Mon, Mar 21, 2016 at 7:55 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > The correct fix is
2011 Jul 02
2
Associating a statefile with an image
Hi , I am trying to perform offline migration (i.e) Create an incremental image using the qcow format, transfer the vm memory state to a state fie.Use the image and statefile together as a template. Now create a new vm using the template. I can successfully do it using the following commands : Save phase : stop migrate "exec:gzip -c > STATEFILE.gz" qemu-img qemu-img create -b
2005 Nov 02
6
firewall dilemma
Hi everyone, I have this problem that I'm not sure what's the best solution for it. I need your input & help... I have an internal network behind a hardware firewall. All traffics go thru. the firewall. One of the firewall's rules is that it doesn't allow internal network accesses internal resources that travels outside then come back. In the other words, it drops all
2002 Oct 16
10
htb limiting trouble: no overlimit or dropped packets
Hi! I''m trying to limit the uplink bandwidth using htb but no packets are overlimit or dropped. :-( My router config: * Linux kernel 2.4.20-pre10 (htb v3.7) with everything built as modules in QoS, iptables in use. * tc binary from htb3.6-020525.tgz * external interface eth0: Internet access, 512 kbit/s uplink speed * internal interface eth1: internal LAN, 100 Mbit/s The hosts in the
2005 Jun 21
9
[OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing
From: Maciej ?enczykowski <maze at cela.pl> > That's a good point - does anyone know what the new Intel > Virtualization thingamajig in the new dual core pentium D's is about? It's all speculation at this point. But there are _several_ factors. But I'm sure the first time Intel saw AMD's x86-64/PAE52 presentation, the same thing popped into my mind that popped