search for: deano

Displaying 20 results from an estimated 28 matches for "deano".

Did you mean: dean
2008 Nov 20
2
[LLVMdev] Patch to VMKIT tools makefile
...-8,11 +8,12 @@ ##= = =---------------------------------------------------------------------- ===## LEVEL = .. -PARALLEL_DIRS = vmkit vmjc +PARALLEL_DIRS = vmkit include $(LEVEL)/Makefile.config ifeq ($(WITH_JNJVM), 1) + PARALLEL_DIRS += vmjc PARALLEL_DIRS += jnjvm endif Bye, Deano
2008 Nov 20
0
[LLVMdev] Patch to VMKIT tools makefile
...--------------------------- > ===## > LEVEL = .. > > -PARALLEL_DIRS = vmkit vmjc > +PARALLEL_DIRS = vmkit > > include $(LEVEL)/Makefile.config > > ifeq ($(WITH_JNJVM), 1) > + PARALLEL_DIRS += vmjc > PARALLEL_DIRS += jnjvm > endif > > Bye, > Deano > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2014 Jun 21
2
Managing users and home dirs
For those of you using virtual users, and SQL, how are you managing your users and their home dirs ? That is, what process do you use for adding/deleting users, creating their home dirs etc ? I suppose it's easy enough to do manually, inserting rows in the database, creating dirs, chown/chmod yada yada, but there must be a better way to do it ... If you're doing dovecot replication then it
2004 Aug 09
5
Bizarre failure of samba shares to XP
...:24, 1] smbd/service.c:close_cnum(801) gigger (192.168.2.7) closed connection to service docs1 That connection failed. Yet immediately after, I connected to \\debian\docs1\test1 and that worked fine, but there was no entry in the log. WTF ?? Where should I look ? Thanks - -- Dean Carpenter deano at areyes com 94TT :)
2020 May 30
1
Current thinking on backups ?
...back all those files in order (or not come to > think of it) in the /var/mail/<username> (or somewhere even better fit > in Postfix.) > > > I am not interested in saving the state of the mailbox as much as all > the mails that ever come in (or go out.) -- Dean Carpenter deano is at areyes dot com 203 six oh four 6644
2020 Jan 22
2
Dovecot - Upgrade Solr 7.7.2 to 8.4.1
...messaggio ed i suoi allegati sono di carattere confidenziale. ? vietato l'inoltro non autorizzato a destinatari diversi da quelli indicati nel messaggio originale. Se ricevuto per errore si prega di informare il mittente e cancellarlo immediatamente. Il giorno 22 gen 2020, alle ore 15:26, deano-dovecot at areyes.com<mailto:deano-dovecot at areyes.com> ha scritto: On 2020-01-22 8:42 am, Domenico Pastore wrote: Hello, I have Dovecot configured with Solr for the indexes. I have need your support for upgrade solr 7.7.2 to 8.4.1. Solr 7.7.2 has a security issue CVE-2019-12409. It's...
2010 Dec 22
16
stupid ZFS question - floating point operations
I have a coworker, who''s primary expertise is in another flavor of Unix. This coworker lists floating point operations as one of ZFS detriments. I''s not really sure what he means specifically, or where he got this reference from. In an effort to refute what I believe is an error or misunderstanding on his part, I have spent time on Yahoo, Google, the ZFS section of
2020 Jan 22
2
Dovecot - Upgrade Solr 7.7.2 to 8.4.1
Hello, I have Dovecot configured with Solr for the indexes. I have need your support for upgrade solr 7.7.2 to 8.4.1. Solr 7.7.2 has a security issue CVE-2019-12409. It's possible upgrade of Solr? Dovecot work correctly with Solr 8.x? The Solr documentation recommended after updating: "It is always strongly recommended that you fully reindex your documents after a major version
2014 Jun 03
2
Replication with virtual users and static userdb possible ?
Is it possible to get replication working in a virtual user setup that uses a static userdb ? My environment is fairly simple and typical - there's a single system user (vmail) that owns all the home dirs (/var/mail/domain.com/user). The virtual users (userid at domain.com:secretpassword) are kept in a single file (/var/mail/domain.com/PASSWD) that's unique per domain, and referenced as a
2006 Mar 21
3
OS X-centricities? Too many files, temp, indexes, etc...
...39;t stick with this solution if I'll always have to worry about manually fixing broken caches/indexes. 3) Any advice on fcntl/flock on OS X, particularly? They both appear to work, but I'd prefer to use the fastest/least resource intensive options for everything if possible. Thanks! -deano
2009 Jun 13
0
[LLVMdev] Bug in CMake Xcode projects
...e, and I'm about to dig into the CMake files to see if I can work it out but figured I'd post here for some expert knowledge. There are further failures later on, but I think they might be knock on from the above link problems (there are half a dozen of the _pll issues...) Thanks, Deano
2006 Apr 27
1
Dovecot LDA - Performance/issues versus postfix delivery? Also, installing on OS X?
...date the indexes every time), or is there some more fundamental issue we are having that is causing the inconsistency to arise? On a related note: I noticed the darwinports version of 1.0beta7 does not include the code for dovecot-lda... Does anyone have experience setting this up? Thanks! -deano
2006 May 15
0
Anyone using Dovecot LDA on OS X?
...ing index corruption issues that result in many temp files being created and client-side timeouts using a straight Postfix local delivery under 1.0beta7. The LDA does not come packaged with the Darwinports version of Dovecot, so any tips on compiling it would be most appreciated... Thanks, -deano
2011 Feb 05
12
ZFS Newbie question
I?ve spend a few hours reading through the forums and wiki and honestly my head is spinning. I have been trying to study up on either buying or building a box that would allow me to add drives of varying sizes/speeds/brands (adding more later etc) and still be able to use the full space of drives (minus parity? [not sure if I got the terminology right]) with redundancy. I have found the ?all in
2004 Feb 09
2
samba 3 auto create users from NT
Hi We are testing out samba at the moment version 3.0.0-15 on Fedora caore 1. And are using winbind to comunicate to our NT domain. doing a wbinfo -u at the command line scrolls threw all our domin users on the NT pdc. :) At the moment we are trying to get the samba server to creature the unix users from the supplied NT user accounts when an NT use logs onto the box for the first time by a
2020 May 24
3
Current thinking on backups ?
Hi, What are people doing for backups ? My current process is LVM snapshot and backup from that to NFS share. But there seems to be hints around the internet that people use/abuse "doveadm backup" for backup purposes even though it seems its original intention was for transferring mailboxes between dovecot instances. Assuming its ok to "doveadm backup" to an NFS share, is it
2013 Dec 10
4
OT: Large corporate email systems - Exchange vs open source *nix based
Hello, There has been some whispers about considering migrating our mail systems to Exchange Server. I want to try to nip this in the bud. I would like to ask for some help with providing some kind of comparison of large(r) commercial companies use of email systems... specifically, those using Microsoft Exchange Server, vs those using open source Linux/Unix based systems, including even
2011 Jan 29
27
ZFS and TRIM
My google-fu is coming up short on this one... I didn''t see that it had been discussed in a while ... What is the status of ZFS support for TRIM? For the pool in general... and... Specifically for the slog and/or cache??? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 26
2
being courier_imap compatible
OK, I am running (for many years now) an existing courier_imap maildir ++ setup with exim as the MTA. Has been fine. I have my own custom ldap schema for user account definition and authorization. I installed dovecot 1.0 beta 7 as a test and have it listening on a different port. I would like, if possible, to set things up so that a user could use either dovecot or courier. Having to
2010 Dec 16
6
AHCI or IDE?
Hello All, I want to build a home file and media server now. After experiment with a Asus Board and running in unsolve problems I have bought this Supermicro Board X8SIA-F with Intel i3-560 and 8 GB Ram http://www.supermicro.com/products/motherboard/Xeon3000/3400/X8SIA.cfm?IPMI=Y also the LSI HBA SAS 9211-8i