similar to: sync prob with big files

Displaying 20 results from an estimated 300 matches similar to: "sync prob with big files"

2003 May 14
2
rsync + ssh or what?
Hey guys sorry for this newbie type post but I'm not getting it really. I see other posts that r asking a simliar question but I'm not understanding. Currently I have working boxA and BoxC. SSH is the only thing accepted. So currenty I'm backing up files on boxC with "rsync -e ssh user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added boxB in front of
2005 May 15
3
rsync via tunnel - 3 boxes separated by internet
Hi, I have searched the archived, and see this question has come up with some frequency, but the solution by the original poster is never posted or the question is not answered completely. I have also RTFM (rsync and ssh), and I've been trying examples that I have googled. So here it is again. BoxA --internet-- BoxB (accessable only by ssh) -- BoxC I want to backup BoxC to BoxA. I want
2007 Oct 27
7
load balancers and mongrel
We have a load balancer sending requests to one of X boxes and one of N mongrel processes on that box. Since each mongrel processes is multi-threaded but it has a mutex around the section that calls rails, we end up with several requests queued up waiting when they could have gone to another box with a free process. For example, boxA, and boxB. boxA has mongrels 1 through 10 boxB has
2005 Sep 13
1
2 box single Asterisk
hello list, i need to setup an asterisk system with 5 ISDN trunks. i found C4 cards but they are very expensive. i found that if i use 5 AVM Fritz! cards it would be very cheap. i want to use 2 boxes. 3 in boxA +2 in boxB =5 isdn. and i want, this two boxs to work as a single box so that one box can share ISDN hardware from other box. this system will be serving a call center. currenly we are
2012 Dec 04
1
iptables port forwarding
I have a simple requirement/test I'm trying to perform, but having difficulty. I have a system with 2 interfaces, BoxA: eth0? 172.26.50.102 eth1? 192.101.77.62 My goal is to have a tcp port built on BoxA such that hosts on the 192.101.77.0/24 network can reach a port on a different box on the 172.26.0.0/16 network. The target system is 172.26.10.120?? tcp/22 The port I wish to build is
2010 Mar 07
1
mkstemp error (only a problem with newer rsync versions)
The setup... Transport is via SSH. BoxA : Ubuntu 8.10 BoxB : Mac OS X 10.4.11 If I use rsync v2 to transfer data from BoxA to BoxB everything works fine. However, if I use rsync v3 to transfer the data, the following error is reported : rsync: mkstemp "/path/to/somefile/file.pm.JKQczN" failed: No such file or directory (2) If at all possible,
2011 May 19
1
v1.8.4: Extension Not found in Context?
Hello All, This is probably another one of those completely silly questions that I'm going to hit myself later on, but I have the simplest issue right now but I can't figure out why it's happening: I have a trunk from one * box (box a) to another * box (box b) the call comes in from box a with an extension 2222 which acc. to the peer config in sip.conf is set to use context
2006 Jun 04
1
Campusing two Asterisk boxes?
I have been looking around some and I can't seem to find anything which will answer my question. If I have two Asterisk boxes in different locations which are linked to each other over the internet, can I configure the boxes to use each other's lines as local? In other words, let's say Site A has Phone1 for a 1FB line going into it on an FXO port. Site B has Phone2 for a 1FB line
2011 Aug 26
2
Samba - OpenLDAP User Mapping
Hi. I ask your assistence to get kind of sorted in my head... We do have a openLDAP-Server running. There is also a smbd running at a different box as file server. I did all the configuration and managed it to have samba asking the ldap-Server for authentification. I can see in the logs that this is happening. I did a smbpasswd -a user (which is not a local user at the box) and the DIT-entry
2016 Aug 03
3
[PATCH] mllib: move _exit from v2v as Exit module
Move the OCaml binding to C _exit to an own module. Just code motion, adapting v2v in the process. --- docs/C_SOURCE_FILES | 2 +- mllib/Makefile.am | 5 ++++- mllib/exit-c.c | 33 +++++++++++++++++++++++++++++++++ mllib/exit.ml | 19 +++++++++++++++++++ mllib/exit.mli | 20 ++++++++++++++++++++ v2v/Makefile.am | 1 - v2v/changeuid-c.c | 33
2011 Nov 25
6
samba PANIC
Hello folks. We've got a wierd Problem at a customer server. The Server was running fine until tomorrow morning... My problem is that i have no idea where to begin my search for a solution. The Server is used as a Primary Domain Controller and worked just fine. here you see what cat /var/log/message | grep smbd is trying to tell me: First i have a lot of lines like this: Nov 20 04:04:12 dc
2020 Mar 18
6
Re: Fuzzing Questions
On Wed, Mar 18, 2020 at 01:46:14PM -0400, habib dan aouta wrote: > Hello Richard, > > Hope you are doing well. My name is Habib and I am current student > at the University of North Carolina at Charlotte(U.S). I am > currently following your Libnbd client fuzzing tutorial from the > Wordpress articles
2017 Feb 21
3
[PATCH 1/3] dib: unset all temporary dirs envvars in fake-sudo
The real sudo does it as well, and leaving them when preserving the environment (-E) maybe breaks the applications, as e.g. chroot will have a TMPDIR path pointing outside of it. --- dib/dib.ml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dib/dib.ml b/dib/dib.ml index df83ba1..d15cd19 100644 --- a/dib/dib.ml +++ b/dib/dib.ml @@ -301,6 +301,11 @@ if [ -z \"$preserve_env\" ];
2005 Aug 31
0
canreinvite=no being ignored?
Am I reading the data below incorrectly, or does it appear that even though I have the directive canreinvite=no set for the two asterisk boxes, they are trying to do a reinvite (which fails) anyway? Is this expected behaviour in this situation? If so, how can I prevent this? ---- Lots of output ---- Using CVS Head from 2005-08-28, I have two asterisk boxen, one (box A) has a sip ua (2608)
2017 Feb 14
14
[PATCH 00/10] dib/API: improvements and fixes
Hi, this patch series does changes mostly in virt-dib, few bug fixes and a couple of new features (mostly implemented upstream already). In addition, one new API is added, and a new optional argument for an existing API is added (the latter is not needed, but could be useful anyway). Thanks, Pino Toscano (10): dib: fix listing envvars in fake-sudo dib: source dib "die" script in
2007 Aug 07
1
Dovecot 1.1alpha2 - (imap) killed with signal 10
As promised, here is the bug report: # dovecot -n # 1.1.alpha2: /usr/local/etc/dovecot.conf protocols: imap pop3 ssl_cert_file: /etc/postfix/server.pem ssl_key_file: /etc/postfix/server.pem login_dir: /usr/local/var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3):
2005 Aug 25
1
unable to open configuration file rsyncd.conf
Hello, Rsync is working great for me right now, using version 2.6.5 on two Solaris 9 V100 servers. Box A is the source and box B is the destination, and also box B is my rsync server box. Box A is a rsync client. Yesterdar from Box B I pulled 250 meg just fine from box A with rsync. Today from the client I want to just copy over to the server what files have changed today. So my command
2004 Aug 19
6
How to run different codecs between the same endpoints on an IAX trunk?
Or perhaps how to configure and refer to two parallel IAX trunks with different codecs? I have a situation where I'm using G.729A as my IAX trunking codec. Now I need to push some short duration, low bitrate modem traffic over the link (a credit card terminal). Obviously the modem audio isn't going to survive the G.729 codec process intact, so for the times the device is used I'd like
2017 Oct 05
2
Glusterd not working with systemd in redhat 7
Hello Atin, Please find below the requested informations: [root at dvihcasc0r ~]# cat /var/lib/glusterd/vols/advdemo/bricks/* hostname=dvihcasc0r path=/opt/glusterfs/advdemo real_path=/opt/glusterfs/advdemo listen-port=49152 rdma.listen-port=0 decommissioned=0 brick-id=advdemo-client-0 mount_dir=/advdemo snap-status=0 hostname=dvihcasc0s path=/opt/glusterfs/advdemo
2017 Oct 05
0
Glusterd not working with systemd in redhat 7
On Wed, Oct 4, 2017 at 9:26 PM, ismael mondiu <mondiu at hotmail.com> wrote: > Hello , > > it seems the problem still persists on 3.10.6. I have a 1 x (2 + 1) = 3 > configuration. I upgraded the first server and then launched a reboot. > > > Gluster is not starting. Seems that gluster starts before network layer. > > Some logs here: > > > Thanks >