similar to: Display port allocation

Displaying 20 results from an estimated 10000 matches similar to: "Display port allocation"

2010 Apr 29
2
Cloning very slow?
Yesterday I cloned one of my VMs and, somewhat implausibly, it took virt-clone something like 8-9 hours to clone the 8Gb disk image... Copying it from the command line took a mere 6.5 minutes. I assume this is a bug, and it's not expected to take this long ;-) This was using virt-clone from python-virtinst-0.500.2-1.fc12.noarch in the virt-preview repository. Tom -- Tom Hughes (tom at
2010 Sep 10
0
covariance matrix structure for random effect in glmmPQL
Dear all, I'm using R function "glmmPQL" in "MASS" package for generalized linear mixed model considering the temporal correlations in random effect. There are 1825 observations in my data, in which the random effect is called "Date", and there are five levels in "Date", each repeats 365 times. When I tried
2010 Jan 15
1
libvirt restarting vms on restart?
Recent versions of libvirt seem to have taken to starting new copies of my vms when they restart. Any vm marked to start when libvirt is started is started, even if it is already running, which leads to multiple running vms trying to use the same disk image. I think this probably started with the upgrade from 0.7.4 to 0.7.5 but I can't be entirely sure as I only realised yesterday that I
2010 Feb 11
1
libvirt attaching wrong usb device?
I'm trying to attach a USB device which is attached to my host to a guest instance. The device definition in the XML looks like: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc111'/> </source> </hostdev> and the device
2009 Oct 26
1
strange log values in 3.1
I've just got the log lines below. The first line shows the format spec that prints each column: %'b %'l %f 0 18,760 f1 0 11,193 f2 32,768 2,186 f3 3,128,368 3,453,856 f4 13,680 11,786 f5 32,768 6,288 f6 0 6,498 f7 0 6,346 f8 0 6,570 f9
2010 Feb 14
1
mlogit function cut off formular
I'm trying to fit a multinominal logistic model using package mlogit. I have 15 independent variables. The code looks like this: m<-mlogit(score~0|f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15, data, reflevel="1") And it gives the following error message: Error in parse(text = x) : unexpected ')' in "score ~ 0 + alt:(f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9
2016 May 13
0
[Bug 1009] Ability to use CIDR notation in IPV4/IPV6 named sets
https://bugzilla.netfilter.org/show_bug.cgi?id=1009 Tom Hughes <tom at compton.nu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tom at compton.nu -- You are receiving this mail because: You are watching all bug changes. -------------- next part
2015 Apr 14
0
Re: VM Performance using KVM Vs. VMware ESXi
On 14/04/15 13:33, Jatin Davey wrote: > Thanks Dominique & Daniel. > > Looks like i need to upgrade my VMs kernel to make it aware of virtio. > > Found this information from this link: > > http://wiki.libvirt.org/page/Virtio#Disk_.28block.29_device_driver > > I tried without upgrading the Kernel and as soon as i start my VM it got > into Kernel Panic. I will try
2015 Apr 14
0
Re: VM Performance using KVM Vs. VMware ESXi
On 14/04/15 14:16, Jatin Davey wrote: > My VM is using the kernel 2.6.18-164.el5 > > [root@localhost ~]# uname -a > Linux localhost 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 > x86_64 x86_64 GNU/Linux > > Should this be fine ? Well it won't have virtio-scsi I'm sure, but what does "modinfo virtio-blk" say about virtio-block? Tom -- Tom
2015 Apr 21
0
CentOS 7 and vino
I am trying to get vino going on CentOS 7.1 I run this command: gsettings set org.gnome.Vino require-encryption false Then this one: gsettings list-recursively org.gnome.Vino org.gnome.Vino notify-on-connect true org.gnome.Vino alternative-port uint16 5900 org.gnome.Vino disable-background false org.gnome.Vino use-alternative-port false org.gnome.Vino icon-visibility 'client'
2011 Sep 08
3
Graphical framebuffers confuse, XML format about spice
Hello, i want to start a guest OS in the server, and use spice to achieve graphical interaction with the guest OS. But when i config the XML file, i was confuse by spice . The graphic node is : <graphics type='spice' port='5990' ><listen type='address' address='127.0.0.1'/></graphics> but is has such error as below : libvir: QEMU error : internal
2015 Apr 15
1
Related to the new laptop question: CentOS on a netbook?
On Wed, Apr 15, 2015 at 02:52:51PM -0600, Frank Cox wrote: > On Wed, 15 Apr 2015 15:55:26 -0400 > m.roth at 5-cent.us wrote: > > > I've got a netbook, circe 2009. When I got it, not that I was wild about > > ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a > > few years later - has anyone put CentOS (6, preferably) on a netbook, and >
2010 Jul 15
1
Error using the mi package
I'm trying to impute data using the mi package, but after running through almost the entire first round of imputations (which takes quite a while), it throws this error (I'll include the whole output prior to the error for context). Does anyone know what is causing it, or how I can fix it? More specifically, how can I tell what is throwing the error so I know what to fix? Is
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
configure.ac | 2 doc/Makefile.am | 3 libswfdec/swfdec_as_object.c | 17 ++++ libswfdec/swfdec_as_object.h | 5 + libswfdec/swfdec_keys.h | 1 libswfdec/swfdec_pattern.c | 5 + libswfdec/swfdec_player.c | 100
2006 Apr 12
0
fixtures advanced question
Hello, in my database i have tables models,marques,cars. I wrote fixtures for models f1: id: 1 marque_id: 1 name: 100 NX f2: id: 2 marque_id: 1 name: 200 SX f3: id: 3 marque_id: 1 name: Almera f4: id: 4 marque_id: 1 name: Patrol f5: id: 5 marque_id: 1 name: Primera f6: id: 6 marque_id: 2 name: CLK f7: id: 7 marque_id: 2 name: CLS f8: id: 8 marque_id:
2011 Apr 25
0
possible bug leading to lmtp crashes
On 04/20/2011 05:59 AM, Trever L. Adams wrote: > I have been using Samba 4 kerberos and ldap with dovecot. Samba 4 > changed a while back (resulting in me asking for help) which requires > kerberos auth for ldap lookups. My setup worked perfectly before hand. > Before and after were with dovecot-2.0.11 and the after also happens > with 2.0.11. > > The only changes were (in my
2003 Nov 24
1
[PATCH] fix pipe() for ia64
Pipe's a strange syscall. Here is a fix for ia64. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: #
2011 Apr 26
2
possible bug leading to lmtp crashes
On 04/25/2011 09:12 AM, Trever L. Adams wrote: > > As I look at the code in the hg reference above, I think there is a bug. > If HOME should be preserved as first, and some of these others may be > critical to proper operation, they should be preserved automatically, no > matter what the configuration says. This seems to be contrary to the > code and to the top of the page
2006 Apr 01
1
SSH + VNC
I am trying to log into a desktop that is running CentOS 4.2 by tennelling VNC through SSH.. The desktop auto-logins a user, then sits there waiting for me to login. On the client side, I fire up SSH tunneling ssh -L 8000:127.0.0.1:5900 The client spits back the error vncviewer: ConnectToTcpAddr: connect: Connection refused Unable to connect to VNC server The server says channel 5: open
2019 Jan 21
7
[Bug 109407] New: GTX 1050 fails to initialise acceleration
https://bugs.freedesktop.org/show_bug.cgi?id=109407 Bug ID: 109407 Summary: GTX 1050 fails to initialise acceleration Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at