search for: _if

Displaying 20 results from an estimated 49 matches for "_if".

Did you mean: _id
2013 Jun 13
3
"Multiple Internet Connections" with four interfaces
Hi, I was reading document http://shorewall.net/MultiISP.html#idp3634200. Inspired by the document I was trying to establish the following changes: * one additional interface: COMA_IF * COM[A,B,C]_IF interfaces request IP address via DHCP * all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF * all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default * non-RFC 1918 destined trafic from GW is possible to route via COMA_IF or COMC_IF if necessary Cont...
2013 Feb 27
1
some help in using the package NUT in a perl script
...n";_ _my $ups = new UPS::Nut(_ _ NAME => "UPS",_ _ HOST => "localhost",_ _ PORT => 3493,_ _ USERNAME => "upsmon",_ _ PASSWORD => "pass",_ _ TIMEOUT => 30,_ _ DEBUG => 1,_ _ DEBUGOUT => "/etc/nut/dev/log/nut.log"_ _);_ _if ($ups->Status() =~ /OL/) _ _ {_ _ print "UPS : Alimentation OK !n";_ _ }_ _if ($ups->Status() =~ /OB/) _ _ {_ _ print "UPS : PB alimentation, Fonctionne sur batterie !n";_ _ }_ _print " UPS ETAT : $ups->Status() n";_ _print " UPS charge batterie : $ups-&g...
2014 Mar 05
3
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On 2014 Mar 4, at 20:23, Chandler Carruth <chandlerc at google.com> wrote: > On Tue, Mar 4, 2014 at 8:07 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > There’s a decent selection of range adaptors in Boost.Range [1]. I’m not sure the license [2] allows copying the source (IANAL), but any reason not use the same names? I don’t see any reason to reinvent the
2003 Jul 01
2
hide files
Hi. i am using the hide files and hide dot files options, but the files are still visiable on my WinXP clients. Yes, I have the option set on the XP clients to show all files for security reasons. But can't samba just hide this file for everybody / every setting? thanks daniel
2011 Jun 09
1
histogram - density on y axis and restriction to interval [0, 1]
Hello, To indicate probability densities instead of counts on a histogram, I specify freq = FALSE. However, I expect that summing all top y coordinates over all the intervals of the histogram will provide 1. 1) v <- c(0.2885, 0.2988, 0.3139, 0.2615, 0.3179, 0.3163, 0.2583, 0.3052, 0.2527, 0.3147, 0.3235, 0.2408, 0.2480, 0.3108, 0.3577, 0.2829, 0.2694, 0.3275, 0.3314, 0.2639, 0.3076,
2008 Aug 26
3
savePlot() does not save plot with format set
R-help, Whenever I try to save a plot with "savePlot" the file is not stored in my hard disk with the selected format. Several formats are set and none of them works. I just get the file name with missing extension and it can't be open with programs like Paint and Microsoft Photo Editor Th only one able to open it is "Windows Picture and Fax Viewer" plot(rnorm(10))
2010 Aug 19
3
SSD caching of MDT
Article by Jeff Layton: http://www.linux-mag.com/id/7839 anyone have views on whether this sort of caching would be useful for the MDT? My feeling is that MDT reads are probably pretty random but writes might benefit...? GREG -- Greg Matthews 01235 778658 Senior Computer Systems Administrator Diamond Light Source, Oxfordshire, UK
2005 Jun 26
2
chisq.test using amalgamation automatically (possible ?!?)
Dear List, If any of observed and/or expected data has less than 5 frequencies, then chisq.test (Pearson's Chi-squared Test for Count Data from package:stats) gives warning messages. For example, x<-c(10, 14, 10, 11, 11, 7, 8, 4, 1, 4, 4, 2, 1, 1, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1) y<-c(9.13112391745095, 13.1626482033341, 12.6623267638188, 11.0130706413029, 9.16415925139016,
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...c)) -#define _DIV(dst, src0, src1) ureg_DIV(ureg, dst, _src(src0), _src(src1)) -#define _DP2(dst, src0, src1) ureg_DP2(ureg, dst, _src(src0), _src(src1)) -#define _TXL(dst, target, src0, src1) ureg_TXL(ureg, dst, TGSI_TEXTURE_##target, _src(src0), _src(src1)) -#define _BRK() ureg_BRK(ureg) -#define _IF(src, label) ureg_IF(ureg, _src(src), label) -#define _BGNFOR(dst, src) ureg_BGNFOR(ureg, dst, _src(src)) -#define _REP(src) ureg_REP(ureg, _src(src)) -#define _ELSE(label) ureg_ELSE(ureg, label) -#define _ENDIF() ureg_ENDIF(ureg) -#define _ENDFOR(dst) ureg_ENDFOR(ureg, dst) -#define _ENDREP() ureg_...
2013 May 29
1
[PATCH v2 1/2] virtio-balloon spec: rewrite description of VIRTIO_BALLOON_F_MUST_TELL_HOST
On Wed, May 29, 2013 at 08:24:10AM +0200, Paolo Bonzini wrote: > Il 28/05/2013 20:15, Michael S. Tsirkin ha scritto: > > What you write in spec below and what you write above seems to > > contradict. > > > > Look, how about the simpler patch that I sent: > > "[PATCH] virtio-spec: balloon: MUST_TELL_HOST is optional" > > > > does it
2003 Jan 03
9
Rearranging the furniture....
Hi Tom and All, I have been quietly watching the list for the last year (no new issues for me that weren''t covered in the docs or promptly "bug-fixed" by Tom. Boy, has this grown exponentially! Anyway, back to the point (the proverbial rearranging the furniture)... I have been evaluating Mandrake''s MNF as an upgrade for my Firewall box. If I do this( and even if I
2015 May 07
4
[LLVMdev] LLD improvement plan
...lld has already proven that it can link most of our llvm tools and self host with reasonable performance, I dont see why we dont want to continue with the Atom model. Atom model also eases up dealing with LTO in general. In summary, I would like to continue the ELF ports using the Atom model. _If a section model is being chosen to model flavors lets not mixing it up with Atom model as I can see there would be very less code sharing._ Shankar Easwaran On 5/4/2015 2:52 PM, Chris Lattner wrote: > On May 1, 2015, at 12:31 PM, Rui Ueyama <ruiu at google.com> wrote: >> Proposal...
2015 May 04
0
[LLVMdev] LLD improvement plan
On May 1, 2015, at 12:31 PM, Rui Ueyama <ruiu at google.com> wrote: > Proposal > Re-architect the linker based on the section model where it’s appropriate. > Stop simulating different linker semantics using the Unix model. Instead, directly implement the native behavior. Preface: I have never personally contributed code to LLD, so don’t take anything I’m about to say too seriously.
2018 Feb 27
2
Failed to get quota limits
...> index 3 >> > > > > > > > > > >> > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] >> > > > > > > > > > >> > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option >> > > > > > > > > > >> > > > > > > > > > 'parallel-readdir' is not recognized >> > > > > > > > > > >> > > > > > > &...
2018 Feb 24
0
Failed to get quota limits
...gt; > > > index 3 > > > > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] > > > > > > > > > > > > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option > > > > > > > > > > > > > > > > > > > > 'parallel-readdir' is not recognized > > > > > > > > > > > > > > > > > > > >...
2018 Feb 27
0
Failed to get quota limits
...; > > > > > > > > > > > > > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] > > > > > > > > > > > > > > > > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option > > > > > > > > > > > > > > > > > > > > > > > > 'parallel-readdir' is not recognized > > > > > > > > > > > > > > > >...
2018 Feb 23
2
Failed to get quota limits
...0] >>>>>>>>> [event-epoll.c:629:event_dispatch_epoll_worker] 0-epoll: Started thread with >>>>>>>>> index 3 >>>>>>>>> [2018-02-13 08:16:13.945941] W [MSGID: 101174] >>>>>>>>> [graph.c:361:_log_if_unknown_option] 0-myvolume-readdir-ahead: option >>>>>>>>> 'parallel-readdir' is not recognized >>>>>>>>> [2018-02-13 08:16:13.946342] I [MSGID: 114020] [client.c:2352:notify] >>>>>>>>> 0-myvolume-client-0: par...
2015 May 01
15
[LLVMdev] LLD improvement plan
Hi guys, After working for a long period of time on LLD, I think I found a few things that we should improve in the LLD design for both development ease and runtime performance. I would like to get feedback on this proposal. Thanks! *Problems with the current LLD architecture *The current LLD architecture has, in my opinion, two issues. *The atom model is not the best model for some architectures
2013 Jul 18
105
[Bug 67051] New: No nouveau HDMI sound on NVIDIA GT430
https://bugs.freedesktop.org/show_bug.cgi?id=67051 Priority: medium Bug ID: 67051 Assignee: nouveau at lists.freedesktop.org Summary: No nouveau HDMI sound on NVIDIA GT430 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: alupu01 at gmail.com Hardware: x86 (IA32) Status:
2007 Apr 18
20
[patch 00/20] XEN-paravirt: Xen guest implementation for paravirt_ops interface
This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual block