Re: [Csync2] Logfile Issues

2015-09-28 Thread Lars Ellenberg
ut I can't get it working. > > Any help would be greatly appreciated. If you want csync2 to log what it does, you have to increase its "verbosity" (add -v...), and possibly tell it to use syslog. it usually should redirect to syslog anyways, if it detects that it has no tty.

Re: [Csync2] Patchwork to running on musl libc and some cleanups

2015-10-12 Thread Lars Ellenberg
es. So I place it here. Best place to send patches for csync2. Thanks, looks innocent enough ;-) > - xxprintf(":type=reg:size=%Ld", (long long)st->st_size); > + xxprintf(":type=reg:size=%lld", (long long)st->st_size); Cheers, -- : Lars E

Re: [Csync2] Logfile Issues

2015-10-12 Thread Lars Ellenberg
On Sat, Oct 10, 2015 at 09:21:37PM -0400, Brian Blater wrote: > On Mon, Sep 28, 2015 at 11:11 AM, Lars Ellenberg > wrote: > > > On Sat, Sep 26, 2015 at 09:28:16PM -0400, Brian Blater wrote: > > > This is what I have in the csync2.cfg: > > > > > &g

Re: [Csync2] Dirty list get larger and larger

2015-11-02 Thread Lars Ellenberg
puters solves the problem but not how csync2 handles the database of > dirty files. > > Interestingly is that when csync2 2.0 sync with csync2 1.34, the dirty > table empties accordingly with message: > > File is already up to date on peer. > > It does not matter whi

Re: [Csync2] Younger/older test tied

2015-11-02 Thread Lars Ellenberg
semantically you are proposing that "younger" would be changed to "younger", but if same time stamp, "first" (the guy who first called csync2 --update wins) maybe that should be made explicit, though, rather than implicitly by only changing less-than to less-than-or

Re: [Csync2] Csync -M doesn't work as espected

2015-11-23 Thread Lars Ellenberg
# csync2 -M make it notice: alice.demo# csync2 -cvr / Marking file as dirty: /csync2/demo/something ask it again: alice.demo# csync2 -M chary alice.demo bob.demo/csync2/demo/something works as expected (for me). What did you expect? -- : Lars Ellenberg : http://www.LINBIT.com |

Re: [Csync2] Csync2 2.0 Status

2016-01-08 Thread Lars Ellenberg
On Thu, Dec 31, 2015 at 05:09:00PM -, Nathan Groupp (BLOOMBERG/ 731 LEX) wrote: > Is there a time-frame for a production release? > This still appears to be in beta What makes you think so? Any issues? > and documentation tends to be sparse. There is an eleven page pdf, online, the .tex so

Re: [Csync2] Error syncing

2016-01-08 Thread Lars Ellenberg
0 mode: 40755Changing owner > of /data/sync-conflicts//home to user 0 and group 0, rc= 0 > File stays in dirty state. Try again later... > Local> BYE\n > Peer> Changing mode of /data/sync-conflicts//home to mode 16877, rc= 0 \n > response from peer(): rnd17-ic [8] <- Changi

Re: [Csync2] ipv6 problems

2016-04-19 Thread Lars Ellenberg
On Mon, Apr 18, 2016 at 07:16:31PM +1000, Aristedes Maniatis wrote: > I have a server where I upgraded csync2 to version 2.0 by mistake. > Unfortunately I cannot find any changelogs or documentation for the new > version. I started reading commit messages, but its pretty slow going. > > Unfortun

Re: [Csync2] ipv6 problems

2016-04-20 Thread Lars Ellenberg
On Wed, Apr 20, 2016 at 04:28:26PM +1000, Aristedes Maniatis wrote: > On 19/04/2016 9:14pm, Lars Ellenberg wrote: > > You can tell it to bind to "-N your.node.name". > > If not specified, it will use the "any" address > > (pass a NULL node to getaddrinfo)

Re: [Csync2] How to Ignore a file but keep it in sync

