<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
Hello to the list!,<br>
<br>
<br>
finally I could solve the problem thank to another list user
(Wesley) that sent me a private message.<br>
<br>
He suggested me to trace using "strace" the imapd process while I
was trying to move the mailbox.<br>
<br>
When I did that I discovered that the problem could be related with
the quota file:<br>
<br>
/var/lib/imap/quota/c/user.col1901 exists but It was empty<br>
<br>
<br>
pcocol01:~ # cat /var/lib/imap/quota/c/user.col1901<br>
pcocol01:~ #<br>
<br>
<br>
Not like other mailbox quotas:<br>
<br>
pcocol01:~ # cat /var/lib/imap/quota/c/user.col5000<br>
430654051<br>
10000000<br>
pcocol01:~ #<br>
<br>
When I tried to set the quota for that user I received the same
error:<br>
<br>
<br>
localhost> lq user.col1901<br>
localhost> sq user.col1901 10000000<br>
quota:10000000<br>
setquota: System I/O error<br>
<br>
After "stracing" while I was trying to set the quota I got the same
problems so I decided to remove the empty file
(/var/lib/imap/quota/c/user.col1901) as Wesley suggested me.<br>
<br>
After removing the file the problem looked like solved:<br>
<br>
pcocol01:~ # cyradm -u cyrus -pass XXXXXXXXXX localhost<br>
localhost> sq user.col1901 10000000<br>
quota:10000000<br>
localhost> lq user.col1901<br>
STORAGE 0/10000000 (0%)<br>
localhost> renm user.col1901 user.col1901 part3<br>
localhost><br>
<br>
<br>
Thank you very much to all of you!<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 26/06/2012 14:22, Javier
Sánchez-Arévalo Díaz wrote:<br>
</div>
<blockquote cite="mid:4FE9A987.3020706@coam.org" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
<div class="moz-cite-prefix">On 26/06/2012 13:32, Eric Luyten
wrote:<br>
</div>
<blockquote
cite="mid:56681.134.184.15.103.1340710332.squirrel@nuts.vub.ac.be"
type="cite">
<pre wrap="">On Tue, June 26, 2012 12:54 pm, Javier Sánchez-Arévalo Díaz wrote:
</pre>
<blockquote type="cite"> </blockquote>
<blockquote type="cite">
<pre wrap="">On 26/06/2012 12:45, Sebastian Hagedorn wrote:
</pre>
<blockquote type="cite">
<pre wrap="">--On 26. Juni 2012 10:07:10 +0200 Javier Sánchez-Arévalo Díaz
<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:javier.sanchez@coam.org"><javier.sanchez@coam.org></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have just tried your suggestion:
[...]
// cyrus.*.NEW files removed:
pcocol01:~ # cd /buzonesdir/user/col1901/
pcocol01:/buzonesdir/user/col1901 # ls
cyrus.cache cyrus.cache.NEW cyrus.header cyrus.index cyrus.index.NEW
Drafts PosibleSPAM Sent Trash
pcocol01:/buzonesdir/user/col1901 # rm cyrus.*.NEW
</pre>
</blockquote>
<pre wrap="">...
</pre>
<blockquote type="cite">
<pre wrap="">// You are right, there was a partial "movement" in
/mnt/celerra/user/col1901:
pcocol01:/buzonesdir/user/col1901 # ls /mnt/celerra/user/col1901/
cyrus.cache cyrus.header cyrus.index
// If I try to move the mailbox without removing this partial files I
have no success:
pcocol01:/buzonesdir/user/col1901 # cd ..
pcocol01:/buzonesdir/user # cyradm -u cyrus -pass XXXXXXX localhost
localhost> renm user.col1901 user.col1901 part3 renamemailbox: System I/O
error localhost> exit
// But It also doesn't work if I remove those files previously.
pcocol01:/buzonesdir/user # rm -rf /mnt/celerra/user/col1901
pcocol01:/buzonesdir/user # ls /mnt/celerra/user/col1901
/bin/ls: /mnt/celerra/user/col1901: No such file or directory
pcocol01:/buzonesdir/user # cyradm -u cyrus -pass XXXXXXXX localhost
localhost> renm user.col1901 user.col1901 part3 renamemailbox: System I/O
error
[...]
Any other idea?
</pre>
</blockquote>
<pre wrap="">Just an idea: Have you checked if after the first attempt the .NEW
files you had previously deleted hadn't perhaps reappeared? Maybe you need to
delete them again.
</pre>
</blockquote>
<pre wrap="">I did It :(
[...]
// no *NEW* files in origin partition mailbox:
pcocol01:~ # find /buzonesdir/user/col1901/ -iname '*NEW*' -print
pcocol01:~ #
// no one file in destination partition:
pcocol01:/mnt/celerra/user # ls /mnt/celerra/user/col1901
/bin/ls: /mnt/celerra/user/col1901: No such file or directory
// But still It doesn't work :(
pcocol01:~ # cyradm -u cyrus -pass XXXXXX localhost
localhost> renm user.col1901 user.col1901 part3 renamemailbox: System I/O error
[...]
Any other test or idea to try?
</pre>
</blockquote>
<pre wrap="">
Javier,
</pre>
</blockquote>
<br>
<br>
<blockquote
cite="mid:56681.134.184.15.103.1340710332.squirrel@nuts.vub.ac.be"
type="cite">
<pre wrap="">I am in the middle of preparations for a Cyrus migration myself (50 million
messages in 475,000 mailboxes, totalling more than 5 Terabyte of e-mail)
but I would expect the destination directory to be certainly empty, if not
non-existing. I have little time to test this on my Cyrus 2.3 environment,
however.</pre>
</blockquote>
<br>
<br>
I really appreciate you help Eric.<br>
<br>
<blockquote
cite="mid:56681.134.184.15.103.1340710332.squirrel@nuts.vub.ac.be"
type="cite">
<pre wrap="">
I noticed your destination partition bearing a 'celerra' name component.
Is this an NFS mount or an iSCSI block device 'attach' on your Cyrus server ?</pre>
</blockquote>
<br>
Yes It is. /mnt/celerra is a NFS mountpoint:<br>
<br>
<br>
pcocol01:~ # mount | grep celerra<br>
212.145.146.8:/FS_AUX/FS_AUX on /mnt/celerra type nfs
(rw,addr=212.145.146.8)<br>
<br>
<br>
But, honestly I think It's not a real I/O problem. I can move
other mailboxes from one partition to another without problem.<br>
<br>
[...]<br>
pcocol01:~ # cyradm -u cyrus -pass XXXXXXX localhost<br>
localhost> cm user.movingproblem default<br>
localhost> exit<br>
pcocol01:~ # ls /buzonesdir/user/movingproblem/<br>
cyrus.cache cyrus.header cyrus.index<br>
pcocol01:~ # cyradm -u cyrus -pass XXXXXXXX localhost<br>
localhost> renm user.movingproblem user.movingproblem part3<br>
localhost> exit<br>
pcocol01:~ # ls /mnt/celerra/user/movingproblem/<br>
cyrus.cache cyrus.header cyrus.index<br>
[...]<br>
<br>
<br>
Also I don't see any NFS error or warning in log files.<br>
<br>
?????????<br>
<br>
Thank you again.<br>
<br>
<br>
<br>
<br>
<br>
<blockquote
cite="mid:56681.134.184.15.103.1340710332.squirrel@nuts.vub.ac.be"
type="cite">
<pre wrap="">
Eric Luyten, Computing Centre VUB/ULB.
----
Cyrus Home Page: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a>
List Archives/Info: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a>
To Unsubscribe:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
body,td,th {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color:#16497d;}
a:link {color: #4687a3; text-decoration: none;}
a:visited {color: #4687a3; text-decoration: none;}
a:hover { color: #4687a3; text-decoration: none;}
a:active { color: #4687a3; text-decoration: none;}
#logo {position:absolute; top:0px; right:auto; bottom:auto; left:0px; border:none;}
</style>
<p style="font-weight: none font-size: 11pt; color: #16497d;"> <br>
<br>
<br>
<br>
</p>
<table border="0" cellpadding="0" cellspacing="0" width="463">
<tbody>
<tr>
<td height="72" valign="top" width="330">
<p style="font-weight: none font-size: 7,5pt; color:
#4687a3;"><strong>Javier Sanchez-Arevalo</strong><br>
Dpto. de Informatica<br>
<br>
web:<a moz-do-not-send="true"
href="http://www.coam.es" target="_blank"><strong>www.coam.es</strong></a><br>
mail:<a moz-do-not-send="true"
href="mailto:javier.sanchez@coam.org"
target="_blank"><strong>javier.sanchez@coam.org</strong></a></p>
</td>
<td align="left" valign="top" width="133">
<p style="font-weight: none font-size: 7,5pt; color:
#4687a3;"><br>
<br>
Hortaleza 63<br>
28004 Madrid<br>
T. 915 951 536<br>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div align="justify"><font color="#a9a9a9" size="1"> <br>
Este correo electronico y, en su caso, cualquier fichero anexo
al mismo, contiene informacion de caracter confidencial
exclusivamente dirigida a su destinatario o destinatarios.
Queda prohibida su divulgacion, copia o distribucion a
terceros sin la previa autorizacion escrita del COLEGIO
OFICIAL DE ARQUITECTOS DE MADRID. <br>
En el caso de haber recibido este correo electronico por
error, se ruega notifiquese inmediatamente esta circunstancia
mediante reenvio a la direccion electronica del remitente o al
telefono 915 951 500 1903<br>
De conformidad con lo establecido en la L.O.P.D. 15/1999, EL
COLEGIO OFICIAL DE ARQUITECTOS DE MADRID garantiza la adopcion
de las medidas necesarias para asegurar el tratamiento
confidencial de los datos de caracter personal. Asi mismo le
informamos de la posibilidad de ejercer los derechos de
acceso, rectificacion, cancelacion y oposicion en la siguiente
direccion: Hortaleza 63. Madrid 28004 </font> <br>
<br>
</div>
<a moz-do-not-send="true" href="http://www.coam.es"
target="_blank"><img src="cid:part7.06080800.03010804@coam.org"
border="0" height="40" width="168"></a> <br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">----
Cyrus Home Page: <a class="moz-txt-link-freetext" href="http://www.cyrusimap.org/">http://www.cyrusimap.org/</a>
List Archives/Info: <a class="moz-txt-link-freetext" href="http://lists.andrew.cmu.edu/pipermail/info-cyrus/">http://lists.andrew.cmu.edu/pipermail/info-cyrus/</a>
To Unsubscribe:
<a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus">https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus</a></pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
body,td,th {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color:#16497d;}
a:link {color: #4687a3; text-decoration: none;}
a:visited {color: #4687a3; text-decoration: none;}
a:hover { color: #4687a3; text-decoration: none;}
a:active { color: #4687a3; text-decoration: none;}
#logo {position:absolute; top:0px; right:auto; bottom:auto; left:0px; border:none;}
</style>
<p style="font-weight: none font-size: 11pt; color: #16497d;">
<br>
<br>
<br>
<br>
</p>
<table border="0" cellpadding="0" cellspacing="0" width="463">
<tbody>
<tr>
<td height="72" valign="top" width="330">
<p style="font-weight: none font-size: 7,5pt; color:
#4687a3;"><strong>Javier Sanchez-Arevalo</strong><br>
Dpto. de Informatica<br>
<br>
web:<a href="http://www.coam.es" target="_blank"><strong>www.coam.es</strong></a><br>
mail:<a href="mailto:javier.sanchez@coam.org"
target="_blank"><strong>javier.sanchez@coam.org</strong></a></p>
</td>
<td align="left" valign="top" width="133">
<p style="font-weight: none font-size: 7,5pt; color:
#4687a3;"><br>
<br>
Hortaleza 63<br>
28004 Madrid<br>
T. 915 951 536<br>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div align="justify"><font color="#a9a9a9" size="1">
<br>
Este correo electronico y, en su caso, cualquier fichero anexo
al mismo, contiene informacion de caracter confidencial
exclusivamente dirigida a su destinatario o destinatarios. Queda
prohibida su divulgacion, copia o distribucion a terceros sin la
previa autorizacion escrita del COLEGIO OFICIAL DE ARQUITECTOS
DE MADRID. <br>
En el caso de haber recibido este correo electronico por error,
se ruega notifiquese inmediatamente esta circunstancia mediante
reenvio a la direccion electronica del remitente o al telefono
915 951 500 1903<br>
De conformidad con lo establecido en la L.O.P.D. 15/1999, EL
COLEGIO OFICIAL DE ARQUITECTOS DE MADRID garantiza la adopcion
de las medidas necesarias para asegurar el tratamiento
confidencial de los datos de caracter personal. Asi mismo le
informamos de la posibilidad de ejercer los derechos de acceso,
rectificacion, cancelacion y oposicion en la siguiente
direccion: Hortaleza 63. Madrid 28004
</font>
<br>
<br>
</div>
<a href="http://www.coam.es" target="_blank"><img
src="cid:part11.05080101.09050401@coam.org" border="0"
height="40" width="168"></a>
<br>
<br>
</body>
</html>