Displaying 20 results from an estimated 200 matches similar to: "DAHDI/ZAP overlap dialing"
2018 Sep 06
2
Replacing a function from one module into another one
Hi Philip,
The error happens when the program finishes and it automatically calls the
destructors, so it is not an error specifically inside my program. Here's
the full code:
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm/IRReader/IRReader.h"
#include "llvm/Support/TargetSelect.h"
#include
2009 Aug 03
1
Backups & Directory Timestamps Not Preserved
Hello,
I've been testing out using rsync for nightly incremental backups
through the '--backup' & '--backup-dir' options. So far, I've noticed
two issues.
1) First, if an empty directory is removed from the source, rsync will
remove it from the destination but not create the directory in the
backup-dir location.
$ mkdir -p /tmp/src/foo
$ rsync -a /tmp/src/
2018 Sep 06
2
Replacing a function from one module into another one
Hi Philip,
Thanks for the reference, I was able to follow it and copy the code that I
saw necessary, but I still have some issues (references are still not
updated). I created the function:
void populateVMap(llvm::ValueToValueMapTy &VMap, llvm::Function *fOld,
llvm::Function *fNew) {
llvm::Function::arg_iterator DestI = fOld->arg_begin();
for (llvm::Function::const_arg_iterator J =
2020 Jan 22
2
Using dsync for a single mailbox?
On Tue, 21 Jan 2020, Sami Ketola wrote:
> how does dsync fail? How have you tried? Something like this on the new
> server:
>
> doveadm -o imapc_server=remote_ip -o imapc_port=remote_port -o imapc_user=<remote_victim> -o imapc_password=<remote_victim_password> backup -u <local_victim> -R imapc:
The best I can do is get it to complete without any errors but without
2004 May 21
2
dial an IP address
Anyone written an extension that will take a 12 digit number, convert it to
an IP address so that you can make a sip call to it.
Chris
2011 Jul 06
2
[LLVMdev] First steps with LLVM and partial evaluation
Hi all,
I'm rather new to LLVM and intend to dive into partial evaluation with LLVM.
I tried to run the example from http://llvm.org/devmtg/2008-08-23/llvm_partial.pdf, which worked after some adaptations, which were necessary, because
LLVM evolved since
the slides were made. However, I also tried to get the same example running as an optimization pass following the instructions in
2020 Jan 22
0
Using dsync for a single mailbox?
> On 22 Jan 2020, at 8.37, Wim Lewis <wiml at hhhh.org> wrote:
>
> On Tue, 21 Jan 2020, Sami Ketola wrote:
>> how does dsync fail? How have you tried? Something like this on the new server:
>>
>> doveadm -o imapc_server=remote_ip -o imapc_port=remote_port -o imapc_user=<remote_victim> -o imapc_password=<remote_victim_password> backup -u
2015 Jun 16
0
you have been logged on with a temporary profile_win7 client+samba 4+WinServ2012
Hai,
Try to set in GPO to always wait for network, before login if not set already.
And Please go here.
https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles
and choose.
Profile share using Windows ACLs
OR
Profile share with using POSIX ACLs
so correct your rights, as it should be, and try again.
and my advice, before setting your rights, go add this line to you profiles share.
2006 Sep 15
0
R: Grouping columns in a data frame based on the values of a column
Perhaps using 'ave' and 'cut':
df <- data.frame(x=runif(100, 0.1, 1), y=rnorm(100, 0.2, 0.6))
df$xcut<-cut(df$x, seq(0, 1, 0.1))
df$z<-ave(df$y, df$xcut)
df[order(df$x),]
Stefano
-----Messaggio originale-----
Da: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di
e.rapsomaniki at mail.cryst.bbk.ac.uk
Inviato: venerd? 15
2015 May 06
2
rid and ad backends differences
> so I think ADS is not the best option in my case.
> From your explanation I'm in favour of RID backend as it seems more
>stable because of the static setup.
Your best options is : Use ADS, with backend RID.
If you have 1 DC and (or 1 extra member server )
than RID is you best option, no hassle uid/gid and RFC2307 things..
but beware if you do things on linux.. than you can
2014 Jun 23
0
Locked Files issue.
Hello everyone
I moved my samba (3.6.9-168.el6_5) setup to new hardware and since
the move a user can not write to the shared folders. When the file is
opened by the user "smbstatus" shows:
Locked files:
Pid Uid DenyMode Access R/W Oplock
SharePath Name Time
2004 Jan 21
3
FW: DNAT and masq problem with kernel 2.4.23
Hi,
after kernel upgrade to 2.4.23 my existing configuration of shorewal 1.4.8
will not start / it fail on DNAT and/or masq with message: "iptables:
Invalid argument" /
I founded some similar problems description - see links bellow, but there is
no solution how to get work shorewall with DNAT and masq with 2.4.23 kernel.
http://www.ussg.iu.edu/hypermail/linux/kernel/0312.0/0268.html
2006 May 11
7
Upload progress "plugin"
mongreleers,
This is a hack for adding basic upload progress support to Mongrel.
Currently, you can monitor the upload of any POST. I''m sure some work
needs to be done to get it functioning with Rails.
Save as lib/mongrel/progress.
Anyway, here''s how to start Mongrel with it:
require ''mongrel''
require ''mongrel/camping''
require
2015 Jun 12
0
you have been logged on with a temporary profile_win7 client+samba 4+WinServ2012
3 obligated settings !! your missing one...
# For ACL support on member file server
vfs objects = acl_xattr
map acl inherit = yes
store dos attributes = yes <===== is missing in your config.
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: y.goudetsidis at mail.cryst.bbk.ac.uk
>[mailto:samba-bounces at lists.samba.org] Namens Yanni
>Verzonden: donderdag
2008 Aug 21
3
After Dial execution, using DIALEDTIME, ANSWEREDTIME
Hi,
I noticed that when dial terminates it does not return to the dialplan,
and therefore can not execute any entry after Dial().
Is there any trick to overcome this limitation ?
How I am supposed to handle the returned vales DIALEDTIME, ANSWEREDTIME if
I can not execute anything after Dial()?
I made a workaround with DeadAGI (below) but it is unreliable: if 2 calls
end
2015 Jun 12
0
you have been logged on with a temporary profile_win7 client+samba 4+WinServ2012
Nope no scripts at all
Meilleures salutations / Best regards,
Joseph-Andr? GUARAGNA
ing?nieur Syst?me et R?seau / Network and System engineer
RD MACHINES-OUTILS
77, all?e de l'Industrie F-74130 CONTAMINE SUR ARVE
Tel : +33 (0) 4 50 03 90 77 - Fax :+33 (0) 4 50 03 66 79
www.rdmo.com / www.rdmo-spare-parts.com
2015-06-12 11:47 GMT+02:00 L.P.H. van Belle <belle at bazuin.nl>:
2015 Jun 12
2
you have been logged on with a temporary profile_win7 client+samba 4+WinServ2012
Ok, my bad..
The if you use policies.. check you gpo settings for :
Computer Configuration \ Administrative Templates \ System \ User Profiles
- Delete cached copies of roaming profiles
- Delete user profiles older than a specified number of days on system restart
and/or read :
https://support.microsoft.com/en-us/kb/983544
which may apply.
and you dont have any script running for cleanup
2018 Sep 04
2
Replacing a function from one module into another one
Hi Philip,
Thank you very much for your answer, the vector declaration example worked.
I'm pretty sure the ValueToValueMapTy is the last thing I need because I
even saw there is another function that could help me llvm*:*:RemapFunction
<http://llvm.org/doxygen/namespacellvm.html#addf0183e92893bdbcde00fc9091dda93>;
but my problem is that I don't know how to populate the
2005 Oct 02
2
convering upper triangular matrix into vector
Hi
I have two symmetrical distance matrices and want to compute the correlation
coefficient between them (after turning them into vectors).
Is there a way of selecting only the upper triangular part of each matrix, then
convert this into a vector so I can compute the correlation?
Many Thanks
Eleni Rapsomaniki
2006 Jul 27
2
memory problems when combining randomForests [Broadcast]
You need to give us more details, like how you call randomForest, versions
of the package and R itself, etc. Also, see if this helps you:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/32918.html
Andy
From: Eleni Rapsomaniki
>
> Dear all,
>
> I am trying to train a randomForest using all my control data
> (12,000 cases, ~ 20 explanatory variables, 2 classes).
> Because