search for: domainid

Displaying 17 results from an estimated 17 matches for "domainid".

Did you mean: domain_id
2008 Jan 23
2
VNC port confusion
Hi, I''m trying to figure out how XEN decides which VNC port a particular VM will associate with. From what little there is in the documentation, it indicates that XEN will choose 5900+DomainID. From experience, this doesn''e seem to happen. When I start a guest domain, and do "xm list" its domainID shows as "22", however, when I netstat -a , it shows listening on 5900 (not 5900+22=5922). ??? Am I missing something, is there a way to change this behaviour? T...
2015 Jan 27
3
virsh snapshot-create persistent through destroy(undefine)
Hi, If i take a snapshot of a qcow2 image backed domain via virsh snapshot-create domainID and I shutdown the machine (and probably destroy the domain if virsh list still shows it running), and then undeinfed the domain will that snapshot still exist and be active when I define and start the domain back up? --- Thanks, Yitao(依涛 姜) jiangyt.github.io
2014 Oct 25
1
Dynamic tags in email address
...works as long as it's sent to the main user and not to aliases. virtual-alias-maps query: SELECT get_email_alias_dyn('%s') virtual-mailbox-domains query: SELECT 1 FROM domain WHERE name='%s' virtual-mailbox-maps query: SELECT 1 FROM user_alias INNER JOIN domain ON user_alias.domainID = domain.id WHERE user_alias.primary = 1 AND CONCAT(user_alias.name, '@', domain.name)='%s' "get_email_alias_dyn()" is a stored function which returns the destination email, so alias+tag at example.com returns user at example.com, alias at example.com returns user at e...
2006 Dec 26
14
[PATCH] fix free of event channel in blkfront
Hi All, We tested the xm block-attach/detach command. It repeats block-attach/detach command for DomU and pv-on-hvm on HVM Domain. (block-attach -> block-detach -> block-attach -> block-detach -> ...) The block-attach command failed when repeating 256 times. It is because the channel had not been freed in blkfront. Therefore, it remain using the event channel. This patch is
2012 May 05
1
printing domain information
how do i print the features of a domain from functions that return a domain object? for instance mydomain =?virdomain=libvirt.virConnect.lookupByID(conn,domainid) so mydomain is?virDomainPtr, which is?typedef virDomain * virDomainPtr i am not sure on how to print the domain object features in python, such as name, disk size, etc
2019 Apr 19
0
[ANNOUNCE] libdrm 2.4.98
...tests/amdgpu: add memcpy draw test tests/amdgpu: minor fix for dispatch/draw test Emil Velikov (4): xf86drm: fallback to MODALIAS for OF less platform devices xf85drm: de-duplicate drmParse{Platform.Host1x}{Bus,Device}Info Revert "libdrm: Fix issue about differrent domainID but same BDF" Bump the version to 2.4.98 Emily Deng (1): libdrm: Fix issue about differrent domainID but same BDF Eric Engestrom (5): xf86drm: fix return type for drmIsMaster() freedreno: revert bad freedreno/atomic_ops commits gitlab-ci: fix archlinux builds...
2011 Feb 27
8
graphically accessing pv guest
Hi all, I''m trying to expand the screen resolution of my guest when using vnc. It appears I need to use the extra variable in my guest config file and xenfb. I pass it in like this: extra = ''xenfb.video=8,1024,768'' I can see this being passed to the kernel when it boots but it doesn''t change the vnc screen resolution. I also see this when I type ps -ef |
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
...n executive information or not. I have already went through 50K URL's and identified the key words and made it as 0, 1 ( 0 - do not have the key word and 1 - have the key word) and 0- do not contain executive information 1 - contains executive information. A sample set of data is shown below. DomainID Domain LinkID Raw_Link Cleansed_Link Biz_name Address1 City State PostalCode Address_Page_flag Executive_page_flag collections other_keywords conditions policy story history brand login job career who company people staff Board management team terms privacy shop gallery News location site Sitemap p...
2015 Jan 27
0
Re: virsh snapshot-create persistent through destroy(undefine)
On 01/27/2015 03:10 AM, Yitao Jiang wrote: > Hi, > > If i take a snapshot of a qcow2 image backed domain via virsh > snapshot-create domainID and I shutdown the machine (and probably destroy > the domain if virsh list still shows it running), and then undeinfed the > domain will that snapshot still exist and be active when I define and > start the domain back up? Shutdown/destroy does not lose track of snapshot information. U...
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks, Im trying to migrate from static nodes-definition to external nodes definition. My script looks like this stolen from http://reductivelabs.com/trac/puppet/wiki/ExternalNodes: {{{ #!/usr/bin/perl -w use warnings; use YAML qw( Dump ); use Switch; #initialize vars our @classes; our %parameters; Function to fill @classes and %parameters with correct values .... print Dump( {
2010 Dec 10
1
Quota warning generated when crossing on both sides
...ts a warning. My SQL backend uses the following query: user_query = \ SELECT m.maildir AS home, 1001 AS uid, 1001 AS gid, \ CONCAT('*:bytes=', m.quota, 'M') AS quota_rule, \ 'Trash:ignore' AS quota_rule2 \ FROM mailbox m \ INNER JOIN domain d \ ON d.id = m.domainid \ WHERE d.domain = '%d' \ AND m.user = '%n' Where m.quota is the user's personal quota (in MB). As you can see, we ignore the 'Trash' box, when considering the usage data. We are using the dict quota backend. Now this is what happens. Assume we have 'user at...
2006 Dec 02
10
HVM success story, now on server environment
I had the chance to test out one of the new Sun X2200 M2 servers for a week or so, aiming to check out the status of HVM support on these machines. The machine was a dual-Opteron dual-core, with 8GB RAM and 1 300GB SATA disk. Normally I tend to use Debian on my servers, but due to lack of needed hardware support on Debian x86_64 images, and because I had very few time to run the tests, I used an
2011 Nov 18
5
[PATCH 0 of 4] amd iommu: IOMMUv2 support
This patch set adds basic supports for amd next generation iommu (IOMMUv2) hardware. IOMMUv2 supports various new features advertised by iommu extended feature register. It introduces guest level IO translation and supports state-of-the-art ATS/ATC devices with demand paging capability. Please refer to AMD IOMMU Architectural Specification [1] for more details. Thanks, Wei [1]
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...id, 0, + &main_domid, 0, 0, "Convert a domain name to domain id", "<DomainName>", }, { "domname", - &main_domname, 0, + &main_domname, 0, 0, "Convert a domain id to domain name", "<DomainId>", }, { "rename", - &main_rename, 0, + &main_rename, 0, 1, "Rename a domain", "<Domain> <NewDomainName>", }, { "trigger", - &main_trigger, 0, + &main_trigger, 0, 1,...
2006 Jan 28
3
Shorewall/Xen setup (correct from-address this time)
(if this post gets line-feed-mangled please read http://www.dl.reneschmidt.de/shorewallxenpost.txt - that''s an unmangled version, thank you) Hello, first I would like to thank the Mr. Eastep and contributors for this great piece of software and superb documentation. I have a SOHO server (Debian testing) that I''m using for several purposes so I''ve set up a Xen
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel