search for: theid

Displaying 5 results from an estimated 5 matches for "theid".

Did you mean: their
2015 Jul 30
1
doveadm import - strange warning
...ot;INBOX", nothing changes on the output (although the script > doesn't restore properly anymore) > > With ".", I get: > I think there are two independent errors. First: > doveadm(restore at backup.invalid): Error: chdir(/root/) failed: Permission denied (euid=1001(theid) egid=1001(theid) missing +x perm: /root, dir owned by 0:0 mode=0700) > doveadm(restore at backup.invalid): Error: chdir(/root) failed: Permission denied Here I think doveadm import tries to do a chdir to the users HOME Directory and does it wrong. It uses the bash environment variable $HOME i...
2015 Jul 27
2
doveadm import - strange warning
Am 27.07.2015 um 10:51 schrieb Ralf Hildebrandt: > Anybody seen this before? > Seems easy to reproduce... > > * Ralf Hildebrandt <r at sys4.de>: >> I'm using the doveadm import command to extract mails from my backup: >> >> % doveadm import -u restore at backup.invalid mdbox:/home/copymail/mdbox "" \ >> mailbox INBOX header Delivered-To
2005 Dec 17
17
problems with quotes and escaping
...uot;+theDate+"\'',{duration:0.3 });''>"+theLongDate+"</div>"+ " <div class=''msg''>Something happens today</div>"+ "</div>"; ... new Insertion.Before(theID,newSched); I keep getting syntax errors right after "Fade(" no matter how I try to escape the quote characters! Am I doing this the wrong way, because it seems all these quotes could get out of hand really fast. Also, I would like to suggest, if feasible, that you make the wiki download...
2015 Jul 27
0
doveadm import - strange warning
...quot;restore_folder" and see if > the error vanishes. With "INBOX", nothing changes on the output (although the script doesn't restore properly anymore) With ".", I get: doveadm(restore at backup.invalid): Error: chdir(/root/) failed: Permission denied (euid=1001(theid) egid=1001(theid) missing +x perm: /root, dir owned by 0:0 mode=0700) doveadm(restore at backup.invalid): Error: chdir(/root) failed: Permission denied doveadm(restore at backup.invalid): Error: Couldn't create mailbox ./INBOX: Invalid mailbox name: Contains '.' part I still think this...
2011 Oct 21
20
How to transform my html form into a rails 3 form
Hi, I have the following code working in a rails 3 view, but it is unfortunately not pure rails code! <% @filter1 = "tr.show1,tr.show2" %> <% @filter2 = "tr.show1" %> <% @filter3 = "tr.show2" %> <form> <p> <input type="checkbox" value=<%=@filter1%> onclick="$ (this).is('':checked'')