Displaying 2 results from an estimated 2 matches for "usedid".
Did you mean:
useedid
2012 Apr 05
0
create mailboxes in /var/mail via doveadm
what usedid is used by doveadm for creating mailboxes? can it be setup
to run as dovecot:mail?
cant create mailbox from command line
ponto# ls -ld /var/mail
drwxrwxr-x 8 root mail 24 Apr 5 20:35 /var/mail
ponto# doveadm mailbox create -u jboss INBOX
doveadm(jboss): Error: Can't create mailbox INBOX:...
2013 Aug 28
12
[PATCH V2] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
This patch add an additional logic to check for the often case when the
special->handle is not initialized due to firmware bugs.
but the special->usedid is correct. If users overide this using the
command line option ivrs_ioapic, then it should use the value instead.
---
This patch is supposed to follow the patches:
[Xen-devel] [PATCH RFC 2/2] AMD IOMMU: allow command line overrides for broken IVRS tables
Changes in V2:
- Fix logic to match the s...