search for: phsically

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

Did you mean: physically
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, data$y,
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
Hello, I am working on Network-Simulation (VNUML). Our simulator uses linux bridgi= ng to connect the UMLs. So there is one problem: The example is the following: There are two hosts simulating one big net. The two hosts have connection over the external nets Net3 and Net6 (see htt= p://www.uni-koblenz.de/~timbub/verteilteSim3.GIF), but in fact there is onl= y one physical connection between the
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
On Fri, Feb 22, 2019 at 07:30:16AM -0800, James Bottomley wrote: > On Thu, 2019-02-21 at 18:14 -0800, David Tolnay wrote: > > 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
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
On Fri, Feb 22, 2019 at 11:59:23PM +0200, Jarkko Sakkinen wrote: > On Fri, Feb 22, 2019 at 02:31:37PM -0700, Jason Gunthorpe wrote: > > On Fri, Feb 22, 2019 at 04:16:01PM -0500, Michael S. Tsirkin wrote: > > > On Fri, Feb 22, 2019 at 07:30:16AM -0800, James Bottomley wrote: > > > > On Thu, 2019-02-21 at 18:14 -0800, David Tolnay wrote: > > > > > Add a
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 to...
2005 Jul 13
0
HTB traffic control over VLAN interface.
Hi All, This is my first mail to the LARTC mailing list.I am having some problems with the download bandwidth over VLAN.The setup i am having at my place is somewhat below.. +-------------------+ | | | FTP Server | | | +-------------------+ | +---------------+ | | | | | eth1=|-------+ | My Box | | eth0=|--------+ | | | +---------------+ | | +----------+----------+-----------------------+ | |
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