similar to: How to make performance test in samba4

Displaying 20 results from an estimated 700 matches similar to: "How to make performance test in samba4"

2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24 directories (one for each hour): home.0 ... home.23 Here is the script I am running via cron: #! /usr/local/bin/bash dest=`date +%k | sed 's/ //g'` linkdir=`date -v-1H +%k | sed 's/ //g'` chflags -R noschg /home/backup rm -rf /home/backup/home.$dest rsync -ahHP --numeric-ids --delete --stats --link-dest=../
2005 Feb 15
2
Dialplan + Registrar DB
Hi; As you probably know, SER style of handling an incoming call is : 1) try to look-up it from registrar DB 2) if not found there, try to do some thing else Is there any possibility of doing the above at "Asterisk Dial-plan"? Regards Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2010 Nov 02
2
(when) does rsync daemon sync ?
Dear rsync-guru's, here's a user question: I want to make sure the files transferred to rsync daemon (running on a linux kernel) are written to media I assume if rsync command returns (with 0) all data has been tranferred to rsync daemon, but it depends on the rsync daemon priority and linux pdflush daemon before the data is truly written to physical media (whatever that is). Is there
2008 Aug 15
6
Rsync of LVM Snapshots copies whole file
Hello, anybody has a clue why this happens? The scenario: Each night I create LVM snapshot of my volume which contains some virtual disk images (VirtualBox VDIs). Then I rsync the content of one of the snapshot directories to a backup server. Each file size is between 1.3 GB and 6GB. I run the following commmand: sudo -u rsyncbackup rsync -avzP --exclude-from /home/rsyncbackup/excludefile -e
2011 May 30
8
[Bug 8188] New: Mechanism for taking an rsync server down for maintenance
https://bugzilla.samba.org/show_bug.cgi?id=8188 Summary: Mechanism for taking an rsync server down for maintenance Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org
2004 Jul 06
2
Uniden consult transfer
Hi all, I curious to know if other UIP200 users have this same issue: You flash (XFER button) to consult-transfer a caller to another extension. If the transfer target party is unavailable (ie: voicemail), there appears to be no way to get the original caller back. If it's a known limitation, has anyone come up with a functional work around? Thank -- ..................................
2005 Feb 08
2
How to xfer calls or is my setup wrong?
I am having problems transferring calls from one sip extension to another - the extensions use various phones hardware/software. From what I can tell I should just be able to press # and then dial an extension to blind xfer a call right? How do I do attended xfer? Either the phones (for this test I have tried xlite and budgetone102) are not sending DTMF correctly or something else is amiss...
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
Hello? We have used glusterfs3.4 with the lasted samba-glusterfs-vfs lib to test samba performance in windows client. two glusterfs server nodes export share with name of "gvol": hardwares: brick use a raid 5 logic disk with 8 * 2T SATA HDDs 10G network connection one linux client mount the "gvol" with cmd: [root at localhost current]# mount.cifs //192.168.100.133/gvol
2013 Nov 23
1
rsync with (f)locks
From the rsync manual documentation I see that by using the option rsync-path, it is possible to specify what program is to be run on the remote machine to start up rsync. In particular, the program could be a wrapper script which calls the actual rsync command in the middle, but which does some actions before and/or after the rsync invocation. One possible interesting use would be to
2004 Jun 19
1
Another way to transfer zones
Hi, I've been working on a replacement for nsd-xfer/bind-xfer for the use with NSD for some evenings now, and since I believe that at least some of you do have the same problem I experienced during my transition to NSD (that is, bind-xfer is only available in BIND8, which is sometimes a little bit peeky in being compiled, plus the many invokations of that program during the regular
2010 Dec 17
4
using rsync to keep squeeze amd64 image freshened.
Hi all, ? ? ? I tried to get my query of how to use rsync by the mailing list debian-user at lists.debian.org but the answers were not satisfactory. You can see the whole thread starting from http://lists.debian.org/debian-user/2010/12/msg00651.html What I want to do is to keep the weekly amd64 squeeze build , from t its
2011 Oct 19
1
Asterisk call transfers not working
Hello: We have a TDM2433E Digium Card (12 FXS, 12 FXO) and Asterisk 1.8.7.0 running. Everything seems to be ok but call transfers. This is the issue: *A, B, C and D are in FXS ports*. 1) A calls B. B anwers. 2) B tries to transfer the call to C dialing *2 (code for attended transfer). 3) A hears MOH. B dials number C. 4) Asterisk says the dialed number is incorrect or non existing. We tried
2009 Jan 24
7
Dovecot-1.1.9 fails to work with Thunderbird
When Thunderbird starts up 1.1.8 log entries reflect: Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<yemiah at coolsurf.com>, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:44:56 net1 dovecot: imap-login: Login: user=<david-xfer at coolsurf.com>, method=PLAIN, rip=71.155.185.14, lip=69.94.137.124, TLS Jan 24 06:44:56 net1 dovecot: imap-login: Login:
2015 Apr 18
2
Skip based on checksum not worked as expected when using with complex filter rules.
On Fri, 17 Apr 2015 21:27:56 -0400, Kevin Korb wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Any time rsync wants to do something to a file you don't think it should > be see what --itemize-changes says about it. In fact, -v is almost > entirely useless without --itemize-changes. In fact, if I was in charge > I would make -v include --itemize-changes.
2007 Jan 02
3
DO NOT REPLY [Bug 4320] New: Daemon should send stdout, stderr of {pre, post}-xfer command to client
https://bugzilla.samba.org/show_bug.cgi?id=4320 Summary: Daemon should send stdout, stderr of {pre,post}-xfer command to client Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
2006 Nov 15
1
How to process files on the server side after a sync?
Hello, I have a low speed (1-3Kb/s) openvpn connection between a server and a client, and I sync files once every hour from the client to the server with rsync contacting the daemon directly through the vpn tunnel. When the files has come in to the server it would like the server to do some processing, and there is where I get stuck. I found the --rsync-path option and thought I could run a
2007 Feb 01
1
pre-xfer exec fails in FreeBSD
Hi I want to use pre-xfer exec function in rsync for permition checking. In my Linux boxes, it successed. But today, I tried to put them in my FreeBSD box, it failed. I've checked the log, but found the pre-xfer exec returns always be -1, which means waitpid failed to get the return status. After doing a little ugly patch for the wait_process function as follow, pre-xfer works again.
2003 Oct 20
4
how to escape #
Hi, This morning I found myself stumped when a remote interactive system asked me to enter some identification followed by the # key, and my local Asterisk interrupted with "Transfer?". Is there a way to escape the pound key, short of disabling transfers? Cheers, -- "Make it idiot proof, and somebody will make a better idiot."
2012 Jan 05
1
Blind transfers being cancelled by asterisk & hanging up on remote caller
Hello all, I have a system running AsteriskNOW with asterisk asterisk-1.8.8.1-1_centos5 from AsteriskNOW repository. I just changed our Polycom 335 sip.conf so that blindpreferred=1 (all transfers default as blind transfers). If a customer calls in & we answer & transfer, everything works fine. But if we call out to a customer & then transfer to another internal extension, that