similar to: (no subject)

Displaying 8 results from an estimated 8 matches similar to: "(no subject)"

2013 Dec 09
0
Gluster - replica - Unable to self-heal contents of '/' (possible split-brain)
Hello, I''m trying to build a replica volume, on two servers. The servers are: blade6 and blade7. (another blade1 in the peer, but with no volumes) The volume seems ok, but I cannot mount it from NFS. Here are some logs: [root@blade6 stor1]# df -h /dev/mapper/gluster_stor1 882G 200M 837G 1% /gluster/stor1 [root@blade7 stor1]# df -h /dev/mapper/gluster_fast
2013 Nov 06
1
Postfix delivers mails to maildir and not to dovecot LDA for a virtual user
Hi I have been able to setup postfix and dovecot using postgres as the backend store with virtual user maps on Ubuntu 12.04 LTS Server. I have been following instructions from here: http://wiki2.dovecot.org/HowTo/DovecotPostgresql I haven't setup postfix to use saslauthd and PAM, instead I am using dovecot for SASL authentication. Rest of the table structures and query files are the same as
2011 May 02
2
Help with coloring segments on a plot
Hi. I need a very short piece of help regarding colouring segments plotted on a graph. When I am plotting segments for the graph, I am using "red" and "darkgreen for the values "1" and "2" respectively. Heres the relevant line of code in R: + col = c("red", "darkgreen")[line.colour.value]) I just need to extend this to refer to a larger
2015 Jan 24
0
Indexing Mail faster
* Kevin Laurie <superinterstellar at gmail.com> 2015.01.24 19:41: > Currently the time it takes to search 25,000mails is 4mins. If indexed how > much faster are we looking at? With a current version of Dovecot a search is pretty fast _without_ using external indexes. I have a view defined (virtual plugin) with around 22.000 messages in it, and searching the full view only takes 2.5
2008 Aug 26
2
Hig cpu-usage on 3.0.24 on 64bit Debian etch
I'm having an issue with cpu-spikes on the following setup Samba 3.0.24 as PDC with cups as the printing system on a Debian Etch 64 bit version Intel dual-core system My main problem is, that everything works just fine, there are no serious errors in the log files, even if i step the log level up to level 3. What happens is that the processes belonging to the guest-account have occasional
2012 Mar 30
0
Wine release 1.5.1
The Wine development release 1.5.1 is now available. What's new in this release (see below for details): - Built-in JavaScript now preferred over Gecko in most cases. - Support for scalable font resources. - Fixes for audio and video playback. - Support for script decoding in JScript. - Various bug fixes. The source is available from the following locations:
2015 Jan 27
4
Indexing Mail faster
Hi Thomas, That's very interesting. Below is my search result. Any idea why is my result so slow:- Appreciate if you could advise. Thanks Kevin . OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
2010 May 15
1
barplot: invalid 'xlim' value
Forum, I am attempting to plot weekly horizontal histograms, something very similar to: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 The part of the code used to create this graphic that interest me: # Draw the histograms for (i in 1:length(ages)){ par(new = TRUE) xmin <- -ages[i] + xlim[1] xmax <- xlim[2] - ages[i] ser <- freqs[, i+1] ser <-