similar to: Error: User initialization failed

Displaying 20 results from an estimated 130 matches similar to: "Error: User initialization failed"

2016 Jun 17
3
Mail dates
On Jun 15, 2016, at 10:46 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote: > On 6/15/2016 12:30 PM, @lbutlr <kremels at kreme.com> wrote: >> On Jun 15, 2016, at 9:44 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote: >>> On 6/14/2016 6:50 PM, @lbutlr <kremels at kreme.com> wrote: >>>> Where exactly does dovecot get the date that it reports
2015 Jul 14
2
So why does "destroy" not actually destroy?
I thought it odd that if I have a running VM and I do "virsh destroy" it results in a VM that is "shut off". To ACTUALLY destroy a VM, you have to follow that with "undefine". Could someone elaborate on how we ended up with these slightly confusing semantics?
2016 Dec 15
1
Maildir: do message files need to have a unique name across all directories?
While testing a new mail server I created a temporary account and filled its mailbox (Milder, dovecot) with the contents of another account. That means the actual message files in each account have identical names. Is that a problem? (I?m asking because I see some weird behaviour of visible/invisible messages and I wonder if this could have been the reason). G
2010 Dec 09
1
prevent line breaks with sink()
Hello. I have a script that writes vectors to a txt file using sink(). But depending on the console window's size, sometimes you will get output like: [1] 38 84 272 287 305 348 411 413 425 426 427 457 513 517 569 583 784 [18] 866 933 996 Instead of: [1] 38 84 272 287 305 348 411 413 425 426 427 457 513 517 569 583 784 866 933 996 Does anyone know how to stop these automatic line breaks?
2010 Aug 15
2
adding a built-in drop.levels option for subset() in 2.12 ?
With the approach of R 2.12.0: with mild apologies for re-opening this perennial issue: is there any hope, if appropriate patches are submitted, of adding a drop.levels argument (with default equal to FALSE to preserve backward compatibility/efficiency) to the subset function ... ? If not, would a patch to the documentation and/or the R FAQ be accepted? This does seem to be a continuing
2016 Jun 15
2
Mail dates
On Jun 15, 2016, at 9:44 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote: > On 6/14/2016 6:50 PM, @lbutlr <kremels at kreme.com> wrote: >> Where exactly does dovecot get the date that it reports via IMAP? > > This is a problem with how you restored the files. > > On a linux system, you should use something like rsync -a to preserve > the original
2016 Mar 01
5
EuroLLVM BoF session: Compilers in education
Hi all, I'm organizing a BoF session during the upcoming EuroLLVM developers meeting. As the subject of this message already shows, this session will be on compilers in education. I'm currently looking for both participants to the discussion and input for the actual program of the session. I've already got some ideas which I'll introduce below. At our university, we mostly
2001 Jul 18
1
Sensibility analysis
Hi everyone, i'm actually working on a nonlinear mixed-effects model, and beginning the study of its sensibility. It takes 35 input and gives a n*35 matrix of output as it's a growth model (n is the number of days of the growth period). Well, I have to analyse the variation of the output in relation to the variation of the parameters of this models (first univariate then multivariate
2013 Feb 24
0
[LLVMdev] backend documentation
The Sparc port is maybe the closest thing to a text book example at this time. You can study it; debug some examples and trace through things. It's very simple because nobody is working on the Sparc port to make it a commercial compiler for the Sparc platform; yet at the same time it has complex patterns, custom inserters etc and all the elements of a more serious port. Most people learn
2013 Feb 24
4
[LLVMdev] backend documentation
Hello everyone! Is there any documentation about LLVM backend implementation, except "Writing an LLVM backend"? I'm trying to write InstrFormats.td and InstrInfo.td for my backend now. After reading "Writing an LLVM backend" and "Creating an LLVM Backend for the Cpu0 Architecture", many black holes have remained. These tutorials describe it on concrete examples,
2018 Feb 24
6
Really slow IMAP performance
Aki Tuomi <aki.tuomi at dovecot.fi> writes: >> On 24 February 2018 at 15:47 Neil Jerram <neil at ossau.homelinux.net> wrote: [...] >> > Feb 24 10:24:24 arudy dovecot[1712]: imap(neil): Warning: >> > Transaction log file >> > /home/neil/dovecot-mail/.imap/INBOX/dovecot.index.log was locked >> > for 98 seconds (Mailbox was synchronized) [...]
2016 Dec 20
3
Unexpected I(NULL) output
Hi all, I believe there is an issue with passing NULL to the function I(). class(NULL) # "NULL" (as expected) print(NULL) # NULL (as expected) is.null(NULL) # TRUE (as expected) According to the documentation I() should return a copy of its input with class "AsIs" preprended: class(I(NULL)) # "AsIs" (as expected) print(I(NULL)) # list() (not expected!
2018 Mar 06
4
Virtual Mailboxes redux
I?ve created virtual mailboxes in dovecot, and they show up in various clients, but the folders contain no messages. (I will get an ?empty? folder icon named ?@virtual? and an empty folder icon named ?month? inside it. Is there a way I can verify what dovecot THINKS should be in the virtual folder via doveadm?
2017 Jan 16
0
Remove empty milder folders
@lbutlr <kremels at kreme.com> writes: > Not sure if anyone will find this useful, but this is how I deleted a > bunch (several hundred) of empty mail folders from a user account: > > # doveadm mailbox status -u ?user at example.com" messages "*" ALL | grep "=0" | awk -F= '{print $1}' | awk '{print "rm -rf ."$1}' > list >
2017 Jan 16
0
Remove empty milder folders
On Mon, Jan 16, 2017 at 07:03:49AM -0700, @lbutlr wrote: >Not sure if anyone will find this useful, but this is how I deleted a bunch (several hundred) of empty mail folders from a user account: > ># doveadm mailbox status -u ?user at example.com" messages "*" ALL | grep "=0" | awk -F= '{print $1}' | awk '{print "rm -rf ."$1}' > list
2017 Jan 16
2
Remove empty milder folders
Not sure if anyone will find this useful, but this is how I deleted a bunch (several hundred) of empty mail folders from a user account: # doveadm mailbox status -u ?user at example.com" messages "*" ALL | grep "=0" | awk -F= '{print $1}' | awk '{print "rm -rf ."$1}' > list then I looked over list just to be sure it wasn?t mucked up and in
2015 Aug 14
0
Error: User initialization failed
On Aug 14, 2015, at 8:51 AM, @lbutlr <kremels at kreme.com> wrote: > dovecot: lda(chance at example.com): Error: User initialization failed: Namespace '': Ambiguous mail location setting, don't know what to do with it: /usr/local/virtual/chance@ example.com (try prefixing it with mbox: or milder:) Here?s the dovecot -n output $ dovecot -n # 2.2.18:
2015 Jul 14
0
Re: So why does "destroy" not actually destroy?
On Tue, Jul 14, 2015 at 12:51:31AM +0000, KARR, DAVID wrote: > I thought it odd that if I have a running VM and I do "virsh destroy" > it results in a VM that is "shut off". To ACTUALLY destroy a VM, you > have to follow that with "undefine". Could someone elaborate on how > we ended up with these slightly confusing semantics? I asked this question in
2015 Aug 17
1
Error: User initialization failed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 14 Aug 2015, @lbutlr wrote: > On Aug 14, 2015, at 8:51 AM, @lbutlr <kremels at kreme.com> wrote: >> dovecot: lda(chance at example.com): Error: User initialization failed: Namespace '': Ambiguous mail location setting, don't know what to do with it: /usr/local/virtual/chance@ example.com (try prefixing it with mbox:
2018 Aug 15
0
Confusing search / caps - non caps different results
Hi, I have some troubles with searching and could not find an answer yet. The search term is ?istop? in the subject. The client was SOGo. We run the recent dovecot, with solr backend and milder with zlib compression. Searching for all small letters ?istop? shows up no hit. Searching with a capital ?S? ?iStop? shows all messages back 10 years ago. Sprachig for ?istopmotion? all messages show