Displaying 20 results from an estimated 59 matches for "fcr".
Did you mean:
far
2008 May 15
0
[PATCH][QEMU] serial save load fix
...to upstream
qemu.
SUMMARY:
This patch fixes several bugs in serial.c
(1) A typo in serial_save() where qemu_get_8s is called (should be
qemu_put_8s)
(2) No support provided in serial_load() for version_id == 1 (should
unmarshal
a 1 byte s->divider and should provide a default value for s->fcr
(3) Call serial_ioport_write() to initialize s->fcr. It is not sufficient
to load its value; other hidden values (such as s->recv_fifo.itl) must be
re-initialized.
Signed-off-by: Ben Guthro <bguthro@virtualiron.com
<mailto:bguthro@virtualiron.com>>
Signed-off-by: Robert Phillips...
2017 Jul 04
2
Sieve can't move messages in a public namespace
...t;> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
>> }
>>
>> The problem is that the sieve script fails with the error:
>>
>> sieve: info: started log at Jun 27 12:42:28.
>> error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it>:
>> failed to store into mailbox
>> 'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
>> Cond-UFF_FORNITORI/CONTABILITA/Ricevuta.
>>
>> I double checked config, dovecot documentation, sieve documentation,
>> ACL, filesystem p...
2017 Jun 30
4
Sieve can't move messages in a public namespace
...F_FORNITORI/CONTABILITA/Inviata";
}
else {
fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
}
The problem is that the sieve script fails with the error:
sieve: info: started log at Jun 27 12:42:28.
error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it>: failed to store into mailbox 'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist: Cond-UFF_FORNITORI/CONTABILITA/Ricevuta.
I double checked config, dovecot documentation, sieve documentation,
ACL, filesystem paths, filesystem permissions, etc. etc. I'm pret...
2017 Nov 30
0
Sieve can't move messages in a public namespace
...uot;Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
>>> }
>>>
>>> The problem is that the sieve script fails with the error:
>>>
>>> sieve: info: started log at Jun 27 12:42:28.
>>> error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it>:
>>> failed to store into mailbox
>>> 'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
>>> Cond-UFF_FORNITORI/CONTABILITA/Ricevuta.
>>>
>>> I double checked config, dovecot documentation, sieve documentation,
>&g...
2008 Aug 05
0
[PATCH] ioemu-remote: fix a bug in serial_load
.../serial.c
index 6ae3b20..d090a2b 100644
--- a/hw/serial.c
+++ b/hw/serial.c
@@ -744,7 +744,6 @@ static int serial_load(QEMUFile *f, void *opaque, int version_id)
qemu_get_8s(f,&s->lsr);
qemu_get_8s(f,&s->msr);
qemu_get_8s(f,&s->scr);
- qemu_get_8s(f,&s->fcr);
if (version_id >= 2)
qemu_get_8s(f,&fcr);
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2002 Oct 02
2
output from script
...input
I see the plot, but not the output of sum_input
Of course, if I input the command from the keyboard, I get an output.
What happens?
Many thanks in advance for any help.
Wolfgang
-------------------------------------------------------------------
Dr. Wolfgang Grond
Kompetenzzentrum f=FCr den Email: grond at kegom.de
Elektronischen Gesch=E4ftsverkehr http://www.kegom.de
in Ober- und Mittelfranken - KEGOM
Industrie- und Handelskammer Phone: +49 921 886-519
f=FCr Oberfranken Bayreuth Fax: +49 921 886-122
Bereich Innovation.Umwelt...
2006 Sep 14
5
Shorewall make my firewall fly!
...ad configuration, not bugs!)
Great tool!
Tom and other Shorewall developers, you all are great!
Bye (and sorry for my bad english)
--
Paolo Basenghi - Centro elaborazione dati
Az.Spec.Farmacie Comunali Riunite
Via Doberdo'' 9 - 42100 Reggio Emilia
Tel +39(0522)543313
email: paolo.basenghi@fcr.re.it
www.fcr.re.it - www.informazionisuifarmaci.it
www.saninforma.it - www.futurfarma.it
Le informazioni contenute in questa comunicazione sono riservate e
destinate esclusivamente alla/e persona/e o all''ente sopra indicati.
E'' vietato ai soggetti diversi dai destinatari qualsia...
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
...6550_com[2] = { { 0 } };
-/* Register offsets */
-#define RBR 0x00 /* receive buffer */
-#define THR 0x00 /* transmit holding */
-#define IER 0x01 /* interrupt enable */
-#define IIR 0x02 /* interrupt identity */
-#define FCR 0x02 /* FIFO control */
-#define LCR 0x03 /* line control */
-#define MCR 0x04 /* Modem control */
-#define LSR 0x05 /* line status */
-#define MSR 0x06 /* Modem status */
-#define DLL...
2008 Dec 12
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops.
The binary patch optimization is important on native case because
the paravirt_ops overhead can be reduced by converting indirect
2008 Dec 12
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops.
The binary patch optimization is important on native case because
the paravirt_ops overhead can be reduced by converting indirect
2008 Dec 22
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 3
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on
2008 Dec 22
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 3
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on
2009 Mar 04
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 4
This patch set is for the next merge window.
They are just enhancements of the already merged patches or ia64 porting
from x86 paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on native
2009 Mar 04
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 4
This patch set is for the next merge window.
They are just enhancements of the already merged patches or ia64 porting
from x86 paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on native
2017 Jun 30
0
Sieve can't move messages in a public namespace
...> else {
> fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
> }
>
> The problem is that the sieve script fails with the error:
>
> sieve: info: started log at Jun 27 12:42:28.
> error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it>:
> failed to store into mailbox 'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta':
> Mailbox doesn't exist: Cond-UFF_FORNITORI/CONTABILITA/Ricevuta.
>
> I double checked config, dovecot documentation, sieve documentation,
> ACL, filesystem paths, filesystem permissi...
2017 Jul 04
0
Sieve can't move messages in a public namespace
...quot;;
> }
> else {
> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
> }
>
> The problem is that the sieve script fails with the error:
>
> sieve: info: started log at Jun 27 12:42:28.
> error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it>:
> failed to store into mailbox
> 'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
> Cond-UFF_FORNITORI/CONTABILITA/Ricevuta.
>
> I double checked config, dovecot documentation, sieve documentation,
> ACL, filesystem paths, filesystem per...
2017 Dec 04
2
Recommended tool for migrating IMAP servers
Il 04/12/2017 14:33, x9p ha scritto:
>
>> Can I use this tool even if I do not know the other remote server
>> typology?
>>
> sure. just need both IMAP ports reachable and valid user/pass for both
> servers.
I think Davide was asking about dsync. If so, the answer is no: dsync
works only when both servers are Dovecot and needs some additional
configuration to work
2017 Dec 04
0
Recommended tool for migrating IMAP servers
> On December 4, 2017 at 8:46 AM Paolo <tech-lists at fcr.re.it> wrote:
>
>
> Il 04/12/2017 14:33, x9p ha scritto:
> >
> >> Can I use this tool even if I do not know the other remote server
> >> typology?
> >>
> > sure. just need both IMAP ports reachable and valid user/pass for both
> > servers....
2017 Dec 05
1
Recommended tool for migrating IMAP servers
Il 04/12/2017 17:37, Michael Slusarz ha scritto:
>> I think Davide was asking about dsync. If so, the answer is no: dsync
>> works only when both servers are Dovecot and needs some additional
>> configuration to work through the network (see
>> https://wiki2.dovecot.org/Replication).
> This is entirely incorrect. The source platform for dsync can be ANY IMAP/POP server.
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...D bir =FEeyler yapmaya karar vermek =
=E7ok kolay olmayabilir.
Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha=
l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa=
nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin=
izi y=FCr=FCtme zorlu=F0unun =F6n=FCne ge=E7mekteyiz. Stok tutma zorunlulu=
=F0u, sabit genel giderler ve y=FCksek yat=FDr=FDm maliyetlerine gerek yok,=
Herbalife'la =E7al=FD=FEmak i=E7in Uluslararas=FD i=FE Paketi'ni edinmeniz=
yeterli!
=DDster sonu belirsiz bir i=FEte m=FCcadele ediyor olun ister...