search for: dom_list

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

Did you mean: do_list
2007 Apr 12
3
Idmap back compatible issue
....0.25pre2, 2) works to me. But 1) didn't. It looks the new idmap only considers the second scenarios as back compatibility. It didn't consider the first to be back compatible. Therefore, when using implied idmap backend(without idmap backend option in smb.conf), winbind won't work. When dom_list is empty after dom_list = lp_idmap_backend(), the variable compat didn't assign to 1. I believe that many users take the default setting without specific idmap backend option, if there is no particular idmap requirement. I'd like to recommend considering the first situation as back compati...
2010 May 14
2
Problem starting stubdoms past a domid of 257 + fix
I''m running Xen 4.0.1-rc1-pre (21122:7d1d4abd8b44). In this version, and in all other Xen 3.5-unstable + versions that I''ve looked at, is this function in XendDomainInfo.py: def getStubdomDomid(self): dom_list = xstransact.List(''/local/domain'') for d in dom_list: target = xstransact.Read(''/local/domain/'' + d + ''/target'') if target is not None and int(target) is self.domid : return int(d) return N...