search for: everett

Displaying 20 results from an estimated 53 matches for "everett".

2005 May 12
2
Solaris 10 on amd and R-2.1.0
...ibrary -lfrtbegin:: not found ld: fatal: library -lg2c:: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:26581: $? = 1 configure: failed program was: | /* confdefs.h. */ Any idea where to get them from ? Cheers Vin -- Vin.Everett at cimr.cam.ac.uk JDRF/WT Diabetes and Inflammation Laboratory (DIL) Cambridge Institute for Medical Research (CIMR) Wellcome Trust/MRC Building Addenbrooke's Hospital Hills Road Cambridge CB2 2XY +44 1223 763212 +44 7990 966266
2006 Oct 05
5
VPN Server Recomendations
Hi Guys, I'm looking for a VPN solution that will run on CentOS. I've used PopTop with success but some clients have problems at hotels and other firewalled locations. If anyone can suggest something that works well with MS 2000/XP, doesn't require too much tweaking on the client side and is fairly resiliant to various firewall blocking, I'd be interested in hearing about it.
2006 Apr 11
5
multiple select_tag
Hello again, I have a table called line_items, with the following fields: id int item_name varchar() qty int conditions text I''ve made my LineItem model, and everything works as such (with simple text_fields).. Now I''d like for the conditions field to be a select_tag() with multiple choice possibility. I''m guessing I need some code to expand/restract the array for
1999 Jul 02
2
segfault on Sparc Linux (RH6.0)
...auses a segmentation fault. Previous versions of Red Hat Linux did not give this problem. The eigen() function is one of the rare cases in the base library where Fortran code is called via the .Fortran interface, which suggests to me that the problem lies in the Fortran installation or flags. Vin Everett, who is actually doing the compiling, has provided output from gdb, which is given below. Any help would be greatly appreciated. Martyn > eigen(cbind(-1,c(1:2,0),0:2)) # complex values Program received signal SIGSEGV, Segmentation fault. 0xb1dc8 in hqr2_ () (gdb) bt gives:- (gdb) bt #0 0xb...
2007 Oct 31
3
Wierd Networking Problem
Hi Guys, I'm 100% sure this is not a Linux issue but I want a second opinion... I have a Linux server running CentOS. It was been absolutely perfect without any errors or problems. Since Monday it has been unable to send email. It is configured to act as a smart host. All email gets forwarded to smtp.isp.net. The server is on a network behind a firewall completely nat'd. No ports
2006 Jul 19
13
MySQL Replication as Load Balancing
Hello: We will be setting up MySQL replication for a load balanced environment, but we have to separate reads and writes. How can we modify rails to do so? Has anyone done this already? Thank you in advance! Dan -- Posted via http://www.ruby-forum.com/.
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi, I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2 system to an AFP mounted share. The command I'm using is: rsync -avAX -M--fake-super ./testDir ./mnt/testDir/ This works fine and all the extended attributes are copied and readable. I then try to use rsync to copy these files back with: rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/ This
2008 Jul 08
1
Processing config files as ERB templates
For various reasons it''s very handy for us to process our mongrel cluster configuration files as ERB templates during start up. I found a post from a couple of years ago on this mailing list about possibly adding that feature. But nothing seemed to come of it. I''d like to submit a request for this feature to be added, but I can''t figure out how to go about it. Is this
1998 Jun 25
1
can't run programs from directories > 8 chars
...then the client (NT) will complain that it cannot find the exe. Changing the name of the directory to 8 chars or less fixes the problem. I've played around with name mangling options but cannot get it to work with long name directories. Any ideas? -Colin Everett +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Colin Everett CIBC colin_everett@fp.cibc.com +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2008 Feb 24
2
Internet Load Balancing and Failover
Hi All, Does anyone have any experience connecting two or more DSL/Cable modems to a Linux box to provide load balancing and failover? I've done some googling and found a few resources but very few solid experiences. I'm trying to optimize my LAN->Internet traffic for a bunch of workstations. Shawn
2005 Aug 19
1
Solaris10-amd64-studio10 compilers
...ortran libraries... none checking for Fortran name-mangling scheme... unknown configure: WARNING: unknown Fortran name-mangling scheme checking whether f77 appends underscores to external names... unknown configure: error: cannot use Fortran Again this is the studio10 fortran. Cheers Vin -- Vin.Everett at cimr.cam.ac.uk JDRF/WT Diabetes and Inflammation Laboratory (DIL) Cambridge Institute for Medical Research (CIMR) Wellcome Trust/MRC Building Addenbrooke's Hospital Hills Road Cambridge CB2 2XY Tel +44 1223 763212 Fax +44 1223 762102 Mob +44 7990 966266
2009 Oct 09
6
10 Year old IT Infrastructure
Hi Guys, I have a client who hopes to keep their server another 5 years making it 10 years old at that time. At this point there are no plans to add new infrastructure or a new server to the mix. Their business model is fairly static. I'd like to see them upgrade. Can anyone suggest specific reasons why running a business on 10 year old equipment is a bad thing? Specific arguments I can
2006 Apr 18
3
Join Queries? - find() or find_by_sql()
Hi All, Is there a way to do join queries with find() or is it best to use find_by_sql() instead? I''m looking to do something like: SELECT winery_name, wine_name FROM winery, wine WHERE wine.winery_id = winery.winery_id AND winery.winery_name LIKE ''Borg%''; Thanks! : ) Jason
2010 Jun 23
2
Analyzing large transition matrix
...if I could get transition probabilities as if this were a Markov chain, but dim() comes out 108 78, which is still too big to print or visualize. Suggestions? Thanks, Bill -- Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems Everett, WA 98208 USA http://www.facilitatedsystems.com/ phone: +1 425 374-1845
2006 Apr 04
6
connecting to mysql on OS X 10.4
i have looked in the archives, i have the _agile_ book, and its links right in front of me, and i have done pretty much everything i can think to do except start from a fresh OS install, and yet i still can not get Rails to talk to MySQL. when i try to do this: 237:/Library/WebServer/Documents/Rails/depot chris$ ruby script/ generate scaffold Product Admin i get this output:
2006 Jun 23
7
find_by_sql, can''t print results
I am a little stuck with getting an sql result into my page. I want to run a select distinct that returns all of the different sections available and displays this as a form select. In my controller I have: def edit @resource = Resource.find(params[:id]) @sections = Resource.find_by_sql "SELECT DISTINCT resources.section FROM resources" end And then in my view I have: <%
2012 Dec 07
3
(no subject)
Hi All, I have recently installed CentOS 6.3 with QEMU+KVM for Virtualization. I have successfully created a Windows 2003 VM with 4GB of RAM. The host server is an HP ML350 G8 with 24GB RAM and 24 cores. Details of one of the cores is shown below: processor : 23 vendor_id : GenuineIntel cpu family : 6 model : 45 model name : Intel(R) Xeon(R) CPU E5-2620 0 @
1999 Jul 09
4
core dump on 0.64.2 SPARC/Solaris 2.6 in eigen (PR#223)
.. R is now configured for sparc-sun-solaris2.6 Source directory: . Installation directory: /unsup/R-0.64.2 C compiler: gcc -g -O2 FORTRAN compiler: g77 -O2 Gnome support: no $ gcc --version egcs-2.91.66 $ g77 --version GNU Fortran 0.5.24-19981002 "make check" later fails. The failure is in the test of the eigen() function. The
2006 Jul 21
3
Help me run rails on apache on Linux Fedora
Hello all, I am new on the rails list, having signed up today, but I am in the midst of some sticky business getting rails to go on my linux system. I am running Fedora Core 4, with Ruby 1.8.4 and Apache 2.0.54. I have setup the chapter 4 tutorial from the "agile book" and everything works absolutely perfectly using Webrick. I got rails 1.1.3 from ruby gems, and since have done an
2001 Nov 20
3
dir list behavior differences?
...fike@cs.utk.edu _/ _/ _/ 865-974-0531 _/_/_/ _/_/_/ _/_/_/ ---------------------------------------------- "We're gonna see a brave new world where they run everyone a wire and hook us all up to a grid. Yessir, a veritable age of reason" -Ulysses Everett McGill-