search for: phsical

Displaying 12 results from an estimated 12 matches for "phsical".

Did you mean: physical
2008 Feb 26
7
[PATCH]Add free memory size of every NUMA node in phsical info
Returns free memory size per node in "xm info". This info can help users who want to bind their guest domain in one node of their NUMA machines thought set CPU affinity. I also write IA64 part support which I would send to XEN-IA64 mail-list. Thanks. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 May 16
2
Fitting Contour to Data Points
Apologies for the mass mailing today! I am attempting to produce a contour plot for phsical data on a map matrix. I have a small number of data points which each has an (x,y) co-ordinate together with a corresponding value which I would like to cvreate a contour plot for. I have tried the following code: contour(data$x,data$y,data$value) but am told: Error in contour.default(data$x, d...
2004 Nov 26
4
Grandstream BT102 Busy signal on hangup
Hey everybody, I've been playing around with Asterisk (Current CVS Stable dated: Asterisk CVS-v1-0-11/23/04). I've purchased 2 GS BT102 SIP phones. Both have been upgraded to firmware 1.0.5.18. I've also have installed on my desktop and laptop, X-Lite. I've been using these to learn how to setup Asterisk. I've got a Wildcat X100P on order and will be here next week. My
2007 Apr 18
1
[Bridge] device eth0 is already a member of a bridge; can't enslave it to bridge Net6
...eSim3.GIF), but in fact there is onl= y one physical connection between the host: connected through a switch an e= ach host has one interface card eth0. (so normaly you should bind the ip ad= resses related Net3 and to Net6 to the eth0 and it already is part of the t= wo nets - even if there is one phsical connection) So my virtual nets are implemented by linux bridges. But if I now connect t= he physical interface eth0 to the bridge Net3 and then to Net6 the followin= g error occurs: "device eth0 is already a member of a bridge; can't enslave= it to bridge Net6" = Is this a bug or a...
2006 Nov 09
6
bridge interfaces in dom0
Hi. I have another question, hopefully easier than my last: Do all physical interfaces in dom0 need to have an IP addresse in order to be used as a bridge by guest domains? I thought that the interface would have to merely be "up" but not necessarily have an IP address configured since bridging is done at layer 2. But alas, if I don''t configure an IP address on dom0 the bridge
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...: > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the > > guest kernel side of TPM over virtio. > > What's the use case for using this over the current non-virtio vTPM?. > I always thought virtio was about guest to host transport efficiency, > but the phsical TPM, being connected over a very slow bus, is about as > inefficient as you can get in that regard, so why do we need to use > virtio to drive the virtual one? I can't say for sure about TPM. But generally there are many reasons to do virtio rather than emulating a hardware device. Eas...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...he > > > > > guest kernel side of TPM over virtio. > > > > > > > > What's the use case for using this over the current non-virtio vTPM?. > > > > I always thought virtio was about guest to host transport efficiency, > > > > but the phsical TPM, being connected over a very slow bus, is about as > > > > inefficient as you can get in that regard, so why do we need to use > > > > virtio to drive the virtual one? > > > > > > I can't say for sure about TPM. > > > > > > But g...
2009 Feb 15
0
Porcentual separation
...n I re-proportion the results of each iteration so df.classes sums 100 or 1 before testing the results? SECOND PROBLEM: Since I cannot save df.classes (its too big for my computer), I would need to test and know which value of x hold the correct combination for the desired results and save it phsically in my disk, is that possible with sapply o mapply?. The desired results are so that, among the 283 values resulting from each iteration I need to know how big each element of a certain group of 12 are. In other words, I have selected a test group in the original dataframe and, in order t...
2005 Jul 13
0
HTB traffic control over VLAN interface.
...+---------------+ | | | | | eth1=|-------+ | My Box | | eth0=|--------+ | | | +---------------+ | | +----------+----------+-----------------------+ | | | | vlans -> eth0.1 eth0.2 eth0.3 ................eth0.1001 I am doing some traffic control with my box.It <http://box.It> has got the phsical interfaces eth0 and eth1.eth1 is connected the FTP server and on eth0 VLANs are created.It <http://created.It> has the usual tc(HTB) and iptables rules added for traffic control. when i am downloading anything over physical interface eth0 without using any VLAN i am getting the desired dow...
2004 Apr 10
1
Hum/bux on line
Rich Hi, After Qwest pronounced my circuits as within spec. (yes, disconnected from the house) I listened on the lines with my butt set. Clear of all noise and hum. I then got my box of Cat3 and laid a circuit around the outside of the house and into my lab. Still clear of all noise and hum. I then connected the circuit to the Adtran and made a call. Lots of hum and buzzz. As I said,
2007 Nov 07
16
file access with mongrel running as windows service
i have an archive of documents (word, excel, jpeg, png, gif...) residing on a network share that is accessed via send_file. when running mongrel on the command line the files are properly delivered. with mongrel running as a service they don''t. now normally i would think that should be fixable by configuring the service to run under a user that can read the files.... but
2007 May 24
4
host information in domU over /proc or /sys filesystem
Hi, I have a few questions. But lets start with the background: Several other virtualization technologies beside Xen do provide the possibility to get configuration information of the VM itself and the host it is running on through the /proc file system. These technologies are for example zLinux or Linux on ppc64. This feature is very important for quality of service aspects. How many