Displaying 20 results from an estimated 3000 matches similar to: "5.2 x86_64 DVD"
2006 Oct 17
2
CTRL-C behaviour with RODBC on Solaris2.8
After loading the RODBC package version 1.1-7, Ctrl-C changes its
behaviour and is quitting R and returning to the (unix-)command prompt
on the solaris2.8 platform here. Here's what happened before and after
loading RODBC
> for (i in 1:10^5) rnorm(10)
^C
> library(RODBC)
> for (i in 1:10^5) rnorm(10)
^C
bash-3.00$
               
platform       sparc-sun-solaris2.8
arch          
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64" 
CXX="g++ -maix64" 
F77="gfortran -maix64" 
FC="gfortran -maix64" 
CFLAGS="-g -O3" 
CXXFLAGS="-g -O3" 
FFLAGS="-g -O3" 
FCFLAGS="-g -O3" 
LDFLAGS="-L/$HOME/usr/local/lib/ppc64
2006 Jan 11
6
Output non-HTML (CSV) from Rails
Hi,
I want to offer a CSV download of data in my Rails app (eg. An "Export
to Excel" link to grab the current view of tabulated data).
However, I can''t seem to break-out of the Rails framework to output this
non-HTML data. Even if I eliminate my layout template from my view, the
most basic view (no HTML) will still wrap the output in
2010 Jun 18
1
febootstrap F12 ppc coreutils PREIN
On Fri, Jun 18, 2010 at 11:09:10AM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote:
> 
> open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=80626448, ...}) = 0
> mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x30041000
> mmap2(NULL, 245760, PROT_READ, MAP_PRIVATE, 3, 0x2330) = 0x30241000
>
2006 Jan 03
3
Changing tables within rails app
Hi,
I want to know if my idea is possible within the rails framework.
I want to write a rails app that uses the same code to manage two
classes of widgets; "wired widgets" and "wireless widgets".
For the most part, all the code to manage these two classes of widgets
will be identical. The only differing part are some of the underlying
field names in each respective db table
2006 Jan 06
6
Help with TextSearch :all and MySQL
Hi,
I really need help with making the ''searches_on :all'' in Duane Johnson''s
TextSearch work with MySQL (not sure if it works with other db''s).
  http://wiki.rubyonrails.com/rails/pages/TextSearch
I realize that there are other search packages out there. But this
particular solution best fits my small needs of searching a small
database.
I''ve gotten
2010 Jun 16
1
febootstrap git empty /lib dir
On Wed, Jun 16, 2010 at 03:38:22PM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote:
> Is lib/ supposed to be empty in febootstrap git HEAD?
Yes.  Run ./autogen.sh to populate it with gnulib stuff.
Actually, this may not work too well unless you have gnulib checked
out exactly in ../gnulib.  I need to ask Jim Meyering nicely if he'll
make gnulib into a submodule of
2005 Jun 28
2
Error in compiling R
When compiling R on Windows, I am getting the following error.  Does
anyone have any suggestions?
---------- Making package datasets ------------
  adding build stamp to DESCRIPTION
  installing R files
  installing data files
  preparing package datasets for lazy data loading
Error in load(zfile, envir = envir) : input has been corrupted, with LF
replaced
 by CR
Execution halted
make[4]: ***
2006 Jan 16
1
default_url_options for relative tag URLs
Hello,
I need help with using ''default_url_options''. At least this is the
function that I *think* is involved in the solution I seek. :)
I''m deploying my rails app beneath an Apache ProxyPass setup. I''ve got
it all working fine except that any rails tagging functions in my
templates create absolute URL references.
For example, this stylesheet function in my
2005 Dec 14
3
Linking C/C++ GUI to R.dll
Hi,
I am in the process of linking a C/C++ application to the R.dll
directly.  I have obtained the R source code and compiled it
successfully.  I have also successfully linked the R.dll directly into
our application and have made calls successfully into the R.dll that are
included in the sample rtest.c and in the "Writing R Extensions - The R
API".  
The R functionality that we are
2005 Dec 29
3
Maintaining DB reflection without scaffolding
Hi,
I would like to know if there is a way to maintain database reflection
for the ''new'' and ''edit'' views whilst removing scaffolding?
I''m trying to create a webapp that will be somewhat maintainable by
colleagues (that aren''t necessarily web developers) through simple
manipulation of db table fields.
For example to add another field to the
2004 Jul 30
2
[Bug 908] AIX OpenSSH allows too many failing login attempts
http://bugzilla.mindrot.org/show_bug.cgi?id=908
           Summary: AIX OpenSSH allows too many failing login attempts
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: AIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy:
2001 Oct 07
2
"DRQ after issuing write" error
While writing a file to an ext3 filesystem, i get some drive errors on the
console. I guess is a drive/ide related problem more that a ext3 one, but
anyway the debug output is here if you want to take a look. And, by the way,
what means that DRQ thing??
Oct  7 20:31:36 fargo kernel: (journal.c, 218): kjournald: kjournald wakes
Oct  7 20:31:36 fargo kernel: (journal.c, 202): kjournald:
2005 Jun 24
4
Embedding R in C application
To whom it may concern, 
I am very interested in embedding the R functionality in our
application. This is a C application that currently runs on Win32, but
will also run on Linux in the future. From the material that I have
seen, I need R compiled as a shared library to evaluate R expressions
from C. Is this correct? If so, can I download this shared library from
somewhere? Is there any API
2006 Jan 15
13
Hotlinking an entire row in an HTML table
Hi,
This seems simple but I cant get it to work... I have a table with
4 or 5 columns and 20-30 rows.  I''d like to have the ability to click 
anywhere in a particular row to fire an action, such as bringing up 
a "Details" page for the clicked row.  This would eliminate the need 
to generate a "Details" link at the end of every row, which is what I 
have now and looks
2009 Apr 03
3
gssapi not enabled
I'm trying to get gssapi-with-mic to work but the enabled field in the
method struct is disabled I.e.
The gssapi-with-mic enable field s not enabled in in the *method struct; it
fails at:
if (authmethod_is_enabled(method))
in the authmethod_is_enabled(method) function call
using ddd , OpenSSH 5.2.p1, Linux 2.6.22.5-31 (SuSE 10.2)
Questiion - what enables gssapi-with-mic?
Thanks
tedc
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
Hello.
 Installed OpenSSL-0.98
 I cannot collect new OpenSSH-4.2p1 at assembly there is a mistake:
 if test ! -z ""; then \
         /usr/bin/perl5 ./fixprogs ssh_prng_cmds ; \
 fi
 (cd openbsd-compat && make)
 make[1]: Entering directory `/home/pkg/openssh-4.2p1/openbsd-compat'
 make[1]: ???? `all' ?? ??????? ?????????? ??????.
 make[1]: Leaving directory
2004 Jun 01
2
MD5Sum for CentOS-3.1 DVD iso?
Hello everyone.  Thanks to everyone who made this project possible.  This
is my first post, although I have looked at the archives.  I haven't found
an answer to this in the archives, so I thought I would post it here.
I've downloaded the DVD iso for CentOS-3.1 from BitTorrent, and I'm
leaving my torrent open for another day or so to help out.  I see there is
an MD5Sum file for the
2009 Apr 19
4
httpd crashes after signal HUP
Hello
I'm running CentOS 5.3 with httpd-2.2.3-22.el5.centos.x86_64 and php-5.1.6-23.2.el5_3.x86_64. When the logrotate scripts run and send the HUP signal to httpd, the httpd process quits instead of reloading. The only thing I can find in the logs is this:
[Sun Apr 19 04:02:04 2009] [notice] seg fault or similar nasty error detected in the parent process
There wasn't any segfault
2007 Apr 13
2
DVD install via NFS asks for CD #1 ISO
Hi all,
I'm installing Centos 5.0 (fresh install) x86_64 via NFS. I've 
downloaded just the DVD iso via bittorrent, but when it starts the 
graphical installation phase an error message appears telling me that 
anaconda can't find the CD iso in the remote server.
Seems that's looking for Centos-5.0-x86_64-bin-1of7.iso, I'm downloading 
it right now to go ahead but... I think