similar to: Announce: Tool for replicating filesystem changes

Displaying 20 results from an estimated 2000 matches similar to: "Announce: Tool for replicating filesystem changes"

2009 Mar 31
1
Enable samba BDC to allow writing to local LDAP
How to configure smb.conf of a samba BDC server to allow that all changes (user's passwords changing, joining computers) was written to local LDAP. I?ve set remotes LDAP's (BDCs) with multimaster configuration via syncrepl. LDAP Multimaster feature works fine (N-way replication works perfectly) I need this configuration to void errors when a user must to change his/her password in a
2007 Jun 22
0
Problem with Samba config under SUSE SLES 10
Hi all, I'm having some difficulty configuring Samba correctly. Something I've noticed is that changes I make to Samba config through YAST aren't being retained in smb.conf. The smb.conf timestamp appears to change ... but that is all. Can anyone suggest what the problem could be? Does this mean I'll have to use command line configuration? Greg Shearer Greg Shearer - Senior
1998 Apr 08
0
Samba as an Open Source case study
At http://www.opensource.org there is a quite powerful evolving argument putting the case of Open Source software (thanks, Netscape :) As part of this there is the beginnings of a collection of case studies. They are obviously looking for high-quality stories along the lines of "I had this brand-name software and I replaced it with free XYZ and I've never looked back." If you are a
2008 Jun 16
1
Samba 3 with OpenLDAP multimaster or Fedora-DS
Hi, I'd like to know if any of you have ever implemented Samba 3 with OpenLDAP multimaster (using syncrepl, maybe) or Fedora-DS. The basic idea would be: - WAN link dies, the remote office's BDC would promote itself to PDC (using some kind of monitoring script), and will start accepting changes to the user base. Also, some change to the local WINS server would be necessary. - WAN link
2019 Jun 14
1
MultiMaster dsync (cluster1 cluster2 cluster3)
Will MultiMaster dsync work fine or will be big problems ? I configured dovecot to dsync from serv1 to serv2 to serv3 and repeat to serv1 to serv2 to serv3 and repeat... When email received to serv2, it will be synced to serv3, and serv3 will sync it to serv1, and serv1 will sync it to serv2 and will stop here because emails matched. What problems can be with this kind of configuration ?
2012 Feb 10
0
distributed queue information over several Asterisk nodes
Is it possible to distribute QUEUE information among several Asterisk nodes in a "multimaster" or "load balancing" setup? I haven't tried this yet but if one uses realtime with a clustered multimaster database and the queue agents/members are fixed SIP channels (eg. SIP/100) then I guess that the Queue app will be able to contact the member no matter to which Asterisk node
2002 Aug 16
2
change_to_user: Invalid vuid used 101
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! I'm running into an issue where users log into their Win2k/NT4.0 workstations, download their profiles off of our Samba 2.2.5 server, map home, miscellaneous shares, and printers on it, and then randomly during their session they cannot open these remote devices. They receive an "Access Denied" message when trying to do anything
2020 Mar 31
0
limit for user exceeded
Hi I Dont understand or? I im thinking wrong: process_limit = 25000 Older: #fs.inotify.max_user_watches= 8192 #fs.inotify.max_user_instances = 16384 New: fs.inotify.max_user_instances = 8192 ? fs.inotify.max_user_watches= process_limit x 2 + fs.inotify.max_user_instances fs.inotify.max_user_watches= 58192 On 31.03.2020 13:44, Aki Tuomi wrote: > I would prefer replies on the list... =)
2014 Oct 22
1
Amazon implements Samba Active Directory in the cloud !
Dan Shearer pointed out the following (thanks Dan): https://aws.amazon.com/blogs/aws/new-aws-directory-service/ "The New AWS Directory Service Today we are introducing the AWS Directory Service to address these challenges! This managed service provides two types of directories. You can connect to an existing on-premises directory or you can set up and run a new, Samba-based directory in
2006 Jan 23
1
Compiling Dovecot with-notify=inotify
Hi, I'm trying to compile Dovecot beta2 with inotify support, but this is unsuccessfull. First, it seems that the configure script is looking for inotify.h in /usr/include/sys, whereas it is in /usr/include/linux on my Debian Sarge system. But that's a minor point, let's make a symlink. % dpkg -S /usr/include/linux/inotify.h linux-kernel-headers: /usr/include/linux/inotify.h % dpkg
2015 Jun 10
3
Failed to init inotify - Too many open files
Hello, I've a problem on my system with inotify. In the smbd logfile are shown a lot messages like this: [2015/06/10 11:15:21.644453, 0, pid=57030, effective(12700, 100), real(0, 0)] smbd/notify_inotify.c:297(inotify_setup) Failed to init inotify - Too many open files [2015/06/10 11:15:23.968497, 0, pid=57030, effective(12700, 100), real(0, 0)] smbd/notify_inotify.c:297(inotify_setup)
2007 Nov 02
2
*notify config for 1.0.x doesn't enable inotify
hi, the current code has changed include linux/inotify.h to sys/inotify.h since 2006-01-17, but that won't work with inotify*.h as documented in the wiki. One has to either revert back to linux/inotify.h, or add #include <sys/inotify-syscalls.h> to both configure.in and src/lib/ioloop-notify-inotify.c Or, just symlink sys/inotify.h -> linux/inotify.h. That's on Debian 3.1
2007 Dec 04
2
Bug: NoMethodError: private method `gsub'' called for nil:NilClass
Hi there. I''m using RedCloth as part of a social network''s blog system. I came across the following bug when an img tag with the src attribute is inputted, and filter_html is set to true. I have pasted the code sample below. >> require ''RubyGems'' => true >> require ''RedCloth'' => true >>
2005 Jul 23
2
inotify support in dovecot
Hi, I note that dovecot supported inotify from -test77, and now the Linux kernel supports it starting from linux-2.6.13-rc3. So in theory I should be set to go. I'm using an -mm kernel, and it was built with inotify, on FC4/devel. However when trying to build with it using --with-notify=inotify, I always seem to be getting this message: checking for poll... yes configure: error:
2010 Mar 11
1
Failed to init inotify
Hi, I'm going through my messages log and I've noticed a large amount of the following error going on. What affect would this have on the smb client that is connected to those pid's? Mar 11 11:35:24 process1 smbd[25349]: [2010/03/11 11:35:24, 0] smbd/notify_inotify.c:293(inotify_setup) Mar 11 11:35:24 process1 smbd[25349]: Failed to init inotify - Too many open files
2020 Mar 31
3
limit for user exceeded
Hi System debian 8.11 dovecot-2.2.36.4 and I have some warnings in log likes: Warning: Inotify watch limit for user exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_watches cat /proc/sys/fs/inotify/max_user_watches 8192 in sysctl i change #fs.inotify.max_user_watches= 8192 #fs.inotify.max_user_instances = 16384 fs.inotify.max_user_watches= 16384 fs.inotify.max_user_instances =
2008 Sep 17
1
[PATCH] linux/inotify.h: do not include <linux/fcntl.h> in userspace
On Wed, Sep 17, 2008 at 12:32:40PM +0300, Kirill A. Shutemov wrote: > On Tue, Sep 16, 2008 at 07:09:02PM +0300, Adrian Bunk wrote: > > On Tue, Sep 16, 2008 at 07:10:25AM -0700, Ulrich Drepper wrote: > > > Kirill A. Shutemov wrote: > > > >> What is the error message? > > > > > > > > /usr/include/asm-generic/fcntl.h:117: error: redefinition
2002 Jul 12
1
job fails to print via samba 2.2.6-pre1 - lpd ASCII a nd postscript test works fine...
Ah, it appears that I have confused myself... I indeed have ALL of the queues defined as JetDirect with the model specific driver selected in printconf. With this combination I am telling linux to modify the job [via the filter] and then pass it as a RAW [jetdirect] where I SHOULD just have the queue define as JetDirect with a RAW as the driver and let the job go as transmitted by the client
2009 May 27
2
Inotify instance limit for user exceeded, disabling?
I'm seeing this message in my /var/log/maillog: May 26 12:35:00 agencymail dovecot: IMAP(info at example.com): Inotify instance limit for user exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances I rummaged through google, and found : http://www.dovecot.org/list/dovecot-cvs/2008-May/011132.html which says I need to increase /proc/sys/fs/inotify/max_user_instances (no
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make ............ [3638/3880] Linking default/source4/lib/policy/py-policy.so [3639/3880] Linking default/source4/auth/ntlm/libauth4.so [3640/3880] Linking default/source4/ntvfs/libntvfs.so default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup': inotify.c:(.text+0x503): undefined reference to `inotify_init'