Displaying 20 results from an estimated 1000 matches similar to: "Glued-together private namespaces"
2013 Dec 21
0
[LLVMdev] Order of glued nodes during scheduling
Andy, et al.,
I'm experimenting with better condition-register-bit tracking in the PowerPC backend, and I've run across a problem: the scheduling seems to be scheduling glued nodes out of order:
Starting with this:
0x10015677970: i32 = Register %CR0
0x10015679080: i32 = TargetConstant<3>
...
0x10015671b80: i32 = TargetConstant<1>
2013 Oct 21
0
[LLVMdev] Instruction Emitter crash when emitting glued InlineAsm SDNode
Hi,
I'm getting an Instruction emitter crash when emitting an INLINEASM
SDNode that is Glued to other nodes.
The crash happens at line 808 of file
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp:
const MCInstrDesc &MCID = TII->get(F->getMachineOpcode());
with the assertion:
assert(isMachineOpcode() && "Not a MachineInstr opcode!");
I'm not a great expert
2016 Jun 04
4
Gluing arbitrary nodes together
Hello all,
I am working on adding atomics support to the AVR backend.
Because the target can only have one core, it is sufficient to:
- Save the status register
- Disable interrupts
- Do the nonatomic LOAD/STORE/SWAP/ADD
- Restore the status register
I’d really like to be able to do this at the IR level. What I want to do is
write a custom lowering hook to convert ISD::ATOMIC_LOAD
2015 Jan 30
0
LDAP Quota Limits & Warnings
I found this on the dovecot wiki:
The following limit names are supported:
*
*storage*: Quota limit in kilobytes, 0 means unlimited.
*
*bytes*: Quota limit in bytes, 0 means unlimited.
*
*messages*: Quota limit in number of messages, 0 means unlimited.
This probably isn't very useful.
*
*backend*: Quota backend-specific limit configuration.
*
2004 Jun 15
4
"Glueing" factors together
Hi folks,
Suppose I have a series of cases each with categorical
factors A, B.
What is the best way to "glue" A and B together into a single
factor? For example, given
A0 B1 ...
A1 B1 ...
A0 B2 ...
A1 B0 ...
A0 B0 ...
A1 B2 ...
then I'd like to end up with a single factor with levels
A0B0, A0B1, A0B2, A1B0, A1B1, A1B2
according to all the combinations which actually occur in
2011 Jun 02
2
Custom sql query for keeping quota with dict-sql
Hello!
I'd like to setup quota for for virtualusers, i'm using both maildir++
and mdbox as storage, and i'm using postgresql to keep users.
I'm keeping all users data in one table:
[...]
login text NOT NULL,
domain text,
password text,
quota_mb integer NOT NULL DEFAULT 0
[... other columns ...]
i'd like to keep present quota in such two columns:
quota_dict_bytes integer NOT
2010 Jan 29
1
Not understanding namespaces
I have been diligently reading about namespace in the DC doc and what I
can find in Google. Like the blind men and the elephant, I see the
nature of some individual bits of namespace, some syntax and the overall
purpose (overriding defaults and providing extensions), but I don't see
the whole thing and how it is used.
I am looking to do some maildir testing in what is a mbox default
2017 Feb 10
3
Enforcing in post-RA scheduling to keep (two) MachineInstrs together
Hello.
I am using the post-RA (Register Allocation) scheduler to avoid data hazards by
inserting other USEFUL instructions from the program (besides NOPs) and it breaks apart
some sequences of instructions which should remain "glued" together.
More exactly, in my [Target]ISelDAGToDAG.cpp it is possible that I replace for
example a BUILD_VECTOR with a machine SDNode called
2008 Aug 22
2
namespaces...
Hi,
I am new to dovecot and I am a bit confused with how namespaces/prefixes/separators are handled by the clients and dovecot...
I tried to understand the desciption from the conf file but without success.
With each conf I create the following path /f1/f2 on the client (thunderbird) and get the following on the dovecot server:
PREFIX= and separator=/ => .INBOX.f1.f2 + .INBOXTrash
2013 Aug 14
0
weird situation with pop3/imap proxy and postfix authentication
Hello dovecot mailing list,
I have a server running postfix and dovecot. I havea configuration
on dovecot that allows me to provide imap4/pop3 messages for local
hosted users as well as for proxied users on other servers.
Basically, i have a simple MySQL table (imapproxy) with two fields,
'domain' and 'host'. My password_query isa 'UNION' query, exactly like:
2010 Oct 03
1
question on quota configuration on 2.0.5
Hi,
On dovecot 1.2 i had the following configuration on my
dovecot-sql.conf file:
password_query = select endereco as user, password, '/var/spool/mail/%u'
as userdb_home, 'maildir:/var/spool/mail/%u' as userdb_mail, 8 as
userdb_uid, 12 as userdb_gid, concat('*:storage=', quota) as
userdb_quota_rule, 'Trash:storage=100M' as userdb_quota_rule2 from
emails
2008 Mar 10
3
Maildirsize automatically (re)build
Hi,
Im testing with 1.1RC1. I read here:
http://wiki.dovecot.org/Quota/Maildir
"If you configure quota limits in Dovecot (e.g.
quota=maildir:storage=102400(kilobytes)), Dovecot makes sure that this
header is kept up to date. If the file does not exist, it's simply
rebuilt."
This is my query:
password_query = SELECT username as user,
username as userdb_user, passwd as password,
2007 Apr 25
1
glu dependency
The following commit seems to have added a dependency on glu but does
no checks to see if it is actually available:
commit fa5bf5754d8a2e47d659a3abe5cb59a7b0e304d7
Author: David Reveman <davidr@novell.com>
Date: Tue Jan 16 06:07:39 2007 +0100
Project vertices and only update minimum required destination texture
region. Some more optimizations should be done here but the current
2009 Sep 05
1
the opengl and glu fiasco with wine 1.1.29 and nvidia binary
i have been compiling wine from git regularly with no problems whatsoever until now. ./configure now always spits out not found messages for -lGL and -lGLU. opengl and direct3d support cannot be enabled. how do i fix that. i'm on fedora 11 with nvidia 190.32 drivers. thanks for any help i can get.
2010 Mar 11
3
IMAP proxy configuration
i know dovecot can act as IMAP and POP3 proxy ..... but i'm having
a hard time configuring it. Actually i'm using a simple dovecot
configuration with virtual users stored on MySQL. My dovecot-sql.conf is
pretty simple:
[root at correio dovecot]# cat dovecot-sql.conf
driver = mysql
connect = host=localhost dbname=DATABASE user=USERNAME password=PASSWORD
default_pass_scheme = PLAIN
#
2006 Jun 16
0
Issue with routing to controller-namespaces.
Hi
I have a controller-namespace conference/*, i.e. the controller
classes within it look like Conference::RegistrationController.
The problem is that now I need to route www.example.com/conf to the
conference namespace. If I try to capture :controller through
map.connect '':controller/:action/:id''
I get it glued with the namespace, i.e. :controller ==
2015 Jan 30
1
LDAP: "unused" & "uid missing"
Does someone know what this means? It looks to me like it got the UID,
yet it complains ... ? Also, why does it complain about attributes being
unused, yet I use prefetch, so they will be used?!
Log:
[...]
dovecot: auth: Debug:
ldap(test at mydomain.tld,192.168.10.233,<Rl2CF+UNhgDAqArp>): result:
mailStorageDirectory=/var/vmail mailUidNumber=2110 mailGidNumber=2110
2004 Jan 14
1
Manual creation of machine trust and comments on Samba books
I just receive a copy of the official samba 3 howto, to be honest i'm rather disapoint with the content and layout. Well with free online version, i can't complaint, but with 'paid' version maybe i can complain to the author :-).
Most of the contents are still the old documentation with few 'little' updation for samba3. Imo, its better if it can be rewrite from scratch
2016 May 25
4
ot: migrating TB user's email to new laptop
On Wed, May 25, 2016 4:31 pm, Philip McGaw wrote:
> Did user historically have POP set up?
Philip, thanks
no, not for a long time, IMAP/143/StartTLS on old laptop
> If you still have access to the old laptop set up imap and move the
> emails back.
yes, I have old laptop here.
sorry, not sure how to, is that inside TBird, or how ? (not very familiar
with TBird...)
>> another OT:
2016 May 25
2
ot: migrating TB user's email to new laptop
another OT:
setting up new W10 laptop with TBird:
user has three accounts, several hundred emails on old laptop BUT NO
LONGER on server
two of the accounts are on my Dovecot server, one on ISP server
what's best way to transfer local emails:
transfer TBird files laptop to laptop ? or, is there some way to sync old
laptop to server, then retrieve on new laptop ?
thanks,
V