search for: aart

Displaying 20 results from an estimated 25 matches for "aart".

Did you mean: art
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
Dear list, In the app we are making we have a rout something like this: map.resources :projects do |projects| projects.resources :pages, :controller =>"Wiki::Pages", :path_prefix => "/projects/:project_id/ wiki", :name_prefix => "project_wiki_" end But I can''t get RSpec(I''m very new to it) to accept this. It keeps throwing errors:
2006 Jun 13
4
undesirable rounding off due to 'read.table' (PR#8974)
Full_Name: Aart Overeem Version: 2.2.0 OS: Linux Submission from: (NULL) (145.23.254.155) Construct a dataframe consisting of several variables by using 'data.frame' and 'cbind' and write it to a file with 'write.table'. The file consists of headers and values, such as 12.4283675334551 (s...
2012 Jun 27
4
[V4]fix ocfs2 aio/dio writing process hang
V4 changes: add Acked-by: Joel Becker <jlbec at evilplan.org> V3 changes: - add Cc: stable at vger.kernel.org in the patch header to align with stable rules - add Acked-by: Jeff Moyer <jmoyer at redhat.com> V2 changes: - update the patch header of the first patch to make it more clear. This patch list fixes an issue about ocfs2 aio/dio write process hang. The call trace is like
2011 Oct 26
4
openldap missing modules
Hi List, I'm currently setting up an openldap server and included the following lines in my slapd.conf : modulepath /usr/lib/ldap moduleload back_hdb after finishing up my config and i run slaptest on it i get an error saying that the modulepath doesn't exist. I checked and it indeed isn't there , in fact i can find it anywhere on my system (centos 5.7). the packages i've
2004 Dec 21
1
ssh rsync problem
...harm@castle:/tmp$ rsync --verbose --progress --recursive --stats --rsh=/usr/bin/ssh 192.168.1.1:/tmp/test /tmp/test everything works fine again. But this is not what I want! In want only the test and homesync module to be allowed! Can anybody help me? Thanks in advance. Wtih kind regards, Harm Aarts
2001 Oct 30
1
memory
...ile and the R-mailing list. In addition to the problem mentioned above, I'm not able to apply the function: > --min-vsize=vl --max-vsize=vu --min-nsize=nl --max-nsize=nu Can anybody explain what is happening and how to implement the function to change the maximum memory allocation? Geert Aarts -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at st...
2012 Mar 07
2
hfs with extended attribute support
Hi all, I?ve got a HFS+(not journaled) volume connected to my centos6.2 test server, i installed the kmod-hfs(plus) packages and read/write works all fine. but since i?m going to use this for serving mac home folders via netatalk i would like to mount it with support for Extended Attributes and acl?s. so i add user_xattr and acl to my fstab options but then it fails to mount. checking the
2011 Mar 07
2
connection speeds between nodes
Hi All, I've been asked to setup a 3d renderfarm at our office , at the start it will contain about 8 nodes but it should be build at growth. now the setup i had in mind is as following: All the data is already stored on a StorNext SAN filesystem (quantum ) this should be mounted on a centos server trough fiber optics , which in its turn shares the FS over NFS to all the rendernodes
2003 Nov 20
0
SIP<->*/ISDN<->PSTN calls almost impossible because of echo
.... Does anyone have an idea what might be causing this extreme delay and/or how to research this problem? Server configuration: -P4 2.4Ghz, -512Mb, -40Gb HDD, -Two passive 'Etech' ISDN cards (+ i4l/Hisax) -Slackware 9.1 Clients: softphones, both SJPhone and Sipps Thanks in advance, Aart
2011 May 16
1
bond empty after reboot
Hi all, I've setup a ethernet bond on my centos 5.6 server , when i do a reboot the bond does come up but cleared all the slaves and i've to manually re-add them with ifenslave. does anyone know a solution to this? am i missing something? offcourse i can add it to my rc.local but there must be a more elegant way. please see my configs below Thanks, Wessel ifcfg-bond0: DEVICE=bond0
2007 Jul 13
1
ldap/pam authentication
Hello, I was wondering if there is an easy way to authenticate users through ldap, or pam (which uses ldap). In our current setup samba uses tdbsam. I would like users to be authenticated to our existing ldap server (slapd on debian etch). So that if the user has been authenticated successfully (s)he can access the directories as configured in smb.conf (/home/username, /public etc.) with the
2012 May 23
1
openldap mmr + heartbeat hot standby
Hi List, I've setup 2 openldap servers in n-way multimaster replication mode in a test environment, both run centos 6.2, this works well but now i'm trying to make these 2 servers failover using heartbeat. i've got no experience with heartbeat (or setting up clusters in general) however from what i understand heartbeat starts/stops the service if the server has the virtual IP
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
...t White) > 2. need guidance on following links to download files (Reid Thompson) > 3. Re: problem scrapping ATnT site (subhransu behera) > 4. Mechanize, history and memory (barsalou) > 5. [ANN] mechanize 0.9.2 Released (Aaron Patterson) > 6. weird problem with cookies (Harm Aarts) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 24 Feb 2009 07:18:09 -0800 (PST) > From: Matt White <whitethunder922 at yahoo.com> > Subject: Re: [Mechanize-users] problem scrapping ATnT site > To: Ruby Mech...
2003 Sep 02
1
convert character to POSIXct
Dear list-members, I would like to calculate the difference between two points in time. To convert a 'time (GMT)'-character with the format "1/1/1999 01:01:01" into an object of class "POSIXct"', I first use the strptime() as suggested in the details help(as.POSIXct). e.g. starttime<-strptime("1/1/1999 01:01:01",format="%d/%m/%Y %H:%M:%S")
2001 Nov 16
1
Memory problems using Krige (sgeostat)
I?m trying to make an estimation of sea-depth for 2000 animal locations using 2 million depth soundings. The result was: Cannot allocate vector of size 20351 Kb I've tried to overcome this problem by making the following adaptations. -Increased the max-mem-size to 1.5Gb (Thanks to Thomas Lumley for his help) -Use a max.dist (10km) for the function Krige -Run the Krige computation for each
2009 Jan 22
1
convergence problem gamm / lme
Hope one of you could help with the following question/problem: We would like to explain the spatial distribution of juvenile fish. We have 2135 records, from 75 vessels (code_tripnr) and 7 to 39 observations for each vessel, hence the random effect for code_tripnr. The offset (‘offsetter’) accounts for the haul duration and sub sampling factor. There are no extreme outliers in lat/lon. The model
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...nton, > Alberta, Canada, 2000. Available at: > http://www.airs.com/dnovillo/Papers/Thesis.pdf > > [OpenMP11] “OpenMP Application Program Interface”, Version 3.1, July > 2011. Available at: http://www.openmp.org/mp-documents/OpenMP3.1.pdf > > [Tian05] Xinmin Tian, Milind Girkar, Aart Bik and Hideki Saito, > “Practical Compiler Techniques on Efficient Multithreaded Code > Generation for OpenMP Programs”, The Computer Journal, September 2005, > pp.588-601. Available at: http://dl.acm.org/citation.cfm?id=1095017 > > > _____________________________________________...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...esis, University of Alberta, Edmonton, Alberta, Canada, 2000. Available at: http://www.airs.com/dnovillo/Papers/Thesis.pdf [OpenMP11] “OpenMP Application Program Interface”, Version 3.1, July 2011. Available at: http://www.openmp.org/mp-documents/OpenMP3.1.pdf [Tian05] Xinmin Tian, Milind Girkar, Aart Bik and Hideki Saito, “Practical Compiler Techniques on Efficient Multithreaded Code Generation for OpenMP Programs”, The Computer Journal, September 2005, pp.588-601. Available at: http://dl.acm.org/citation.cfm?id=1095017 -------------- next part -------------- A non-text attachment was scrubbed....
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...on, > Alberta, Canada, 2000. Available at: > http://www.airs.com/dnovillo/Papers/Thesis.pdf > > [OpenMP11] “OpenMP Application Program Interface”, Version 3.1, July > 2011. Available at: http://www.openmp.org/mp-documents/OpenMP3.1.pdf > > [Tian05] Xinmin Tian, Milind Girkar, Aart Bik and Hideki Saito, > “Practical Compiler Techniques on Efficient Multithreaded Code > Generation for OpenMP Programs”, The Computer Journal, September 2005, > pp.588-601. Available at: http://dl.acm.org/citation.cfm?id=1095017 -- Hal Finkel Postdoctoral Appointee Leadership Computin...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...on, > Alberta, Canada, 2000. Available at: > http://www.airs.com/dnovillo/Papers/Thesis.pdf > > [OpenMP11] “OpenMP Application Program Interface”, Version 3.1, July > 2011. Available at: http://www.openmp.org/mp-documents/OpenMP3.1.pdf > > [Tian05] Xinmin Tian, Milind Girkar, Aart Bik and Hideki Saito, > “Practical Compiler Techniques on Efficient Multithreaded Code > Generation for OpenMP Programs”, The Computer Journal, September 2005, > pp.588-601. Available at: http://dl.acm.org/citation.cfm?id=1095017 -- Hal Finkel Postdoctoral Appointee Leadership Computin...