similar to: Problem with CVS prune on samba shares?

Displaying 20 results from an estimated 700 matches similar to: "Problem with CVS prune on samba shares?"

2007 Dec 06
2
TortoiseCVS
Hi, I'm trying to use TortoiseCVS under Linux (through Wine). I'd like to eventually write some shell scripts to invoke it properly from Nautilus but that is still a ways off. Some of Tortoise's functionality works, like enumerating the code modules in the CVS repository. However, actually checking out code works for the first file but then fails:
1997 Dec 03
1
Too many users for samba?
Hi, I've been running a Linux machine (RedHat 4.1 kernel 2.0.27) with Samba 1.9.16p9 (built by RedHat) for about 1 year now. Everything has been working just fine, but recently I increased the number of users. When I get to about 75 users the whole system goes down, with messages like: Unable to load interpreter No more processes File table overflow If I manage to kill Samba, the system
2008 Sep 12
5
cram-md5 and users maintaining their own passwords?
Is there any other mechanism than using passwd files with md5-hashed passwords created by dovecotpw that will support cram-md5 authentication? Has anyone created setups where the passwd databases reside in the individual users home directories? Is it possible to persuade dovecotpw to update the passwd databases automatically. Having to use a text editor to paste in the passwords sets a high
2001 Feb 01
2
Thousands of "fixme:bitblt:MaskBlt", when running Scifinder
Hello! I'm trying to run somthing called Scifinder, and the program is performing quite well. The only problem is that all the buttons in the program have no icons (they are all blank), and this makes it a bit difficult to use... When I use the the program, I get thousands of the error messages below. I suppose the messages has got something to do with the missing icons. Any suggestions on
2017 Sep 13
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
>>>>> Aki Tuomi <aki.tuomi at dovecot.fi>: > On 09.09.2017 12:33, Steinar Bang wrote: >> When a message is copied to a folder on dovecot with mbox storage, is >> the mtime of the saved mbox file set to the time of the save? [snip!] > Internaldate is picked from the separating 'From' line in mbox file. > "From user at example.org Thu Oct 20
2017 Sep 09
2
What INTERNALDATE does dovecot with mbox storage set on a COPY'd message?
When a message is copied to a folder on dovecot with mbox storage, is the mtime of the saved mbox file set to the time of the save? Or is the mtime set to the Date: field of the source message that is saved? If there is a difference in the behaviour, do someone know the dovecot version number where the change happened? The reason I'm asking is a problem reported on the Gnus imap client in
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
[Apologies if this gets through twice. I sent it first without subscribing, but it seems like it got stuck in the moderation queue, so I subscribed and re-sent it.] I'm doing some work on audio fingerprinting for a school project (more precisely, my master's thesis. I got a hint on #vorbis that I might want to look into the internal floor representations in libvorbisenc to get out audio
2017 Mar 26
3
Tip: update dovecot MD5 password from PAM
>>>>> Aki Tuomi <aki.tuomi at dovecot.fi>: > On 2017-03-25 17:54, Steinar Bang wrote: >> This is a PAM module that listens for password changes, and will update >> the MD5 password for a user, in a file that dovecot can read, when the >> user's password is changed: >> https://github.com/steinarb/pam_dovecotmd5pwd >> >> Caveat
2007 Apr 05
1
unable to build rpm from cvsnt.spec file on Centos4.4
Hi Friends, I downloaded the cvsnt 2.5.04.2047 version from achrives. I using Centos 4.4 and I am trying to install cvsnt through cvsnt.spec file. When I run the command rpmbuild --bb cvsnt.spec I get the below error at the end. I don't know the reason why the rpmbuilding is failing . What package or rpm do I need to install to fulfill this dependency or get rid of this error ? Processing
2013 Apr 11
2
Disable A Windows Service Only If It Exists
I am wondering whether it is possible to have Puppet only stop and disable a Windows service if it exists. I have Puppet master 3.1.1 on CentOS, and Puppet clients 3.1.1 on many Windows machines. Right now, I have the bit below for certain nodes: service { "CVSNT": ensure => ''stopped'', enable => ''false'', } Some of the nodes have this
2013 Apr 07
1
ssl_require_crl does not work as expected
Hi I'm trying to use dovecot with client certificates. We produce our certificates with our on CA and we do NOT use certificate revocation lists. So I put "ssl_require_crl = no" into 10-ssl.conf. I did not find a solution neither in the wiki nor somewhere else, so I finally started to read the source. My impression is that openssl will always try to use CRLs. If
2006 Feb 26
1
Delay before shaping kicks in
I am shaping traffic very sucessfully, but I still have one problem that I just can''t figure out the solution to. When my backbone becomes saturated with traffic, I use prio to diffreciate between users, so that those who need it most, actually gets their service. BUT... when using prio, it actually takes a few seconds before the service they need is given to them. An example: One user
2015 Jul 03
2
dovecot auth using 100% CPU
Am Freitag, den 03.07.2015, 14:28 +0200 schrieb Steinar Bang: > > > fail2ban scans the logs of various services for attacks and firewalls > out the attacking IP addresses. > > There are no built-in rules for exim or dovecot in the debian > fail2ban > package, but there is something here that could possibly be > adapted...? Are you talking about wheezy or jessie?
2005 Jan 27
3
Tortoise CVS download for Asterisk Docs
http://www.asteriskdocs.org/modules/tinycontent/index.php?id=4 Can I make a suggestion that some documentation is provided for the Tortoise CVS download of the asterisk docs. I've tried every combination and I cant get it to work. I'm assuming it must work otherwise it wouldn't have been listed but for 60 seconds more work it would be a bigger benefit to the asterisk
2008 Sep 06
2
cyrus2courier or cyrus2maildir.py, which to choose?
What's the best utility to use to convert mail folders from a cyrus 2.2.13-10, on a debian 4.0 Etch system, to folders that can be used by dovecot? The http://wiki.dovecot.org/Migration/Cyrus page isn't too clear on what's the difference. cyrus2courier says "It should be able to preserve message UIDs, flags and 26 first keywords." cyrus2maildir.py says "preserves
2005 Jan 07
4
[LLVMdev] make check fails on mingw
Hi, I'm trying to test the llvm tools as described in 'http://llvm.cs.uiuc.edu/docs/TestingGuide.html'. However, when running the command: 'make check VERBOSE=1 2>&1' I get this error: ------------------- if test -d "/C/projects/build/MinGW/llvm-2-1/test" ; then \ if test -f "/C/projects/build/MinGW/llvm-2-1/test/Makefile" ; then \ echo
2013 May 12
2
Looking for a good way to manage passwords for CRAM-MD5
I prefer not to use clear text passwords, even over an encrypted connection. With IMAP, the only such mechanism with widespread client support is CRAM-MD5 (please correct my if I'm wrong... I'd love to be corrected here...). On the dovecot 2 wiki, the only way I've found to implement CRAM-MD5 support, is to use a passwd-like file: http://wiki2.dovecot.org/HowTo/CRAM-MD5 I am
2005 Jan 07
2
[LLVMdev] make check fails on mingw
Now, I've no spaces in my path: ------------------ $ echo $PATH .:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/LLVM/tools:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread ------------------ I've found that you safely can delete site.exp. The new values in site.exp are: ------------------ ## these variables are automatically generated by make ## # Do not edit here.
2005 Jan 07
3
[LLVMdev] make check fails on mingw
You're right. And no errors or results where generated: -------------------- if test -d "/C/projects/build/MinGW/llvm-2-1/test" ; then \ if test -f "/C/projects/build/MinGW/llvm-2-1/test/Makefile" ; then \ echo llvm[0]: Running test suite ; \ make -C /C/projects/build/MinGW/llvm-2-1/test check-local \ TESTSUITE= ; \ else \ echo llvm[0]: No Makefile in
2013 Aug 21
3
PATCH for cpu.c
Ozkan Sezer wrote: > On 8/21/13, lvqcl <lvqcl.mail at gmail.com> wrote: > > 1) Some time ago all project files for MSVC 6 were removed; it makes sense > > to remove the code that is necessary only for MSVC 6 and older compilers. > > > > One may still compile using command line instead of a project file. Does > it really hurt keeping such code? Its crufty old