Displaying 20 results from an estimated 11000 matches similar to: "Stop recursive transfer"
2005 Aug 13
2
Only rsyncing small files
Hi!
Is there a possibiliy to tell rsync only to copy files less than eg 10Mb
of size?
I'm running a dedicated backup-server, and would like to skip backing up
my downloaded iso-files.
They can bee downloaded again if requeired ;-)
--
Henning Wangerin <mailinglists-after-041101_reply-not-possible@hpc.dk>
2006 Aug 23
3
bcmxcp: stop whining (and log spamming)
corrupted checksums happen all the time with the 6-port serial card,
even when only using one port (and I don't give a shit about the other
ports, if anybody has a one-port laying around...)
so stop whining already.
$OpenBSD$
--- drivers/bcmxcp_ser.c.orig Wed Aug 23 11:15:54 2006
+++ drivers/bcmxcp_ser.c Wed Aug 23 11:26:37 2006
@@ -168,8 +168,8 @@ int get_answer(unsigned char *data, unsi
2006 Jan 05
1
Looping through all models in the application
Hello.
I have an application that depends on a table/model
(ModelInternationalization) that provides international translations in
various languages for all the model/table and columns names as well as
some other stuff (whether the column is visible on forms, dropdowns,
lists, reports etc).
I need to create a management interface for this translation stuff (the
plaintext stuff, btw, will be
2012 May 24
2
[LLVMdev] use AVX automatically if present
Henning,
I believe the code that is supposed to do this is in:
lib/Target/X86/X86Subtarget.cpp in
X86Subtarget::AutoDetectSubtargetFeatures()
Is there a bug in that function?
-Hal
On Thu, 24 May 2012 23:56:48 +0200 (CEST)
Henning Thielemann <llvm at henning-thielemann.de> wrote:
>
> On Thu, 24 May 2012, Pan, Wei wrote:
>
> > Very likely AVX is not enabled in your llc.
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
Ok I think we have some common ground - CSE should choose the aliased
pointer over the non-aliased one because we don't want the no-aliasing
information to creep outwards from the inlined callsite.
I'll put together a patch in the coming days and add y'all as reviewers so
you get visibility.
Cheers,
-Neil.
On Wed, Jan 22, 2020 at 4:47 PM Jeroen Dobbelaere <
Jeroen.Dobbelaere at
2003 Feb 28
2
OT? PDF printer driver for automatic deployment
Hi,
I've got a printing server running Samba 3.0alpha21 (on Linux). The
client machines running Windows 2000 are producing PDF files by printing
to a "virtual" printer on the Samba machine. The printer driver shall be
installed from the Samba server on demand. I need color output, b/w is
not sufficient.
Everything works fine, i.e. the PDF conversion process and the automatic
driver
2012 May 24
1
[LLVMdev] use AVX automatically if present
Henning,
Are you looking at trunk? I believe that in trunk this has been
uncommented.
-Hal
On Fri, 25 May 2012 00:47:42 +0200 (CEST)
Henning Thielemann <llvm at henning-thielemann.de> wrote:
>
> On Thu, 24 May 2012, Hal Finkel wrote:
>
> > Henning,
> >
> > I believe the code that is supposed to do this is in:
> > lib/Target/X86/X86Subtarget.cpp in
>
2020 Jul 17
2
LLVM 11 and trunk selecting 4 wide instead of 8 wide loop vectorization for AVX-enabled target
Oh interesting - I hadn't even considered registering vector descriptors
for the LLVM intrinsics, but right enough when I just registered that pow
has a vector variant (itself of a bigger size) I got the correct 8-wide
variants like I was expecting - nice!
Thanks for the help!
Cheers,
-Neil.
On Fri, Jul 17, 2020 at 12:09 PM Florian Hahn <florian_hahn at apple.com>
wrote:
>
>
2014 Sep 20
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
* Charles Lepple <clepple at gmail.com> [2014-09-20 01:12]:
> On Sep 19, 2014, at 5:18 PM, Stan Gammons <sg063015 at gmail.com> wrote:
> > Looks like this patch fixed the problem. I see the status change now.
> Good to hear.
> I'm not familiar with the OpenBSD release process. Is that patch on track to be a part of the final 5.6 release?
no, 5.6 is already cut.
2015 Feb 04
1
netvision-mib driver
Hi Henning,
note that I've cc'ed the NUT users list for info.
2015-02-04 13:47 GMT+01:00 Henning Fehrmann <henning.fehrmann at aei.mpg.de>:
> Hi Arnaud,
>
> > the best to process the value would be to have the MIB definition for
> > upsAlarmOnBattery, as for example:
> > [1]
>
2006 Apr 26
1
RE nut 2.0 fentonups and Xanto S3000R
Hi Henning,
you should get in touch with Carlos, who his developing a generic
megatec driver (available from svn:
http://eu1.networkupstools.org/source.html)
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer -
2011 Aug 06
1
exclude matrix from matrix
Dear List,
I am a beginner of R and have an easy question, which I couldn’t find out.
I like to exclude all rows of matrix “y” from matrix ”x” (like a subset of
“x”, without “y”).
The matrix “x” is of the structure
>str(x)
num [1:346, 1:8] 0.055 0.6833 0.9121 0.0819 0.1223 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:346] "10357" "10815"
2020 Jul 16
4
LLVM 11 and trunk selecting 4 wide instead of 8 wide loop vectorization for AVX-enabled target
So for us we use SLEEF to actually implement the libcalls (LLVM intrinsics)
that LLVM by default would generate - and since SLEEF has highly optimal
8-wide pow, optimized for AVX and AVX2, we really want to use that.
So we would not see 4/8 libcalls and instead see 1 call to something that
lights up the ymm registers. I guess the problem then is that the default
expectation is that pow would be
2014 Jun 12
2
Using virtio for inter-VM communication
On 2014-06-12 04:27, Rusty Russell wrote:
> Henning Schild <henning.schild at siemens.com> writes:
>> Hi,
>>
>> i am working on the jailhouse[1] project and am currently looking at
>> inter-VM communication. We want to connect guests directly with virtual
>> consoles based on shared memory. The code complexity in the hypervisor
>> should be minimal, it
2014 Jun 12
2
Using virtio for inter-VM communication
On 2014-06-12 04:27, Rusty Russell wrote:
> Henning Schild <henning.schild at siemens.com> writes:
>> Hi,
>>
>> i am working on the jailhouse[1] project and am currently looking at
>> inter-VM communication. We want to connect guests directly with virtual
>> consoles based on shared memory. The code complexity in the hypervisor
>> should be minimal, it
2010 Feb 15
2
anyone using pxelinux.0 > 3.36 successfully with HP DLXXX G3, G5?
Hello *
this morning I tried to upgrade from pxelinux 3.11 to 3.84 and
discovered that the localboot stuff does not work on HP DL360 G3 and G5.
The latest syslinux Version I found with a working localboot is 3.36.
pxelinux.cfg/default:
default harddisk
prompt 1
label harddisk
localboot 0
implicit 0
timeout 250
This so simple, it should just work, shouldn't it?
The
2014 Sep 23
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
* Henning Brauer <hb-nut at bsws.de> [2014-09-20 13:39]:
> * Charles Lepple <clepple at gmail.com> [2014-09-20 01:12]:
> > On Sep 19, 2014, at 5:18 PM, Stan Gammons <sg063015 at gmail.com> wrote:
> > > Looks like this patch fixed the problem. I see the status change now.
> > Good to hear.
> > I'm not familiar with the OpenBSD release process. Is
2010 Jun 04
5
running puppet withput puppetmasterd
Hi,
I''m pretty sure I once did some experiments with running puppet
wihtout a puppertmasterd - but having a "normal" puppet manifests and
modules structure in /etc/puppet.
Sadly, I can''t find how to do that anymore.
I know I can write plain puppet instructions in a file.pp and run them
plainly - but I want the whole config as if it would reside on a
server)
When I
2020 Apr 24
3
Giving up AD Default Site
Hello,
I am a newbee on this list and hopefully someone can give me an advice regarding my question.
I have a small Samba AD configured with 2 DCs in each of two Sites: the Default Site and a Branch Office. Now the company wants shutdown the Default Site and move everything into the Branch Office. How should I handle this? Just transferring the FSMO roles from the primary DC on the Default Site
2012 May 24
0
[LLVMdev] use AVX automatically if present
On Thu, 24 May 2012, Pan, Wei wrote:
> Very likely AVX is not enabled in your llc. This feature was enabled
> just recently (late of April).
I forgot to mention that I am using recent LLVM-3.1 and in principle my
llc knows about avx as I have shown in the second example. But avx does
not seem to be used by default.
On Thu, 24 May 2012, Henning Thielemann wrote:
> $ llc -o - -mattr