Displaying 20 results from an estimated 4000 matches similar to: "Python 3.2 support for libvirt API?"
2012 May 25
1
Virtual Machines Stay Off If Rebooted
Hello,
I am using libvirt on Ubuntu 10.04 Server and the following versions of these packages:
libvirt-bin, libvirt0, python-libvirt - 0.7.5-5ubuntu27.22
qemu-kvm 0.12.3+noroms-0ubuntu9.18
Recently, when restarting a VM (either by issuing "sudo reboot" on a Linux guest or choosing "Restart" from the Start Menu on a Windows guest) the VM shuts down and remains off rather
2011 May 03
4
Wine and menus
I have a problem with a software called Italian "LaParola (www.laparola.net). The installation is successful, but when I access the program, I do not see the menu, which is transparent. Using Wine 1.3 on Ubuntu 10.10. This is the first time I participate in the forum: I try to post a screenshot but I'm not sure to succeed ... [img]file:///home/carlo/Scrivania/Schermata.png[/img]
2009 May 07
1
Local yum mirror and repomd.xml
Hey,
So, I'm having a minor issue. Today, I configured one of our CentOS systems
to use our local mirror (mirror.clarkson.edu) for its repositories. After
doing this, I ran a yum update and received the following warning in the
output along with the updates available:
Not using downloaded repomd.xml because it is older than what we have:
Current : Thu May 7 14:41:57 2009
Downloaded:
2001 Mar 22
0
[Fwd: FW: Biostats text/software]
[This was filtered (looking like spam)
and manually approved by your list maintainer, MM ]
EvolDir wrote:
> Colleagues,
>
> A few days ago I posted a message inquiring what folks were using for
> teaching biostats. I received a stunning 38 replies offering various
> opinions, some quite surprising, along with links to web pages, pointers for
> coverage, commentaries on
2001 Oct 10
1
Spacing in the labels using xyplot()
We have a variable that we use to label bars in barplot() and to condition
on in xyplot(). Since the labels can be quite long, we use strwrap()
on-the-fly to split the strings into several "lines" separated by "\n". With
barplot, this works nicely using text(), but with xyplot() it doesn't. In
the latter, the labels appear to be "double-spaced" compared to the
2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get
the required dynamic linking capabilities on the bare-metal side?
Orthogonal Devices
Tokyo, Japan
www.orthogonaldevices.com
On 27/06/2019 19:06, Peter Smith wrote:
> On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hi Tim.
>>
>> Thank you for
2007 Oct 29
4
Joining a Linux Machine to a Windows 2003 Active Directory Domain
Hey all, I'm trying to join a Linux machine running CentOS 5, Samba version
3.0.23 to a Windows 2003 Active Directory. I can authenticate successfully
against Kerberos, but I cannot seem to join the domain. I'm using
instructions from this article
2015 Aug 11
0
Re: libvirt-lxc
On Mon, Aug 10, 2015 at 09:50:04PM +0100, Mark Clarkson wrote:
>Hi,
>I noticed that libvirt-lxc will be deprecated for RedHat:
>
>"Future development on the Linux containers framework is now based on
>the docker command-line interface. libvirt-lxc tooling may be removed
>in a future release of Red Hat Enterprise Linux (including Red Hat
>Enterprise Linux 7) and should not
2019 Nov 20
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Wed, Nov 20, 2019 at 01:22:16PM +0200, Mika Westerberg wrote:
> If (((OSYS <= 0x07D9) || ((OSYS == 0x07DF) && (_REV ==
> 0x05))))
> {
The OSYS comes from this (in DSDT):
If (_OSI ("Windows 2009"))
{
OSYS = 0x07D9
}
If (_OSI ("Windows
2019 Jun 27
2
LLVM on bare-metal
Hi Tim.
Thank you for taking to time to comment on the background!
I will definitely study lldb and remote JIT for ideas. I worry that I
will not be able to pre-link on the host side because the host cannot(?)
know the final memory layout of code on the client side, especially when
there are multiple plugins being loaded in different combinations on the
host and client. Is that an
2015 Feb 27
0
yum causing RPC timed out?
Apparently CentOS-7 - Base is failing, what does that mean? How do I
contact the upstream for the repo? How do I find a working upstream?
More info from command execution:
do_ypcall: clnt_call: RPC: Timed out
do_ypcall: clnt_call: RPC: Timed out
http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
2019 Nov 20
0
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
for newer Windows the firmware uses bit 0x80 on 0x248 (Q0L2 being the
field name) on the bridge controller to turn of the device, on other
versions it uses the "older"? 0xb0 register and the P0LD field, which
is documented, where the former is not.
On Wed, Nov 20, 2019 at 12:51 PM Mika Westerberg
<mika.westerberg at intel.com> wrote:
>
> On Wed, Nov 20, 2019 at 01:22:16PM
2004 Apr 18
1
Incorrect permissions on mount despite correct options
From: starrte@clarkson.edu
Subject: Incorrect permission of mount despite correct options
Date: April 9, 2004 2:00:49 AM EDT
To: samba@lists.samba.org
Mime-Version: 1.0 (Apple Message framework v613)
Content-Transfer-Encoding: 7bit
Message-Id: <40381AAA-89EB-11D8-87D8-000A27944740@clarkson.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed
Hello, this is a
2002 Oct 17
4
upgrade samba
How does one move from a rpm based samba to tar.gz? In other words how
do I upgrade from samba-2.2.1a-4 to samba-2.2.6.tar.gz.
Do I remove samba : rpm -e samba?
And what do I do with the other samba rpm packages:
samba-client-2.2.1a-4 & samba-common-2.2.1a-4? Are they included with
the tar package?
Using RH7.2.
Roger
--
**********************************
Roger Schmeits
System
2015 Aug 11
2
Re: libvirt-lxc
On Tue, Aug 11, 2015 at 08:31:02AM +0200, Martin Kletzander wrote:
> On Mon, Aug 10, 2015 at 09:50:04PM +0100, Mark Clarkson wrote:
> >Hi,
> >I noticed that libvirt-lxc will be deprecated for RedHat:
> >
> >"Future development on the Linux containers framework is now based on
> >the docker command-line interface. libvirt-lxc tooling may be removed
> >in
2019 Nov 20
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
overall, what I really want to know is, _why_ does it work on windows?
Or what are we doing differently on Linux so that it doesn't work? If
anybody has any idea on how we could dig into this and figure it out
on this level, this would probably allow us to get closer to the root
cause? no?
On Wed, Nov 20, 2019 at 12:54 PM Karol Herbst <kherbst at redhat.com> wrote:
>
> for newer
2009 Sep 15
1
Install CentOS on Partition(!)-images as a Xen-guest
Hi!
Some weeks ago the "Running Xen"-book was recommended to me on this
list. A nice book, but it gave me crazy idea: One of the
recommendations (which sounds very reasonable to me) was to have
instead of a single file that serves as a disk-image to have to
files: one of them (which is mounted to hda1) serves as a partition
that holds the data, the other one (which mounts to hda2) is
2006 Jan 12
2
Basis of fisher.test
I want to ascertain the basis of the table ranking,
i.e. the meaning of "extreme", in Fisher's Exact Test
as implemented in 'fisher.test', when applied to RxC
tables which are larger than 2x2.
One can summarise a strategy for the test as
1) For each table compatible with the margins
of the observed table, compute the probability
of this table conditional on the
2007 Sep 27
2
Q: how to restrict access selectively to client initiated local port forward
Hello,
At work we have an internal application that implements a proxy. It
works by counting the number of connections per IP address and using
this to enforce usage limits (i.e. not more than X connections from a
given IP).
The important thing for us is a unique IP per client. We have this
implemented where each client first authenticates through OpenVPN and is
assigned a unique IP
2015 Aug 11
0
Re: libvirt-lxc
On Tue, Aug 11, 2015 at 08:25:30AM +0100, Mark Clarkson wrote:
> On 11/08/2015 07:31, Martin Kletzander wrote:
> > The fact that it's deprecated in some distributions doesn't mean
> > we're dropping it.
>
> So, just to be clear, there are no plans to drop the lxc driver from
> libvirt?
Absolutely zero.
Regards,
Daniel
--
|: http://berrange.com -o-