2016-04-20 Thread Lars Ellenberg
On Sun, Apr 03, 2016 at 01:44:08PM +0300, Rabin Yasharzadehe wrote: > I like to monitor a folder for syncing, but to ignore a specific file, > but still sync all the folder if any other file will change. > > e.g > > monitor the folder /tftpboot > ignore the file /tftboot/.git/index > > the file

Re: [Csync2] ipv6 problems

2016-04-21 Thread Lars Ellenberg
On Wed, Apr 20, 2016 at 08:49:43PM +1000, Aristedes Maniatis wrote: > On 20/04/2016 8:29pm, Lars Ellenberg wrote: > > man page is generated (mostly) via help2man, > > so the --help message is the relevant source, > > feel free to add a paragraph. > > Do you have an auth

Re: [Csync2] [patch] document -N

2016-04-27 Thread Lars Ellenberg
On Wed, Apr 27, 2016 at 11:43:35AM +1000, Aristedes Maniatis wrote: > Lars Ellenberg wrote: > > > You do realize that there is a git beyond github? > > Yes. I and I know you are only joking. But there are big advantages IMO to > using github. Everyone expects you to be ther

Re: [Csync2] ipv6 problems

2016-04-27 Thread Lars Ellenberg
On Wed, Apr 27, 2016 at 06:49:21PM +1000, Aristedes Maniatis wrote: > On 27/04/2016 11:45am, Aristedes Maniatis wrote: > > On 19/04/2016 9:14pm, Lars Ellenberg wrote: > >> I don't think so. > >> It's supposed to bind to something that is suitable for *both*

Re: [Csync2] Issue with the auto-backup feature. A bug?

2016-05-02 Thread Lars Ellenberg
n stdout!) directly in some cases. This optional "debug" logging of csync2 is badly grown $swearword_of_choice; actually fixing that might take some time. -- : Lars Ellenberg : LINBIT | Keeping the Digital World Running : DRBD -- Heartbeat -- Corosync -- Pacemaker : R&D, Inte

Re: [Csync2] Ignore sockets ...

2016-09-19 Thread Lars Ellenberg
uld then be replicated as removal. If you control the placement or naming conventions of those sockets, I'd suggest you put them in a sub directory, or otherwise add an easily excluded prefix/suffix to their name. Cheers, Lars Ellenberg ___ Csync

Re: [Csync2] Csync failing with xinetd, working in standalone mode

2016-09-19 Thread Lars Ellenberg
> /sbin/agetty system_u:object_r:getty_exec_t:s0 > /sbin/init system_u:object_r:bin_t:s0 -> > system_u:object_r:init_exec_t:s0 > /usr/sbin/sshd system_u:object_r:sshd_exec_t:s0 > /lib/libc.so.6

Re: [Csync2] 3-node masters and root-owned files

2017-08-07 Thread Lars Ellenberg
On Wed, Aug 02, 2017 at 08:58:05PM -0500, Kevin Cackler wrote: > For those of you guys who are experiencing this issue: I noticed tonight, > after this happened yet again, that one of my files was owned by UID 1012 on > node3. The problem is that that uid does not exist on node3. That uid DOES > ex

Re: [Csync2] 2-node masters and root-owned files

2017-08-07 Thread Lars Ellenberg
On Fri, Aug 04, 2017 at 11:01:17AM +0400, Vadim Abdulaev wrote: > Hello. > > I have a problem with Csync2 replication. 2 servers with centos 7 and > csync2.0.2 (from okay repo). Files owner name, user ID and group ID are > same on each server. > > Sometimes, on only 2 files owner changed to root.

Re: [Csync2] csync2 - Reaction to SIGTERM

2017-08-07 Thread Lars Ellenberg
r are you talking about win32 cygwin cs2monitor? That will "killall" csync2 processes, and then "restart" (rather: recycle) itself. -- : Lars Ellenberg : LINBIT | Keeping the Digital World Running : DRBD -- Heartbeat -- Corosync -- Pacemaker : R&D, Integration, Ops, C

Re: [Csync2] csync2 - Reaction to SIGTERM

