Displaying 20 results from an estimated 500 matches similar to: "Is the VNC setting available for non-hvm DomU''s?"
2006 Jan 16
8
resizable window/div - some help needed
Hello
I have been working on a little window dialog script - please see
<http://net4visions.com/dev/window/window.htm>
http://net4visions.com/dev/window/window.htm for a preview. the necessary
files can be downloaded here:
<http://net4visions.com/dev/window/window.zip>
http://net4visions.com/dev/window/window.zip .I''ve included just the basics
- please change the path in
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their
Xen experiences with the newest Core 2 Duo CPUs, ref
http://www.intel.com/products/processor/core2duo/specifications.htm
The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors
doesn''t include any Core 2 Duos. Does that mean that people have had
problems, or is the wiki just not up to date?
I gather
2007 Jun 21
3
disappearing .pid files
Hello,
I''m running mongrel_cluster and have been using it successfully for
quite a while now. However, today I ran a "cap deploy" and started
seeing the following error:
!!! PID file /var/www/apps/jco/shared/log/mongrel.8013.pid does not
exist. Not running?
for each of the mongrels that should start up.
I''ve googled for solutions but haven''t found any
2006 Jan 16
4
how di i stop a running effect?
Hi,
i need some help with Effect.Appear/Effect.Fade
i would like fade in and out an element on hovering an element(->
tooltip behavior), but when i''m using Effect.Appear/Effect.Fade both
effects will continue to play and overlap each other, resulting in
unpredictable behavior.
<code>
<button onmouseover="Effect.Appear(''test_div2'')"
2006 Jan 17
1
What the heck? A Vorbis scam?
Just today I received a weird e-mail that contained a worm (WORM_GREW.A)
attached to it.
From : Vinoth Kumar <vinoth@vinjey.com>
Sent : Tuesday, January 17, 2006 6:29 PM
To : <ivo_mmm@hotmail.com>
Subject : Fw: Funny :)
Attachment : Attachments001.BHX (0.13 MB)
MIME-Version: 1.0
Received: from vinoth ([59.144.59.103]) by bay0-mc4-f5.bay0.hotmail.com
with Microsoft
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
2005 Dec 20
1
Removing the comments listing
Does anyone know how to remove the browse list comments listing? In other
words, in our instance, when you browse the my network places, both the
resource name and comments are lengthy Samba 3.0.13. listings.
Thanks,
2006 Oct 20
1
#Transfer - Timeout is configurable?
Hi guys,
This should be has an easy answer for you, my users are complaining
that when they press # and then ear gorgeous Allison "Transfer" the
timeout is very small, they must enter immediatly the extension to
transfer the call.
Is it possible to change this?
;transferdigittimeout => 3 ; Number of seconds to wait between
digits when transfering a call
This is timeout
2007 Mar 26
3
[PATCH] pciback: restore PCI BARs on D3->D0 transition
Ever since xen-unstable cset 14308 ("pci back: Fix registration of of
filters on subsections of config space") I''ve been getting an MCA on the
*2nd* boot of a driver domain using an e1000 NIC. Cset 14308 allowed
the proper setup of the PM control registers, so the NIC is put in the
D3 power state when the driver domain shuts down. Unfortunately,
pci_set_power_state()
2012 Mar 14
1
Real-Time data transfer from Excel to R
Hi All
I receive through DDE ,real time data from an external supplier on an Excel
2003 sheet.
I use R as platform to make backtest trading and prepare trade.
My question : Is existing a solution to transfer real-time data from Excel
to R? Such transfer keeping the streaming condition.
I don't intend to open an account to IB. And I don't want make backtest on
Excel,using R as
2007 Feb 09
4
asterisk 1.4 FC5 and Gtalk
JABBER: gtalk_account OUTGOING: <?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='
gmail.com' version='1.0'>
localhost*CLI> jabber show tes
JABBER: gtalk_account INCOMING: <?xml version="1.0"
encoding="UTF-8"?><stream:stream from="gmail.com"
2007 Jul 10
3
No password prompt for ssh from perl script
Hi,
I need some help from you guys for one issue I am facing with my script.
While logging into localhost using ssh from command prompt it works:
It works from command prompt --> ssh loginid at localhost
But when we try to login to localhost using ssh from perl script using
pseudo terminal, I am getting the following without any password prompt.
We are getting following instead of
2006 Feb 07
1
(second round) creating a certain type of matrix
Hi R users
Here is what I got with help from Petr Pikal (Thanks Petr Pikal). I modified
Petr Pikal's code to a little
to meet my purpose.
I created a function to generate a matrix
generate.matrix<-function(n.variable)
{
mat<-matrix(0,n.variable,(n.variable/2)/5+1) #matrix of zeroes
dd<-dim(mat) # actual dimensions
mat[1:(dd[1]/2),1]<-1 #put 1 in first half of first column
2006 Nov 07
4
Queues and multiple lines
Say I have agents using a softphone like eyebeam that has 6 lines. They
log in to the queue. Say there are 3 agents in my queue. 3 calls come in
and all three agents are on a call. Now a fourth call comes in. Is it
possible to have it setup so that the 4 call rings on line 2 of one of
my agents, if they don't get it within the time limit it rings on line 2
of another agent and so on. An
2007 Feb 16
3
Probelm with some smtp MTAs
I am getting large numbers of these types of messages in my maillog files:
somehost.hotmail.com [65.54.246.97] did not issue MAIL/EXPN/VRFY/ETRN
during connection to MTA
on both of our external machines beginning on the same date. These hosts
sit on different netblocks and on both machines the sendmail.cf files date
from Jan 09, 2007.
The last successfull connection from any hotmail acocunt
2015 Apr 03
5
vncserver on CentOS 7
I am trying to setup a centos 7.1 vncserver
I cannot believe they went from a relatively easy process in 6 to the
"crazyness" that is 7.
I did the following:
yum install tigervnc-server
cp /lib/systemd/system/vncserver at .service
/etc/systemd/system
systemctl daemon-reload
edit /etc/systemd.system/vncserver at .service
2008 Jul 22
5
VNC server problem
HI all,
i am configuring VNC server in CentOS 5.1. i have enables this two
lines in /etc/sysconfig/vncserver file
VNCSERVERS="2:vnc"
VNCSERVERARGS[2]="-geometry 1024x768 -depth 24"
here i have created a user vnc and set the password using vncpasswd cmd.
then i started the vncserver
# vncserver
New 'localhost.localdomain:1 (gopinath)' desktop is
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a
bunch of old messages here on vncserver and thought I had it. Obviously
not.
1) cp /usr/lib/systemd/system/vncserver at .service
/etc/systemd/system/vncserver at .service
2) vi /etc/systemd/system/vncserver at .service
I changed <USER> in both places to root
3) systemctl daemon-reload
4) systemctl
2007 Dec 06
8
VNCsever not starting at boot
When I run system-config-services, it shows vncserver set to start at boot.
in /etc/inittab I have init 3
vncserver does not start at boot.
I log in on the console as root and
service vncserver start
and it starts with some warning messages about bad display name in "add"
command, but I do not see where these are logged to copy them into this
message.
Once I start it from the
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html
IPv6 support in VNC Server E4.1.7/P4.1.2
VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with
IPv6 support disabled by default, for security reasons. IPv6 can be
enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4
only), either on the command-line when starting vncserver under Unix
Ok.