Displaying 9 results from an estimated 9 matches for "sabi".
Did you mean:
abi
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
...imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
ssl_client_ca_dir = /etc/ssl # this needs fixing on the wiki page
Here's how I sync a single mailbox, which should have a few hundred
messages in it:
% doveadm -D -v -c [...] sync -1 -R -u [...] -m Avalon imapc:
Output is at http://sabi.net/temp/sync.txt
But every mailbox contains at most 22-23 messages.
% for i in Maildir/**/cur; do
echo $i $(ls -1 $i | wc -l)
done
Maildir/Alaska/cur 23
Maildir/Avalon/cur 22
Maildir/Christine Scott/cur 22
Maildir/Cornell/cur 22
Maildir/Coupons/cur 10
Maildir/Deleted/cur 22
[...]
I was using 2....
2013 Dec 24
3
ayuda con documento knitr
Si, por eso no sabie muy bien si el problema se podía resolver en la
lista de R. Me da la impresión que es algún tipo de incompatibilidad
entre los paquetes de
latex y los valores por defecto que usa knitr
para producir el resultado. Como dije antes, lo que no me cuadra es que
sólo sea con la función lm.
Gracias p...
2010 Jan 20
3
Slow fsck on adaptec SAS/SATA raid
I'm trying to do an fsck on an ext3 partition but I'm seeing abysmally slow
disk throughput; monitoring with "dstat" (like vmstat) shows ~1200-1500KB/s
throughput to the disks. Even with 24hrs of fsck-ing I only get ~3% (still in
pass1).
The filesystem is ext3 running "e2fsck -C0 /dev/sda3" and about 3.7TB on an
x86_64-based system with 4GB RAM. e2fsprogs is 1.41.9.
2013 Dec 24
0
ayuda con documento knitr
Hola:
El 24/12/13 10:36, morales en us.es escribió:
>
>
> Si, por eso no sabie muy bien si el problema se podÃa resolver en la
> lista de R. Me da la impresión que es algún tipo de incompatibilidad
> entre los paquetes de
>
> latex y los valores por defecto que usa knitr
> para producir el resultado. Como dije antes, lo que no me cuadra es que
> sólo se...
2010 Oct 22
3
Problems converting to maildir with dsync in 2.0.6
I'm trying to convert from an old Dovecot (1.0.15) and mbox to a new
Dovecot and maildir. I'm running into several problems with dsync which
are causing my mboxes not to convert.
If I use LAYOUT=fs (as I'd prefer) I get an error because I have a
mailbox called "subscriptions", and none of my messages convert. Is
there a way to get dovecot to put its own metadata in
2013 Mar 12
2
ext4 and extremely slow filesystem traversal
Hello list,
I have troubles with the daily backup of a modest filesystem which
tends to take more that 10 hours. I have ext4 all over the place on ~200
servers and never ran into such a problem.
The filesystem capacity is 300 GB (19,6M inodes) with 196 GB (9,3M
inodes) used. It's mounted 'defaults,noatime'. It sits on a hardware
RAID array thru plain LVM slices. The RAID array is
2013 Dec 23
4
ayuda con documento knitr
Hola, no se si es este el sitio apropiado para mi consulta, pero
igual alguien también ha tenido el mismo problema.
Estoy preparando un
documento con knitr a través de Tinn-R y WinEdt. Todo va bien hasta que
quiero mostrar directamente el resultado
de una secuencia de código
directamente en el documento. Entonces al crear el documento latex me
sale el siguiente error:
("C:ARCHIVOS DE
2010 Jul 01
6
best practice for lustre clustre startup
Hello,
I have recently installed a lustre cluster which is in a test phase
now but will potentially be in 24x7 production if its accepted.
I would like input from the list on what the recommendations/best
practices are for configuration of a lustre cluster startup.
Is it advisable to have lustre on the various server pieces
(mgs/mdt/oss''s) start automatically? If not why not?
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and
view tests and i have a question. Is this statement really correct:
"We highly recommend that you exploit the mock framework here rather
than providing real model objects in order to keep the view specs
isolated from changes to your models."
(http://rspec.rubyforge.org/documentation/rails/writing/views.html