similar to: F13-x86_64 - New version of qemu in raw virt repo breaks virsh and virt-manager?

Displaying 20 results from an estimated 1000 matches similar to: "F13-x86_64 - New version of qemu in raw virt repo breaks virsh and virt-manager?"

2007 Aug 21
2
ldap and computer accounts
I'm attemtping to configure a Ubuntu server for a bunch of windows clients. I'd like the authentication information to be in ldap.So far the stuff works, I can authenticate users in LDAP just fine. But when I want a windows machine to join the domain I get the error 'The user name could not be found'. The computer account gets created (via smbldap-tools) and I can see it in the
2005 Aug 30
8
Who can help me?
I have own function wrote. I used an algorithm, which was written in Matlab. in matlab: ... gamma = inv(v)*g; ... #v = matrix of variable size, v=vv(k) => k=2 => dimension of v 2x2 #g = a line vector with 4 elements e.g. g=[1,0,2,0]; my rewritten r-file: ... gamma = solve(v)*g; ... which is my error? Who can help me? thank you in advance. Chris -- Lust, ein paar Euro nebenbei zu
2007 Aug 21
0
SOLVED Re: ldap and computer accounts
The solution is quite simple: You need to configure pam-nss for samba to work. Essentially samba is using a 'getent' call to look up computers independent is configured as passdb backend. That means the pam-nss must be configured for samba to find the computer entries in ldap. I find this very much counter-intuitive ! Thanks to Tom Crummey <tom@ee.ucl.ac.uk> and John Drescher
2010 Mar 24
1
RHEL 5.4 errors in log file...
Hi. I have following errors in my log file: Mar 22 05:33:11 xentest libvirtd: 05:33:11.518: error : failed Xen syscall topology cpuset syntax error Mar 22 05:33:21 xentest libvirtd: 05:33:21.418: error : failed Xen syscall topology cpuset syntax error Mar 22 05:33:41 xentest libvirtd: 05:33:41.274: error : failed Xen syscall topology cpuset syntax error Mar 22 05:33:41 xentest libvirtd:
2010 May 05
1
[PATCH server] Upgrade rails gem version for F13
From: root <root at ovirt.admin.virt.par.lng> Signed-off-by: Arthur Cl?ment <aclement at linagora.com> --- src/config/environment.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config/environment.rb b/src/config/environment.rb index 9c1a9fa..ca6ed03 100644 --- a/src/config/environment.rb +++ b/src/config/environment.rb @@ -20,7 +20,7 @@ # Be sure
2010 Aug 14
1
cpuTimes and qemu-kvm on F13
http://libvirt.org/html/libvirt-libvirt.html#virDomainInfo http://libvirt.org/html/libvirt-libvirt.html#virVcpuInfo Both virDomainInfo and virVcpuInfo have a nanosecond cpuTime field. How do the two related to one another? With some experiementing, it appears the virDomainInfo::cpuTime is equal to the host CPU time used by the qemu-kvm process for the domain. It also appears that the
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
Hi I am running a pxe diskless node in f13 and I have some proposals to make ovirt-early working in this version. nash is no more available (nash/mkinitrd is replaced by dracut), so this following command fails : "echo "network --device $DEVICE --bootproto dhcp" | nash" it makes the network configuration incomplete. I replace the linuxrc command by dhclient and it's
2010 May 10
1
Rails/mongrel/httpd issue - F13, rails 2.3.5
Hi, I have an issue with mongrel and rails. I add -B option(debug) to mongrel_rails in /etc/init.d/mongrel-rails but it didn't display more logs : http://ovirt.pastebin.com/N5v94cTu This is the page I get when I try to reach the ovirt web interface, I see the html tags (kerberos auth is working) : <html><body>You are being <a
2023 Jan 14
2
Removing variables from data frame with a wile card
I have a data frame containing variables "yr3",...,"yr28". How do I remove them with a wild card----something similar to "del yr*" in Windows/doc? Thank you. > colnames(mydata) ? [1] "year"?????? "weight"???? "confeduc"?? "confothr" "college" ? [6] ... ?[41] "yr3"??????? "yr4"???????
2023 Jan 14
1
Removing variables from data frame with a wile card
mydata[, -grep("^yr",colnames(mydata))] On Sat, Jan 14, 2023 at 8:57 AM Steven T. Yen <styen at ntu.edu.tw> wrote: > I have a data frame containing variables "yr3",...,"yr28". > > How do I remove them with a wild card----something similar to "del yr*" > in Windows/doc? Thank you. > > > colnames(mydata) > [1]
2023 Jan 14
1
Removing variables from data frame with a wile card
You'll want to use grep() or grepl(). By default, grep() uses extended regular expressions to find matches, but you can also use perl regular expressions and globbing (after converting to a regular expression). For example: grepl("^yr", colnames(mydata)) will tell you which 'colnames' start with "yr". If you'd rather you use globbing:
2023 Jan 14
2
Removing variables from data frame with a wile card
Thanks to all. Very helpful. Steven from iPhone > On Jan 14, 2023, at 3:08 PM, Andrew Simmons <akwsimmo at gmail.com> wrote: > > ?You'll want to use grep() or grepl(). By default, grep() uses extended > regular expressions to find matches, but you can also use perl regular > expressions and globbing (after converting to a regular expression). > For example: >
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm Version: R1.5.1 OS: Windows NT Submission from: (NULL) (195.65.178.178) Line 11 is: "DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...." should be: "DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...." Line 59 is: " (cd .. ; ./configure.win $(RHOME))" should be: " (cd .. ; sh ./configure.win $(RHOME))"
2008 May 13
1
OS X / R.h
Hey, I have a question about including the R framework in a file. I'm running OS X 10.5.2. When I attempt to use: #include <R/R.h> And compile I get the following error: /Library/Frameworks/R.framework/Headers/R.h:40:21: error: Rconfig.h: No such file or directory /Library/Frameworks/R.framework/Headers/R.h:41:57: error: R_ext/ Arith.h: No such file or directory
2007 Apr 11
0
nat does not work with hvm
Hello all I am using open source xen v 3.0.4. When network-nat and vif-nat is activated in the config file, modified guests boot ok but hvm guests does not have network connection. Here is the config files: xend-config.sxp ------------------------------------- #(network-script network-bridge) #(vif-script vif-bridge) (network-script network-nat) (vif-script vif-nat)
2002 Oct 14
1
samba server does not appear in network neighborhood
Hi all, I've recently setup samba 2.2.5 on a solaris 8 workstation and configured it to be a member of an NT domain. Everything is working correctly, with the exception that the samba server does not appear in the network neighborhood of the rest of the PC's in the domain. However, if you choose to "search for computers" and enter the netbios name of the server it is
2010 Jun 01
1
Dual-boot and also use raw disk in virtual machine
I've got a new computer with two SATA disks. I installed a minimal Fedora 13 64-bit on the first disk. I shut down the computer, unplugged the first disk, booted up and installed Windows 7 on the second disk. Then I shut down, and plugged the first disk back in. I added a grub option to boot Windows from the second disk. All fine so far - I had a working dual boot system. Then in F13 using
2004 May 03
1
Problem with net rpc vampire - Samba 3.0.2a
Hello i have a running Samba 3.0.2a Server on a SuSE Linux 9.0 dist. i have configure my samba 3.0.2a for a BDC and i log in to the domain i want migrate. first i did this for joining the domain : linux:~ # net rpc join -S DEMONT01 -w DOMNT -U Administrator%Server Joined domain DOMNT. then i did this for migrate the user and groups linux:~ # net rpc vampire -S DEMONT01 -U
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
2023 Feb 12
2
Removing variables from data frame with a wile card
x["V2"] is more efficient than using drop=FALSE, and perfectly normal syntax (data frames are lists of columns). I would ignore the naysayers, or put a comment in if you want to accelerate their uptake. As I understand it, one of the main reasons tibbles exist is because of drop=TRUE. List-slice (single-dimension) indexing works equally well with both standard and tibble types of data