Displaying 20 results from an estimated 3000 matches similar to: "thoughts"
2011 Dec 08
2
Compilation error of R-2.14.0 on Mac OS 10.7.2
Dear R gurus,
I attempt to install the latest version of R from source on my MacBook Pro, using latest versions of Xcode and gfortran for Lion and configure options:
./configure --with-libintl-prefix=/sw --enable-R-shlib (this last option necessary to further install the Rpy Python package)
I got the following unreduced compilation error:
gcc -std=gnu99 -dynamiclib
2013 May 06
3
[LLVMdev] Do we abuse the "nsw" flag
Hi, There:
Clang fails to compile 254.gap @ CPU2000int suite. The symptom is
that executable fail to run
with reference input.
The root cause is that the compiler mistakenly optimizes expr "x * y
/ y" into x where the x*y is blindly
flagged with nsw without any analysis.
The preproceeded code is excerpted bellow:
cat -n integer.i
---------------------------------
2361
2013 May 06
0
[LLVMdev] Do we abuse the "nsw" flag
This has come up before, and we just added -fwrapv to work around the problem:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110131/115969.html
Are you compiling without -fwrapv?
Cameron
On May 6, 2013, at 4:55 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> Hi, There:
>
> Clang fails to compile 254.gap @ CPU2000int suite. The symptom is that executable
2005 Nov 19
14
FULLTEXT search in MySQL on rails
I tried adding a FULLTEXT search index to a table of mine in MySQL,
only to discover that the InnoDB table format doesn''t seem to support
this feature. Switching to the MyISAM table type seemed to work, but
I seem to have some recollection that ActiveRecord transactions aren''t
fully atomic on MyISAM tables. Is this true or am I just remembering
wrong? If so, does anyone have
2001 Dec 10
1
high dimensional convex hull
Does anyone know of a R package that will determine the convex hull of a
high-dimensional dataset (say 4-10 dimensions). I know chull works for
2D data.
I'm neophyte to R and convex hulls so please keep it simple.
Many thanks
Ben
--
Ben Stapley.
Biomolecular Sciences, UMIST, PO Box 88, Manchester M60 1QD.
Tel 0161 200 5818
Fax 0161 236 0409
2013 Jun 07
2
Samba 4.0.6 Ubuntu Package Available
Hello everyone-
Just a quick little blurb to anyone interested: I've spend some time packaging Samba4 for Ubuntu 12.04 and I believe it is finally "ready".
A couple of notes about the package:
- it is compiled from the 4.0.6 tarball available from Samba
- it has packages for amd64 and i386* class machines
- it requires various other non-stable class packages
- it uses the
2000 Feb 17
2
Problems building host keys on some SPARCs
Hi,
I've compiled openssh 1.2.2 on Solaris 7/SPARC. On most hosts, things
are fine. I get EGD going, compile openssh, and I can then generate
hostkeys as described in the INSTALL file to get things running.
On a few hosts though, the keygen fails like this:
root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
ksh:
2010 Sep 27
7
Uploading photos
Hi all,
Learning RoR (and loving it!) to develop a website. A requirement of the website is enabling users to upload photos to be made viewable (dynamically) on the website. Is this something I can develop with RoR?
Thanks,
Jeff
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2016 Jan 23
4
How does Live CD find OS's?
If I boot into CentOS on my home server from a Live CD or USB stick
and go to Troubleshoot, it lists OS's it finds on the machine.
How does it find these OS's?
Presumably it looks through all the partitions on all the hard disks
for something that looks like an OS?
But how exactly does it identify an OS?
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics, Trinity College,
2010 Jul 27
1
CRAN updates?
It appears that after a package is updated the CRAN binaries for some OS's
are built
automatically and shortly after the update, while other OS's are not updated
for
some time (weeks in some cases).
Is the process automated or is it partially manual for some OS's (like
Windows/w64
and Mac OS X)?
Thanks,
Dominick
[[alternative HTML version deleted]]
2006 May 06
1
Enabling filenames with ?, *, etc ?
Hi all,
I know it's not an encouraged practice, but is there some secret setting I can
put in my smb.conf file so that smbd will allow the user to have asterisks,
question marks, etc in his file names? My server is used in an environment
where all the client OS's are fairly modern (SUSE Linux 10.x, MacOS/X 10.4.x,
and Windows XP only), so backwards compatibility with legacy OS's
2010 Jun 16
1
COM32
Hi,
I'm using SYSLINUX as a boot loader to my OS's. Before booting my OS's, I
want to check for existence of some files on my hard drives (NTFS and ext3
as well).
I think using COM32 modules to access to file system. I want some resources
to learn more about COM32 modules and especially accessing file system using
COM32 modules.
Any help would highly appreciated.
Thanks,
Mortaza
2011 Sep 11
1
Vitualization and Partitioning
Hello,
OK, getting ready to order a new machine and had some questions about 6.0.
It will have a single 500GB HD.
When I do the install, do I or should I setup a separate partition for guest
OS's? From the redhat docs, it looks like the guest OS's reside at
/var/lib/libvirt/images/. I may combine my windoze XP on the CentOS machine
so would I need to create a partition and format that
2016 May 23
3
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Saturday, May 21, 2016 4:44 PM
> To: Tal Lubko
> Cc: For discussion of Syslinux and tftp-hpa
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
> >
> >
> >> -----Original Message-----
2016 Jul 24
4
KMail
Any hope of KMail (and Kontact) coming to CentOS-7?
What exactly is the problem?
KMail seems to work on other Linux OS's.
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin
2007 Dec 08
3
Multiple Worker Methods on Different Schedules
Quick question: If I want to schedule different worker methods defined in
the same worker to trigger at different times, is this possible? Would the
following scheduler yaml work?
:schedules:
:foo_worker:
:worker_method: method1
:trigger_args: 0 */10 * * * * *
:job_key: some_key_1
:foo_worker:
:worker_method: method2
:trigger_args: 0 */15 * * * * *
:job_key:
2014 Sep 25
7
Does dovecot work OK on *BSD?
Hi all,
I have a dovecot server on my Debian Wheezy desktop computer. My days
with Debian are limited, and I'm investigating several 'BSD's:
OpenBSD
FreeBSD
PCBSD
NetBSD
DragonflyBSD
etc
Is there any reason Dovecot wouldn't work on any of those? Does anyone
know if those OS's have packages for Dovecot, or do I need to compile
it myself?
Thanks,
SteveT
Steve Litt
2011 Mar 09
3
Which file system to use for a USB backup
I have some photographs on my Centos 4 server that I want to copy
to a USB drive. However, I want to be able to access the files
from Windows or Mac OS's. Where should I look for instructions
on how to mount and format the USB drive and is FAT32 the only
option?
Many thanks
--
Ariste Software
Petaluma, CA 94952
http://www.aristesoftware.com
2003 May 05
1
Translating end-of-line sequence
Hi,
Is it possible to have the Samba mount client ('mount -t smbfs'
on Linux) do the translation between the Windows and Linux formats
for the end-of-line sequence? We'd like to mount a Windows share
(containing both Windows and Linux source code) on Linux and compile
on it, but the some Linux tools (make, for instance) don't know how
to handle the Windows like end-of-line
2009 Oct 07
1
Log entries with truncated service names
Hi,
Situation:
I'm seeing lots (~500k per day) of log entries like:
smbd[13939]: itlab-pc06 (::ffff:10.51.51.103) couldn't find service it261
In this case, the last character of the request is truncated - it should be
it2610
I'm seeing the same/similar issue to
http://lists.samba.org/archive/samba/2009-March/147277.html
I've dismissed this over the last few weeks as a minor