similar to: Reproducible duplicate messages bug with Mail.app+Dovecot

Displaying 20 results from an estimated 11000 matches similar to: "Reproducible duplicate messages bug with Mail.app+Dovecot"

2012 Oct 06
1
R Update Failed !!!
Hi R-listers, I just tried updating my R and now I can't even open it and it is prompting me to relaunch then relaunch just reappears. And it will not open R. I am afraid I may have lost my scripts. What should I do? I am running a MacBook OS X Version 10.5.8 1) Restore the entire system to an earlier date? 2) Drag R from applications and reload R program (updated version)? Will my
2017 Oct 02
1
relaunching libguestfs with the same overlay
On Mon, Oct 02, 2017 at 11:50:42AM +0300, Maxim Kozover wrote: > Hi Richard! > Could you tell me, please, if there is a way to relaunch libguestfs with > the same overlay from the last run? The documentation tells the overlay is > removed when the handle to libguestfs is closed. Right, the overlay is created by libguestfs itself and thrown away when the handle is closed:
2012 Oct 10
0
NOTE: Relaunching handles (don't do it!)
It's possible through the API to do a sequence of calls like this: g = guestfs_create (); guestfs_add_drive (g, "foo"); guestfs_launch (g); guestfs_shutdown (g); guestfs_launch (g); # relaunch the handle The question is, what should be the state of the handle at the second launch? Would the verbose flag still be set if it had been set earlier? (I think fairly
2009 Feb 08
7
Helpful Hints for OS X Users (Idiots Guide?)
Hello, I have been busy working away at getting Darwine to run on OS X with no luck... I tried uninstalling and reinstalling many times, but I was continually getting gdi32.dll errors. This guide was tested on OS X Leopard 1.5.6. The following guide is how I set it up. The steps may vary slightly for you. Be sure to read this whole thread before actually trying some of the things listed here,
2015 Feb 10
1
host Linux - guest Win7 fast file sharing [was: getting guestfs_rsync_out to work]
Update: Using mount (read-only) and unmount commands in a script that loops continuously, we are able to see near instantaneous file modifications (less than 0.5 sec) performed on a Win7 live guest. We have to use the sync.exe utility (technet.microsoft.com/en-us/sysinternals/bb897438.aspx), otherwise changes are not visible for 10-20 sec. We tested sync.exe with our libguestfs test program
2013 Dec 06
2
Dragging app between workspaces not working
When I try to drag an app between workspaces, it doesn't move. I'm using compiz. When I put an arrow over an app in the workspace panel viewer (whatever that is called), it says click to start dragging, but no go. Any ideas? Thanks, -wes
2005 Nov 01
2
preparing relaunch of WineTols 0.9
Hello, we are on the way to relaunch winetools for 0.9. One problem remains unsolved: Whenever we start Word 2k, it states "Preparing installation..." and "Please wait till office completes the installation..". It does so and we have a working Word. But is it annoying that is done on every single start of Word. All other Office2k apps perform very well. Regards Joachim von
2020 Feb 11
3
[v 2.3.4.1][quota] recalculation
Hello, I can't find the information on the wiki :( When is the quota recalculated after a mail deletion ? For instance, I am running low of storage and I use Thunderbird to delete large mail. I only notice a recalculation when I quit Thunderbirdb and I relaunch it. Even, with doveadm CLI, as long as Thunderbird is not disconnected on the client side, the server didn't recalculate the
2020 Jul 20
2
Speed-up/Cache loadNamespace()
Le 20/07/2020 ? 10:15, Abby Spurdle a ?crit?: > It's possible to run R (or a c parent process) as a background process > via a named pipe, and then write script files to the named pipe. > However, the details depend on what shell you use. > > The last time I tried (which was a long time ago), I created a small c > program to run R, read from the named pipe from within c, then
2002 Nov 22
2
OGG --> MP3 conversion app?
hello all does anyone know of a utility convert OGG to MP3 and prehapes MP3 to OGG? While i use ogg for everything on my computer, my discman only plays MP3 files, so a nice program where i can drag and drop folders to reencode to MP3 would be a very nice thing to have indeed. Kinda like oggdrop but mp3drop. if there isn't i might just attempt to write one (i'm just 1st year
2015 Jul 02
3
Call to funding NUT infrastructure
Dear NUT Community, It's not something you've been used to from me, but... I've been funding the NUT infrastructure on my own for many years now. I'm currently in a situation that is a bit hard, financially speaking. I've recently renewed the networkupstools.org domain name. But now comes the server in itself (BaseInstance Cloud slice on Gandi). It's not that many bucks
2015 Jul 02
3
Call to funding NUT infrastructure
Dear NUT Community, It's not something you've been used to from me, but... I've been funding the NUT infrastructure on my own for many years now. I'm currently in a situation that is a bit hard, financially speaking. I've recently renewed the networkupstools.org domain name. But now comes the server in itself (BaseInstance Cloud slice on Gandi). It's not that many bucks
2005 Sep 16
1
Delay to join a domain successfully
Hi team, I'm running samba 3.0.4 on AIX 4.3.3 and HP-UX 11.00 without any problems except the following : On HP-UX 11.00, when I try to join a machine to a domain, it first insert all POSIX entries in the LDAP backend but rejects the junction. The machine account could not be found. Waiting for a while and relaunching the join command, the junction just works fine. Having exactly the same
2004 Apr 16
1
how to free memory space ??
Hi, Does anybody know of a way to free up some memory ? the command "rm" doesn't seem to do what I want... I thought that 'rm' function would free the memory used for the deleted object, but it doesn't seem to be the case, as I don't observe any change in the allocated memory for R in the windows task manager. I ask this question because sometimes I have
2025 Jan 24
1
LockoutTime will not reset
Yesterday one of my users was prompted to change his password (which he did).? Today he tried to login and his account was locked.? I first used the Active Directory Users and Computers tool on Windows to unlock the account.? This appeared to accept the setting but did not work and when relaunching the app it still showed the account locked. I next tried to use "samba-tool user edit
2025 Jan 25
1
LockoutTime will not reset
On Fri, 24 Jan 2025 13:27:49 -0600 Ham via samba <samba at lists.samba.org> wrote: > Yesterday one of my users was prompted to change his password (which > he did).? Today he tried to login and his account was locked.? I > first used the Active Directory Users and Computers tool on Windows > to unlock the account.? This appeared to accept the setting but did > not work and
2012 Sep 19
1
[LLVMdev] Saving code for later execution
I'm using the LLVM C++ API to create code on-the-fly for execution. This works fine. But what if I want to save this code to disk, quit, relaunch my app at some later time, reload the previously generated code off disk, and execute it? How can I do that? Can somebody point me to some documentation or examples? Thanks. - Paul
2004 Sep 17
1
AW: dial '0' for outside line and get a dialtone...
> I'd like to create the following: a user picks up the phone > (gets a dial tone), dials '0' for an 'outside' line, gets a > second (different?) dialtone, and is able to enter an > external phone number. Klaus-Peter Junghanns has something like this on his page: http://83.137.99.170/jn/relaunch/asterisk/page19.html It didn't work for me correctly so I
2004 Sep 28
2
Windows XP - Explorer crashes when I try to open a file on a Samba share
I am having problems with my samba clients. I am using Windows XP SP1 to try to connect to a Samba server I have running on my Gentoo Linux server. Browsing a share works decently well, but I ocassionally have network problems (the same timeout issue I explain below). The real problem comes, though, when I try to access a file (either trying to open it or just right-clicking on it). As soon as I
2008 Oct 12
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
On Sun, Oct 12, 2008 at 11:13 AM, Keir Mierle <mierle at gmail.com> wrote: > Justs to chime in: I'm one of the gtest devs. I'd like to add that gtest is > very portable, more so than llvm; it even works on WinCE and blackberry. If > there are specific features needed by LLVM, depending on what it is I may be > able to get it into gtest. I noticed that gtest uses fork to