Displaying 20 results from an estimated 11000 matches similar to: "convert plugin: endless conversion and duplicate messages"
2008 Feb 29
2
links causing dovecot endless search through user's homedirs
Hello,
My user's imap folder locations are a mess. Some have them in
/home/username/mail but a lot of them just have them in /home/username.
So I need to have dovecot's base imapdir pointed directly at the user's
homedirs.
My problem now is that a lot of users have many links in their homedirs.
Some even have circular links, such as:
/home/username/foo/foo1/foo2/foo3/foo4 ->
2006 Oct 31
1
New Article: Endless Pageless - No More Next Page
I just published a new article on how and why (and when!) to do away
with paginated search results, in favour of a more natural, endlessly
scrolling page.
http://unspace.ca/discover/pageless/
I provide code and an example of how to implement this in Rails and
Prototype.
Opinions and suggestions welcomed!
Pete
Unspace Interactive Inc.
--~--~---------~--~----~------------~-------~--~----~
You
2014 Feb 02
1
Trouble implementing ov_callbacks, endless loop calling seek_func
Hello list,
I've been having a tough time adding windows resource support to my ogg
vorbise decoder, although I think I am close. Basically when I call
ov_open_callbacks(), it doesn't ever return and repeatedly calls my
seek_func.
I'm hoping it is something obvious, but I can't see why my seek_func is
being called endlessly. If the file is seekable, I should return 0, right?
If
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
The deflation request to the target, which isn't unaligned to the
guest page size causes endless deflation and inflation actions. For
example, we receive the flooding QMP events for the changes on memory
balloon's size after a deflation request to the unaligned target is
sent for the ARM64 guest, where we have 64KB base page size.
/home/gavin/sandbox/qemu.main/build/qemu-system-aarch64
2004 Sep 10
0
Smbfs problems after upgrading from Woody to Sarge
I earlier this week upgraded from Debian woody to sarge on a machine that
does a nightly backup to another machine via a samba share. Since then I
have had some issues with accessing that share with I believe are a result
of the upgrade. I upgraded the kernel at the same time to 2.4.27-1-686 #1
via apt-get, which might be the related to the problem. Smbfs is version
3.0.6-3
2007 Jun 28
0
convert plugin problem from UW-IMAP
Though there are conversion scripts, I'd like to give the convert
plugin a chance. I have Dovecot 1.0.1 on Trustix Secure Linux 2.2
(Linux 2.4.27), and we had UW IMAP 2002e. Dovecot seems to work OK
(e.g. I can add copy messages to it), but things break when I activate
the convert plugin.
The Wiki suggests
convert_mail = mbox:~/:INBOX=/var/mail/%u # <--- locally changed to
2007 Jul 01
1
Database server failure causes endless loop
Hi,
I've just started setting up Dovecot 1.0.1, and made an error in my
configuration, which I think has found a potential problem in Dovecot.
I'm using PostgreSQL authentication, and set the database host to
"localhost", which PostgreSQL doesn't listen on, so libpq is throwing
the standard "is the server running?" message.
The problem, however, is Dovecot
2002 Aug 20
1
winbind initgroups problem with 2.2.5 on RH 7.2
Hello,
I am trying to get winbind up and working for logins. Here is my error
message from /var/messages:
Aug 20 20:59:51 aslan pam_winbind[32713]: user 'lisa.snow' granted acces
Aug 20 20:59:51 aslan pam_winbind[32713]: user 'lisa.snow' granted acces
Aug 20 20:59:51 aslan login[32713]: initgroups: Operation not permitted
Here is my pam.d/login file:
#%PAM-1.0
# orginal before
2008 Jul 23
2
Trying tro play Endless Online
Hello, I'm new to the WineHQ forums and I am trying to play a massively multiplayer rpg called Endless Online. I've talked with a couple people on their IRC chat who told me that a lot more people were beginning to use wine to play this game. The one that told me this was using a port of wine for Mac OS X and I don't know if the others that this person referred to are using Linux or
2005 Jun 02
0
[Bug 2766] New: rsync endless loop
https://bugzilla.samba.org/show_bug.cgi?id=2766
Summary: rsync endless loop
Product: rsync
Version: 2.6.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: cs@emlix.com
QAContact: rsync-qa@samba.org
2007 May 18
2
Endless Password Expiration in 3.0.25
People who have reported this bug (Endless Password Expiration in
3.0.25, bugzilla id #4630) can you please let me know if you're
working on 64-bit machines please ? I'm trying to track this
down for 3.0.25a and am working on a theory....
Jeremy.
2010 Jun 22
0
Endless loop with asterisk directory
Every so often, I have an asterisk 1.4.22-4 system that goes into an endless loop with the following:
[Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing 'dir-nomatch' (escape_digits=) (sample_offset 0)
[Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame
[Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame
[Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing
2009 Nov 21
0
Endless reboot of Solaris 10 under KVM
Hi,
in order to test a future deployment of our apps on Solaris, I tried to
virtualize Solaris 10 (update 7) in KVM.
It installed fine but afterward it keep rebooting: reboot -> GRUB -> reboot
-> GRUB etc.
I know that Solaris is not officially supported by CentOS/KVM in CentOS 5.4:
2005 Nov 15
2
gettimeofday and endless looping
Guys,
We''re having a similar problem to that documented, but not resolved, here:
http://lists.xensource.com/archives/html/xen-users/2005-08/msg00110.html
The python process that runs "/usr/sbin/xend start" has reached 99.9% CPU
utilization.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3569 root 25 0 12952 7876 2456 R 99.9 6.2 13444:26 python
2007 Oct 13
3
Endless Redirects with Ssl_Requirement
I''m running an application on mongrel with apache 2.2.3. SSL works
fine when I enter an https manually. But when I use the plugin, I get
an endless redirect.
Got the same error when I tried running the following simplified
version of SslRequirement from within an action:
unless request.ssl?
redirect_to "https://#{request.host}/#{request.uri}"
end
So there must be a
2001 Nov 05
0
Win2000 sharing violation
Hi everyone.
I have a problem which I've spent many hours on and now I must turn to the
Samba community for help. Here's the setup:
-Samba 2.0.10 on RedHat 7.1 (Pentium III 933, 384Mb RAM, 100Gb HDD [40/60])
-Windows 2000 Professional client, SP2
-Windows 95b client
-Users of both Win2k and Win95 machines are mapped to user "aslan" on Samba
box, with no forcing enabled.
2005 Jan 31
0
endless loop when searching ldap backend
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
since last week i noticed very strange smbd behaviour.
i have one samba PDC and three BDC's all connected to LDAP.
the PDC is the LDAP master and the BDC have their own replicated LDAP
database.
since last week i notced that there are smbd processes on every DC which
perform never-ending LDAP searches for
2019 Sep 07
0
X.Org Endless Vacation of Code programs
Hi
I am Ayush Goyal from India currently doing B.E. in my final year.
I would like to know that whether project
Instruction Scheduler
is open to contribute and what are the steps to be taken to contribute in
it.
I would like to build it and also if you can brief me about it as there is
very less info about it on the website
https://www.x.org/wiki/SummerOfCodeIdeas/
Also if this project has
2024 Mar 21
0
Regarding X.Org Endless Vacation of Code (EVoC)-Ojus Chugh
Hello Everyone,
Greetings!
I hope you are doing well.
I am Ojus, a final-year IT student. Recently, I discovered EVoC as an
open-source enthusiast, and I'm deeply interested in participating in this
program. However, I am new to this and am looking for a mentor to guide me
through EVoC for a project related to nouveau. I would appreciate any ideas
or projects for this program, as I am open
2017 Sep 27
0
PEI::replaceFrameIndices() endless loop
Hi,
My backend (based on version 3.8) was hanging in an infinite loop in the Prolog/Epilog Inserter.
After investigation, it appears that it was looping in the first level loop of the PEI::replaceFrameIndices() method: processing the second instruction of the block again and again...
This loop never exits because the iterator is 'skipped backward' under some condition in the middle of