2017-08-07 Thread Lars Ellenberg
ext. It should not be too hard to add a signal handler to unlink the "current" tempfile on INT / TERM / ... but as is, that is not implemented. -- : Lars Ellenberg : LINBIT | Keeping the Digital World Running : DRBD -- Heartbeat -- Corosync -- Pacemaker : R&D, Integration, Ops, Consul

Re: [Csync2] 2-node masters and root-owned files

2017-08-07 Thread Lars Ellenberg
inished. > Connection closed. > Finished with 0 errors. and to csync2 the sync looks as if it was ok. debug level logs and maybe even strace from the "receiving" side would be interesting. but in this case, until proven otherwise, I suspect you have some git command on the other

Re: [Csync2] 2-node masters and root-owned files

2017-08-08 Thread Lars Ellenberg
On Tue, Aug 08, 2017 at 11:04:49AM +1000, Aristedes Maniatis wrote: > On 8/8/17 10:06AM, Lars Ellenberg wrote: > > but in this case, until proven otherwise, > > I suspect you have some git command on the other node > > running as root, and updating the index file there. >

Re: [Csync2] 2-node masters and root-owned files

2017-08-15 Thread Lars Ellenberg
On Mon, Aug 14, 2017 at 07:00:23AM +0400, Vadim Abdulayev wrote: > Hello. When replying to digests, please change the subject appropriately. (Digest mode on a list that is so low volume as this one is not useful anyways, really.) > All command executed on node1. > > After resync i receive wrong

Re: [Csync2] csync_check_del broken under PostgreSQL

2017-10-23 Thread Lars Ellenberg
ke that? I don't think many installations out there use csync2 with mysql or postgres, so it is very likely that there are a number of shortcomings burried in there, I'd expect "very long path names" to show problems as well, where "very long" may be

Re: [Csync2] Always marking file as dirty

2017-10-27 Thread Lars Ellenberg
he data base? Tried to run with "LC_ALL=C"? Or whatever else is necessary to tell your data base backend that this is supposed to be a "binary", case sensitive, collation? -- : Lars Ellenberg : LINBIT | Keeping the Digital World Running : DRBD -- Heartbeat -- Corosync -- Pac

Re: [Csync2] csync_check_del broken under PostgreSQL

2017-10-31 Thread Lars Ellenberg
On Fri, Oct 27, 2017 at 11:00:14PM +0100, James Le Cuirot wrote: > On Mon, 23 Oct 2017 13:23:51 +0200 > Lars Ellenberg wrote: > > My locale and collation is entirely en_GB.UTF-8. > > afaik, = < > compare "collate character units", while LIKE, appart from > &

Re: [Csync2] Issues with synced git clones

2017-12-21 Thread Lars Ellenberg
On Thu, Dec 21, 2017 at 02:43:58AM +0100, Dominik George wrote: > Hi, > > we are having strange issues with syncing directories containing clones > of git repositories. We were using unison before, and it suspiciously > showed the same issues… > > What happends is hard to describe, but it looks l

Re: [Csync2] Issues with synced git clones

2017-12-25 Thread Lars Ellenberg
On Thu, Dec 21, 2017 at 02:43:58AM +0100, Dominik George wrote: > What happends is hard to describe, but it looks like the git index gets > broken. The effect is that all nodes in the cluster end up with a broken > state, namely with a lot of untracked files in the repository. Which should be fixa

Re: [Csync2] hot add/remove/maintenance host

2017-12-25 Thread Lars Ellenberg
On Sat, Dec 23, 2017 at 03:38:20AM -0800, E-Blokos wrote: > Hello, > > is there any API/CLI command to put a host in maintenance/add/remove > as hot plug? I'm not sure I understand what you mean by that. But as every help text and man page says: Csync2 will refuse to do anything when a /etc/

Re: [Csync2] hot add/remove/maintenance host

