search for: l26

Displaying 11 results from an estimated 11 matches for "l26".

Did you mean: 26
2015 Jan 09
2
latex warning
...R builds off the CRAN / PPA repos administered by Michael, but for some other libraries it shows its age. One can code around it if one knows how to prepare a matching .deb (cf [1] which I need to document/blog about). Dirk [1] https://github.com/eddelbuettel/rquantlib/blob/master/.travis.yml#L23:L26 -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2014 May 31
2
Re: libguestfs error
...tate 0) > libguestfs: command: run: rm > libguestfs: command: run: \ -rf /tmp/libguestfsvnUxG2 This is actually a bug in supermin. However I think it is fixed in recent supermin. Have a look at the patt_of_cpu function here: https://github.com/libguestfs/supermin/blob/master/src/kernel.ml#L26 This was added by Hilko's patch: https://github.com/libguestfs/supermin/commit/e8dd485a1737da365bc6af4afb5945817219393e and I suspect you will need to include this patch in your version of supermin. You'll have to also look at the contents of /boot. Note also that you don't need to...
2014 Jun 02
2
Re: libguestfs error
...ommand: run: \ -rf /tmp/libguestfsvnUxG2 >> >> This is actually a bug in supermin. However I think it is fixed in >> recent supermin. >> >> Have a look at the patt_of_cpu function here: >> >> https://github.com/libguestfs/supermin/blob/master/src/kernel.ml#L26 >> >> This was added by Hilko's patch: >> >> >> https://github.com/libguestfs/supermin/commit/e8dd485a1737da365bc6af4afb5945817219393e >> >> and I suspect you will need to include this patch in your version of >> supermin. You'll have to also...
2011 Oct 12
2
tlsv1 alert - unknown ca!
...UFBwMEMGEGA1UdEQRaMFiCBnB1 cHBldIIraXAtMTAtMTcyLTQyLTIxNy51cy13ZXN0LTEuY29tcHV0ZS5pbnRlcm5h bIIhcHVwcGV0LnVzLXdlc3QtMS5jb21wdXRlLmludGVybmFsMA0GCSqGSIb3DQEB BQUAA4GBABi29RDxCvbL+5xwlvLp11R6SfmLLNmdby60b2JS7Sq03XhpcREosYHw ZkwMyqa76DJgwlbVnfPTs/hmJSzg+J8IFcXo+dxqMx9XcFDCe2Y8bdyQ0axsMvXE uf00R5hiYHkb/L26/bg0GmKgszf9GjGfN36b3MlO91/mCSTyArVI -----END CERTIFICATE----- 1 s:/CN=Puppet CA: ip-10-172-42-217.us-west-1.compute.internal i:/CN=Puppet CA: ip-10-172-42-217.us-west-1.compute.internal -----BEGIN CERTIFICATE----- MIICcTCCAdqgAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMT8wPQYDVQQDDDZQdXBw ZXQgQ0E6IGlwLTEw...
2017 May 17
3
problem running test on a system without /etc/localtime
Hi all, A problem with tests while building R. I'm packaging R for Sisyphus repository and package build environment, by design, doesn't have /etc/localtime file present. This causes failure with Sys.timeone during test run: [builder at localhost tests]$ ../bin/R --vanilla < reg-tests-1d.R > ## PR#17186 - Sys.timezone() on some Debian-derived platforms > (S.t <-
2017 Oct 05
0
Re: --with-qemu option in libguestfs
...ich disables qemu, although that means for libguestfs to work at all you would need to supply a qemu binary at runtime through an environment variable (‘LIBGUESTFS_HV=/path/to/qemu program’). The logic for all this is here: https://github.com/libguestfs/libguestfs/blob/master/m4/guestfs_qemu.m4#L26 > I would like libguestfs to take even the "qemu-img" binary from the > installed qemu package. > How to enable that? qemu is a hypervisor, qemu-img is a program for manipulating disk images. They are very different things, and it makes no sense to substitute qemu-img for qemu...
2017 May 17
0
problem running test on a system without /etc/localtime
...> > File /etc/loclatime is optional and is not guaranteed to be present on > any platform. And anyway, it is a good idea to first check that file > exists before calling normalizePath. Looking at the code (https://github.com/wch/r-source/blob/R-3-4-branch/src/library/base/R/datetime.R#L26), could it be that mustWork = FALSE (instead of the default NA) avoids the warning causes this check error? Index: src/library/base/R/datetime.R =================================================================== --- src/library/base/R/datetime.R (revision 72684) +++ src/library/base/R/datetime.R...
2017 May 17
1
problem running test on a system without /etc/localtime
...optional and is not guaranteed to be present on >> any platform. And anyway, it is a good idea to first check that file >> exists before calling normalizePath. > Looking at the code > (https://github.com/wch/r-source/blob/R-3-4-branch/src/library/base/R/datetime.R#L26), > could it be that mustWork = FALSE (instead of the default NA) avoids > the warning causes this check error? Good idea. Kirill, could you apply the minimal patch to the sources and report back ? > Index: src/library/base/R/datetime.R > ============================...
2014 May 29
2
Re: libguestfs error
Glad Buddy.:-) It worked. Thanks a lot. I'm having some urgent deliverable and this would really help me alot. Thanks again. Would love to trouble you again . On Thu, May 29, 2014 at 9:34 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Thu, May 29, 2014 at 09:30:45PM +0530, abhishek jain wrote: > [...] > > checking for main in -lreadline... no > >
2011 Jan 22
32
Bug in mkfs.btrfs?!
Hi, I wanted to create a new btrfs fs for my backups. When trying to mkfs.btrfs for that device, I''m getting "error checking /dev/loop2 mount status" With strace I see where the problem is: lstat("/dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO939201JX160AGN-par", 0x7fffa30b3cf0) = -1 ENOENT (No such file or directory) The problem is there is something missing
2015 Jan 08
2
latex warning
Dear all, I am getting an R CMD check warning about the PDF manual. I am having a hard time finding out what is wrong, here is the log of the Rd2pdf call. The full check (and other) log is at https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is interested, and the package itself is here: https://github.com/metacran/r-builder/tree/bintex/rbuildertest Thanks, Best, Gabor