similar to: wildcard and subdirectories with rsync

Displaying 20 results from an estimated 400 matches similar to: "wildcard and subdirectories with rsync"

2006 Apr 03
1
using syslinux on USB key with 2048-byte sectors
I have a USB key that has 2048-byte sectors, and I was hoping to use syslinux to boot from it. I know this isn't possible with the current syslinux source, but would it be fairly easy to modify the source to use 2048-byte sectors instead of 512-byte sectors? Alternatively, does anyone know if USB keys can be low-level formatted to change the size of the sectors? -- Scott Barker
2004 Jul 17
1
Using a group variable for a group of extension to dial
I ahve been searching to no avail for a referenc eon how to setup a part of my dial plan that will ring certain groups of number based upon the context. Essentually, I want to be able to designate 3 people as sales and have my IVR handoff and ring their extensions in order. Then maybe I will ahve a couple of people I group together and have them ring if someone selects 2 on the IVR for tech
2009 Mar 26
3
Install Zimbra on a Xen DomU
Hello, I''ve got a big problem when I try to install Zimbra on a xen debian etch vm. Eeek! page_mapcount(page) went negative! (-1) page pfn = 7141 page->flags = 4000083c page->count = 2 page->mapping = cd946510 vma->vm_ops = 0x0 ------------[ cut here ]------------ kernel BUG at mm/rmap.c:669! invalid opcode: 0000 [#1] SMP Pid: 7717, comm: java Not tainted
2006 Dec 11
1
behavior of ewma function
I have the ewma function as shown below. I think I copied it from an oldSplus help page on filter and then modified it with a lot of help from Achim. ewma<-function(x,lambda = 1, init = x[1]) { rval<-filter(lambda*coredata(x),filter=(1-lambda),method="recursive",ini t=init) rval<-zoo(coredata(rval),index(x)) rval } It sort of works but , if there are NA values in the input
2004 Jul 17
1
Using a group variable for a group ofextension to dial
That could be it. What I want to do is set a group of callers and have the event cause the phone to ring them in order. I will tie it to my IVR portion and thus I can make sure peole in sales get calls based on our hierarchy in the office. So if I am reading your example right the syntax is.... Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf) Is that a valid way to cause
2005 Jun 24
1
Exposing Zap Channels on Server A to be Used ByServer B
Robert, Essentually I want to be able to have Server B dial the extensions connected to server A as well as route calls to the outbound route on Server A. Server B will have little to no knowledge of what is on Server A. I just want it to dump the calls off. For some reason I keep thinking this was a PRI type of thing. Like there was a module that loaded up as a fake PRI that your
2017 Sep 26
1
[PATCH v1 4/4] KVM/vmx: enable lbr for the guest
> 1) vCPU context switching and guest side task switching are not identical. > That is, when the vCPU is scheduled out, the guest task on the vCPU may not guest task lifetime has nothing to do with this. It's completely independent of what you do here on the VCPU level. > run out its time slice yet, so the task will continue to run when the vCPU > is > scheduled in by the host
2017 Sep 26
1
[PATCH v1 4/4] KVM/vmx: enable lbr for the guest
> 1) vCPU context switching and guest side task switching are not identical. > That is, when the vCPU is scheduled out, the guest task on the vCPU may not guest task lifetime has nothing to do with this. It's completely independent of what you do here on the VCPU level. > run out its time slice yet, so the task will continue to run when the vCPU > is > scheduled in by the host
1998 Mar 03
0
SMBlib: status? My mod's
Is anyone actively maintaining/working-on the SMBlib? I saw a post that hinted that there might be, but that was three months ago, and not a whisper since. I just added the LanMan1 (as I recall...) locking_andx function to SMBlib, and built a (trivial) Perl xs interface for the SMBlib. I'm not likely to do a whole lot more unless I pick up more business in that area -- not something I
2014 Dec 30
0
Secret incantations for virt-viewer?
On Tuesday, December 30, 2014 16:15:45 m.roth at 5-cent.us wrote: > Bill Gee wrote: > > On Tuesday, December 30, 2014 13:01:57 SilverTip257 wrote: > >> On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva < > >> > >> marcelo-centos at irrigacion.gov.ar> wrote: > >> > On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net>
2000 Mar 30
1
Problem with Samba 2.0.5 and Q&A
Hi guys.. I have a very strange problem with Samba version 2.0.5a and Q&A Ver 5.0 for DOS (eeek.. I know.. Symantec stopped supporting it 2 yrs ago) The error i get is: ! Problem ! System error, please try again (see Appendix C). Press Esc to cancel. Ref#:04EC It seems to be related to drive size/samba/fstype or something.. The share that I am mapping the clients to (win95 and win 311)
2005 Jun 24
0
Exposing Zap Channels on Server A to be UsedByServer B
TDMoE was it. Thank you!!!! Wiley ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robert Goodyear Sent: Friday, June 24, 2005 2:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Exposing Zap Channels on Server A to be UsedByServer B
2005 Sep 18
0
How does the jitter buffer "catch up"?
>> Err, unless I'm totally wrong, there are a few race conditions. >> >> Assume the buffer is full of packets newer than the current pointer, and >> one that is at the current pointer. >> >> get and put start at the same time. >> >> get will find the correct buffer index. Now, just after it finds it's >> index, assume we switch to the
2011 Jan 28
2
R CMD INSTALL cannot find libf77blas
I feel like Marlon Brando in "On the Waterfront" where he's told "It's not your night, kid", except for me it has been the last two months trying to debug memory problems. Now I can't even install an old version of this package on a netbook running the Ubuntu 10.10 netbook remix because it can't find the libraries libf77blas and libatlas. I have even gone to
2006 Feb 08
3
[PATCH] direct_remap_pfn_range vm_flags fix
direct_remap_pfn_range() does not properly mark vma with VM_PFNMAP. This triggers improper reference counting on what rmap thought was a normal page, and a subsequent BUG() such as: Eeek! page_mapcount(page) went negative! (-1) page->flags = 414 page->count = 1 page->mapping = 00000000 ------------[ cut here ]------------ kernel BUG at
2004 Jul 17
1
Using a group variable for a groupofextension to dial
Actually doing both sounds good to me. Can you explain further about ringing them all at once? Here is how I tried to make mine work and failed... {global} PHONES0=SIP/2000 PHONES1=SIP/2001 [local] exten => 6001,1,Dial(${PHONES0&PHONES1),20,trf) When I dial 6001 I see my debugger tell me that I am using the wrong syntax. Do you know the correct syntax for ringing them all at once? I
2005 Apr 25
5
UK (english) sound files
Hi all, After many complaints (including car manufacturers saying the american prompts are unexceptable, EEEK) I started on a quest for real "English" asterisk prompts. The only one I have found is here >> http://www.g7ltt.com/VoIP/vmfiles.html <http://www.g7ltt.com/VoIP/vmfiles.html> And no nothing else on the WIKI looked helpful (e.g. only American voice actors etc)
2016 Jun 26
0
Should I expect nouveau on 4.6 to work on a GM206?
On Sun, Jun 26, 2016 at 10:59 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Sun, Jun 26, 2016 at 1:49 PM, Andy Lutomirski <luto at amacapital.net> wrote: >> On Sun, May 29, 2016 at 12:27 PM, Andy Lutomirski <luto at kernel.org> wrote: >>> On Sun, May 29, 2016 at 12:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: >>>> On Sun, May 29,
2007 May 16
2
'attach workspace' on R console File menu
Quite often I save misc functions and data objects as .RData files that I can use in other sessions. Although I could 'Load Workspace" these files, most of the times I prefer attaching them. It would be really convenient to have a menu item under the File menu on the Windows R Console to allow attaching workspaces, e.g. -------------------- Attach Workspace... Load Workspace... Save
2006 Oct 24
2
Plotmath expression
Hello, I've been trying to plot a subscript in a text formula using plotmath but I haven't been able to do so. In my example below I would like the text label to show X[min] = 10.1 +/- 5.5 Here is the code: ll <- c(x=10.1, sde=5.5) plot(1:10) text(x=9, y=2, pos=2, expression(paste(X[min], "=", paste(ll, collapse="+/-")))) This works fine up to the inner paste