Displaying 20 results from an estimated 1000 matches similar to: "Bug? 1.0.0-test28 NFS locking problems"
2004 Jul 20
3
1.0.0-test28 Problem with INDEX
Hi
Using this line in dovecot.conf (ignore linewrap)
default_mail_env =
mbox:%h/IMAP/:INBOX=%h/.email:INDEX=/var/cache/dovecot/%n
The INBOX indexes are being built correctly in /var/cache/dovecot, but
all other indexes for folders are still being built in the user's home
directory.
I had it working once - but it seems fragile - almost as if the config
parser is sensitive to context???
2016 Jul 19
2
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
Hi folks,
I am trying to set up a domain/forest in VirtualBox server.
My setup:
* # uname -a
FreeBSD bsd1dc.ad001.osipov.eu 10.3-RELEASE-p4 FreeBSD
10.3-RELEASE-p4 64 bit
* Samba 4.4.5 from Ports tree
# samba-tool -V
4.4.5
* Python 2 from Ports tree
# python2 --version
Python 2.7.12
Installation went smoothly but during domain provisioning Python fails
with a segmentation fault
1999 Aug 26
0
smbsh always segfaults
Version 2.0.5a (same prob w/2.0.4b, though). smbsh segfaults after I
enter my password. As root, it just seg faults. As my login user, it
dumps core.
Attached is a script of an strace of it.
Running RH 6.0, kernel 2.2.10, AMD K6-2/350, 64M RAM. Configure options
were:
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{pref} --libdir=/etc \
--with-lockdir=/var/lock/samba
2017 Dec 12
1
MIT Kerberos suddenly stopping
Hello,
I'm using samba 4.7.3 to run an AD and I'm currently having issues with
the MIT kerberos because it stops some time after starting (and
apparently working correctly) without logging nothing out of the
ordinary.
My setup has 2 DC: one in an ubuntu 12.04 with version 4.1.9 (which
we're migrating from) and the one I mentioned in CentOS 7 (which will
be the only DC in the future).
2015 Nov 24
2
samba4 ldap high load and port queue overflow
Thanks for answer. I am very sad to see that.
I had examined samba behavior with tracer and had seen too many poll,
fcntl and stat system calls by samba task[ldapsrv] process
Elapsed Times for PID 1423,
SYSCALL TIME (ns)
dup 2653
flock 5811
lseek 33513
geteuid 42747
2018 Nov 29
1
CLDAP using CPU alltime on Samba 4.8.4
Hi,
My Samba AD-DC installation is using CPU all time on a process. I'm trying
everything to fix it, but without success.
It started when using it on Ubuntu 16.04, I upgraded o Ubuntu 18.04, and
now Ubuntu 18.10, that is using Samba 4.8.4 and the problem persist.
Using samba-tool process, I could see that the process using resources is
CLDAP.
I did samba-tool dbcheck --cross-ncs
samba-tool
2014 Dec 16
2
Fwd: samba & Oracle ACFS Issues
On Tue, Dec 16, 2014 at 03:40:08PM +0100, Nacho del Rey wrote:
> Hi there
>
> In an Oracle RAC cluster using ACFS (as file-system) where we have a samba
> server for sharing files to windows clients, we are suffering a strange
> issue, from time to time, which it causes the Windows clients lock for a
> while (10 min or a bit more) or even indefinitely when they are working
>
2008 Oct 20
2
Closing sessions and smbstatus
Hi,
When are client sessions closed?
Let me explain what I'm trying to do... we're in a School district and
we try to stop kids logging more than once. They way I did this before
was to dump the active sessions from our previous Server2003 fileserver
into a file once a minute and process it with a Perl script to check who
was connected from where, rebooting machines remotely as
2008 Nov 21
0
FW: Closing sessions and smbstatus
Perhaps I can ask a slightly different question? Is there some kind of
test I can do on a hung process so I can determine whether it's active
or not, in a script? The output of strace is below but it doesn't mean
much to me I'm afraid. Is there a straight forward difference between
strace for a "real" connection and one of my hung ones that I can use to
manually kill them?
2016 Jul 21
0
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
Hi Michael,
I'm facing the same problem, samba 4.4.x is apparently broken on FreeBSD
for now.
Here's a link to the bug
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209787
For now the port maintainer seem out of ideas to fix this. You seems
more skilled then me on freebsd, maybe you can help him on this bug :)
DS
On 07/20/2016 02:17 AM, Michael Osipov wrote:
> Hi folks,
2019 Oct 24
3
winbind : suspend nightmare
On Wed, 2019-10-23 at 22:21 -0700, Jeremy Allison wrote:
> On Wed, Oct 23, 2019 at 11:58:33PM +0000, Jon Gerdes wrote:
> > winbind has a concept of offline and online but I don't know what
> > that
> > is, nor how nss works with it. I've tried using smbcontrol to tell
> > winbind it is offline or online but that does not seem to work.
> > Restarting
2002 Oct 28
1
solaris 7 and cvs samba 3.x build - No locking available. Running Samba would be unsafe solaris
Hello,
Getting during configure the infamous error: No locking available. Running
Samba would be unsafe solaris
I went into tests folder and tried summary.c. It fails with the above error.
I tried to make the fcntl_lock manually like it tries and got the following:
root@raven:/usr/local/samba/source/tests #gcc -m32 -o fcntl_lock
fcntl_lock.c
fcntl_lock.c: In function `main':
2014 Dec 16
1
Fwd: samba & Oracle ACFS Issues
Hi Volker and many thanks for your response
According to your questions
>Please remove the SO_RCVBUF and SO_SNDBUF entries.
>Oh, that's ancient. Do you have any possibility to move to
>"security=user"?
The smb.conf file was inherited from HP-UX system. Ok,
I'll remove them
>Did you try "posix locking = no"? That is mostly criticial
>if
2004 Jul 11
0
1.0-test28
http://dovecot.org/test/
- Fixed some crashes with cache file. THREAD and SORT especially
crashed it.
- Fixed the SSL infinite looping in login processes
- Recent flags are working again with maildir. Almost with mbox too.
- Maildir code moves mail into cur/ directory directly if the mail
contains flags, so we don't violate maildir spec anymore by placing
them into new/ with the
2004 Jul 20
0
[PATCH] fix build error with HAVE_MODULES not set
Hello,
attached trivial patch (against 1.0-test28) fixes build error
with unset HAVE_MODULES. Error is caused by missing second
argument of module_dir_load() stub.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff
2004 Jul 20
0
[PATCH] fix MD5 code buglet
Hello,
md5_final() function contains minor buglet, it clears first
4 bytes of md5_context instead of whole structure. Patch
attached.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff dovecot-1.0-test28.vanilla/src/lib/md5.c dovecot-1.0-test28/src/lib/md5.c
2010 Jul 19
1
Oplocks
Hello,
I'm using the Samba server 3.0.33 that exports volume from a GPFS. The GPFS
strongly dislikes unlinking files that are locked (resulting in permission
denied) using fcntl F_SETLEASE.
It seems that the Samba *sometimes* tries to unlink a file that is oplocked.
Why? Is this a bug? Why it does not happen always but only sometimes? I have
strace logs showing:
Wrong case:
8711
2004 Nov 16
1
Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem
Hello, I am having a problem with Samba 3.0.4 and DOS clients. The
MSDOS COPY command will not work on mapped directories. When I try to
run the COPY command I get an "File not found" error message. This only
happens on DOS, all other OS's work fine.
I have noticed that someone else on this list has also run into this
problem, but no answer/work-around is posted.
Here is my
2013 Sep 25
3
Dovecot extremely slow!
Please help,
Dovecot is running extremely slow for the last couple of weeks and it
seems to be getting worse (or my patience running short).
I attach the 10-master configuration and the log file after running
strace according to: http://wiki.dovecot.org/Debugging/ProcessTracing
I can click on an email and wait for a minute or more before receiving a
connection dropped or no error at all. I
2015 Feb 11
4
Samba 4.2.0rc4 fails to start up
I added debuging as follows:
/* no O_EXCL, existence check is via the fcntl lock */
lockfile_fd = open(lockfile_name.buf, O_NONBLOCK|O_CREAT|O_WRONLY,
0644);
if (lockfile_fd == -1) {
ret = errno;
DEBUG(1, ("%s: open failed: %s\n", __func__, strerror(errno)));
return ret;
}