similar to: RHEL6.2 kernel

Displaying 20 results from an estimated 20000 matches similar to: "RHEL6.2 kernel"

2013 May 12
1
OpenStack Grizzly on CentOS-6.4
Hello, setting up the newest OpenStack Grizzly release seems to be really straight-forward. Red Hat has put together all support for this at http://openstack.redhat.com/. I've documented installation, post-install config tweaks, how to add a few ready-to-use guest images and links to a few gotchas on the following wiki page: http://jur-linux.org/testwiki/index.php/CloudLinux/OpenStack
2013 Feb 03
0
Python 3.3 for CentOS-6
Hello, I've built python3-3.3 binary rpms based on the current Fedora packages. Binary rpms are built with koji/mock. Binary rpms are only tested very lightly, but I welcome additional tests or patches as well as additional python3 rpms people want to use: http://jur-linux.org/download/el-updates/6/ Has anyone a Django15 rpm using python3? greetings, Florian La Roche
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello, I have a problem with special characters such as "?" or "?" when using hwriter. This only happens when I use windows, it works fine on mac. If I do: print(datosdv) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" but: hwrite(datosdv, p, br=TRUE) "Ciencias Sociales y Jur?dicas n:74 | 33.94%" The bad sign is in the code, is not a problem of the
2013 Feb 26
3
Did anybody do a dovecot update on centos 5.x?
Hi, dose anybody did a dovecot update from the original 1.0.7 to e.g. 1.1 or 1.2 from atrpms repository? We dont have any special settings; Each user one mbox mailbox. About 500 imap/pop3 accounts, 400GB data. Any suggestions and comments are welcome. Regards . G. Reinicke -- G?tz Reinicke - IT-Koordinator - Filmakademie Baden-W?rttemberg GmbH
2015 Feb 18
0
uefi and bios bootable optical media
On Tue, Feb 17, 2015 at 12:57:32PM +0100, Jur van der Burg via Syslinux wrote: > We have been using syslinux (V4.05) in our product for years without a problem. > Since we encounter more and more systems that do a UEFI boot by default > we want to support that too. So I've been using syslinux V6.03 to create > usb sticks and harddisks to allow both bios and uefi boot which works
2012 Sep 06
1
[Rscript] difficulty passing named arguments from commandline
Wanting a commandline solution (for a problem detailed @ http://mailman.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2012/msg00279.html ) I turned to Rscript, and whacked out the q'n'd https://github.com/TomRoche/GEIA_to_netCDF/blob/master/netCDF.stats.to.stdout.r However it wasn't as quick as hoped, because I spent quite a bit of time figuring out how to pass the arguments.
2020 Apr 17
3
Demo for linking native routines between R packages
Dear Davis, Thank you a lot for sharing this, and I am happy that I was not the only one who need to do it once to learn:) I proposed to add my repo to the manual. I think it makes sense to add both of ours, if possible, or we could merge them together and add that to the manual. Long-term URL stability is apparently an issue, but I think we may find a solution there. Anyway, thanks a lot for
2020 Apr 17
0
Demo for linking native routines between R packages
Nice David! I also wrote up something similar a little while back https://github.com/DavisVaughan/cexport -Davis On Fri, Apr 17, 2020 at 7:09 AM Zhang, Jitao David via R-devel < r-devel at r-project.org> wrote: > Dear R developers, > > I want to advertise a small project for the educational purpose to show > people how to link native routines. > > In R programming, we
2020 Apr 17
1
Demo for linking native routines between R packages
Dear Davis and Dirk, Thank you very much for the suggestions, which are very valuable and helpful. I will add references to prior examples, document my project with the clear step-by-step-style document of Davis's project, and come back again to the mailing list. Best wishes, David On Fri, Apr 17, 2020 at 3:40 PM Dirk Eddelbuettel <edd at debian.org> wrote: > > Jitao, >
2020 Apr 17
2
Demo for linking native routines between R packages
Dear R developers, I want to advertise a small project for the educational purpose to show people how to link native routines. In R programming, we need to link to native routines in C, C++, or Fortran from the R environment. In most cases, the linking works within one package, namely the R code in a package calls the native code in the same package. This is not necessarily always the case.
2005 Sep 22
1
R2WinBUGS: Data loading error
Hi R-Help! I am trying to use R2WinBUGS but I get the following error message in WinBUGS (and there must be something wrong with my R statement as I tried it directly in WinBUGS and it worked): display(log) check(C:/Documents and Settings/Daikon/Roche/pop_model.txt) model is syntactically correct data(C:/Documents and Settings/Daikon/Roche/data.txt) expected key word structure compile(7) ...(and
2011 Jul 16
1
crash in extlinux/main
Hi, I found a bug in extlinux/main.c. Writing a bootloader on a file mounted via /dev/mapper in Lunix it crashed on me with a segment fault. The bug is here: if (!ioctl(devfd, HDIO_GETGEO, &geo)) { Since we are already called with geo as a pointer the & is wrong as the pointer itself will be overwritten. This works: int get_geometry(int devfd, uint64_t totalbytes, struct
2018 Jan 02
0
Beginner Bugs - Need help tagging
On 28/12/2017 18:06, Robinson, Paul wrote: > > >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of >> Philip Reames via llvm-dev >> Sent: Tuesday, December 26, 2017 11:30 AM >> To: Florian Hahn; Tanya Lattner; llvm-dev >> Cc: Clang Dev >> Subject: Re: [llvm-dev] Beginner Bugs - Need help tagging >> >>> >>> I
2013 Feb 27
0
question about read.ssd function
Hi there, I am trying to read SAS dataset into R and have observed some weird behaviors. Here is my setting. I copied retail.sas7bdat from sashelp and placed it in my test directory C:\Temp. In R, I submitted the following command >read.ssd("C:/Temp", "retail", sascmd="C:/Program Files/SAS/SASFoundation/9.2/sas.exe") The data has been read correctly. But when
2012 Oct 26
0
parallel::pvec FUN types differ when v is a list; code simplifications?
In pvec(list(1, 2), FUN, mc.cores=2) FUN sees integer() arguments whereas pvec(list(1, 2, 3), FUN, mc.cores=2) FUN sees list() arguments; the latter seems consistent with pvec's description. This came up in a complicated Bioconductor thread about generics and parallel evaluation https://stat.ethz.ch/pipermail/bioc-devel/2012-October/003745.html One relevant point is that a
2015 Feb 18
0
uefi and bios bootable optical media
> We have been using syslinux (V4.05) in our product for years without a problem. > Since we encounter more and more systems that do a UEFI boot by default > we want to support that too. So I've been using syslinux V6.03 to create > usb sticks and harddisks to allow both bios and uefi boot which works fine. > > The problem I run into now is that it is not possible to create
2006 May 11
2
Problems with link-dest
Hello, I want to use the link-dest feature. Changed files should not be written again but only linked from existing location. I execute rsync: florian@horus ~/python $ rsync --relative --recursive -vv "/home/florian/Desktop/back" "/home/florian/backupTest/2006-05-07" building file list ... done created directory /home/florian/backupTest/2006-05-07 delta-transmission disabled
2015 Feb 17
4
uefi and bios bootable optical media
We have been using syslinux (V4.05) in our product for years without a problem. Since we encounter more and more systems that do a UEFI boot by default we want to support that too. So I've been using syslinux V6.03 to create usb sticks and harddisks to allow both bios and uefi boot which works fine. The problem I run into now is that it is not possible to create a dvd that is capable of
2015 Oct 30
0
Isohybrid wiki page and UEFI
> BTW I've reproduced the red screen I get with another case: when using the > option -r blksize for the tftp server in PXE mode. Maybe it can give an > idea to someone. I've seen that before. We have a product that uses syslinux to boot either via bios or uefi and that works great. Sometimes however we get the same dumps as you've shown there, and that was always the case on
2016 Oct 19
0
[PATCH] Fix for crash with certain EFIs
>Have you tried 6.04-pre1 or later? With pre-built binaries? > >Would you please clarify? Are you saying that 6.04-pre1 is failing too, >but building 6.03 with this proposed patch is working correctly? I should have been clear about which version I used. I modified 6.03 and built with -mno-red-zone and that seems to fix the problem. I also tried 6.04-pre1 with the pre-built binaries