search for: f13

Displaying 20 results from an estimated 101 matches for "f13".

Did you mean: 13
2010 Oct 14
2
Stumped by extlinux After OS Upgrade
...uashfs image and syslinux directory. I don't recall exactly why it was necessary, but suffice it to say it solved the problem and I could reboot the system and be running the alternate F10 image. Now I'm doing it for real but instead of that alternate F10 spin, the upgrade would bring F13 into place. Everything works smoothly -- the extlinux update runs without error and has the expected message indicating "/sysroot/syslinux is device /dev/sda1" -- right up until that final reboot which should take us into F13. What happens? Well, I get a "boot:" prompt fo...
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...
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 23
2
Freezing Rails in ovirt-server...
The ovirt-server package has started to slip behind the curve WRT Ruby on Rails development; i.e., the current version of ovirt-server is not quite runnable as is on F12. And with F13 coming, the gap's only going to widen. So I'm considering the idea of freezing the version of Rails on the ovirt-server project for the time being. I'll check with the Fedora packaging team to see if there are any issues. Thoughts? -- Darryl L. Pierce, Sr. Software Engineer @ Red Ha...
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
2008 Jul 29
1
[LLVMdev] Vector types as function arguments and interfacing with C
...ters f1, f2, f3, f4. However, on the C end, GCC compiles typedef double interval_t __attribute__ ((__vector_size__(16))); interval_t add(interval_t a, interval_t b) { return a + b; } to the following (under gcc version 4.0.1 (Apple Inc. build 5484)) _add: lfd f0,80(r1) lfd f12,64(r1) lfd f13,72(r1) fadd f12,f12,f0 lfd f0,88(r1) fadd f13,f13,f0 stfd f12,-32(r1) stfd f13,-24(r1) lwz r3,-32(r1) lwz r4,-28(r1) lwz r5,-24(r1) lwz r6,-20(r1) blr which means that GCC is choosing to pass the doubles on the stack instead of in registers and so I cannot mix the LLVM code with the GC...
2010 Aug 15
1
F13-x86_64 - New version of qemu in raw virt repo breaks virsh and virt-manager?
Without actually thoroughly thinking about it, I updated my system yesterday with the latest qemu-kvm. rpm -qa shows qemu-kvm-0.13.0-0.5.20100809git25fdf4a.fc13.x86_64 See also: virsh # version Compiled against library: libvir 0.8.2 Using library: libvir 0.8.2 Using API: QEMU 0.8.2 Running hypervisor: QEMU 0.13.50 Now when I attempt to start a domain that was working perfectly well prior to
2008 Sep 22
1
Help for SUR model
I am an R beginner and trying to run a SUR model in R framework. subset(esasp500, Obs <=449 & Obs>=197, select = -Date) ->ev13sub c(Obs>=397) & c(Obs<=399) ->d13 c(Obs>=400) & c(Obs<=449) ->f13 SP500*f13 ->SP500f13 BBC~SP500+d13+SP500f13 ->sur132 BOW~SP500+d13+SP500f13 ->sur133 CSK~SP500+d13+SP500f13 ->sur134 DTC~SP500+d13+SP500f13 ->sur135 GP~SP500+d13+SP500f13 ->sur136 HAN~SP500+d13+SP500f13 ->sur137 IP~SP500+d13+SP500f13 ->sur138 KMB~SP500+d...
2010 Aug 18
0
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650] Issue resolved
.config from Ubuntu instance just copied over to F13 instance.  2.6.32.19 rebuilt on F13 with minimal initramfs and get 3D on F13.   I also made diff between .configs   Looks like CONFIG_DRM_RADEON=y caused a problem   should be =m.   CONFIG_DRM_RADEON_KMS=y to make modesetting on radeon by   default.  Boris. --- On Wed, 8/18/10, Boris Derzhavets...
2010 Aug 04
1
Blktap-control under 2.6.32.16-1.2.108.xendom0.fc13.x86_64
1. Attempt to load Nexenta under 2.6.32.16-1.2.108.xendom0.fc13.x86_64 Xen 4.0.1-rc6-pre & 2.6.32.16-1.2.108.xendom0.fc13.x86_64 on top F13 [root@fedora13 NexentaStor-Community-3.0.2]# uname -a Linux fedora13 2.6.32.16-1.2.108.xendom0.fc13.x86_64 #1 SMP Fri Jul 23 17:09:30 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux [root@fedora13 NexentaStor-Community-3.0.2]# xm create -c nexentastor-community-3.0.2-xen.cfg Using config file "./nexe...
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
2010 Jun 08
1
Best practices on backingup/restore VMs
I just moved from F11 to F13 and I'm find no information on the best way to restore VMs. I had just copied /var/lib/libvirt (with the VMs off) as part of my backup (I already backup all of /etc). But virt-manager doesn't allow creations of VMs without installing. Also, as a side note, the search feature on the website...
2008 Jul 29
0
[LLVMdev] Vector types as function arguments and interfacing with C
Hi, > I want to be able to write a function like this > > define <2 x double> @add(<2 x double> %a, <2 x double> %b) nounwind { > %c = add <2 x double> %a, %b > ret <2 x double> %c > } > > and then call it from C code. What is the appropriate translation of > the <2 x double> vector type into C? I've tried packed structs
2008 Jul 29
2
[LLVMdev] Vector types as function arguments and interfacing with C
Hi, I want to be able to write a function like this define <2 x double> @add(<2 x double> %a, <2 x double> %b) nounwind { %c = add <2 x double> %a, %b ret <2 x double> %c } and then call it from C code. What is the appropriate translation of the <2 x double> vector type into C? I've tried packed structs and "typedef double vec_double
2010 May 19
2
Created a custom/minimal CentOS 5.x install ISO
Hi all, I'd like to try rolling a somewhat stripped down and customized CentOS DVD. This is particularly interesting to me now that CentOS 5.5 is 2 DVDs. I dare not call it a new distro as I suspect I will be the only one to use it. ;) I've been googling for ways to do this, figuring it must be somewhat straight forward, but my google-fu is weak it seems. Can someone point me
2012 Jun 08
2
OpenGL drivers haven't been installed correctly
The BOINC project has a screensaver that runs on Windows. I installed BOINC in a virtual machine running Windows XP (32 bit) and copied boinc.scr from the C:\Windows directory onto my 64 bit F13 system. When I run the screensaver I get an error. Any feedback is appreciated. I can run glxgears without any problem. $ wine boinc.scr Wine cannot find the ncurses library (libncurses.so.5). err:winediag:X11DRV_WineGL_InitOpenglInfo The Mesa OpenGL driver is using software rendering, most likely...
2010 Aug 17
5
MS Outlook 2007 won't open
...installed Word, Excel, and Outlook from Office 2007 Enterprise. Word and Excel work okay. But Outlook can't open its main window when I start it (I get an error dialog from Outlook saying that). The configuration wizard run okay. I have tried this on two separate Fedora installations (F12 and F13) using the latest wine version from the repos (1.2). I have googled around and seen posts about problems with Outlook, but none sound anything like this. Any help greatly appreciated. TIA ken
2010 Mar 29
0
Interesting lockdep message coming out of blktap
I''m getting this: blktap_validate_params: aio:/dev/vg_lilith-raid/xen-f13-64: capacity: 20971520, sector-size: 512 blktap_validate_params: aio:/dev/vg_lilith-raid/xen-f13-64: capacity: 20971520, sector-size: 512 blktap_device_create: minor 0 sectors 20971520 sector-size 512 blktap_device_create: creation of 253:0: 0 INFO: trying to register non-static key. the code is fi...
2010 Sep 10
0
covariance matrix structure for random effect in glmmPQL
...del 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 fit.model1=glmmPQL(y~f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15+f16+f17+f18+f19+f20+f21+f22+f23+f24, family=poisson,random=~1|Date,data=mydata,correlation=corCompSymm(value=0.2,form=~1|Date)), the model was fitted well. But because of my particular interest, I need to specify the correlation structure by myself, so I tried the following code, fit.model2...
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 + f10 + f11 + f12 + )" Obviously, the mlogit function somehow cut off my formula, probabl...