search for: neglect

Displaying 20 results from an estimated 664 matches for "neglect".

Did you mean: neglects
2019 Jan 15
2
doveadm neglecting to exit in failure?
----- cpssltest at cpanelssltest.org [/usr/local/cpanel]# doveadm -v expunge -u cpssltest -- mailbox-guid b8a359119e771b58484a0000a841250d savedbefore 365days; echo $? doveadm(cpssltest): Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied 0 ----- ^^ In the above, shouldn?t the ?doveadm? command have exited nonzero to indicate a failure to connect? Thanks! -Felipe
2019 Jan 16
0
doveadm neglecting to exit in failure?
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Yeah. except in this particular case where it doesn't actually matter. Your expunge went thru. </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On 15
2011 Jan 02
0
"Confirmation" succeeds when the *_confirmation attribute was neglected from the Model.
<pre> models/user.rb: # Oops! I forgot to add the :password_confirmation attribute! class User < ActiveRecord::Base attr_accessor :password attr_accessible :password #, :password_confirmation validates(:password, :confirmation => true, :presence => true) end activemodel/lib/active_model/validations/confirmation.rb: 3 # == Active Model
2004 Dec 30
3
OpenVPN forwarding?
...g at terminating a OpenVPN tunnel on my shorewall box, but selectivly forward incoming traffic from the VPN tunnel to various hosts on my LOC-zone. Is this doable? Or need I set up OpenVPN tunnels that terminates on the LOC-hosts in question directly? (Or rather: Which page on the web site have I neglected to read _this_ time?) Happy new year to one and all! .
2017 Sep 12
3
man pages - incomplete
@devel hi, I wonder who takes care of man pages when it comes to rpms? I'd like to file a bugzilla report and would like to make sure it's packages mainainer(s) are responsible for incomplete man pages. Often man pages are neglected by authors, too often, and man is, should always be "the place", we users/admins should not have to sroogle for info almost every time. m. thanks, L. .
2008 Mar 27
2
colMeans in a data.frame with numeric and character data
Hi all, I would like to know if it is posible by, someway, to get colMeans from a data.frame with numeric as well as character data, dispersed all over the object. Note that I would like to get colMeans neglecting character data. I am really in need of some function proceeding in that way… All the best Diogo André Alagador [[alternative HTML version deleted]]
2009 Dec 25
2
I had a 5.4 installation crash and generate a log file - where do I send it?
People, While installing 5.4, I ran into an unhandled exception. It generated a log file, which I saved successfully. Unfortunately, I neglected to write down where to send the log file. Where does it go? Thank you Jeff Jeff Silverman | Network Support Engineer D 206.272-6465 F 206.272-5541 www.f5.com<http://www.f5.com> [file:///C:\Documents%20and%20Settings\silverman\Application%20Data\Microsoft\Signatures\f5_logo_2009.g...
2013 Sep 06
5
Bug#710650: Bug#718767: transition: ocaml 4.00.1
...cope of an NMU. Fixing #713349 was already borderline since there is also a new upstream release there... but it was easy. The FTBFS bug has been reported in June. I told some of the maintainers (in-person, in CC) to update this package during debconf. No activity since them. IMHO, this package is neglected and should be removed from testing. There are a few reverse-dependencies, but they all look somehow connected: nova, guest-templates, xcp-*... My take would be to remove (from testing) all of them. Cheers, -- St?phane
2009 Sep 18
2
sqlite3-ruby Not Needed for Rails?
...always thought the sqlite3-ruby gem is needed for Rails apps to use SQLite3 databases, until the other day. I set up a VM running Ubuntu 9.0.4, 32-bit server edition with Rails 2.2.2 to host an app I had written (by the way, the VM was surprisingly easier to setup than the Mac it replaced). I had neglected to install the sqlite3-ruby gem on the VM, which I had installed on the Mac, but my app runs just fine on the VM anyway. What gives? If someone can enlighten me, I''d appreciate it. Thanks!
2005 Dec 16
5
Question: image_tag(source, options = {})
...ge_tag "dsf.jpg" options = {[align="right", style="padding-right: 10px; padding-top: 5px;"]} %> However, this doesn''t seem to work, it doesn''t like how I have the "options" part setup. I''m sure there is something very easy I neglected. Thanks for any help on this. -- Posted via http://www.ruby-forum.com/.
2017 Jul 25
2
why is llvm.stacksave() necessary?
...vid, good example, thank you. This means than, when generating VLA's, one would need to check for the 'minimal' part which needs to be enclosed by safe/remove (in this example the related calls need to enclose the inner part of the loop). what would happen if stack safe/remove would be neglected? at the end of the function everything should get cleaned-up - right?; the only problem could be that one consumes much more stack than necessary - not? Thx Alex
2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
...ces Now, I want to plot SequenceDivergence vs. Expression Divergence Tried doing that using plot (Sequence Divergence vs. Expression Divergence) But then getting the error Error in as.double.default(x) : (list) object cannot be coerced to 'double' Note: The diagonal values for X1 was neglected as its seems to give some bias in my results. Code to derive X1,X2,X3..and Y1,Y2,Y3 is given as: > EDant <- read.table("C:/ant.txt",sep="\t") > ED1 <- as.matrix(EDant) > X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values I am...
2016 Aug 18
2
Updating PXE documentation for CentOS wiki
I was just looking at the CentOS Wiki at https://wiki.centos.org/HowTos/PXE/PXE_Setup, and it's pretty seriously out of date. It neglects the existence of the "syslinux-tftpboot" RPM, and the hand editing of xinetd config files for tftpd ignores the availability of "chkconfig" and "service" to manage that service. For more sophisticated users, it doesn't mention "never, never, never set your d...
2010 Nov 04
2
Roxygen: @example tag does not work for me
...nothing useful.")} I thought that @example would take the R code in "tests/foo.R" (this file also exists) and append it to the .Rd-file. However, there is no \examples{...} section in my roxygen-processed .Rd-file after running roxygenize(). It just seems as if @example is just neglected. Should I put the file in another directory? The basic thing I'm trying to do is to have the "unit tests" for my functions organized in separate scripts and then plug in some of their content as examples in the .Rd-files (this should be accomplished by using in-source documenta...
2006 Aug 23
2
"Cannot execute binary file" with several distros
...ore than one makes me wonder about that. In the case of things like Mandriva I can just simply recompile, no big deal, but, in the case of live distros like Finnix I'm simply stuck. They usually come with an old version of Syslinux, but, as I said, it's an old version. Also, they seem to neglect to include other stuff such as extlinux in some cases or the standard com32 files in most cases (I'm addicted to menu.c32 and its simplicity.) Any idea what is causing the problem and what, if anything, I can do to get it working in my rescue disc where I can't rebuild it but can't use...
2011 Sep 14
2
Question regarding dnorm()
...ing P(X = 50) should be 0, but even excel also gives 0.03989422. Obviously my understanding is wrong. If I put value of x = 0 in the normal density function, I do get 0.03989422. My confusion is on the continuous scale if the probability (X = x) doesn't make sense, 0.03989423 is significant to neglect. Please clarify Regards Vincy [[alternative HTML version deleted]]
2011 Oct 17
3
[LLVMdev] LLVM 3.0rc1 Testing Begins!
...i all, Testing for LLVM 3.0 release candidate 1 is now under way! We will soon have binaries available for you to download and try. Those who would like to compile things and try them out for themselves can grab the source tarballs here: http://llvm.org/pre-releases/3.0/ A Word About Patches I neglected to send out instructions on how to get patches into the LLVM 3.0 branch. All patches must be approved by the code owners (http://llvm.org/docs/DeveloperPolicy.html#owners). Please CC me on all emails for patches you want in. I may not catch them otherwise. Code owners, please be stringent about...
2009 Jan 28
2
[Cucumber, TextMate Bundle] Call for help
Hey all, As some of you may know I created the Cucumber TextMate bundle: http://github.com/bmabey/cucumber-tmbundle/tree/master What most of you probably don''t know is that I stopped using TextMate (in favor of Vim) several months ago. Since then the Cucumber bundle has been somewhat neglected by me and I''ve mostly pulled in patches and regenerated the syntax for new languages. I think there are a lot of cool things that could still be done with the bundle (see the TODO list in the README), but I just don''t see myself doing a lot of them without the motivation I...
2017 Jun 05
4
celt_inner_prod() and dual_inner_prod() NEON intrinsics
...ARM, only 0003-Optimize-fixed-point-celt _inner_prod-and-dual_inner_.patch changes the performance. For floating-point ARM, only 0004-Optimize-floating-point-c elt_inner_prod-and-dual_inn.patch changes the performance. Patch 1 and 2 are code clean-up and can only affect x86 performance. Patch 5 has neglectable effect on floating-point ARM performance. Thanks, Linfeng On Fri, Jun 2, 2017 at 11:26 AM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Linfeng, > > I'll look into your patches. Can you let me know what's the expected > effect on performance (if any) for each...
2006 May 25
5
PCI Problems
OK... maybe I got a little anxious and ran out and bought a Tyan GX28 with dual Opteron (dual core) processors. (It is a nice server ;) ) I did neglect to find out that you can not manually set the IRQ's on this motherboard. I am now stuck sharing an IRQ with the ethernet controller and no foreseeable end to my dilemma. I have a Digium TE210P and zttest consistently runs at 99.97% which as you guessed, is giving rather unpleasing sound qua...