search for: fc28

Displaying 20 results from an estimated 79 matches for "fc28".

Did you mean: fc2
2018 Aug 21
2
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
...t/72c0d64a47db642cafa89884f2ee554bd0b8e822 > > > > This has now been backported to the 1.2 & 1.4 branches as well. Do > > you know what version (of nbdkit) they are testing with? > > > > Tested with: > $ rpm -qa | grep nbdkit > nbdkit-plugin-python3-1.4.2-1.fc28.x86_64 > nbdkit-1.4.2-1.fc28.x86_64 > nbdkit-plugin-python-common-1.4.2-1.fc28.x86_64 I think if you upgrade to 1.4.3 (which is still in testing in Fedora) you should get full tracebacks. https://bodhi.fedoraproject.org/updates/FEDORA-2018-92ee422873 (see "python" here: https://gi...
2019 Sep 25
3
Centos 8 Mate?
On 9/24/19 10:55 PM, Stephen John Smoogen wrote: > On Tue, 24 Sep 2019 at 15:41, Frank Cox <theatre at sasktel.net> wrote: >> >> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? >> >> I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a
2018 Aug 21
0
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
...822 > > > > > > This has now been backported to the 1.2 & 1.4 branches as well. Do > > > you know what version (of nbdkit) they are testing with? > > > > > > > Tested with: > > $ rpm -qa | grep nbdkit > > nbdkit-plugin-python3-1.4.2-1.fc28.x86_64 > > nbdkit-1.4.2-1.fc28.x86_64 > > nbdkit-plugin-python-common-1.4.2-1.fc28.x86_64 > > I think if you upgrade to 1.4.3 (which is still in testing in Fedora) > you should get full tracebacks. > > https://bodhi.fedoraproject.org/updates/FEDORA-2018-92ee422873 > (s...
2019 Jan 28
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...at 01:19:59PM +0100, Tomáš Golembiovský wrote: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users want to keep just a single version of the package for the > distribution. > > For each distribution one can have either a common directory (e.g. > fedora) or a versioned directory (fedora28). This can also be combined. > I.e. one can...
2019 Feb 04
2
nlminb with constraints failing on some platforms
...function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) > opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) > xhat <- rep(1, 10) > abs( opt$objective - f(xhat) ) < 1e-4? ## Must be TRUE [1] FALSE My system is described by: adcomp.git>uname -a Linux localhost.localdomain 4.17.7-200.fc28.x86_64 #1 SMP Tue Jul 17 16:28:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux My version of R is described by: Source?????? : R-3.5.2-2.fc28.src.rpm I have tried passing in the gradient and turning on the trace and it gives nearly the exact same trace with and without the gradient. Here is the outp...
2018 Aug 21
3
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
On Tue, Aug 21, 2018 at 02:40:49PM +0300, Nir Soffer wrote: > On Tue, Aug 21, 2018 at 2:02 PM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > On Tue, Aug 21, 2018 at 01:15:02AM +0300, Nir Soffer wrote: > > > The oVirt server may fail a PUT request before reading all request body. > > > However before closing the connection, it writes a detailed error
2019 Jan 26
6
[PATCH 0/2] allow alternative guest tools directories for distributions
First patch just fixes installing guest tools from directory that was broken. Second patch revamps how virt-v2v chooses from which directory install guest tools on Linux. Details in commit message. Tomáš Golembiovský (2): v2v: fix path to source when copying files from guest tools directory v2v: allow alternative directories for distributions v2v/windows_virtio.ml | 67
2019 Feb 08
6
[PATCH v2 0/3] allow alternative guest tools directories for distributions
First patch just fixes installing guest tools from directory that was broken. Second patch revamps how virt-v2v chooses from which directory install guest tools on Linux. Details in commit message. v2: - included comments from Pino and Rich - added test Tomáš Golembiovský (3): v2v: fix path to source when copying files from guest tools directory v2v: allow alternative directories for
2018 May 27
3
Yum list installed lies to me
when I do "yum list installed" I get a lot of stuff, including this excerpt: wqy-zenhei-fonts.noarch 0.9.46-11.el7 @anaconda wvdial.x86_64 1.61-9.el7 @anaconda wxBase.x86_64 2.8.12-20.el7 @epel wxBase3.x86_64
2019 Jan 26
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...ovský <tgolembi@redhat.com> ha scritto: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users want to keep just a single version of the package for the > distribution. > > For each distribution one can have either a common directory (e.g. > fedora) or a versioned directory (fedora28). This can also be combined. > I.e. one can...
2019 Feb 06
0
nlminb with constraints failing on some platforms
...t;> xhat <- rep(1, 10) >> abs( opt$objective - f(xhat) ) < 1e-4? ## Must be TRUE > [1] FALSE ok... [I gave a version of the above which reveals a bit more ...] > My system is described by: adcomp.git> uname -a > Linux localhost.localdomain 4.17.7-200.fc28.x86_64 #1 SMP Tue Jul 17 16:28:31 UTC 2018 x86_64 x86_64 > x86_64 GNU/Linux That (uname -a) is almost only a description of your kernel + hardware (including of where the kernel was possibly built), and by the way, almost equivalent to R's Sys.info() In your case, I guess Fedora 2...
2019 Mar 21
1
Re: [PATCH v2 2/3] v2v: allow alternative directories for distributions
...ry 2019 11:44:42 CET Tomáš Golembiovský wrote: > Allow multiple alternative directory names for distributions (or > distribution familiy) when installing Linux guest tools packages. > Original naming required that there is a separate directory for every > version of a distribution (e.g. fc28, fc29, ...). This is inconvenient > when users want to keep just a single version of the package for the > distribution. > > For each distribution one can have either a common directory (e.g. > fedora) or a versioned directory (fedora28). This can also be combined. > I.e. one can...
2018 Jun 03
1
[Bug 106793] New: [NV138] bus: MMIO read of 00000000 FAULT at 409800 [ TIMEOUT ]
...GeForce GT 1030 (NV138) with Fedora 28 installed. I am seeing errors on boot and I can't use the card. nouveau 0000:02:00.0: bus: MMIO read of 00000000 FAULT at 409800 [ TIMEOUT ] ... nouveau 0000:02:00.0: timeout ... nouveau 0000:02:00.0: gr: init failed, -16 xorg-x11-drv-nouveau-1.0.15-4.fc28.x86_64 mesa-dri-drivers-18.0.2-1.fc28.x86_64 uname -a Linux roffey10 4.17.0-0.rc7.git2.1.vanilla.knurd.1.fc28.x86_64 #1 SMP Sat Jun 2 05:03:40 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux I have attached the dmesg output. -- You are receiving this mail because: You are the assignee for the bug. ----...
2018 Aug 21
0
Re: [PATCH 1/2] v2v: rhv-upload-plugin: Handle send send failures
...tps://github.com/libguestfs/nbdkit/commit/72c0d64a47db642cafa89884f2ee554bd0b8e822 > > This has now been backported to the 1.2 & 1.4 branches as well. Do > you know what version (of nbdkit) they are testing with? > Tested with: $ rpm -qa | grep nbdkit nbdkit-plugin-python3-1.4.2-1.fc28.x86_64 nbdkit-1.4.2-1.fc28.x86_64 nbdkit-plugin-python-common-1.4.2-1.fc28.x86_64 > Thanks for opening the bug, let me know the BZ# when you have it. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming an...
2019 Jun 06
2
error compiling dahdi for recent kernels
...this about once a year, when it's time to upgrade Fedora. I first got this error trying to compile a patched version of dahdi-linux-2.11.1; I noticed that there is now a dahdi-linux-complete-3.0.0+3.0.0, so I tried that one with the same result. If I compile it while running kernel-4.16.8-300.fc28.x86_64, it compiles fine, but when I try to compile it while running kernel-5.0.16-100.fc28.x86_64, I get this error: CC [M] /local/src/dahdi/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/oct612x/oct612x-user.o /local/src/dahdi/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/oct612x/o...
2019 Jan 26
0
[PATCH 2/2] v2v: allow alternative directories for distributions
Allow multiple alternative directory names for distributions (or distribution familiy) when installing Linux guest tools packages. Original naming required that there is a separate directory for every version of a distribution (e.g. fc28, fc29, ...). This is inconvenient when users want to keep just a single version of the package for the distribution. For each distribution one can have either a common directory (e.g. fedora) or a versioned directory (fedora28). This can also be combined. I.e. one can have both `fedora` and `fedor...
2019 Feb 08
0
[PATCH v2 2/3] v2v: allow alternative directories for distributions
Allow multiple alternative directory names for distributions (or distribution familiy) when installing Linux guest tools packages. Original naming required that there is a separate directory for every version of a distribution (e.g. fc28, fc29, ...). This is inconvenient when users want to keep just a single version of the package for the distribution. For each distribution one can have either a common directory (e.g. fedora) or a versioned directory (fedora28). This can also be combined. I.e. one can have both `fedora` and `fedor...
2018 Mar 01
39
[Bug 105319] New: DRM: EVO timeout with kernel 4.15.x
https://bugs.freedesktop.org/show_bug.cgi?id=105319 Bug ID: 105319 Summary: DRM: EVO timeout with kernel 4.15.x Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau
2019 Feb 06
2
nlminb with constraints failing on some platforms
...ft R Open (MRO) 3.4.2, also using > MKL with 12 cores > 3. (By Brad Bell) : R 3.5.2 Fedora 28 (x86_64) pkg, OpenBLAS(?) > 4. (by MM) : R 3.5.2 Fedora 28 (x86_64) pkg, BLAS+Lapack = OpenBLAS > > Success > ======= > > - (by MM) : R-devel, R 3.5.2 patched on FC28, *self compiled* gcc 8.2, > using R's BLAS/Lapack > - (by Ralf Stubner): R 3.5.2 from Debian Stable (gcc 6.2) + OpenBLAS > - (by Berend H.) : R 3.5.2 [from CRAN] on macOS 10.14.3 (BLAS/Lapack ??) R 3.5.2 from CRAN using R's BLAS/Lapack. Berend .... > It would...
2018 Feb 22
0
[Bug 105173] [MCP79][Regression] Unhandled NULL pointer dereference in nvkm_object_unmap since kernel 4.15
...eedesktop.org/show_bug.cgi?id=105173 --- Comment #8 from Nick Lee <nvlbox at gmail.com> --- Also tried: Vanilla kernel 4.15.4-300.vanilla.knurd.1.fc27.x86_64 mesa-17.3.5 wayland session reproducible Fedora-Workstation-Live-x86_64-Rawhide-20180220.n.0.iso wayland session mesa-18.0.0-0.1.rc4.fc28.x86_64 Got artefacts with dmesg output: [ 1035.437016] nouveau 0000:03:00.0: swiotlb buffer is full (sz: 2097152 bytes) [ 1035.437020] nouveau 0000:03:00.0: swiotlb: coherent allocation failed, size=2097152 [ 1035.437023] CPU: 0 PID: 1842 Comm: gnome-shell Not tainted 4.16.0-0.rc2.git0.1.fc28.x86_...