Displaying 20 results from an estimated 800 matches similar to: "Rsync forwarding using Balance/Jumpgate hanging on large directories"
2015 May 30
2
[LLVMdev] Linking modules across contexts crashes
I get a crash when I try to link multiple modules registered in their
individual contexts.
Documentation for Linker::LinkModules doesn't mention anything about
contexts, and the first link succeeds. But the second link crashes.
Is this not the right way to merge such modules? If not, then what is
the right way?
In any case, documentation for Linker::LinkModules should say if
contexts are
2015 Jun 01
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-01, at 11:06, Reid Kleckner <rnk at google.com> wrote:
>
> I'm pretty sure module linking is expected to occur in the same LLVM context.
Correct.
> IIRC Duncan had some proposal for how ld64 could do something clever with multiple contexts, but I've totally forgotten what it was.
This was for LTO (probably unrelated to Yuri's scenario?).
1.
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing...
Even if the pre-user conf files have a log file in the same directory,
which I touch before trying, messages keep going to syslog... I tried
with 666 permissions on rsyncd.log too just to make sure...
The following is one of the user's conf file, hope theres a clue. Thanks!
log file = /home/pluto/rsyncd.log <<< This is the problem!!
2006 Mar 29
0
How to organize models into modules
Being a bit of a neat freek, I would like to organize the models in my
Rails app into modules. I have created the directory structure as
follows:
models
|- module1
|- mymodel.rb
And my model class code is:
module Module1
class Mymodel
...some stuff
end
end
How do I include this model in my controllers without referencing it as
"Module1::Mymodel"? Also, how do I
2012 Dec 10
0
Managing windows agent
Hi all,
I am new to puppet, and I am trying to manage a windows agent using puppet.
I wrote a manifest file which will copy a text file from puppet master
(linux) to the puppet agent(windows). When I tried to run the puppet agent,
I was getting the following error.
err: /Stage[main]/Module1/File[change-ip.bat]: Failed to generate
additional resources using ''eval_generate: Error
2004 Jun 07
1
rsync server complaining about vanishing files while they are not.
Greetings.
I am running rsync 2.6.2 on both the server and the client. Server is
Fedora Core 2 and client is Red Hat Linux 9.
I am suffuring of the following errors on the server side:
Jun 7 19:43:27 tux101 rsyncd[24906]: file has vanished:
"redhat/9/en/os/i386/RedHat/RPMS/gtk2-engines-2.2.0-2.i386.rpm" (in module1)
This messages repeats for a whole bunch of rpm files
2018 Jun 09
1
is "unintended library loading" actually possible?
Please, help me understand if 'use chroot' option in daemon config is
secure enough.
Rsync manual has following lines:
As an additional safety feature, you can specify a dot-dir in the
module's
"path" to indicate the point where the chroot should occur. This
allows rsync
to run in a chroot with a non-"/" path for the top of the transfer
2003 Oct 22
2
The rsync daemon as a gateway service?
In rsyncd.conf I'd like to be able to specify something like:
[module1]
gateway 10.168.172.9
or (I think we have to change the protocol a little for this one):
[module2]
redirect datasource.my.domain
I've run into this need a few times, and I think it might be useful
enough to add (both of these) to the daemon configuration. I'm asking
the list to see if either of these might
2010 Jul 27
2
[LLVMdev] inline callsites whose function definitions are in different file?
LLVM (2.7 release version) provides 2 implementations for inlining
function callsites:
- InlineSimple.cpp (-inline): inline simple callsites
according to its cost analysis
- InlineAlways.cpp (-always-inline): inline all callsites that are
marked with "always_inline" attribute.
They are both subclasses of Inline.cpp that assumes the function's
definition (body) is
2010 Jul 27
0
[LLVMdev] inline callsites whose function definitions are in different file?
On Tue, Jul 27, 2010 at 7:46 AM, Chuck Zhao <czhao at eecg.toronto.edu> wrote:
> LLVM (2.7 release version) provides 2 implementations for inlining
> function callsites:
>
> - InlineSimple.cpp (-inline): inline simple callsites
> according to its cost analysis
> - InlineAlways.cpp (-always-inline): inline all callsites that are
> marked with
2011 Aug 01
3
Class inheritance or virtual resources to manage apache modules
I want to start out with an apache class that will disable all modules
except for a pre-defined list, thus establishing a baseline of active
modules.
Then as needed, other classes could enable a module that they require
that would have been disabled by the baseline state.
Its possible several classes may try to enable the same module (1 or
more classes needing module1 could be on a single node)
2004 Jan 27
1
"file has vanished" bug [rsync-HEAD-20040127-1010GMT]
Just ran into this bug when running the latest snapshot from CVS: when
rsyncing from two source directories into a third one, rsync gets
confused about which source file is from which directory, resulting in a
"file vanished" error. See test script below.
Also, is there any consensus on whether using multiple source modules
when pulling from an rsync daemon is going to be ok? I
2009 Jul 27
1
[PATCH] mboot using module path
Hi,
We are using pxelinux at my company to test our product. And there are
limitations
that we have hit in the past w.r.t. the max length of a path, or the
max length of a module
name (in mboot.c / mboot.c32). We've used workarounds in the past, and
reorganized the
directory structure, but we face that problem again. Out of the 128 /
FILENAME_MAX chars
that can be used, 110 - 120 go to the
2010 Jul 27
2
[LLVMdev] inline callsites whose function definitions are in different file?
On 7/27/2010 12:40 PM, Devang Patel wrote:
> On Tue, Jul 27, 2010 at 7:46 AM, Chuck Zhao<czhao at eecg.toronto.edu> wrote:
>> LLVM (2.7 release version) provides 2 implementations for inlining
>> function callsites:
>>
>> - InlineSimple.cpp (-inline): inline simple callsites
>> according to its cost analysis
>> - InlineAlways.cpp
2013 Aug 08
2
[LLVMdev] Address space extension
On 08/08/2013 11:04 AM, David Chisnall wrote:
> What happens when I link together two IR modules from different front ends that have different language-specific address spaces?
I agree with Micah: if during the linking two IR modules there are
incoherences (e.g. in module1 2 -> 1 and in module2 2 -> 3) then the
modules are incompatible and the link process should fail.
> I would be
2005 Dec 27
0
can not setup ie and fonts problem
My operating system is fedora 4 for x86_64 and the linux kernel is
2.6.14.My wine version is 0.92.After complete installation,I try to
setup ie6 sp1.But I get the following message.How can I solve it?And the
fonts in winefile explore look so ugly.I show the snapshot in
attachment.By the way my system locate is seted to be zh_CN.
WINEDLLOVERRIDES="advpack=n" wine ie6setup.exe
2013 Aug 08
0
[LLVMdev] Address space extension
Why should SelectionDAGBuilder generate an explicit bitcast for a no-op
bitcast? By definition, no bits are changed; so if the EVTs match, there
is nothing to do. The fundamental problem is how address spaces are
handled, and specifically how they are converted, in LLVM IR. Address
space casts are currently implemented with bitcasts (in general). While
this works out for the LLVM IR type
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final
2013 Mar 15
0
Wine release 1.5.26
The Wine development release 1.5.26 is now available.
What's new in this release (see below for details):
- OpenGL support in the Mac driver.
- Clipboard and drag&drop support in the Mac driver.
- Improvements to the URL cache.
- Some fixes for ARM binaries.
- SPARC platform no longer supported.
- Various bug fixes.
The source is available from the following locations:
2011 Feb 18
1
openoffice & command line printing
Everyone,
I am trying to print some *.doc files from the command line with
openoffice on centos 5.5 with using cups as the print server.
I can open the file from the command line with open office and then
print it manually from the gui, but when I open the file and print from
command line I am not getting anything.
The commands that I have used are the following :
/usr/bin/openoffice.org -pt