search for: brent

Displaying 20 results from an estimated 572 matches for "brent".

Did you mean: bent
2006 Mar 22
5
Class Caching Problem [was Newbie Question about Custom Classes]
...;'m having to restart WEBrick after EVERY change to the file. The controllers and views are reloading just fine and not being cached. It''s just the custom class I created that''s being cached. Any ideas as to what I should try to get it to stop caching the class? Thanks, - Brent On 3/21/06, Brent Johnson <bljohnson@gmail.com> wrote: > Yep, the filename of the Article model is app/models/article.rb. I''m > still trying to figure out why it''s being cached under WEBrick and > Apache both. > > Thanks, > > - Brent
2019 Nov 11
1
Error: Corrupted index cache file and Error: Maildir filename has wrong S value
Good day Guys I forgot to add and mention a very important piece of the puzzle. We are making use of dovecots compression plugin. I.e. https://doc.dovecot.org/configuration_manual/zlib_plugin/#compression Regards Brent Clark On 2019/11/11 14:49, Brent Clark wrote: > Good day Aki > > Thanks ever so much for replying. > > Interesting that you ask the version of dovecot. Any specific reason, > this question.? > > To answer your question. > dovecot-core 1:2.2.27-3+deb9u5 > > Reg...
2019 Nov 11
2
Error: Corrupted index cache file and Error: Maildir filename has wrong S value
What version are you running? Aki On 11.11.2019 12.26, Brent Clark via dovecot wrote: > Good day Guys > > Just an update, my colleague and I came across this script. > > https://www.dovecot.org/tools/maildir-size-fix.pl > > We made a backup, ran it, but unfortunately the problem still persists. > > Regards > Brent > > On 2...
2013 Jun 03
2
[LLVMdev] LLVM/Clang research questions
...each should be written The primary goal I'm trying to achieve is such that a read/write to one or more variables on one stack cannot overflow to those on another stack due to either a protection page in between and/or implicit protections from being on different memory segments. Thank you, ~Brent Roth~ On Mon, Jun 3, 2013 at 8:33 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Brent, > > > On 03/06/13 14:32, Brent Gregory Roth wrote: > >> Hi Duncan, >> >> Are the segmented stacks actually on separate memory segments? My intended >> purpose f...
2013 Jun 03
0
[LLVMdev] LLVM/Clang research questions
Hi Brent, You're correct. The segmented stack model is intended for performance, not security. Its goal is to allow lightweight threads to be very cheaply allocated and destroyed. For your model, you would most likely want to use different address spaces for the different memory types. Currently, c...
2010 Oct 21
1
Some client problems with TCP-only NFS in Gluster 3.1
...registered". Solaris apparently doesn't support the mountproto=tcp option, so there doesn't seem to be any way for Solaris clients to mount. There may be other clients that assume mountd will be contactable via udp, even though they (otherwise) happily support TCP NFS... Thanks, Brent
2013 Jun 03
2
[LLVMdev] LLVM/Clang research questions
...datatypes on separate stacks is such that memory accesses to one datatype won't be allowed to overflow to another datatype. If they aren't, in fact, on separate memory segments, are you aware of a way to place a non-readable/-writable segment in between two other stack segments? Thanks, ~Brent Roth~ On Mon, Jun 3, 2013 at 3:20 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Brent, LLVM supports segmented stacks, I suggest you do a case > insensitive grep for segmented.stack in the source code (the . is > to match any character). > > Ciao, Duncan. > > >...
2006 Mar 20
24
Newbie Question about Custom Classes
...th title, date, description, etc that I can then use in my view. How do I go about this? Where should I store the class? If someone could point me to a tutorial or example of custom classes in a Rails app, or give me a little hint how/where to start I''d really appreciate it. Thanks, - Brent NOTE: I was having a terrible time with RoR giving me a "File not found" error when calling File.new. It said the current directory was my rails project directory root. I checked, rechecked, copied-pasted the directory/file to make SURE it was there. It was! Turns out the current di...
2009 Jan 07
9
''zfs recv'' is very slow
On Wed 07/01/09 20:31 , Carsten Aulbert carsten.aulbert at aei.mpg.de sent: > Brent Jones wrote: > > > > Using mbuffer can speed it up dramatically, but > > this seems like a hack> without addressing a real problem with zfs > > send/recv.> Trying to send any meaningful sized snapshots > > from say an X4540 takes> up to 24 hours, for as littl...
2006 May 15
3
How to tell if RTP stream is has been reinvited?
Howdy, How can you tell if RTP traffic has been reinvited/is bypassing an * server? Sincerely, Brent A. Torrenga brent.torrenga@torrenga.com Torrenga Engineering, Inc. 907 Ridge Road Munster, Indiana 46321-1771 +1 219 836 8918 x325 Voice +1 219 836 1138 Facsimile www.torrenga.com
2013 Jun 03
0
[LLVMdev] LLVM/Clang research questions
Hi Brent, On 03/06/13 14:32, Brent Gregory Roth wrote: > Hi Duncan, > > Are the segmented stacks actually on separate memory segments? My intended > purpose for placing different datatypes on separate stacks is such that memory > accesses to one datatype won't be allowed to overflow to a...
2006 Feb 15
9
Random Disconnects - or ARE they?
...that he is driving the Zap channel so hard that it either hangs up or causes the telco CO to hang up the channel? Is there something else I should look at that might indicate what the problem is? I am kinda pulling my hair out on this one, any help or suggestions would be appreciated. Sincerely, Brent A. Torrenga brent.torrenga@torrenga.com Torrenga Engineering, Inc. 907 Ridge Road Munster, Indiana 46321-1771 219.836.8918x325 Voice 219.836.1138 Facsimile www.torrenga.com
2018 Jun 22
0
bug in 'optim' documentation : "Brent" method doesn't copy 'par' names
The optim documentation states (second from last sentence of Details Section) that "Any names given to par will be copied to the vectors passed to \code{fn} and \code{gr}." This does not seem to be the case when the method argument is set to "Brent". Consider finding an optimum with the "Brent" method and a fn argument that does not rely on a named par argument, e.g., > quad <- function (x) x^2 + x > par <- -0.75 > x <- optim(par = par, method = "Brent", lower = -1, upper = 0, fn = quad) > x$pa...
2008 Sep 08
2
Problems with async worker request
...no worky. If I look at the backgroundrb_debug_11006 log, I see "Client disconnected" each time the app polls the worker, and occasionally, I see this: Packet::InvalidWorker /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.10/lib/packet/packet_connection.rb:52:in `ask_worker'' /Users/brent/near-time/near-time.net-exp-rescue-princexml-5504/vendor/plugins/backgroundrb/server/lib/master_worker.rb:123:in `get_result_object'' /Users/brent/near-time/near-time.net-exp-rescue-princexml-5504/vendor/plugins/backgroundrb/server/lib/master_worker.rb:39:in `receive_data'' /opt/loc...
2005 Oct 04
3
[Q] file_column help needed
...ed by the last line in FileColumnHelper::url_for_file_column(object_name, method) url << object.send("#{method}_relative_path") I don''t have any images uploaded for existing entries so does this not work when images are missing? Or what am I missing? Thanks, Brent __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
2016 Jun 07
2
Delay after Answer
...uhammad wrote: > I've faced the same issue. The issue was related to DNS, the reverse > lookup query failure caused the delay around(7-9 seconds). The purpose > of reverse lookup is to block IP Spoofing attacks. > > Regards, > Faheem > > On Tue, Jun 7, 2016 at 7:48 PM, Brent Davidson > <brent at texascountrytitle.com <mailto:brent at texascountrytitle.com>> wrote: > > I am having an issue with a couple of phones where they ring, but > there is a long delay after the phone is picked up before the > audio starts. > > My s...
2006 Mar 21
4
Determining Browser?
...her the person is using IE, Mozilla/Netscape, Opera, Safari, etc? I want to dynamically output the CSS to the browser, but I''d like to change certain things (in this case the widths of some divs since IE adds borders and padding size to the total size of a div unlike firefox). Thanks, - Brent
2009 Dec 27
7
[osol-help] zfs destroy stalls, need to hard reboot
On Sun, Dec 27, 2009 at 12:55 AM, Stephan Budach <stephan.budach at jvm.de> wrote: > Brent, > > I had known about that bug a couple of weeks ago, but that bug has been files against v111 and we''re at v130. I have also seached the ZFS part of this forum and really couldn''t find much about this issue. > > The other issue I noticed is that, as opposed to the st...
2012 Nov 27
3
Psych package: fa.diagram, how to re-arrange layout so numbers do not over-write each other
...(to flush output to PDF) pdf(file="I:\\ZAPi\\Tables-of-R-output\\fa_diagram_cex.pdf", height=8, width=5) fa.diagram(fa.11factors.rawdata,cex=0.8) #box() # Create box around plot dev.off() # Turn off device driver (to flush output to PDF) Thank you so much for your time Yours sincerely Brent Caldwell -------------- next part -------------- A non-text attachment was scrubbed... Name: fa_diagram_cex.pdf Type: application/pdf Size: 12261 bytes Desc: fa_diagram_cex.pdf URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121127/e2702443/attachment-0004.pdf> -------------- next...
2019 Nov 11
2
Error: Corrupted index cache file and Error: Maildir filename has wrong S value
...e please share how something like this happens, but more importantly how to recover from this. doveadm index -u <username> INBOX do the trick? I also would like to ask the community, is there any tips or tricks any of you guys do to mitigate index / cache corruptions. Many thanks Regards Brent Clark