similar to: Correct usage of NFS mounted Maildirs

Displaying 20 results from an estimated 1000 matches similar to: "Correct usage of NFS mounted Maildirs"

2016 Jan 28
1
[PATCH] inotify_add_watch: pass IN_ALL_EVENTS as mask for test
Instead of pass 0x3fffffff as mask value, pass a simplier 0xfff, which is the value of the IN_ALL_EVENTS define. This will still catch all the inotify events, and avoid a EINVAL error with Linux 4.4. --- generator/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 0d227cf..24c6eb7 100644 --- a/generator/actions.ml +++
2020 Jun 24
1
inotify_add_watch returned Permission denied
Hello, We are using Samba 4.10.16 as a file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider, but samba gets crashed when a client tries to access files on these shares. New start of samba is required! In the smbd.log, I see these entries: [2020/06/24 17:58:23.118208, 1]
2007 Jun 13
4
subdir disappeared
I have an installation that sometimes acts strangely: Jun 12 11:28:00 mail dovecot: imap-login: Login: user=<nadia>, method=PLAIN, rip=10.10.10.103, lip=10.10.10.254 Jun 12 11:53:59 mail dovecot: IMAP(nadia): inotify_add_watch(/var/spool/mail/nadia/new) failed: No such file or directory Jun 12 11:53:59 mail dovecot: IMAP(nadia): stat(/var/spool/mail/nadia/new) failed: No such file or
2005 Aug 08
3
[PATCH] add inotify system calls
I've added this to our klibc copy in the udev tree to support the recently added Inotify. Thanks, Kay -------------- next part -------------- diff --git a/klibc/klibc/SYSCALLS.def b/klibc/klibc/SYSCALLS.def --- a/klibc/klibc/SYSCALLS.def +++ b/klibc/klibc/SYSCALLS.def @@ -114,6 +114,9 @@ int lchown32,lchown::lchown(const char * int getcwd::__getcwd(char *, size_t) <?> int utime(const
2007 Feb 02
2
Make error for R-devel package under linux
Hi, I got an error while compiling the R-devel (R-2.5.0) package under Redhat Linux, but the R-patch package (R-2.4.1) was compiled perfectly fine. The following is what I got from the R-devel package downloaed on Jan. 30th., 2007: ----------------------------------------------------------- >./configure .... R is now configured for x86_64-unknown-linux-gnu Source directory: .
2005 Aug 22
2
Re: Dovecot inotify problem
Hi Reuben, I hope you don't mind me copying the dovecot list again. > dovecot: Aug 21 04:08:22 Error: IMAP(reuben): inotify_rm_watch() failed: > Invalid argument Odd. > This is with a 2.6.13-rc6-mm1 release. I've posted to LKML because there is > also a kernel stack produced at one point which looks inotify related (but the > messages above are contant). > See
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'
2013 Nov 30
1
Samba4 git pull(11/30/2013) link error on FreeBSD 9.2
.... [3591/3880] Linking default/source4/librpc/python-unixinfo.so [3592/3880] Linking default/source4/ntvfs/libntvfs.so default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup': inotify.c:(.text+0x508): undefined reference to `inotify_init' default/source4/ntvfs/sysdep/inotify_1.o: In function `watch_destructor': inotify.c:(.text+0x8d4): undefined reference to
2013 Mar 11
1
samba 4.0.3 compiling fails on freebsd 9.1
Hi, I have a problem compiling samba 4.0.3 on freebsd 9.1. root at freebsd-san:/root/samba-4.0.3 # uname -a FreeBSD freebsd-san 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 root at freebsd-san:/root/samba-4.0.3 # I've installed the devel/libinotify port and there is a header file located at
2019 May 07
0
Symlinked mailboxes and dovecot-uidlist.lock
I have a scenario where I have two users, one account (user1) with it's own Maildir account, and another account (user2) (which I wish to see the same messages) with a symlinked Maildir to user1's Maildir.? I.E.: /home/user1/Maildir /home/user2/Maildir (where this Maildir is symlinked to /home/user1/Maildir) Both users are in a group together (usergroup), and so all of the permissions
2015 Mar 19
2
The RPC server is unavailable
>On 18/03/15 17:56, Jesper Koivum?ki wrote: >>/ Hi, />>/ />>/ I'm running a samba 4.2 server on RedHat5 and for some reason I can't />>/ seem to logon using the AD Users and Computers -tool. />>/ />>/ Whenever I try to connect to the PDC I get the following error: />>/ />>/ "The following Domain Controller could not be contacted:
2015 Mar 19
0
The RPC server is unavailable
On 19/03/15 12:48, Jesper Koivum?ki wrote: >> On 18/03/15 17:56, Jesper Koivum?ki wrote: >>> / Hi, > />>/ > />>/ I'm running a samba 4.2 server on RedHat5 and for some reason I > can't > />>/ seem to logon using the AD Users and Computers -tool. > />>/ > />>/ Whenever I try to connect to the PDC I get the following error:
2007 Aug 15
1
Error in building R
Hello, I am upgrading to the current R 2.5.1 under Sun Solaris 8. I call the configure script with the --without-readline flag, and it works fine. Then, when I invoke make, I get this kind of error messages: make[2]: Entering directory `/usr/local/R/R-2.5.1-inst/src/library' >>> Building/Updating help pages for package 'base' Formats: text html latex example
2010 Jun 08
0
change notify or something
Hello all, I hope someone could help me to find some (either Samba or Windows XP) configuration settings which would solve the following problems we ar acurrently facing or identify the below described problem being a bug eventually. We have a production Samba 3.5.1 with CTDB clustering on top of GPFS filesystem. Samba is a Windows domain member server serving a number of SMB shares. The strange
1997 Sep 28
0
[IPD] Internet Probe Droid
[Mod: while not directly related to linux security, this post of course is approved because it provides a good summary and clear description. Please limit the discussion on this topic to new stuff. In general posts like this will be approved -- alex] Automating brute force attacks with ''Expect" balif and desslok - Abstract - phf,
2015 Nov 14
0
inotify* APIs
We have these APIs that cannot possibly work by design. Obviously adding them was a mistake, but here we are. http://libguestfs.org/guestfs.3.html#guestfs_inotify_add_watch The guestfs_inotify_add_watch API has started to fail in Rawhide. I'm trying to find the details, but the test error message is: libguestfs: error: inotify_add_watch: /inotify_add_watch: Invalid argument I wonder
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
https://bugzilla.mindrot.org/show_bug.cgi?id=1398 Summary: slave ssh sessions enter a never-ending blocking state Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at
2007 Nov 15
1
Moving to a Mac environment - quick question
Hi all, I'm moving to a Mac platform and have installed R and all seems fine. My question concerns moving my R objects over. On my pc, which file contains my R objects and once I copy that, where do I copy it within the Mac? I hope that was clear. Thanks in advance, David -- =============================================================== David Kaplan, Ph.D. Professor
2008 Apr 06
1
Error message "got a real'
Hi all, I'm running the program sem on a Mac, but I'm getting a message that I think is quite general. The error reads Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : scan() expected 'a real', got '10652)' The 10652 is the sample size coming from a .csv file where I have header = TRUE. Any thoughts would be
2011 Mar 10
1
Dove cot+Kerberos
Hi All. I have a problem with authorization users AD via kerberos in Dovecot&Postfix. Windows SRV 2008 Standart - AD mail server: Gentoo + cyrus-sasl + postfix + dovecot with support ldap&kerberos. I am created a 4 keytabs on Windows box. C:\Users\Admin>ktpass -princ host/srv-mail.cn.energy at CN.ENERGY -mapuser ldapmail at CN.ENERGY -pass "superpasswd" -crypto RC4-HMAC-NT