search for: f23

Displaying 20 results from an estimated 86 matches for "f23".

Did you mean: 23
2009 Mar 22
1
data frame to array
Aloha all, I have a data frame with 4 columns. The first three are factors (f1, f2, f3) and the fourth is numeric. I'd like to explore these data using median polish. To do that I plan to use medpolish() on the matrix[f1,f2xf3], then medpolish on the resulting matrix[f2,f3]. This approach is described by Cook on page 141 of Exploring Data Tables, Trends, and Shapes. split()
2016 Jul 10
1
lxc containers won't start in a f24 custom install - odd cgroup fs layout observed
Hi folks I use libvirt to programmatically spawn lxc containers I am facing an issue when migrating from fedora23 to fedora24 I use the stock kernel and libvirt version on both deployments, i.e.: f23: libvirt-1.2.18.3-2.fc23.x86_64 - kernel 4.5.7-202.fc23.x86_64 f24: libvirt-1.3.3.1-4.fc24.x86_64 - kernel 4.6.3-300.fc24.x86_64 First off, I need to outline that the host installation is done through some ad hoc procedure, as all this happens in the context of the centrally-managed PlanetLab glo...
2016 Sep 01
2
status of virt-resize support for xfs?
...(aarch64) > fedora-23 armv7l Fedora? 23 Server (armv7l) > fedora-23 ppc64 Fedora? 23 Server (ppc64) > fedora-23 ppc64le Fedora? 23 Server (ppc64le) > ??[rsawhill at jiop 11:51 ~] {0} $ virt-builder --cache /var/cache/upvm -o > f23.img --size 11G fedora-23 > [ 1.1] Downloading: http://libguestfs.org/download/builder/fedora-23.xz > [ 1.7] Planning how to build this image > [ 1.7] Uncompressing > [ 7.4] Resizing (using virt-resize) to expand the disk to 11.0G > virt-resize: error: unknown/unavailable meth...
2015 Jul 30
0
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
...vreg261<def> = FMUL_D32 %vreg247, %vreg248; AFGR64:%vreg261,%vreg247,%vreg248 4512B ADJCALLSTACKDOWN 16, %SP<imp-def>, %SP<imp-use> 4528B %D6<def> = COPY %vreg243; AFGR64:%vreg243 4544B JAL <ga:@sin>, <regmask %FP %RA %D10 %D11 %D12 %D13 %D14 %D15 %F20 %F21 %F22 %F23 %F24 %F25 %F26 %F27 %F28 %F29 %F30 %F31 %S0 %S1 %S2 %S3 %S4 %S5 %S6 %S7 >, %RA<imp-def,dead>, %D6<imp-use,kill>, %SP<imp-def>, %D0<imp-def> 4560B ADJCALLSTACKUP 16, 0, %SP<imp-def>, %SP<imp-use> 4576B %vreg262<def> = COPY %D0<kill>; AFGR64:%vreg2...
2016 Nov 16
2
Re: [ovirt-users] OVA import of FC21 VM hangs during virt-v2v conversion?
...RHEL or Fedora and which > version? Guest is Fedora 21. Host is CentOS 7.2 Guest not have an unusual number of files. At least looking at the number of inodes used: Filesystem Inodes IUsed IFree IUse% Mounted on /dev/vda3 2894304 164989 2729315 6% / So... 165,000 files? My F23 system which imported in 2 minutes has 174,442 inodes used, albeit significantly more free: Filesystem Inodes IUsed IFree IUse% Mounted on /dev/vda3 23080448 174442 22906006 1% / Another difference is ext4 (F21) vs xfs (F23). > I will see if I can reproduce it. Thanks. Wor...
2015 Jul 25
4
Fedora change that will probably affect RHEL
...ngth, the install wouldn't continue. A bug was filed, and there was also a great deal of aggravation about it on the Fedora testing list. So, it was dropped. However, like a US (and probably other countries) politician who has one bad law suddenly exposed, it seems they are doing it for F23, judging from a test installation. I've filed a bug if anyone wants to chime in and ask them not to do it. https://bugzilla.redhat.com/show_bug.cgi?id=1246771 -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB...
2016 Mar 08
1
Can anyone compile mtr source RPM on CentOS 6.7?
...e install (unless ./configure has rerun already - see how messy this is?) This is definitely not a mock bug - that can be closed. It's a bug in the EL6 mtr spec file. See lines 1812 and 4005 for the relevant happenings in the pastebin I put up before showing the behavioural difference between F23 and EPEL6 Note that my EPEL6 system is a VM so inherently slower... but once the data from disk is in the kernel cache it's faster on the subsequent builds and makes the race.... The VM is on a spinning disk (on btrfs) whereas the F23 build happened on an SSD (btrfs but less of an issue then)...
2015 Jun 23
2
boot... round 2
...s that may be related. I'll try a build with the hardening >> removed. > > So this is definitely some kind of Rawhide compiler configuration > issue, I think. I rebuilt from the same .src.rpm (same as -4 but with > "%undefine _hardened_build" added) twice, once for F23, once for F21, > and created live images with both builds. The F23 one still doesn't > boot - seems like "%undefine _hardened_build" isn't enough - but an F23 > live image with an F21 build of isolinux does boot. > > I'll try and figure out the difference betwe...
2004 May 20
4
pmvt problem in multcomp
Hi, all: Two examples are shown below. I want to use the multiple comparison of Dunnett. It succeeded in upper case "example 1". However, the lower case "example 2" went wrong. In "example 2", the function pmvt return NaN, so I cannot show this simtest result. Is there any solution? (I changed the variable "maxpts" to a large number in front of the
2015 Jul 30
2
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
To reduce memory consumption clobbered registers are handled with RegisterMask machine operands which contain a bitset of all registers clobbered. - Matthias > On Jul 29, 2015, at 3:00 PM, Daniel Sanders <daniel.sanders at imgtec.com> wrote: > > I believe I've identified the problem with almabench but I haven't found the root cause in the compiler yet. > > The
2016 May 02
4
C6 Firefox 45.1 segmentation faults
On Mon, 2 May 2016 20:44:25 +0100 (BST) Nux! wrote: > This consistently crashes it, for testing: > http://dl.nux.ro/video/Organshiftpregnancy.mp4 On a fully updated Centos 7 installation, firefox tells me "Video can't be played because the file is corrupt." VLC plays the video, but there is no sound. Is there supposed to be? I get the following output on the console:
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
...s like you've uncovered an bug in mock that should be reported in EPEL https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20EPEL&version=el6&component=mock I don't see any existing bug that would seem to apply ... You can see the build completes with a target of epel6 on an F23 install but a clean C6 install that uses the mock from epel6 fails: http://pastebin.centos.org/41116/ Can't see anything that differs in the output from that to explain why the Makefile isn't regenerated on the epel6 mock unlike the F23 one. Right now I don't have time to look into t...
2016 Feb 18
2
Re: Sluggish performance with virtio and Win10
2016-02-18 10:13 GMT+01:00 Martin Kletzander <mkletzan@redhat.com>: > On Thu, Feb 18, 2016 at 08:49:38AM +0100, John Obaterspok wrote: > >> Hello, >> >> I'm using virt-manager on my F23 box to run a Windows 10 image but the >> performance is so bad it's killing me. >> >> I have "vmx" flag in /proc/cpuinfo >> >> # lsmod |grep kvm >> kvm_intel 167936 6 >> kvm 503808 1 kvm_intel >> >>...
2015 Dec 05
1
My Issue
...of FC23 with the same effect. I wish I could tell you more, but I have quite a bit going on right now and had to get my station running agin. The cards are GF 8600 and GT 830. They were working so I do not think the actual cards are the issue. It has to be something that changed between f22 and f23 :( -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151204/1a61d0c0/attachment-0001.html>
2016 Sep 01
0
Re: status of virt-resize support for xfs?
...ra-23 armv7l Fedora? 23 Server (armv7l) > > fedora-23 ppc64 Fedora? 23 Server (ppc64) > > fedora-23 ppc64le Fedora? 23 Server (ppc64le) > > ??[rsawhill at jiop 11:51 ~] {0} $ virt-builder --cache /var/cache/upvm -o > > f23.img --size 11G fedora-23 > > [ 1.1] Downloading: http://libguestfs.org/download/builder/fedora-23.xz > > [ 1.7] Planning how to build this image > > [ 1.7] Uncompressing > > [ 7.4] Resizing (using virt-resize) to expand the disk to 11.0G > > virt-resize: error:...
2016 Nov 16
0
Re: [ovirt-users] OVA import of FC21 VM hangs during virt-v2v conversion?
...> Guest is Fedora 21. Host is CentOS 7.2 > > Guest not have an unusual number of files. At least looking at the number > of inodes used: > Filesystem Inodes IUsed IFree IUse% Mounted on > /dev/vda3 2894304 164989 2729315 6% / > > So... 165,000 files? My F23 system which imported in 2 minutes has > 174,442 inodes used, albeit significantly more free: > > Filesystem Inodes IUsed IFree IUse% Mounted on > /dev/vda3 23080448 174442 22906006 1% / > > Another difference is ext4 (F21) vs xfs (F23). I'll try to reprod...
2016 Mar 04
2
Re: Why are virsh vol-upload/vol-download so slow?
On Fri, Mar 04, 2016 at 04:57:30PM +0000, Daniel P. Berrange wrote: > What version of libvirt ? We had an unfortunate implementation mistake > which caused us to waste tonnes of time in memmove(). versions since > 1.2.19 have a fix that addresses it Ah, this is on F23, which has: libvirt-1.2.18.2-2.fc23.x86_64 There's nothing more recent right now in either updates or updates-testing (and I was hoping to target (RHEL/CentOS)7, which have libvirt-1.2.17-13.el7_2.2.x86_64). Thanks, -- Lars Kellogg-Stedman <lars@redhat.com> | larsks @ {freenode,twi...
2016 Mar 10
1
Buggy 1.3.2? Disconnected from qemu:///session due to I/O error
...d from qemu:///session due to I/O error error: cannot send data to volume volume.qcow2 error: Cannot write data: Broken pipe error: One or more references were leaked after disconnect from the hypervisor If I downgrade to libvirt-1.2.18.2-2.fc23.x86_64 (which is what actually ships in F23), the image upload completes without a problem. -- Lars Kellogg-Stedman <lars@redhat.com> | larsks @ {freenode,twitter,github} Cloud Engineering / OpenStack | http://blog.oddbit.com/
2016 May 02
0
C6 Firefox 45.1 segmentation faults
...00 (BST) > Nux! wrote: > >> This consistently crashes it, for testing: >> http://dl.nux.ro/video/Organshiftpregnancy.mp4 > > On a fully updated Centos 7 installation, firefox tells me "Video can't be played because the file is corrupt." same on fully updated F23, ff 45.02 > > VLC plays the video, but there is no sound. Is there supposed to be? also plays with no sound on the chrome browser on above F23 setup > > I get the following output on the console: > > [0000000000df7118] core libvlc: Running vlc with the default interface. Us...
2020 Jan 31
2
CentOS 8 lokkit
hi All - I tried doing: yum provides "/usr/sbin/lokkit" on CentOS 8 and got No Matches found. Where can I get his for C8? Jerry