2017-12-29 Thread Lars Ellenberg
On Wed, Dec 27, 2017 at 01:43:53PM -0800, E-Blokos wrote: > On 12/25/2017 5:34 AM, Lars Ellenberg wrote: > >On Sat, Dec 23, 2017 at 03:38:20AM -0800, E-Blokos wrote: > > > > > > is there any API/CLI command to put a host in maintenance/add/remove > > >

Re: [Csync2] Official page moved to github?

2018-12-13 Thread Lars Ellenberg
Yes, we moved all public git repositories that used to be hosted on git.linbit.com over to github.com/LINBIT/ (and some more). And dropped the ugly "index" of their tarballs that used to be oss.linbit.com. Lars ___ Csync2 mailing list Csync2@list

Re: [Csync2] Dynamic master ip...

2020-03-23 Thread Lars Ellenberg
On Mon, Mar 23, 2020 at 11:57:11AM +0100, Marco Gaiarin wrote: > > In this time of Coronavirus, i've switched to 'smart working'. > > I've setup a set of csync2 config file to propagate some sets of config > files to a bunch of servers. Eg: > > host hermi...@hermione.sv.lnf.it; > >

Re: [Csync2] How does Csync2 decide whether "Identification failed!" [Was: Again CSync2, VPN, strangeness...]

2020-06-25 Thread Lars Ellenberg
On Tue, Jun 23, 2020 at 01:07:54PM +0200, Marco Gaiarin wrote: > > > What i'm missing? Thanks. > > No, sorry, but there's something in the csync2 logic that realy i don't > understand. > > As stated in previous email, i was used to update some files via > csync2, using my portable PC at work. So

Re: [Csync2] Query on Initializing the file table for csync2 database

2021-04-11 Thread Lars Ellenberg
On Wed, Feb 03, 2021 at 08:00:59AM +, Ganesh Jayaraman wrote: > Hi Team, > > This is Ganesh Jayaraman from Gigamon. We use csync2 for synchronising files > across group of hosts in a cluster. > > Members to the group will be added sequentially and we need to do the sync > whenever we add a

Re: [Csync2] csync2 prefix mapping ==> I/O Error 'No such file or directory' in rsync-check

2012-07-19 Thread Lars Ellenberg
On Tue, Jul 17, 2012 at 10:44:13PM +0530, Samba wrote: > Hi Lars, > > I have updated the patch to also sync the complete directory tree, but in > the subsequent run. Thanks. Sorry for response times, swamped. Though I should find some time for csync2 next week. > I tried to make it sync in the

Re: [Csync2] csync2 prefix mapping ==> I/O Error 'No such file or directory' in rsync-check

2012-08-07 Thread Lars Ellenberg
On Mon, Aug 06, 2012 at 07:13:16PM +0530, Samba wrote: > Lars, > I apologise for pushing this one a bit fast but i feel it is better to get > the issue fixed in the trunk so that we do not have any PRIVATE changes in > our repository. > > Further, having the patch committed to the trunk will give

Re: [Csync2] csync2 cannot reach each other using second NIC

2012-09-05 Thread Lars Ellenberg
;t the way described in the csync2 paper work? Because it cannot resolve the peername. nothing in the system can resolve what you mean by leihnix5h1-eth1, it is not in the hosts file, it is not in dns, the resolver cannot find an IP address to that name... it simply does not know where to co

Re: [Csync2] csync2 cannot reach each other using second NIC

2012-09-06 Thread Lars Ellenberg
On Wed, Sep 05, 2012 at 05:40:03PM +0200, Nils Stöckmann wrote: > Am 05.09.2012 16:55, schrieb Art -kwaak- van Breemen: > > To describe it better: it's: host nodename(@address); Where you use > > the @address if nodename itself does not resolv to the right ip > > address. address can be an ip addre

Re: [Csync2] csync2 prefix mapping ==> I/O Error 'No such file or directory' in rsync-check

2012-09-06 Thread Lars Ellenberg
On Wed, Sep 05, 2012 at 11:52:25PM +0530, Samba wrote: > Hi Lars, > > Did you get a chance to review the patch? > > If you see a need for any additions/corrections to be made, then do let me > know so that i can work on updating the patch accordingly. Now that we have drbd 8.4.2 out of the door,

