search for: forlorn

Displaying 2 results from an estimated 2 matches for "forlorn".

Did you mean: forloop
2007 Jul 25
2
Allowing tilde at start of mailbox names
In lib-storage/index/maildir/maildir-storage.c maildir_is_valid_create_name() and maildir_is_valid_existing_name() the following sequence of tests appear but I don't really understand why if ((storage->flags & MAIL_STORAGE_FLAG_FULL_FS_ACCESS) != 0) return TRUE; if (*name == '~' || strchr(name, '/') != NULL) return FALSE; If MAIL_STORAGE_FLAG_FULL_FS_ACCESS is
2005 Aug 30
6
Re: dom0 bootup -- Device eth0 has differet mac address than expecte
>> I think he''s having problems with Dom0 changing >> Mac address, rather than the domU (is that right?) Yes, you are correct. It''s dom0 that seems to be getting a random MAC and because of that Xen can''t t find the NIC and won''t load eth0 because the MAC is different than what is expected. I''ve seen others with the same problem and their