search for: conent

Displaying 18 results from an estimated 18 matches for "conent".

Did you mean: content
2010 Jul 02
3
Ticket #5038 ActiveResource not handling updates correctly
...HTTP 204 responses. The workaround seems to be to return a 200 response with a zero length Content-Length header and body, but that''s not what the docs say. The fix is simple and laid out in the ticket, but here it is. def load_attributes_from_response(response) if !response[''Conent-Length''].blank? && response[''Content-Length''] ! = "0" && response.body.strip.size > 0 load(self.class.format.decode(response.body)) end end This brings up an issue with the HttpMock class included with ActiveRecord. It defaults to spec...
2009 Nov 29
4
NetworkManager constantly overwriting /etc/resolve.conf - how to disable?
Hi all, I have a CentOS 5.4 server-only installation, i.e. no X installed, and for some odd reason /etc/resolve.conf gets overwritten by NetworkManager on a constant basis. I haven't been able to track down how often, but I think it's on the hour, or something. This is the conents of the file right now: # Generated by NetworkManager # No nameservers found; try putting DNS servers into your # ifcfg files in /etc/sysconfig/network-scripts like so: # # DNS1=xxx.xxx.xxx.xxx # DNS2=xxx.xxx.xxx.xxx # DOMAIN=lab.foo.com bar.foo.com So, I change it to the following: nameser...
2023 Feb 22
1
GPIO as NUT driver interface?
...m not that clear on GPIO, but I gather there are differences. Or maybe there is already a portable GPIO abstraction library? > @Community verdict: Then there was also an effort some years ago to name > drivers with a `nutdrv-*` prefix... WDYT? I see nutdrv- when used as a driver name to be conent-free.
2023 Feb 23
1
GPIO as NUT driver interface?
...but I > gather there are differences. Or maybe there is already a portable GPIO > abstraction library? > >> @Community verdict: Then there was also an effort some years ago to name >> drivers with a `nutdrv-*` prefix... WDYT? > I see nutdrv- when used as a driver name to be conent-free.
2023 Feb 23
1
GPIO as NUT driver interface?
...re differences. Or maybe there is already a portable GPIO > > abstraction library? > > > >> @Community verdict: Then there was also an effort some years ago to name > >> drivers with a `nutdrv-*` prefix... WDYT? > > I see nutdrv- when used as a driver name to be conent-free. > > > > _______________________________________________ > Nut-upsdev mailing list > Nut-upsdev at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev > -------------- next part -------------- An HTML attachment was scrubbed......
2005 Dec 28
3
acts_as_taggable query
...id & an items (counter) end class Item < ActiveRecord::Base acts_as_taggable :join_class_name ''Itemtag'' # should I use join_table here? end class Itemtag <ActiveRecord::Base set_table_name ''itemtags'' # note that this is different from the default conention of tags_items end With the above settings I thought that the plugin would use the table I have created but when I try to add a tag using the Taggable::tag instance method I get an error becuase the plugins still tries to use tags_items table which doesnt exist. Is there anything else I need t...
2006 Aug 09
1
View Directory Structure
Hi, I have a controller called contents so when i point to http://localhost:3006/contents/list i get my list of conents with the usual edit/delete etc. I have created a new folder called administration in the view and an administration controller. I have put the contents view folder in administration folder and added the following code to the administration controller: class AdministrationController < App...
2013 May 17
0
(no subject)
...nts: require ["fileinto","copy","mailbox","vnd.dovecot.pipe"]; if anyof (header :is "Subject" "ham") { pipe :try "learn" ["ham"]; fileinto "INBOX/ham"; stop; } Sieve plugin config uncommented conents: sieve_plugins = sieve_extprograms *sieve_pipe_socket_dir = sieve-pipe* # Define the executed script as parameter to the sieve service executable = script /etc/dovecot/scripts/spam.sh # Use some unprivileged user for executing the program user = nobody # The unix socket located in the...
2013 May 17
1
Pigeonhole: extprograms - pipe
...nts: require ["fileinto","copy","mailbox","vnd.dovecot.pipe"]; if anyof (header :is "Subject" "ham") { pipe :try "learn" ["ham"]; fileinto "INBOX/ham"; stop; } Sieve plugin config uncommented conents: sieve_plugins = sieve_extprograms *sieve_pipe_socket_dir = sieve-pipe* # Define the executed script as parameter to the sieve service executable = script /etc/dovecot/scripts/spam.sh # Use some unprivileged user for executing the program user = nobody # The unix socket located in the...
2012 Oct 16
2
how to best import Evolution/Thunderbird mail into dovecot?
...orrupted index files (and this is extremely likely... as it happens even immediately during recreating all of them)... so I may loose mail So my idea was that I need a program that: - can parse all the different mbox formats (those that use the quoted ">From" style and those that use Conent-Length) - can differentiate message headers from body (so that I can drop the proprietary headers and replace them by what dovecot uses as headers) - must of course understand multiline message headers 2) Any idea for a tool like that? The meaning of the X-Evolution and X-Mozilla* headers are easy...
2006 Feb 12
16
Mongrel 0.3.1 -- New Site/Runs Right
...th the Rails support which I have to fix, but otherwise it''s working reasonably well. Any suggestions for documentation people want are more than welcome. Finally, I''m looking at a caching mechanism that would involve dyanmically storing gzip and regular versions of all returned conent into a memcached. I have a small prototype kind of working that does this, but I''m interested in people''s ideas for what they''d like in a caching system that''s between Rails page caching and fully dynamic content. = Love Your Dog? I''m looking for peop...
2023 Feb 22
2
GPIO as NUT driver interface?
Great, thanks! Also just for context, this sounded reminiscent of one of the first NUT drivers, `genericups` (for simple contact-closure support, with IIRC serial-port connections rather than GPIO). Nearby there's also a `generic_modbus" name. Wondering if the new driver should be (similar to) `generic_gpio`. @Community verdict: Then there was also an effort some years ago to name
2006 Jul 22
5
HTML generation w/out browser Interpretation
I just recently moved my web application to production mode and published it online. While everything functioned ok locally, I have a very bizarre error now affecting my application. One of my controllers, Work, is not behaving properly. Whenever I call the action new, create, edit, or update I get all of the HTML generated to my browser (this happens in Firefox, Camino, and Safari) but the
2009 Nov 27
6
Learning R - View datasets
Hi All, I am making a serious effort to try to learn R, but one hurdle I am facing is that I need to "see" the data as I walk through the examples in the packages. For instance, many examples on the web start by a command like data("wines"). How can I actually view what the dataset looks like prior to transformations and analysis? I have tried to use edit() , print, and
2006 Nov 29
7
how to debug context switching and mutex contentions?
I''m looking for a suggestion on a good way to hunt down the source of high context switching and mutex contentions... Is dtrace the way to go now, or should I stick with something like lockstat? Russ This is a 5 second interval for mpstat: CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl 16 0 0 1115 1241 206 9095 912 2420 7393 0 12105 68 25
2006 May 26
10
ROR website''s weblog not viewable on internet explorer
Does anyone know why the weblog at http://weblog.rubyonrails.org/ is often messed up, with the first or first and second topics left-shifted and melded with the Rails logo, the Live Search box and the page''s menu? This happens on all my boxes that run Internet Explorer 6 (IE6). I checked it on Firefox and the page appears correctly. While it''s easy to argue "just use
2005 Jan 03
2
Attempting To Recover, fsck infinite looping on me
Hey all, Had a power failure and subsequent ext3 disk corruptions. Attempting to fix, but not working. Its a 120 gig IDE disk, 3 partitions. /boot, /, and swap. Basically can't boot up since the box can't get to the system files in /usr/ or anything. So I'm booting off of a FC2 disk 1 in recovery mode and trying to fix the filesystem with e2fsck The boot partition cleaned up
2020 Oct 24
1
[PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory
Hi Thomas. On Tue, Oct 20, 2020 at 02:20:46PM +0200, Thomas Zimmermann wrote: > At least sparc64 requires I/O-specific access to framebuffers. This > patch updates the fbdev console accordingly. > > For drivers with direct access to the framebuffer memory, the callback > functions in struct fb_ops test for the type of memory and call the rsp > fb_sys_ of fb_cfb_ functions. Read