search for: unprocess

Displaying 20 results from an estimated 57 matches for "unprocess".

Did you mean: inprocess
2008 Jan 19
0
[CruiseControl] RubyOnRails build 8671 failed
...lib/active_record/aggregations.rb M /trunk/activerecord/lib/active_record/base.rb TEST FAILURES AND ERRORS ----------------------- Name: test_custom_template(ActionMailerTest) Type: Failure Message: Exception raised: Class: <ActionView::TemplateFinder::InvalidViewPath> Message: <"Unprocessed view path found in [\"./test/fixtures\"]"> ---Backtrace--- ./test/../lib/../../actionpack/lib/action_view/template_finder.rb:156:in `check_view_paths'' ./test/../lib/../../actionpack/lib/action_view/template_finder.rb:155:in `each'' ./test/../lib/../../actionpack...
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
On 2015-07-20 08:20, Christian Kivalo wrote: >> >> That seems to be about all I get though. Still nothing to indicate >> errors, and >> nothing to indicate that anything is being done when I move messages >> into >> spam. I suppose that probably means I've configured the folder paths >> incorrectly. I'll have to keep beating my head against it
2002 Aug 23
5
quick xtable questions
Hi, I'm creating a lot of tables in a file for inclusion in a Latex document. When I try to compile that document there is an error "too many unprocessed floats." Is there a way to correct this? Also, in a Latex table I want R to put in a $\beta$ in the caption, but it puts a weird system character instead of the \b Brian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://ww...
2006 Oct 22
2
cross tabs with percents?
-- apologies if this is a dup - i got a bounce saying the message was unprocessed. Is there a straightforward way to get a table with percents in the cells rather than counts? I've looked at table, ftable, xtabs, and ctab, which did the conversion but returned the results in a single row without labels. any suggestions are appreciated. thank you.
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
...new subscriptions tmp plugin { antispam_debug_target = syslog antispam_verbose_debug = 1 antispam_trash_pattern_ignorecase = Trash antispam_spam_pattern_ignorecase = Spam antispam_unsure_pattern_ignorecase = Suspect antispam_backend = spool2dir antispam_spool2dir_spam = /home/%u/unprocessed/spam-%%lu-%%lu antispam_spool2dir_notspam = /home/%u/unprocessed/ham-%%lu-%%lu } After reloading with this configuration and moving a piece of spam into the spam folder... root at zerolag:/home/james.lott/mail # ls -lah ../unprocessed/ total 12 drwxr-xr-x 2 james.lott mail 512B Jul 20 05...
2010 Jun 14
2
xtable with Sweave
...s=hide>>= q5 = factor(Q5, label=c("N?o", "Sim")) (q5.tab = cbind(table(q5))) @ <<echo=F, results=tex>>= xtable(q5.tab, align="l|c", caption.placement = "top", table.placement='H') @ I'm getting the following message: Too many unprocessed floats in Latex file. How to avoid these messages appearing? -------------------------------------- Silvano Cesar da Costa Departamento de Estat?stica Universidade Estadual de Londrina Fone: 3371-4346
2011 Nov 20
2
Foreman API, problem when creating hostgroups
...","medium_id":"","environment_id":"","operatingsystem_id":"","ptable_id":"","puppetmaster":"puppet.dev.somewhere.com","root_pass":""} which returns a 422-error [that is: 422 Unprocessable Entity (WebDAV) (RFC 4918) - The request was well-formed but was unable to be followed due to semantic errors.] Processing HostgroupsController#create (for 10.20.7.81 at 2011-11-20 22:14:54) [POST] Parameters: {"architecture_id"=>"", "name"=>"api-cre...
2008 Mar 24
2
render not able to locate template in publisher
...methods in after_callbacks of my other models, just the way we do it for ActionMailer. My problem is that when I try to update a users profile specifying location of the view template as a paramater to "profile" method, it gives an error "ActionView::TemplateFinder::InvalidViewPath (Unprocessed view path found: "/home/jatinder/rails_apps/app-name/app/views/." The call to profile method looks like this, profile render :partial => "/users/profile", :assigns => {:user => user_to_be_updated } Anybody has a clue where could I be wrong? Jatinder
2010 Aug 01
3
Constructing arguments for plotmath
...s to paste together a string, then pass it to mtext. For example: plot(1,1) PART1 <- 'TEXT' PART2 <- '^' PART3 <- '\u00ae' ARG <- paste(PART1, PART2, PART3) mtext(bquote(.(ARG)), line=-2, side=1) ## bquote(ARG) also does not work This does not work -- the unprocessed string: TEXT ^ ? is printed. Obviously, I don't understand some aspect of passing arguments to bquote. Of note, I tried "expression" instead of bquote but I was not able to get the registered sign ('\u00ae') to appear as a superscript. Any help would be appreciated....
2009 Jul 22
2
[LLVMdev] DSA: AuxFunctionCall
What is this used for? Does DSA put anything here? If I want to add call sites here during my pass, will it confuse pool allocation if it runs afterwards? If so, is there any way I could clear it at the end of my pass? Thanks, --Patrick -- If I'm not here, I've gone out to find myself. If I get back before I return, please keep me here.
2009 Jul 22
0
[LLVMdev] DSA: AuxFunctionCall
...<simmon12 at illinois.edu> wrote: > What is this used for?  Does DSA put anything here?  If I want to add > call sites here during my pass, will it confuse pool allocation if it > runs afterwards?  If so, is there any way I could clear it at the end of > my pass? This is used for unprocessed callsites. Clearing it between DSA passes would kill DSA, but after DSA and poolalloc are done, I think you could use it for whatever you want. Andrew
2007 May 11
1
[Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
I have a Gem on which the testing is done with RSpec. I would like to include the results of RSpec and the RCov html files in the RDoc. The problem is that when I have RDoc include the files, it winds up escaping all the html. Is there a way to get HTML into RDoc unprocessed? Or is there some other way I can distribute the RSpec/RCov results with my Gem integrated with RDoc? I can include them in the Gem spec, but that doesn''t get them into RDoc. Thanks, Steve
2012 Apr 11
2
Vignette questions
..."BUILD" I should put the .Rnw source and pdf in /inst/doc, and have the others that should be rebuilt in /vignettes. This would include any that use "private R packages, screen snapshots, ...", or in my case one that takes just a little short of forever to run. 3. Do these unprocessed package also contribute to the index via \VignetteIndexEntry lines, or will I need to create a custom index? Terry Therneau
2015 Jan 26
1
LDA input validation
...tails. (EX_TEMPFAIL) > > The mta keep the mail and retry delivery later, which is what I need. Ah, my mistake. But ... > I don't want to deliver email on dspam error, I prefer TEMPFAIL and > future retries, so I have a chance to fix the issue later without > loosing or deliver unprocessed mails ... you only have a limited time to fix it. Depending on the sending MTA's retry schedule, you might have only a few days or less to to deal with it before the sending MTA stops trying. If it's important not to lose mail, then the deliver on failure strategy would be more appropr...
2008 Mar 12
0
Problem sending CallerID Name to Dialogic based phone app
...g sent the same way from the Sangoma card, even though I have it set to pri_net in zapata.conf. Alternatively, we can check the UUI[2] message to see if the Dialogic card will receive it that way. Mike 1. Information Elements (IEs) in CCITT format. The cc_GetCallInfo( ) function retrieves all unprocessed IEs in CCITT format. Be sure to allocate enough memory (up to 256 bytes) to hold the retrieved IEs. The IEs are returned as raw data and must be parsed and interpreted by the application. Use IE_BLK to retrieve the unprocessed IEs. For a description of the IE_BLK data structure, see Section 6.6....
2010 Dec 31
1
Sieve rule issue with certain character sets
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a global sieve rule in place to filter mailing-lists. This has worked well so far. Recently however one subscriber on a list seems to create strange character set encodings in the 'From' and 'To' headers. This leads to unprocessed/unfiltered mails (no errors thrown). Is this a configuration or Pigeonhole issue (latest HG used)? Headers from failing mail: From: "=?UTF-8?B?VG9yaW50aGllbA==?=" <user at domain.tld> To: "=?UTF-8?B?ImJpbmQtdXNlcnNAbGlzdHMuaXNjLm9yZyI=?=" <bind-users at lists.isc.o...
2006 May 30
3
Current process for tickets
This afternoon I was looking at the tickets posted in Trac, and I saw that there we quite a few stale tickets and patches. A lot of these are filed against very old versions of Rails, I think it''s fair for the people posting these tickets that they get resolved. Either by just removing them all or by weeding them out. I understand that closing tickets is not very glamorous work
2008 Nov 25
1
ntop from rpmforge
...ough the password configuration when I start it, its erroring. # service ntop start Starting ntop: Processing file /etc/ntop.conf for parameters... Mon Nov 24 23:56:36 2008 NOTE: Interface merge enabled by default Mon Nov 24 23:56:36 2008 Initializing gdbm databases FATAL ERROR: Unrecognized/unprocessed ntop options... --user ntop, --db-file-path /var/ntop, run ntop --help for usage information Common problems: -B "filter expressions" (quotes are require...
2014 Aug 17
0
Re: What uses these 50 GB?
...0 is 7481304 1k blocks, or 7G, so that's some of it. If you have one nonstandard mount option, perhaps there are other tweaks you've made at mkfs time which could change the geometry from what I see above. dumpe2fs -h output might show us that. It could also be open but unlinked files, or unprocessed orphan inodes after a crash. Have you run e2fsck? > debugfs: icheck 98304 98305 > Block Inode number > 98304 <block not found> > 98305 <block not found> icheck won't find an inode number for internal metadata; it's not associated with any inode. > Do...
2006 Oct 16
2
New package Ryacas
Ryacas is an R interface to the free yacas computer algebra system. Ryacas allows one to send R expressions, unprocessed yacas strings and certain other R objects to a separate yacas process from R and get back the result. It also has facilities for manipulating yacas strings and R expressions destined for yacas processing. It can be used for exact arithmetic, symbolic math, ASCII pretty printing and translating...