search for: 898,11

Displaying 2 results from an estimated 2 matches for "898,11".

Did you mean: 89,11
2008 Sep 20
2
%d is empty
Hi, I'm a Dovecot newb playing with version 1.1.3 port under FreeBSD. After setting up dovecot-sql.conf for MySQL I can't check mail via POP3: ... password_query = \ SELECT CONCAT(username, '@', d.name) AS user, password \ FROM users u JOIN domains d ON u.domain_id=d.id \ WHERE username='%n' AND d.name='%d' AND active (with or without \
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and