Displaying 20 results from an estimated 1000 matches similar to: "moving folders bug - rc4"
2008 May 01
1
virtual mbox case sensitive?
This is on dovecot 1.1.rc4.
I have this mail_location:
mail_location = maildir:/apps/mail/%d/%n/Maildir
When I receve mail to a virtual mailbox, its putting it in different
Maildir's depending on what the sender used for the caseness of the
recipient's email address:
I have these Maildirs:
JasonK JuliaM info jasonk juliam
JasonK and jasonk should be the same maildir. So should
2014 Mar 03
0
NO DNS zone information found in source domain, not replicating DNS
I am trying to join a Fedora Linux box running Samba 4.1.5 to a Windows
Server 2000 domain controller as an additional domain controller. I should
mention that our realm is the same as our domain name, adi.com. This is a
15 year old mistake. And the Windows DC does not have all of our machines
listed. To work around that I have delegated _msdcs, _sites, _tcp and
_udp to the Windows DC with name
2006 Aug 22
0
Re: Problem with find condition and habtm relationship.
OK. This may help, but it will also make your head hurt. The basic
problem that you''re running into is that you want a "for all"
operator and sql doesn''t have one. Instead, you have to think of the
query in terms of the logically equivalent "not exists not".
Effectively, a proposition is true for all x if you can''t find a
counter-example in
2014 Mar 04
0
Dns update not working
I joined a Fedora Linux box running Samba 4.1.5 to a Windows Server 2000
domain controller as an additional domain controller with the command:
samba-tool domain join adi.com DC -Uadministrator --realm=adi.com
--dns-backend=BIND9_DLZ
The messages indicated that this was mostly sucessfull with the exception
of the message:
NO DNS zone information found in source domain, not replicating DNS
2012 Oct 18
0
[LLVMdev] problem with my LLVM pass
Hi Jun,
On 18/10/12 11:19, Jun Koi wrote:
> On Tue, Oct 9, 2012 at 9:25 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>> On Fri, Oct 5, 2012 at 3:45 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>> On Fri, Oct 5, 2012 at 3:39 PM, David Chisnall
>>> <David.Chisnall at cl.cam.ac.uk> wrote:
>>>> On 5 Oct 2012, at 08:34, Jun Koi wrote:
2006 Mar 14
3
Help doing find - look for nonempty habtm
I''ve got a Cuisine and a Restaurant model, with a habtm. One thing I
want to do is find all the cuisines that have at least one restaurant
associated with them. Right now I''m using the following SQL query:
SELECT DISTINCT(cuisines.*) FROM cuisines, restaurants,
cuisines_restaurants WHERE cuisines.id =
cuisines_restaurants.cuisine_id AND restaurants.id =
2007 Jul 28
2
Shared mailboxes (maildir, symlinks) and permissions
Hello list,
I am trying to set up a public mailbox for users to put spam in so that
sa-learn can do its job at night. Only I can't seem to fully understand how
and which permissions should be set. I've read [1] and am using Dovecot
1.0.1.
First some background information: I do not host or care (at the moment) about
virtual users or virtual mail hosting. All users have Unix system
2008 Oct 01
1
Unable To Move IMAP Folder (Dovecot)
I have a user who has a folder in his Maildir/ called "test"
/home/user/Maildir/.test
This folder shows up as a sub folder to his Inbox on his Thunderbird
client and I tried using the "cp" command to move this over to my
Maildir/ directory on the same server and when I launch Thunderbird,
that folder is not visible for me. I made sure permissions are correct
and even reloaded
2015 Jan 19
0
move imap mail to new server
I tarred up my Maildir from one server and untarred it on another,
I had hoped it would work,
It partially does.
It has all my messages but doesn't show the subdirectories in Thunderbird.
Maildir# ls -l .INBOX.car
total 44
drwx------ 2 rjl 1000 4096 Feb 15 2014 cur
-rw------- 1 rjl users 17408 Jan 18 02:10 dovecot.index.cache
-rw------- 1 rjl users 1040 Jan 18 02:10 dovecot.index.log
2006 Jul 31
9
Multiple Pagination
I have the following:
def index
begin
@restaurant_pages, @restaurants = paginate :restaurants,
:order => (params[
:sort ] || "name"),
:per_page => 2
@cuisines = Cuisine.find_all
rescue
redirect_to :action => :index
end
end
# sort by cuisine
def
2016 Feb 18
2
Bug in X86 assembler?
You can't use mov.
I am not an x86 expert, but after quick googling:
Recall that immediates are normally restricted to 32 bits. To load a larger constant into a quad register, use
movabsq, which takes a full 64-bit immediate as its source
[https://www.lri.fr/~filliatr/ens/compil/x86-64.pdf]
Even in your example, assembler replaces mov by movq, which, say, hints:
2012 Oct 18
2
[LLVMdev] problem with my LLVM pass
On Tue, Oct 9, 2012 at 9:25 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
> On Fri, Oct 5, 2012 at 3:45 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>> On Fri, Oct 5, 2012 at 3:39 PM, David Chisnall
>> <David.Chisnall at cl.cam.ac.uk> wrote:
>>> On 5 Oct 2012, at 08:34, Jun Koi wrote:
>>>
>>>> any idea on how to fix the problem?
2012 Oct 18
2
[LLVMdev] problem with my LLVM pass
On Thu, Oct 18, 2012 at 5:33 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Jun,
>
>
> On 18/10/12 11:19, Jun Koi wrote:
>>
>> On Tue, Oct 9, 2012 at 9:25 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>>
>>> On Fri, Oct 5, 2012 at 3:45 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>>>
>>>> On Fri, Oct 5, 2012
2006 May 01
0
PostGIS and MySql Spatial Extensions in Rails
Hello,
This post is to announce a new release of the Spatial Adapter for Rails,
which is a plugin that adds support for columns of geometric types (point,
linestring, polygon,etc...) to ActiveRecord. Currently the only supported
databases are MySql and PostGIS.
With this release, geometric columns should behave like columns of any other
basic types in all areas: migration, data access, dumping
2010 Sep 29
1
Problem with dovecot-acl
I have a problem with dovecot-acl. Some of our users need to use the same Mailbox with all folders: Inbox (with subfolders), Outbox, Send and Deleted, (some users need in full righs, some - readonly) so I choosed Symlinking mailboxes and tried to use dovecot-acl file.
cat dovecot-acl:
user=t1 lrwsti
user=operolegs lrwsti
user=operantona lrwsti
user=operdss lr
User operdss have lrwsti rights in
2006 Mar 22
1
How do you clean up this cryptic code?
So, I''m coding my school project in Rails.
There are two models, User and Restaurants.
I noticed that in Restaurants, when you use the belongs_to method, you
could specify the condition of the associated table. There are a few
types of users, in the user_type column of the users table - owners is
type 1, users are type 2.
So in my haste to hand in enough code, in the Restaurant model,
2006 May 03
0
Newbie Help
Is it my environment? Is something wrong, cause I thought this should
just work?
I have a simple table and I created a model and a controller:
ruby script/generate controller Restaurant
ruby script/generate model Restaurant
I edited the controller to this:
class RestaurantController < ApplicationController
scaffold :Restaurant
end
I run it and:
http://0.0.0.0:3000/Restaurant works
2012 Oct 03
1
[LLVMdev] [patch] set AssemblerDialect
On Wed, Oct 3, 2012 at 1:19 AM, Jim Grosbach <grosbach at apple.com> wrote:
> What's the use case?
the use case is that we can print out the assembly using alternative dialect.
currently, on Intel machine, the default dialect is AT&T, and we
cannot change that to Intel syntax without using cl:opt.
the new public method lets us change the dialect without having cl:opt involved.
2012 Oct 02
0
[LLVMdev] [patch] set AssemblerDialect
What's the use case?
On Oct 1, 2012, at 8:33 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
> currently, there is no (easy) way to set the AssemblerDialect. the
> only method i am aware of is to set that via cl:opt.
>
> this patch fixes that by adding a public function
> setAssemblerDialect() to class MCAsmInfo.
>
> Signed-off-by: Jun Koi <junkoi2004 at
2012 Oct 09
0
[LLVMdev] problem with my LLVM pass
On Fri, Oct 5, 2012 at 3:45 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
> On Fri, Oct 5, 2012 at 3:39 PM, David Chisnall
> <David.Chisnall at cl.cam.ac.uk> wrote:
>> On 5 Oct 2012, at 08:34, Jun Koi wrote:
>>
>>> any idea on how to fix the problem?
>>
>> The correct solution is to fix the LLVM build to install the .cmake files in a location that