similar to: Re: Programatically checking if we''re in a domU or dom0

Displaying 20 results from an estimated 600 matches similar to: "Re: Programatically checking if we''re in a domU or dom0"

2006 Oct 04
1
can xend be started from a domU
Hi all, I''ve got a few questions : - can xend be started inside a modified guest? - can xend be started inside an unmodified guest? - what would be a simple way from a shell script to detect wether we''re inside a domU or a dom0? (taking into account the fact that the same kernel as reported, say, by "uname -a", could be running in the dom0 and the domUs) Thanks in
2006 Jun 20
1
ipp2p
Hello, I''m trying to use iptables rules to prioritize p2p trafic. I use ipp2p-0.8 but it give me errors : Ipt-ipp2p : unknow symbol ntohl Ipt-ipp2p : unknow symbol ntohs When i compiled ipp2p it gave me warnings : "ntohs" …/ipt-ipp2p.ko undefined "ntohl" …/ipt-ipp2p.ko undefined Any suggestion ? gege
2006 Nov 06
1
HVM VNC display greater than 1280x1024
Hi all, first a lot of thanks to all the Xen developers ;) Currently I''m displaying Windows XP by using VNC. I''ve got both ''vnc=1'' in my Xen config file and an "UltraVNC server" running inside the Windows XP HVM. (but I usually only connect to the UltraVNC server). I''m not a VNC guru... Is it possible to somehow have a Windows XP system
2007 Jun 17
2
Sending changes to winelib ?
I have a little program coded for windows, and I want to compile it using winegcc. Unfortunately, some functions are not implemented in winelib, and I have to tweak some files. So, How do I submit those changes ? I found nothing on the WineHQ site. SO, if someone knows where to redirect me, I can do it alone! ___________________________________________________________________________
2006 Oct 05
0
Re: Programatically checking if we''re in a domU or dom0
Thanks for your answers... But IMHO it''s hacky and error-prone to rely on the name of the host to determine if it''s a domU or a dom0 (or an unmodified kernel) :( I don''t like that much neither changing the name of the kernel :-/ I need to be able to determine, as a normal user (that is: non-root), if I''m running in a domU or not (I can already tell if
2006 Nov 16
2
Full Virtualization Windows XP Network Question
Folks, I am running SUSE Linux Enterprise Server 10.1 with Xen. I have an Intel CPU with full virtualization enabled. I am able to install Windows XP as a fully virtualized GUEST, but I am having problem getting it to see the NIC that SLES 10 sees. Bill Morris _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2006 Jun 22
7
iptables match u32
hello, I try to use iptables rules to drop skype trafic. The iptables rule is : iptables -I FORWARD -p udp -m length --length 39 -m u32 --u32 ''27&0x8f=7'' --u32 ''31=0x01020304'' -j ACCEPT the problem I encounter is that i can''t have the match u32 for iptables. Could someone help me ?
2007 Mar 02
2
ACPI, Vista and Xen
Hi all, I''m running XP and 2003 Server fine as HVM guests (under a 32 bit non-pae Xen 3.0.3 self-compiled). I''ve read that Vista can *not* be /installed/ under Xen for it checks for ACPI support and install fails if it isn''t present. What if I do the install first from, say, plain Qemu (I''re reused qemu images from Xen) or VMWare (I''ve converted
2010 Sep 11
1
'programatically' list or call objects for use in a function?
Esteemed R users and developers, How does one 'programatically' list or call objects for use in a function? For example, i thought i could do something better than this: save(A.cwb, B.cwb, C.cwb, D.cwb, E.cwb, F.cwb, file="afile.RData") with something like these- prfxs <- c("A", "B", "C", "D", "E", "F") #**
2005 Jul 28
1
Programatically Modifying Users
Hi all, I have been lurking here on and off for a while and have recently returned after being off-list for a few months, I've searched the MARC list archives and can't see any useful information for my situation. Basically, I have a system that calls out to the samba command line utilities pdbedit/smbpasswd etc to modify user account information. This is okay, but very slow and
2007 Mar 05
3
programatically stopping acts_as_ferret drb server
I need a way to kill the ferret_server drb process programatically, so I can start/stop it as part of the capistrano deployment process. This should be as simple as adding some sort of stop method to ActsAsFerret::Remote::Server. I was just messing around and was able to do it by modifying method_missing to look for the :stop method and then calling DRb.thread.exit -- this is not good enough for
2006 Nov 05
3
converting ntfs > xen image ? viable?
hi im wondering if i can ''convert'' and existing physical windows partition to a xen image like this: - mount the existing ntfs fs - use dd to make a correct sized foo.img file - loop back mount foo.img - ntfs format (as bootable?) foo.img - ''cp -r '' the files from the mounted ntfs to the mounted and formated foo.img - use the
2011 Nov 01
4
building a subscript programatically
Hi, On ocasion, you need to subscript an array that has an arbitrary (ie. not known in advance) number of dimensions. How do you deal with these situations? It appears that it is not possible use a list as an index, for instance this fails: > x <- array(NA, c(2,2,2)) > x[list(TRUE,TRUE,2)] Error in x[list(TRUE, TRUE, 2)] : invalid subscript type 'list' The only way I know is
2015 Jun 11
0
[ANNOUNCE] rendercheck 1.5
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 with my gradient fixes in I thought it could do with a release, since there was a bunch of other changes. Aaron Plattner (1): Use the right screen from $DISPLAY Chris Wilson (13): repeat: Specify test width/height rather than relying on win_width/height blend: Combine multiple tests into a single XGetImage request
2006 Dec 08
0
Re : formula format for parameter estimation
see nlm or optim Justin BEM Elève Ingénieur Statisticien Economiste BP 294 Yaoundé. Tél (00237)9597295. ----- Message d'origine ---- De : Wayne Delport <wdelport@botzoo.uct.ac.za> À : r-help@stat.math.ethz.ch Envoyé le : Vendredi, 8 Décembre 2006, 8h27mn 44s Objet : [R] formula format for parameter estimation Hello, I am trying to input the following formula into R for parameter
2006 Sep 27
5
Rép : How many virtual for a domU
I tought Virtual Network Interfaces excuse.. Three is not enough for my application and I don''t have NIC... Will this limitation increase? And what about RAM overcomittment? Is it possible? Le 27 sept. 06 à 18:39, Henning Sprang a écrit : Hi, On 9/27/06, The MoonSeeker <themoonseeker@gmail.com> wrote: Hi, I''d like to know how many interfaces can we create for a domU?
2014 Mar 06
0
Découvrez notre sélection des plus belles références d'immobilier neuf
Si vous ne visualisez pas correctement l???e-mail, cliquez ici <http://url.mp32.ch/visu-96640E20-D155-4C0E-A052-17F95C6390D2-203221958-344160-06032014.html> <http://url.mp32.ch/url-203221958-1562035-06032014.html> <http://url.mp32.ch/url-203221958-1562036-06032014.html> <http://url.mp32.ch/url-203221958-1562037-06032014.html>
2014 Apr 08
0
Découvrez les nouveaux programmes du Grand Ouest
Si vous ne visualisez pas correctement l???e-mail, cliquez ici <http://url.mp32.ch/visu-90BD7B44-1B18-42B2-BB27-BF4B02C4DE10-203221958-356307-08042014.html> D??couvrez les nouveaux programmes immobiliers du Grand Ouest <http://url.mp32.ch/url-203221958-1612521-08042014.html> <http://url.mp32.ch/url-203221958-1612521-08042014.html> a s??lectionn?? pour vous les meilleurs
2011 Aug 20
3
[PATCH 2/2] Load gntdev and evtchn if they''re modular.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> diff -r cfb49fe940fd -r 81f75ed45ec2 tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons Tue Aug 16 16:56:16 2011 -0700 +++ b/tools/hotplug/Linux/init.d/xencommons Tue Aug 16 17:05:18 2011 -0700 @@ -29,12 +29,18 @@ XENCONSOLED_PIDFILE=/var/run/xenconsoled.pid shopt -s extglob -if [
2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
Good evening everyone, I am attempting to compile Xen 4.2.1 from source on Ubuntu 12.10 and cannot for the life of me figure out what I am doing wrong. This is the script I wrote that I am running on a brand new install from ubuntu-12.10-server-amd64.iso apt-get update apt-get -y upgrade apt-get -y dist-upgrade reboot (uname -r returns back 3.5.0-23-generic) apt-get install -y build-essential