Re: [Csync2] csync2 prefix mapping ==> I/O Error 'No such file or directory' in rsync-check

2012-09-17 Thread Lars Ellenberg
On Thu, Sep 06, 2012 at 10:40:46AM +0200, Lars Ellenberg wrote: > On Wed, Sep 05, 2012 at 11:52:25PM +0530, Samba wrote: > > Hi Lars, > > > > Did you get a chance to review the patch? > > > > If you see a need for any additions/corrections to be made, then do l

Re: [Csync2] csync2 prefix mapping ==> I/O Error 'No such file or directory' in rsync-check

2012-09-17 Thread Lars Ellenberg
On Mon, Sep 17, 2012 at 09:08:55PM +0530, Samba wrote: > Thanks Lars, > > do let me know if i can be of any help to you in this. Please, everyone, checkout what is in http://git.linbit.com/gitweb.cgi?p=csync2.git;a=shortlog;h=refs/heads/for-review-may-be-rebased-without-notice git clone

Re: [Csync2] owner of files when sync on nodes

2012-09-25 Thread Lars Ellenberg
fine, but the ownership of the files > > is not root on the other node. > > I was thinking to change the ownership after each csync2, but the > > ownership change triggers the file as modified, and this ends up in a loop. > > > > How do I specify file permission for

Re: [Csync2] owner of files when sync on nodes

2012-09-26 Thread Lars Ellenberg
which typically is root:root. > On Wed, Sep 26, 2012 at 12:23 AM, Lars Ellenberg > wrote: > > > On Tue, Sep 25, 2012 at 09:00:13AM +1200, Claudio Contin wrote: > > > I found out that csync persists ownership of the files; the problem the > > > UUID on the 2 servers is no

[Csync2] How to contribute to csync2 [Was: Using Csync2 when hosts are not resolved by dns]

2012-10-27 Thread Lars Ellenberg
ling list, either by git format-patch -k origin/master and then attaching the generated diffs to some email yourself. or by git send-email --dry-run --to csync2@lists.linbit.com origin/master (leave off the dry-run, if that in fact did what you intended) Thanks, Lars -- : Lars Ellen

Re: [Csync2] Can csync2 delete files/folders on destination host that do not exist on source?

2012-10-27 Thread Lars Ellenberg
ou still need to trigger pushes (csync2 -x runs) on it, which would then make host1 aware of the creation of test3, but refuse it. On the next push from host1 to host2 it would be deleted. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.li

Re: [Csync2] Sequence of actions performed

2013-01-23 Thread Lars Ellenberg
gt; action > { > exec "1"; > exec "2"; > exec "3"; > exec "4"; > logfile "/var/log/csync2/csync2_action.log"; >

Re: [Csync2] SSH mode, push vs. pull

2013-04-09 Thread Lars Ellenberg
pt" test suite! Should be ready to push that this week. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. __

Re: [Csync2] SSH mode, push vs. pull

2013-04-16 Thread Lars Ellenberg
On Tue, Apr 09, 2013 at 06:16:14PM +0200, Lars Ellenberg wrote: > > > Lars, what do you think? Worth more investigation on my part? > > > > > > (I'm not asking you to do work other than merge changes, and that > > > only if you agree. I'm just

Re: [Csync2] Include match file types

2013-04-23 Thread Lars Ellenberg
On Wed, Apr 17, 2013 at 07:15:30PM +0200, Mikkel Mikjær Christensen wrote: > Is it posible to include all directories but only i.e. *.gif files? > some variation of include **/ include *.gif exclude * should do it? Lars ___ Csync2 mailing lis

Re: [Csync2] all tests passing for csync2 2.0 release candidate 2 ; -)

2013-05-17 Thread Lars Ellenberg
On Thu, May 16, 2013 at 04:34:18PM -0400, Michael Johnson wrote: > Oh. tests/etc/csync2.cfg has absolute paths starting with /root/src > > Editing those to the actual directories where my checkout lives makes > things work much better, and does not require running as root Correct. Though for lat

Re: [Csync2] synchronizing file deletions

2013-05-21 Thread Lars Ellenberg
cause the deletion of 2/a/conflict has not been > propagated to deleting 1/a/conflict. > > (Once that is completed, further tests ensure that the deletion gets > pushed out to all the other spokes in my hub-and-spoke arrangement.) > > I have read the man page, the current version of the

Re: [Csync2] Reporting broken links

2013-05-23 Thread Lars Ellenberg
On Wed, May 22, 2013 at 10:06:18AM -0400, Francisco Reyes wrote: > Is this list the right place to report site issues? > > In the mailing list page, > http://lists.linbit.com/mailman/listinfo/csync2, the alternative > "lurker" list points to an invalid page: > http://archives.free.net.ph/list/csyn

Re: [Csync2] Error cloning csync2 git repository

2013-05-23 Thread Lars Ellenberg
___ > > Csync2 mailing list > > Csync2@lists.linbit.com > > http://lists.linbit.com/mailman/listinfo/csync2 > > > ___ > Csync2 mailing list > Csync2@lists.linbit.com > http://

Re: [Csync2] synchronizing file deletions

2013-05-23 Thread Lars Ellenberg
Problem with "auto resolve strategies" and removal is: how do you determine if the removal is older/younger than the other modification? You don't really have a time stamp to compare with... Ok, you could use the time stamp of the entry in the dirty table, which we don't have yet. That would be t

Re: [Csync2] PATCH: hub and spoke tests working correctly

2013-05-23 Thread Lars Ellenberg
On Thu, May 23, 2013 at 10:43:20AM -0400, Michael Johnson wrote: > Lars, > > g...@github.com:mikjo/csync2.git has a temp-test-hub-and-spoke branch > with a single commit (42ad2668) against current master that I believe > is ready for you to pull. All tests (existing tests as well as my new > tests

Re: [Csync2] Syntax error on lock-timeout

2013-05-27 Thread Lars Ellenberg
On Sun, May 26, 2013 at 07:55:49PM -0700, Gary E. Miller wrote: > Yo Francisco! > > On Sun, 26 May 2013 12:23:10 -0400 > Francisco Reyes wrote: > > > On 05/26/2013 02:41 AM, Gary E. Miller wrote: > > >> And got an error: > > >> Database backend is exceedingly busy => Terminating (requesting > >

Re: [Csync2] Skipping ELF files

2013-09-10 Thread Lars Ellenberg
st source trees/make systems allow for "output" directories, so you would have your binaries cleanly separated from the sources, and could easily exclude them. -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting ht

Re: [Csync2] use of dlopen() with unversioned sonames

2013-09-10 Thread Lars Ellenberg
qlcient and libpq? They're fine for current releases of openSUSE, > but I don't want to be submitting patches upstream that are going to > break builds on other distros/versions. > > Does anyone know some autofoo to pull the correct versioned soname in at > build time? --

Re: [Csync2] Darwin/OS X pull request forwarded

2013-12-04 Thread Lars Ellenberg
On Tue, Dec 03, 2013 at 10:13:20AM -0500, Michael Johnson wrote: > In my github repository that I used to provide test case updates, I > got a pull request for Darwin/OS X support... > > https://github.com/mikjo/csync2/pull/1 > > I'm not going to pull those onto my master branch, since my master

Re: [Csync2] prefix works except when file is specified

2014-07-08 Thread Lars Ellenberg
jjAg1.VOqYHG9AgLjzEG1zfttMlt9WLrp > > Local> \n > > SQL: SELECT checktxt, filename FROM file WHERE filename = ' > > /mnt/cbsvol3/files/test3' ORDER BY filename > > SQL Query finished. > > Peer> OK (cmd_fi

Re: [Csync2] prefix works except when file is specified

2014-07-10 Thread Lars Ellenberg
On Thu, Jul 10, 2014 at 01:53:20AM -0400, dlo wrote: > Lars- I see it's not so far off, but definitely not a drop-in replacement > (already ran into some problems). It worries me to make so many changes to > a system that's been working so well for so long... is there really no hope > for getting

Re: [Csync2] lock-timeout

2014-07-18 Thread Lars Ellenberg
ows about, and documents the "lock-timeout" configuration option. Lars http://git.linbit.com/gitweb.cgi?p=csync2.git;a=blob;f=cfgfile_scanner.l#l69 http://git.linbit.com/gitweb.cgi?p=csync2.git;a=blob;f=doc/csync2_paper.tex#l451 Oops, typo there, s/wor/for/ ;-) -- : Lars Ellen

Re: [Csync2] Modification time is being rounded

2014-08-08 Thread Lars Ellenberg
On Wed, Aug 06, 2014 at 11:51:00AM -0400, Al Faller wrote: > Hi, > > I am working with csync2 on centos, utilizing lsync as documented in this > blog post: > > https://www.krystalmods.com/index.php?title=csync2-web-server-file-sync&more=1&c=1&tb=1&pb=1 > > Unfortunately, I have noticed that csyn

Re: [Csync2] backup cleanup or blacklist?

2014-08-08 Thread Lars Ellenberg
"no-backup", including only those that don't need backup, excluding eveything else. In the other groups, those that enable backup, exclude all files that don't need backup, they are covered by the other ("no-backup") group. -- : Lars Ellenberg : LINBIT | Your Way t

Re: [Csync2] Csync2 2.0

2014-10-10 Thread Lars Ellenberg
er what was missing, I'll clean it up and call it "release". Meanwhile, just use it as is, and report issues you are having here. Lars Ellenberg ___ Csync2 mailing list Csync2@lists.linbit.com http://lists.linbit.com/mailman/listinfo/csync2

Re: [Csync2] Csync2 2.0

2014-10-16 Thread Lars Ellenberg
d I have no idea what you guys are talking about. > On Oct 10, 2014 8:45 PM, "Łukasz Wąsikowski" wrote: > > > W dniu 2014-10-10 o 16:15, Lars Ellenberg pisze: > > > > > On Thu, Oct 09, 2014 at 02:18:03PM +, Buchanan, Scott wrote: > > >> He

Re: [Csync2] Csync2 2.0

2014-10-17 Thread Lars Ellenberg
On Fri, Oct 17, 2014 at 10:30:30AM +0200, Łukasz Wąsikowski wrote: > Exactly. I tried 4c8bf2e2de9f21c6f2ad2d93851119ee16edd74a to get rid of > this bug and got hit by another one linked with actions, but > unfortunatelly I don't remember what it was. That is ... unfortunate ;-) > I'll give 2.0 an

Re: [Csync2] Syncing multiple local directories.

2014-10-28 Thread Lars Ellenberg
gt; > > be updated from /mnt/nvwh2ro/var/customers. so the flow of > > > data is. > > > > > > > > A -> B -> C > > > > > > > > B and C are mount

Re: [Csync2] csync2-1.34 throws segfault from time to time

2014-11-05 Thread Lars Ellenberg
On Wed, Nov 05, 2014 at 11:00:05AM +0100, Marcin Mirosław wrote: > Hello! > From time to time I'm getting segfaults while running `csync -xG > `. I've catch coredump, here is backtrace: check if it is already fixed upstream: http://git.linbit.com/csync2.git Thanks, Lars __

Re: [Csync2] How many files is too many?

2014-11-07 Thread Lars Ellenberg
On Wed, Nov 05, 2014 at 04:51:29PM -0500, Brian Cottingham wrote: > My employer wants to keep an NFS share with 100 million files in sync > across a few datacenters. Would csync2 cope with that OK? would performance > be terrible? Very much depends on how you set it up, what you actually expect th

Re: [Csync2] csync2 -k hangs on virtual machine

2014-12-10 Thread Lars Ellenberg
time and generates a logn key > e.g. uX0sj9Zd2p_s0CiU7k7z2dCiAUFgplYjYzBM7ZnAcvnHIvuxvi3XArmXpMRHXvTL Or generate elsewhere, and copy over. -- : Lars Ellenberg : http://www.LINBIT.com | Your Way to High Availability : DRBD, Linux-HA and Pacemaker support and consulting DRBD® and LINBIT® are re

Re: [Csync2] csync2-2.0 ans mysql backend

2014-12-10 Thread Lars Ellenberg
On Sun, Nov 30, 2014 at 09:56:19PM +0300, Paul A. Gusev wrote: > Hi! > Today i have some troubles with mysql backend. > If you make two files with name in different registers (i.e. 1.jpg > and 1.JPG) in the same directory , csync2 cannot work corretly. Works for me, though. Which

Re: [Csync2] csync2-2.0 ans mysql backend

2014-12-10 Thread Lars Ellenberg
On Wed, Dec 10, 2014 at 09:49:49PM +0100, Lars Ellenberg wrote: > On Sun, Nov 30, 2014 at 09:56:19PM +0300, Paul A. Gusev wrote: > > Hi! > > Today i have some troubles with mysql backend. > > If you make two files with name in different registers (i.e. 1.jpg >

Re: [Csync2] Getting config from directory other than /etc

2015-02-28 Thread Lars Ellenberg
ments the environment variable CSYNC2_SYSTEMD_DIR for exactly that purpose. -- : Lars Ellenberg : http://www.LINBIT.com | Your Way to High Availability : DRBD, Linux-HA and Pacemaker support and consulting DRBD® and LINBIT® are registered

Re: [Csync2] Getting config from directory other than /etc

2015-02-28 Thread Lars Ellenberg
On Sat, Feb 28, 2015 at 09:07:19PM +0100, Lars Ellenberg wrote: > On Mon, Feb 23, 2015 at 04:41:56PM +, Peter Heitman (pheitman) wrote: > > First, I was unable to search for an answer in the “lurking” archive. > > The link from http://lists.linbit.com/mailman/listinfo/c

Re: [Csync2] Getting config from directory other than /etc

2015-03-05 Thread Lars Ellenberg
On Tue, Mar 03, 2015 at 06:40:09PM +, Peter Heitman (pheitman) wrote: > Thanks for the reply! > > I appear to have the latest version of csync2 (1.34), but setting The latest version is 2.0, however. Lars ___ Csync2 mailing list Csync2@lis

Re: [Csync2] Rename "csync_ssl_cert.pem" back to "csync2_ssl_cert.pem"

2015-03-19 Thread Lars Ellenberg
On Thu, Mar 19, 2015 at 01:52:04PM +0600, Alexander Seleznev wrote: > Hello, Lars! > > You renamed "csync2_ssl_cert.pem" to "csync_ssl_cert.pem" in commit > 5bf2315de4cb836f629cca94e24a43ccbb0518ed. > > Can you explain why you did that Fat fingeres? > and fix it if it's possible? [x] done. T

Re: [Csync2] ERROR from peer * File is also marked dirty here

2015-03-19 Thread Lars Ellenberg
On Thu, Mar 12, 2015 at 02:11:09PM +0200, Rabin Yasharzadehe wrote: > I'm racking my brain with it for a few days and can not find any solution, > > I have the following config file, > > group website > > { > > host web-staging (wwwsite) ; > > key /etc/csync2/key.d/www.key; > > >

Re: [Csync2] Using variables in configuration file

2015-07-15 Thread Lars Ellenberg
two users right now. Obviously, > this alternative is not a scalable solution. -- : Lars Ellenberg : http://www.LINBIT.com | Your Way to High Availability : DRBD, Linux-HA and Pacemaker support and consulting DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.

Re: [Csync2] too big of a file

2015-07-15 Thread Lars Ellenberg
gt; > please advise … Use recent versions of csync2 (2.0). That no longer uses /tmp/, or at least only uses it as fallback, but tries to create temp files next to the original (similar to rsync). See also the section on "tempdir" (which you should not use) in http://oss.linbit.com/