search for: hatters

Displaying 20 results from an estimated 21 matches for "hatters".

Did you mean: matters
2005 Oct 21
3
Windows interacting with SAMBA share
Hi, My company has a Samba [3.0] share on a Debian Linux 3.0 [Kernel 2.6] machine and we are trying to copy a large file [>2GB] from a Windows machine to the Samba share. When we try to do this, it only copies 2GB of the information. We were previously having a similar issue when transfering a large file [>2GB] from Linux to a Windows share [mounted as smbfs], but fixed that with the
2006 Nov 01
8
aaf and stop words; query parser
I''ve been trying to implement acts_as_ferret in my latest project and ran into a snag. If I do a search for ''auditor state'' then the search works perfectly. If I include a stop word, as in ''auditor of state'', then I get no results. I''d prefer not to set stop words to nil and index everything. The solution, that I have yet to attempt, is to use
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m posting something I threw together today cause I think it might be useful. In what little free time I have I''ve been wanting to put together a Rails/Ferret based restful dictionary. So I finally got a chance to get started today so the first thing I wanted to do was implement a metaphone
2007 Feb 11
2
rails cache problems
I''m having issues with page caching in Rails 1.1.6 where it''s not always putting a .html extension at the end of the cached files (so I end up with files like 122.21 instead of 122.21.html). Then the next time it is served up via the web server (mongrel or apache) Firefox treats it as a binary file. I can''t find a fix for this so I was hoping there would be a
2006 Nov 02
2
highlighting with find_by_contents
I''m trying to highlight keyword snippets using the highlight method of the results returned from find_by_contents (the actual models), but always come up with an empty array. Any ideas what could be going wrong? -- Posted via http://www.ruby-forum.com/.
2016 Aug 15
1
XDC2016
...transport yet); apart from a short trip back to Sweden between Friday and > Saturday. > > Cheers, > Pierre Well, if all of you (Roy, Pierre, Karol and Samuel) want, you can definitely come to my place. Roy and Samuel were interested already and I assume Ben will stay with the other red hatters. I have enough space for everyone though. It is a slightly longer commute and a bit less flexible because of the limited number of keys though... but we would be together without needing to spend money on anything else but food, drinks, transports and saunas. Martin > > > On 09:35 PM -...
2020 Aug 07
1
Fixing grub/shim issue Centos 7
...pe of > tests would be great to know what happened to RHEL QA (being RH giant) > for this release and given the partenership between CentOS and RH if you > know something more on this..... > I have not seen the full post event account if what actually happened. I do know that many Red Hatters worked many hours over the last weekend to fix it. I am sure a public post will be made (if not already there) .. if someone knows where it is, post a link. If I don't see it posted soon, I'll look for it and post here. -------------- next part -------------- A non-text attachment was s...
2008 Sep 24
1
Clearing cached results
I''m trying to figure out how to clear the for a worker from my controller. In my aysnc_xxx process I set cache[key]. However, I don''t see an easy way to clear the cache from a controller with invoking something on the worker. What I was looking for was something like MiddleMan(:worker_name, :worker_key_name).cache[key]= Is there something like that and I''m just
2006 Dec 01
2
deploying mongrel with capistrano
I''m wondering if anyone has built a Capistrano task that will deploy mongrel either standalone or along with a rails app. I''ve been looking at possibilities for doing this but still new to using both having switched from using FCGI+Lighty and deploying by hand. Thanks, Curtis
2016 Oct 24
0
Server migration
Am 24.10.2016 um 15:25 schrieb Gandalf Corvotempesta: > 2016-10-24 14:47 GMT+02:00 Michael Seevogel <ms at ddnetservice.de>: >> If your server OS supports newer Dovecot versions then I would highly >> suggest you to upgrade to Dovecot 2.2.xx (or at least to the latest 2.1) and >> set up Dovecot's replication[1] feature. > > Are you talking about the new server
2003 Aug 08
0
Reposted: Please help! Samba 3 beta3 and windows XP - SP1 client!
Sorry to post again, but this doesn't seem to be showing on the news server. "Jon Fanti" <jon.fanti@stoopid.me.uk> wrote in message news:... > Hi, > > I have a samba PDC running at home as the domain "WONDERLAND". I have a > Windows 2000 SP4 machine and a Windows XP SP1 machine. The Windows 2000 > machine will join and allow user logins to the domain
2006 Nov 16
1
Strange indexing issues with CachedModel, STI, and AAF
I started using robotcoop''s CachedModel class in my project but have encountered problems when using it with the acts_as_ferret plugin. It seems it doesn''t index everything in my STI model, also if I do a search from my base STI class I get a result count but no results. If I run the same search from one of the children STI models I get the appropriate results (if the information
2016 Aug 13
3
XDC2016
Hi everybody, I saw that some more appeared on the list of Attendees, so it might be a good time to ask how we want to organize the stay and if we plan to book at the same place like we did on fosdem (well more or less). Also how does everybody plans to stay? I was thinking about Tuesday to Sunday, but if everybody comes at Monday already, I might change my plans ;) PS: if discussing that in
2006 Nov 21
5
acts_as_ferret with STI models
Can acts_as_ferret search only one of the inherit models in the hierarchy of STI models? Say you have Contents, with types articles and comments. I know that you do Contents.find_by_contents, but can you also create indexed for Comment and Articles? Thanks for you help Miguel -- Posted via http://www.ruby-forum.com/.
2016 Oct 24
2
Server migration
2016-10-24 14:47 GMT+02:00 Michael Seevogel <ms at ddnetservice.de>: > If your server OS supports newer Dovecot versions then I would highly > suggest you to upgrade to Dovecot 2.2.xx (or at least to the latest 2.1) and > set up Dovecot's replication[1] feature. Are you talking about the new server or the older one that I have to replace? The new server has to be installed from
2007 Jul 07
2
Extending/Modifying QueryParser
Hi, I''ve implemented synonym searching in my rails application but have an idea I''d like to implement but can''t figure out how to do. The idea is that I''d like to give the end user the choice on whether to search for the synonym of a word or not. Preferably by extending the query language to parse a construct similar to ''%word1'' and
2006 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all! Playing around with in_place_editor_field, I found that when you set a field to be empty, you can''t edit it at all anymore after that. Am I doing something wrong or is this the way it is intended to be? If so, is there any way around that behaviour? Is it just styling? Best regards, Raphael -- Posted via http://www.ruby-forum.com/.
2020 Aug 07
5
Fixing grub/shim issue Centos 7
On 8/6/20 8:57 AM, Nicolas Kovacs wrote: > Le 04/08/2020 ? 08:31, lpeci a ?crit?: >> I had the same problem with my UEFI bios machine and I fixed it so for Centos 7: >> >> 1) Boot from an rescue linux usb >> >> 2) When the rescue system is running: >> >> ??? 2.1) #chroot /mnt/sysimage >> >> 3) Config network: >> >> ??? 3.1) # ip
2013 Nov 28
74
Remove :js responder
https://github.com/rails/rails/issues/12374#issuecomment-29446761 Here in discussion I proposed to deprecate JS responder because this technique is insecure and not pragmatic way to transfer data. It can be exploited in this way http://homakov.blogspot.com/2013/05/do-not-use-rjs-like-techniques.html i find this bug very often so i know what i''m talking about. With it attacker can
2005 Feb 05
1
Multi Homing with Shorewall
Hi Guys, I am setting a Firewall server up now and would like to know if this setup will actually work. (I think I have thought it through...) (please tell me if I''m wrong....) (Thank You in advance) Firewall : 4 NIC''s (net zone) Nic 1 - eth0 ----> 512/512 ADSL (net1 zone) Nic 2 - eth1 -----> 1.5Mb/256 ADSL (loc - zone) Nic 3 - eth2 ------> to the LAN -