search for: desynchronization

Displaying 20 results from an estimated 26 matches for "desynchronization".

2008 Oct 12
2
[LLVMdev] Genlibdeps.pl, CMake and MSYS
...s. > * Am I correct in thinking that the CMake process doesn't reference > GenLibDeps.pl? The LLVM CMake build system generates and uses llvm-config where it is required (MSVC++ can live without it). This means that GenLibDeps.pl is invoked for building llvm-config. > * I am seeing desynchronization between the configure-generated > Makefiles and the CMakeFile.txt files. [e.g., llc; makefile doesn't > have asmprinter, CMakeFile.txt does]. That much I should be able to > construct a patch for "blind", if no-one gets to it first. Maybe there are some such desynchroni...
2007 Mar 06
6
Desynchronize clock
I don''t want my dom0 to update the clock in my HVM domU. I''ve already disabled network-based time synchronization inside the HVM. I''ve tried setting /proc/sys/xen/independent_wallclock=1 and then restarting xend, but the guest still gets the correct time. Any ideas on how to accomplish this? Steve Brueckner, ATC-NY _______________________________________________
2008 Oct 12
0
[LLVMdev] Genlibdeps.pl, CMake and MSYS
Óscar Fuentes wrote: > Kenneth Boyd <zaimoni at zaimoni.com> writes: > >> * I am seeing desynchronization between the configure-generated >> Makefiles and the CMakeFile.txt files. [e.g., llc; makefile doesn't >> have asmprinter, CMakeFile.txt does]. That much I should be able to >> construct a patch for "blind", if no-one gets to it first. >> > > Ma...
2007 Sep 10
0
Dovecot connection error because of the desynchronization between a index file and it's log file
Today, i lost connection with the mail server. I think that there are some problem with the index file and it's log file. Following is the log for losing connection. Sep 10 11:18:01 biosoft dovecot: POP3(hjnam): Transaction log file /home/hjnam/mail/.imap/INBOX/dovecot.index.log: marked corrupted Sep 10 11:18:01 biosoft dovecot: POP3(hjnam): Fixed index file
2010 Nov 03
4
How to merge and cut theora videos, and how to synchronize sound?
Hello. Excuse me in advance for these dumb questions. I used ffmpeg2theora to convert much videos. Now I would cut and/or merge them. How can I do it? Furthermore, in many cases the sound was desynchronized - I converted TS mpegs. I tried to add the sync flag with bad effects. How can I manually delay / anticipate sound track?
2008 Oct 11
0
[LLVMdev] Genlibdeps.pl, CMake and MSYS
...ppen on the > past. Building with the configure script works, so it seems something > related to CMake. Do you have any insight on this? > I'll get back on this tonight or tomorrow. * Am I correct in thinking that the CMake process doesn't reference GenLibDeps.pl? * I am seeing desynchronization between the configure-generated Makefiles and the CMakeFile.txt files. [e.g., llc; makefile doesn't have asmprinter, CMakeFile.txt does]. That much I should be able to construct a patch for "blind", if no-one gets to it first. Kenneth
2008 Oct 11
4
[LLVMdev] Genlibdeps.pl, CMake and MSYS
Kenneth Boyd <zaimoni at zaimoni.com> writes: [snip] >> That does not really surprise me about CMake, but then mingw is not a >> primary compiler on Windows, more so is VC++ or Intel, either way a >> bug should be submitted to the CMake devs. > I do not want to troll the CMake devteam, so I will not submit the bug > report without a full-blown patch. The CMake
2015 Feb 11
1
Re: [PATCH v3 1/2] New API: btrfs_balance_status
On Wed, Feb 11, 2015 at 06:41:19PM +0800, Chen Hanxiao wrote: > + if (nlines < 1) > + return NULL; This error handling is wrong. It would cause the protocol between the appliance and library to become desynchronized. You have to call one of the error functions -- eg. `reply_with_error' before returning NULL. The rest of this patch looks fine, if this change was made. Rich.
2008 Oct 12
2
[LLVMdev] Genlibdeps.pl, CMake and MSYS
Kenneth Boyd <zaimoni at zaimoni.com> writes: >>> * I am seeing desynchronization between the configure-generated >>> Makefiles and the CMakeFile.txt files. [e.g., llc; makefile doesn't >>> have asmprinter, CMakeFile.txt does]. That much I should be able to >>> construct a patch for "blind", if no-one gets to it first. >>>...
2008 Apr 28
2
Replication protocol design
...write later a separate mail about how it'll be implemented to Dovecot. Goals ----- 1. If a single (or configurable number of) server dies, no mails must be lost that have been reported to IMAP/SMTP clients as being successfully stored. 2. Must be able to automatically recover from a server desynchronization, such as: - server has been offline for a long time - some mail files have been manually added/deleted - corrupted data/mail files if they're noticed 3. In multi-master setup if the link between servers die, the servers must be able to proceed autonomously (kind of conflicts with goal 1 tho...
2007 Apr 12
1
[PATCH] Resize improvements (Multiple resize modes, better aspect ratio constraining)
...le resize modes (aside to the standard "normal" mode those are "Stretch", "Outline" and "Filled Outline") - better aspect ratio constraining (you now also can resize aspect constrained windows from other edges than the lower right) - avoiding of mouse pointer desynchronization when the resizing hit constraints. While porting this, I cleaned up the code and fixed some performance problems, so the code is supposed to work without problems. If you want to use the new options and are using gconf, you have to do 'make compiz.schemas.in' in your plugin directory to u...
2008 May 01
5
Replication protocol design #2
...mand to change active mailbox and removed mailbox ID from command parameters Goals ----- 1. If a single (or configurable number of) server dies, no mails must be lost that have been reported to IMAP/SMTP clients as being successfully stored. 2. Must be able to automatically recover from a server desynchronization, such as: - server has been offline for a long time - some mail files have been manually added/deleted - corrupted data/mail files if they're noticed 3. In multi-master setup if the link between servers die, the servers must be able to proceed autonomously (kind of conflicts with goal 1 tho...
2015 Dec 07
7
v2.2.20 released
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig This could be (one of) the last v2.2.x release. We're starting v2.3 development soon. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login:
2015 Dec 07
7
v2.2.20 released
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig This could be (one of) the last v2.2.x release. We're starting v2.3 development soon. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login:
2016 Apr 03
1
Samba suddenly restart and replication does not works anymore
...1 restart -> sdc02 and sdc03 say "Did not manage to negotiate mandatory feature SIGN" 2) I restart sdc02 and sdc03 manually -> pdc01 say "Did not manage to negotiate mandatory feature SIGN" 3) I restart pdc01 again and everything works fine This is like a machine password desynchronization no ? When logrotate was enabled on samba log files the problem appear must more often. So it seem related to the samba restart, manually or not. Il have checked the DC's time clock. No problem. Here my smb.confs. ########### For pdc01 ########### [global] netbios aliases = sambaacc...
2013 Apr 09
1
[LLVMdev] VMKit build failure on OSX
Hi all, I am currently trying to build vmkit on OSX Lion. I am using release versions of llvm/clang as 3.2 and have tired both vmkit HEAD, 3.2 and vmkit2. I have gotten farthest with 3.2 but the current build error that I am getting is llvm[3]: Compiling JavaObject.s for Release+Asserts build /vmkit/lib/j3/VMCore/Release+Asserts/JavaObject_gc.s:1647:2: error: invalid instruction mnemonic
2002 Apr 16
2
Ogg Movies
Hi! I was very pleased when I realized that it is possible to use OGG VORBIS for compressing the audio streams of my movies. But because the AVI standard (*.avi) doesn't support VORBIS audio streams, I had to use the OGG MEDIA standard (*.ogm) instead for my movies. Are there any tools (or VirtualDub plugins ???) for editing Ogg Media Streams? I would like to change the Video FrameRate in
2015 Dec 03
8
v2.2.20 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz.sig v2.2.20 probably will be released tomorrow or maybe during weekend. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login: Added
2015 Dec 03
8
v2.2.20 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.20.rc1.tar.gz.sig v2.2.20 probably will be released tomorrow or maybe during weekend. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login: Added
2006 Jun 07
14
HA Xen on 2 servers!! No NFS, special hardware, DRBD or iSCSI...
I''ve been brainstorming... I want to create a 2-node HA active/active cluster (In other words I want to run a handful of DomUs on one node and a handful on another). In the event of a failure I want all DomUs to fail over to the other node and start working immediately. I want absolutely no single-points-of-failure. I want to do it with free software and no special hardware. I want