similar to: double-side synchronisation

Displaying 20 results from an estimated 500 matches similar to: "double-side synchronisation"

2011 Oct 25
2
extract data for specific levels factor
Dear all, I'm trying to analyze data with the following structure: ind cat tx age 40.2 por fol peq vh 35 41.9 por fol med vh 35 68.9 por fol preov vh 35 71.5 por fol peq ser 37 67.5 por fol med ser 37 76.9 por fol preov ser 37 78.7 por fol peq otr 37 78.3 por fol med otr 37 82.1 por fol
2008 Nov 06
1
OTR plugin for Pidgin?
Looking for the OTR plugin for Pidgin. We can get libotr from rpmforge, but I can't find the actual OTR plugin anywhere. Can't compile it on centos 5.2 because it wants a bunch of newer libraries than we have (GTK+ and others). Guidance? -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- I can do all things through Christ
2019 Jan 09
2
LTO, ifuncs, and lld
It's at this point where I think about filing a full bug report with llvm. Any hints before I do? On Mon, Jan 07, 2019 at 04:00:02PM -0500, Shawn Webb wrote: > It looks like this commit breaks CSU initialization with > statically-compiled applications. > > With a very simple application at [1], compiled with: > cc -g -O0 -flto -static -o pid pid.c > > The application
2018 Dec 01
2
LTO, ifuncs, and lld
Thanks for providing the patch! I got around to testing it this morning and it appears it fixes compilation, but produces a non-working system. I know that's kinda vague and I'll have more details soon, including sample binaries. I at least wanted to give a status update so you didn't think you were being ignored. Thanks, -- Shawn Webb Cofounder and Security Engineer HardenedBSD
2010 Oct 19
4
Error: object 'short' not found
Hi guys, Can anyone tell me what is the meaning of following command ? paste(execDir,paste(short,"myfile",sep="_"),sep="\") R gives me an error : Error: object 'short' not found I tried to find help about 'short' in R, but could not find any such function/ object. Viki [[alternative HTML version deleted]]
2018 Nov 29
2
LTO, ifuncs, and lld
Hey Peter, Here you go! https://hardenedbsd.org/~shawn/2018-11-28_reproduce-01.tar Thanks, -- Shawn Webb Cofounder and Security Engineer HardenedBSD Tor-ified Signal: +1 443-546-8752 Tor+XMPP+OTR: lattera at is.a.hacker.sx GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE On Wed, Nov 28, 2018 at 05:30:57PM -0800, Peter
2004 Jul 19
1
Failed to issue the StartTLS instruction: Connect error
Hi, I have two LDAP Servers with similar configurations. The main difference is that one runs Linux Fedora 1 and the other Linux Fedora 2. The Fedora 2 server runs correctly whilst the Fedora 1 LdAP doesn't with the error: Failed to issue the StartTLS instruction: Connect error. Following is an example of error message on Fedora 1. [root@otr etc]# net getlocalsid [2004/07/18 21:20:09, 0]
2008 Jun 24
2
Wins XP cannot login domain if samba offline
Dear all i have successfully setup samba on RHEL 5, but when the server samba offline why the computer client (Wins XP) cannot login? can someone help me how to fix this problem, i won if samba server offline the client still have login with domain, and work by local harddisk here is my smb.conf [global] workgroup = DLS server string = Samba Server Version %v netbios name = PDCDLS log file
2018 Nov 29
2
LTO, ifuncs, and lld
Hey LLVM folks, I've run into an interesting assertion. In one of HardenedBSD's feature branches, we're working on integration llvm's Cross-DSO CFI implementation. Using Cross-DSO CFI requires building libs with LTO, which causes clang to emit LLVM IR intermediate object files rather than ELF intermediate object files. I've found that with lld, attempting to link LLVM IR
2014 Jun 11
3
Acceptable version mismatch between syslinux 6.0N's MBR/ldlinux.sys and *.c32?
Hi there, first, thanks a lot for syslinux! I'm aware that one can't mix syslinux 4's MBR + ldlinux.sys with syslinux 6's COM32R modules. Fair enough. Now, I need to know how strong this "versions *must* match" requirement is when dealing with different versions of syslinux 6.x. E.g. * MBR and ldlinux.sys installed by syslinux 6.03-pre1 * all *.c32 modules
2009 May 18
4
Possibility to porting Rsync to NT and other platforms
Hello, I am looking into possibilities of porting RSync for windows. Does anybody have an idea that which libraries and dependencies RSync uses which can not be compiled on windows (so thats why we use cygwin) Regards Hasanat Kazmi -- Hasanatkazmi@gmail.com "I hate Capitalism,so naturally I love Open Source" -- Hasanat Kazmi +923464362473 -------------- next part -------------- HTML
2007 Feb 21
2
backup incremental
dear all, can anybody tell me, how to backup my data on samba?do you have a script for backup incremental? i don't understand to user rsync thank you Cyd ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html
2011 Jan 13
5
How to unpack rar file?
I think I did this once a long time ago, but don't recall clearly.... How do I unpack a .rar file? tnx.
2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest files first) ? Would it be a big patch ? Thanks Viki
2009 Jul 24
2
fts_squat + virtual => crash
Hi, dovecot's imap process segfaults when I search a virtual mailbox using the fts_squat plugin. Is this supposed to work, or a known bug? I've seen some changes commited to fts_solr a couple of months ago that where supposed to fix search issues on virtual mailboxes, maybe fts_squat needs to be fixed to? log === rawlog ------ 3551 SELECT "INBOX.virtual.unseen" 3552 UID
2016 Feb 10
2
ezstream question
Thanks Geoff, I will give it a try. I am reencoding all files to a 128K mp3, 44100 sample rate stereo stream for consistency. So yes I have the decode and encode lines in the xml file as you outlined. I will check out sox and see how it does. I am also exploring mp3gain to run across the entire library and see if getting all files to the same level will help. Larry -----Original
2009 Feb 03
1
how to crypt hard linked backups?
Moin, I wrote a backup script, that use rsync and its hardlink features. Now I want to implement a new feature to my script: crypt the backuped files. But I wonder how this can be done? Because rsync check if the source file is different from the target file. But the target file will be allways different if it is crypt; right? Any idea? Thanks -- |Michael Renner E-mail:
2010 Sep 06
1
Creating named.list from two matrix columns
Hi Friends, I am new to R. On R utility class pages, creating "named.list" is described with this command : new("named.list",a=1,b=2) For large matrix having two columns, such as : "row1" 2334 "row2" 347 "row3" 379 ... I want to create a named.list like : $row1 [1] 2334 $row2 [1] 347 ... Can anyone explain how "named.list"
2010 Dec 20
2
CentOS 6
*sigh* I'm sitting here with my manager and the other admin, as they argue as to when CentOS 6 will be out. Anyone have a clue as to when? Are we getting close? mark
2013 Dec 02
3
CentOS Hardware clock time setting.
Hi, I would like to sync my CentOS 6.3 hardware clock time to my NTP server's time. Can I do that without reboot the hosts? If yes, it would be great if anyone of you can provide me steps to do that. I am newbie in CentOS. Thanks, Anand Singh