similar to: Debian upgrade and rsync changes.

Displaying 20 results from an estimated 500 matches similar to: "Debian upgrade and rsync changes."

2013 Feb 25
1
Calendar: cert mismatch
Hi, Am testing out the iCal functionality but when changing the URL am faced with the following warning: [Feb 25 20:55:20] WARNING[6234] res_calendar_icalendar.c: Unable to retrieve iCalendar 'dummycal' from 'https://webmail.domain.com/home/user at domain.com/Calendar/': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted
2014 Dec 04
1
Asterisk 13 & LDAP
Is there still an LDAP driver as do not see it in the CentOS 6 repository ?
2004 Oct 15
1
--compare-dest and missing files
Hi, I've been attempting to use --compare-dest DIR SOURCE/ DEST/ If a file exists in DEST but is different to the corresponding file in DIR, then the file is updated in DEST. This is what I would expect. I have found that files which do not exist in DEST but do exist in DIR and SOURCE, are not created. Simply touching the file in DEST causes it to be updated. This behaviour seems
2014 Feb 28
1
VoiceMail Issue
Hello, am attempting again to resolve an issue with multi-tenancy and the forwarding to VMs between mailboxes. If in a multi-tenancy environment one uses custom contexts ie. [a1-ext1](a1) mailbox=101 at a1 and the associated voicemail.conf entry: [a1] 101 => 1234,My User 1,addr1 at email.com,,tz=eastern|imapuser=addr1 at email.com|imapfolder=Inbox 102 => 1234,My User 2,addr2 at
2012 Jul 12
1
How to find frequent sequences.
I have independent event sequences for example as follows : Independent event sequence 1 : A , B , C , D Independent event sequence 2 : A, C , B Independent event sequence 3 :D, A, B, X,Y, Z Independent event sequence 4 :C,A,A,B Independent event sequence 5 :B,A,D I want to able to find that most common sequence patters as {A, B } = > 3 from lines 1,3,5. Pls note that A,C,B must
2006 Sep 08
2
post-xfer exec -- more juice!
Hello, I'm attempting to use the pre-xfer exec and post-xfer exec utilities to replace a complicated script which tails the rsync log and does A Bunch Of Stuff at the beginning and completion of rsync transfers. (It will also allow us to throw away a nasty hack which forces rsync to log the fact that is exiting - trying to provide a catch for /all/ possible exit conditions (ie, strings in the
2005 Jan 07
2
[LLVMdev] Primer with LLVM
Really JIT isn't my goal. I prefer use a native execution engine; and ok, I don't need save the generated Module so it ever lives in memory, so if LLVM doesn't generate relocatable code it's fine for me. About the reentrant lacks of LLVM, I can convert my own code - which build the Module - into a critical section so I think it is enough; but I need to know if several independent
2005 Jan 08
2
[LLVMdev] Primer with LLVM
> > Would be great if we append into the documentation several "patters" > > to show how perform with LLVM. It would accelerate the learn curve for > > beginners like me, avoiding basic errors and mistakes. If I reach a > > good level with LLVM I can make these. > > I'm not sure if I understand what you mean. Are you looking for an > "LLVM
2011 Dec 12
1
Question about fitting seasonal ARIMA in R?
Hi all, I just couldn't find a R function which can fit multiple seasonal patters... i.e. in the following code: *arima(x = data, order = c(p, d, q), seasonal = list(order = c(P, D, Q), period = S), ... *** * there can be only one "period", am I right? What if the data seem to have three different seasonality cycles, 5, 12, 21? Thanks a lot! * [[alternative HTML version
2005 Jan 07
0
[LLVMdev] Primer with LLVM
On Fri, Jan 07, 2005 at 12:04:04PM +0100, Francisco Puentes wrote: > Would be great if we append into the documentation several "patters" > to show how perform with LLVM. It would accelerate the learn curve for > beginners like me, avoiding basic errors and mistakes. If I reach a > good level with LLVM I can make these. I'm not sure if I understand what you mean. Are
2004 Dec 01
1
SPA-3000 and distinctive ring
I'm looking to give the SPA-3000 a whirl as I'm having too much difficulty with the irq sharing thing inside the box. I'm reading the book but without having one in-hand to play with it appears a little obtuse at this time. Before I drop down my money can someone with some hands-on with one of these confirm if the SPA-3000 can: a) detect inbound distinctive ring (this looks to me like
2012 May 29
2
interesting stats pattern
Hey all, im experimenting with dovecot stats service, and graphing the result. My initial results are kind of interesting. Check out this graph showing connected sessions and users: http://grab.by/dReu At first I thought maybe one of our 35 imap servers was having issues sending data, but all individual servers show this patters. Here is a bunch of individual servers: http://grab.by/dReC
2005 Sep 01
1
Strange build message: request help w/resolving
Greetings, I am attempting to build a R package, however the build fails and the following message is ouput: C:\ConstellaGroup\EPA\RAGG\package>R CMD BUILD --binary --force RAGG * checking for file 'RAGG/DESCRIPTION' ... OK * preparing 'RAGG': * checking DESCRIPTION meta-information ... ERROR Error in if (regexpr(dep_regexp, dep) == -1) { : missing value where
2017 Sep 18
3
Win10 cannot access linux shares
Hi, When I upgraded from Fedora 22 to Fedora 25 my Win10 box lost the ability to connect to shares on the F25 box. The F25 box can still access shares on the Win10 box. F25 is currently running Samba 4.5.13 and I have a simple workgroup setup. Let's call the Win10 box 'fred' and the F25 box 'ethel'. When fred tries to access a share on ethel, I am prompted for username and
2009 Nov 03
1
[LLVMdev] Pat<> & tlbgen
Can someone explain the magic behind the Pat<> construct and tblgen. >From X86InstrSSE.td: def : Pat<(v4f32 (vector_shuffle VR128:$src, (undef), MOVDDUP_shuffle_mask)), (MOVLHPSrr VR128:$src, VR128:$src)>, Requires<[HasSSE1]>; Where's the code in tblgen to emit the matching code for this? I'm trying to extend it so that Pat<> can be used as a
2010 Dec 15
0
[LLVMdev] Optimization passes break machine instructions on new backend
Hello Per, > The CMPrr instruction is moved down to after the PHI node. My guess is that > the 'dead' in CFR<imp-def,dead> is to blame, but I can't see what I'm doing > differently from MSP430/sparc that makes this not work. Any help GREATLY > appreciated! It seems like no use of CFR after CMP, indeed. How condbranches on your platform look like (patterns, etc.)
2011 Mar 20
2
syslog.conf - how to redirect messages by a program name?
Hello, the "man syslog.conf" explains how to filter syslog messages by facility (auth, authpriv, cron, daemon, kern, ... ) or by priority (debug, info, notice, warning, ...). But how could I redirect messages by a program name, like "drupal" or "php"? For example I have in /var/log/messages: Mar 20 04:20:44 mysite drupal: http://mysite|1300594844|page not
2019 Oct 07
2
CentOS for musicians?
Hello, still searching but didn't find very precise answers yet, is there a computer-aided musical creation -oriented flavor of CentOS (like the Ubuntu Studio)? Or would it be about gathering stuff from different repos and setting up everything by hand? A repository that would provide low-latency kernel (realtime one?): I've found the CentOS-RT from the CERN + (1)). Specific tools (from
2008 Feb 21
3
Pattern matching....
Will this work to match any number from the 770,404, or 678 area codes? _[404|770|678]NXXXXXX If this won't work, is there a pattern that will do this? Yours, Michael Munger, dCAP 404-438-2128 michael at highpoweredhelp.com <mailto:michael at highpoweredhelp.com> Attachment encrypted? click here <http://www.highpoweredhelp.com/tutorials/wincrypt/> .
2005 Jan 08
0
[LLVMdev] Primer with LLVM
On Sat, 8 Jan 2005, Francisco Puentes wrote: >>> Would be great if we append into the documentation several "patters" >>> to show how perform with LLVM. It would accelerate the learn curve for >>> beginners like me, avoiding basic errors and mistakes. If I reach a >>> good level with LLVM I can make these. >> >> I'm not sure if I