search for: lindsay

Displaying 20 results from an estimated 163 matches for "lindsay".

2006 Apr 06
10
Advice needed on tracking down unusual error
...trollers, Layouts, Views and Models in my app so it is going to be very difficult to back track and find where the app started to fail. I''ve a feeling this error is possibly caused by bad formating in my code somewhere. Given this, what is the best approach to finding the bug? thanks -Lindsay -- Posted via http://www.ruby-forum.com/.
2006 May 02
6
Is there a link_to ''external url''?
I''ve checked the Rails documentation but find no mention of link_to ''external url'' or equivalent. Does rails have a built in method to do this? thanks -Lindsay -- Posted via http://www.ruby-forum.com/.
2006 Apr 29
5
HABTM - how to insert join row when associated rows exist
...''push_with_attributes'' method. The text says this method is useful for adding additional attributes to the join row (in the example a ''read_at'' timestamp). I only require a simple two-key join row - is ''push_with_attributes'' the way to go? -Lindsay -- Posted via http://www.ruby-forum.com/.
2018 Jan 15
2
[Gluster-devel] Integration of GPU with glusterfs
...y which we can control if we want to use GPU or not. So, the concern of gluster eating out GPU's which could be used by others can be addressed. --- Ashish ----- Original Message ----- From: "Jim Kinney" <jim.kinney at gmail.com> To: gluster-users at gluster.org, "Lindsay Mathieson" <lindsay.mathieson at gmail.com>, "Darrell Budic" <budic at onholyground.com>, "Gluster Users" <gluster-users at gluster.org> Cc: "Gluster Devel" <gluster-devel at gluster.org> Sent: Friday, January 12, 2018 6:00:25 PM Subject...
2018 Jan 12
3
Integration of GPU with glusterfs
...an 1U for the server (most likely), and I?m > not likely to want to do this if I?m trying to optimize for client > density, especially with the cost of GPUs today. Nvidia has banned their GPU's being used in Data Centers now to, I imagine they are planning to add a licensing fee. -- Lindsay Mathieson
2006 May 08
3
Can you have multiple before filters?
...ved cookie holding login details b) check to see if user is logged on, unless they are attempting to do so. As far as I can tell the :except is applied to both my before filters. Am I right in thinking this is because both my filters are chained, and the :except is applied to the chain? thanks Lindsay -- Posted via http://www.ruby-forum.com/.
2018 Jan 12
0
Integration of GPU with glusterfs
On January 11, 2018 10:58:28 PM EST, Lindsay Mathieson <lindsay.mathieson at gmail.com> wrote: >On 12/01/2018 3:14 AM, Darrell Budic wrote: >> It would also add physical resource requirements to future client >> deploys, requiring more than 1U for the server (most likely), and I?m > >> not likely to want to do t...
2015 Apr 24
1
smbclient: tree connect failed, but smbclient -L succeeds
...uot;Yes, continue" and am logged on successfully. Is my can't-connect problem caused by the "identity cannot be verified" issue? or is that irrelevant? Would I be better served using some different form of authentication, like Kerberos? Thanks in advance. -------------------- Lindsay Morris CEO, TSMworks Tel. 1-859-539-9900 lindsay at tsmworks.com
2017 Jun 11
5
How to remove dead peer, osrry urgent again :(
...te: > I thought you had removed vna as defective and then ADDED in vnh as > the replacement? > > Why is vna still there? Because I *can't* remove it. It died, was unable to be brought up. The gluster peer detach command only works with live servers - A severe problem IMHO. -- Lindsay Mathieson
2017 Oct 06
2
Gluster 3.8.13 data corruption
Could you disable stat-prefetch on the volume and create another vm off that template and see if it works? -Krutika On Fri, Oct 6, 2017 at 8:28 AM, Lindsay Mathieson < lindsay.mathieson at gmail.com> wrote: > Any chance of a backup you could do bit compare with? > > > > Sent from my Windows 10 phone > > > > *From: *Mahdi Adnan <mahdi.adnan at outlook.com> > *Sent: *Friday, 6 October 2017 12:26 PM > *To: *g...
2001 Sep 26
2
newbie: rsync and ssh and password
...called rsync.sh and chmod +x 'd it. It runs as a script okay but still prompts for a password. I read "man ssh" and the bit about "BatchMode" and "yes" but didn't really follow it. Is there quick way to implement my script please anyone ? Many thanks, Pete Lindsay ____________________________________ Peter Lindsay School of Computer Science University of St Andrews St Andrews Fife, KY16 9SS UK Telephone +44 (0)1334 462824 ( Direct Line ) Email plindsay@dcs.st-and.ac.uk ____________________________________
2018 Jan 15
0
[Gluster-devel] Integration of GPU with glusterfs
...e still usable in data centers. Do you have more details on the proposed implementation? Thanks, Vijay > > --- > Ashish > > > > ------------------------------ > *From: *"Jim Kinney" <jim.kinney at gmail.com> > *To: *gluster-users at gluster.org, "Lindsay Mathieson" < > lindsay.mathieson at gmail.com>, "Darrell Budic" <budic at onholyground.com>, > "Gluster Users" <gluster-users at gluster.org> > *Cc: *"Gluster Devel" <gluster-devel at gluster.org> > *Sent: *Friday, January 12, 2...
2017 Jun 12
3
How to remove dead peer, osrry urgent again :(
On Sun, Jun 11, 2017 at 2:12 PM, Atin Mukherjee <amukherj at redhat.com> wrote: > > On Sun, 11 Jun 2017 at 06:25, Lindsay Mathieson < > lindsay.mathieson at gmail.com> wrote: > >> On 11/06/2017 10:46 AM, WK wrote: >> > I thought you had removed vna as defective and then ADDED in vnh as >> > the replacement? >> > >> > Why is vna still there? >> >> Becaus...
2017 Oct 06
0
Gluster 3.8.13 data corruption
Hi, Thank you for your reply. Lindsay, Uunfortunately i do not have backup for this template. Krutika, The stat-prefetch is already disabled on the volume. -- Respectfully Mahdi A. Mahdi ________________________________ From: Krutika Dhananjay <kdhananj at redhat.com> Sent: Friday, October 6, 2017 7:39 AM To: Lindsay Mathieso...
2017 Jun 18
3
Debian 3.8.12 packages have been updated?
I installed 3.8.12 a while back and the packages seem to have been updated since (2017-06-13), prompting me for updates. I haven't seen any release announcements or notes on this though. -- Lindsay Mathieson
2006 May 02
5
does not equal conditional
I am trying to figure out how to write a conditional statement that will execute only if a specified variable is not empty. Right now my view looks like this: <dt>Building Regulations</dt> <% for link in @cat1 %> <dd><a href="<%= link.url %>"><%= link.title %></a></dd> <% end %> Action: @cat1 = Link.find(:all, :conditions
2017 Oct 09
1
Gluster 3.8.13 data corruption
...that has more than 2 hard links is the template. When you attach this output, please make that distinction clear, so it will be easier to debug. -Krutika On Fri, Oct 6, 2017 at 6:38 PM, Mahdi Adnan <mahdi.adnan at outlook.com> wrote: > > Hi, > > Thank you for your reply. > Lindsay, > Uunfortunately i do not have backup for this template. > > Krutika, > The stat-prefetch is already disabled on the volume. > > -- > > Respectfully > *Mahdi A. Mahdi* > > ------------------------------ > *From:* Krutika Dhananjay <kdhananj at redhat.com>...
2017 Jun 11
0
How to remove dead peer, osrry urgent again :(
On Sun, 11 Jun 2017 at 06:25, Lindsay Mathieson <lindsay.mathieson at gmail.com> wrote: > On 11/06/2017 10:46 AM, WK wrote: > > I thought you had removed vna as defective and then ADDED in vnh as > > the replacement? > > > > Why is vna still there? > > Because I *can't* remove it. It died, wa...
2007 Feb 06
3
Form won't accept ampersand
...containing an ampersand. For example, the text ''A & B'' is trunacted to ''A'' in the param hash. I know ampersands have to be encoded in URLs, but I''m surprised my form has a problem with this. I''ve tested this in Safari and Firefox. thanks Lindsay -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2017 Jun 10
4
How to remove dead peer, osrry urgent again :(
...r (vna) that needs to be removed. I had major issues this morning that I haven't resolve yet with all VM's going offline when I rebooted a node which I *hope * was due to quorum issues as I now have four peers in the cluster, one dead, three live. Confidence level is not high. -- Lindsay Mathieson