Displaying 5 results from an estimated 5 matches for "msun".
Did you mean:
msn
2003 Jun 16
2
more newline related errors
Should I be concerned about these errors?
imap(msun): Jun 13 13:21:38 Error: Error indexing mbox file /home/msun/mail/Deleted Messages: LF not found where expected
imap(msun): Jun 13 13:39:08 Error: Corrupted binary tree for index /home/msun/mail/.imap/INBOX/.imap.index: lookup returned index outside range (1 >= 0)
imap(msun): Jun 13 13:44:07 Err...
2008 Sep 28
2
is_mapped() in xc_domain_save()
Hi all,
I think I have a pretty good grasp on domain save/migration code in
xc_domain_save() in Xen 3.2.x, except for the what the is_mapped()
macro is doing in following:
/* Hypercall interfaces operate in PFNs for HVM guests
* and MFNs for PV guests */
if ( hvm )
pfn_type[batch] = n;
else
pfn_type[batch] = pfn_to_mfn(n);
if ( !is_mapped(pfn_type[batch]) )
{
/*
** not currently
2008 Nov 17
0
QCOW snapshots and recursive file backings
Hi,
Trying to understand the current state of affairs with QCOW support in
Xen with the blktap driver. It''s been made clear that a deviation
from QEMU''s implementation of QCOW has occurred and that the QCOW
files used in Xen must be created with the associated Xen tools only
(e.g. qcow-create) and that images between QEMU and Xen are not
interchangeable.
My first question is
1998 Dec 02
0
NT 5 plain password hack?
I'm sorry if this has been asked before, but is there a way to enable
plain text passwords in NT 5.0? I've checked www.ntfaq.com and several
different NT sites. Much thanks in advance for any help.
Mickey
2010 May 06
8
compiling a non-pae dom0 on a dell r710 with too much ram
Hi,
I''ve got a brand spankin new dell r710 with loads of memory on it,
except that I really want it to behave more like an older machine with
only 4G of RAM. I''ve been trying to compile a dom0 without PAE for it
and can''t seem to have much success. I''ve constantly modified the
kernel config to turn off PAE and it either gets clobbered when I do a
make