search for: gfa

Displaying 5 results from an estimated 5 matches for "gfa".

Did you mean: bfa
2005 Sep 01
6
png scaling problem
scaling<-4 xywidth<-480 resolution<-150 png(filename = "c:/r/anschluss/plots/4.png", width = xywidth*scaling, height = xywidth*scaling,pointsize = 12, bg = "white", res = resolution*scaling) ...... barplot(xrow,col = barcolors,cex.axis=scaling, ylab="mean time till attachment in sec",cex.lab=1.2*scaling) I tried to scale the barplot but there is one
2020 May 26
1
[Bug 14394] New: Add an option for --remove-source-files to remove files right away
...files right away Product: rsync Version: 3.2.0 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter: gfa at zumbi.com.ar QA Contact: rsync-qa at samba.org Target Milestone: --- Hello I want to have an option to change the behavior of --remove-source-files to remove the file right after it was transfer instead of after the whole operation finished. My use case is to move files between syst...
2014 Nov 05
1
old vm cannot be migrated, new vm can be migrated
scenario: i run a mix of libvirt 1.1.1 and 1.2.2 on the source hosts, 1.2.2 on the destination hosts qemu: 1.5.0+dfsg-3ubuntu5.3~cloud0 on all the hosts openstack havana and icehouse description: i have many compute nodes running libvirt+kvm, when i try to migrate guest that were created months ago it fails, if i create a vm and then migrate it works the problem is that libvirt cannot
2012 Nov 29
14
Mem_event API and MEM_EVENT_REASON_SINGLESTEP
Hello, I''m interested in using the mem_event API (or it''s LibVMI wrapper), but I''m interested in capturing write events anywhere in a domU guest''s memory, _and_ not just once for each page write, but every time a page is being written to. To this end, I''ve looked at the xen-access.c example, where at first all the pages are being monitored:
2014 Jun 28
0
mixing Maildir and mdbox
Hello i'm in the process to architect a new email system. i plan to use dovecot 2.2.9 (debian's wheezy). i would like to use maildir for 2 folders on each account (spam and no-spam) and the rest of the folders stored on mdbox. this should be opaque to my users. the reason for this, is i want to be able to train my anti-spam tools, but they read maildir or mbox, they don't read mdbox