search for: 44444

Displaying 11 results from an estimated 11 matches for "44444".

Did you mean: 4444
2018 Jul 30
2
[SIEVE] pipe :copy to external program with arguments
Hi all, quick questions about sieve pipe: I want to pipe spam messages to an external program with additional parameters my spamlearn.sieve script: require ["vnd.dovecot.pipe", "copy", "imapsieve"]; pipe :copy "mybin" ["-h 127.0.0.1:44444" , "markspam"]; I also tried: pipe :copy "mybin" ["-h 127.0.0.1:44444 markspam"]; pipe :copy "mybin" ["-h 127.0.0.1:44444"] ["markspam"]; pipe :copy :args ["-h 127.0.0.1:44444 markspam"] "mybin" ; It never execut...
2011 Jul 05
1
Create factor variable by groups
Hi, suppose that I have the following data.frame: cnae4 cnpj 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 Y 24996 10020470 1 1 2 12 16 21 17 51 43 19 183 24996 10020470 69 91 79 92 91 77 90 96 98 108 891 36145 10020470 0 0 0 0 2 83 112 97 91 144 529 44444 10023333 5 20 60 0 0 0 0 5 20 1000 1110 I would like to create a new variable X that indicates which line, within the cnpj variable, has the highest value Y. For instance, within the cnpj = 10020470, the second line has the largest value Y (891). For cnpj = 10023333 is trivial (1110). Then, my n...
2014 Jun 25
5
[Bug 2249] New: sshd ignores PAM_MAXRETRIES pam return value
https://bugzilla.mindrot.org/show_bug.cgi?id=2249 Bug ID: 2249 Summary: sshd ignores PAM_MAXRETRIES pam return value Product: Portable OpenSSH Version: 6.0p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: PAM support Assignee: unassigned-bugs at
2011 Feb 02
1
newbie: paypal + line items
...:quantity => 22, :description => "Tickets for 232323", :amount => 1211221 }, { :name => "Other product", :quantity => 33, :description => "Something else for 44444", :amount => 555 } ], :ip=>.., ..., ..} setup_purchase( @total ,purchase_options) but the items wont show any pointers are really welcome tia tom -- You received this message because you are subscribed to the Google Groups "Active Merchant" gr...
2015 Sep 28
4
[Bug 2475] New: Login failure when PasswordAuthentication, ChallengeResponseAuthentication, and PermitEmptyPasswords are all enabled
...word needs to be enabled to cause the failure. Originally seen on an embedded Linux system running version 7.1p1, but have reproduced on Ubuntu 14.04 / OpenSSH-6.6.1p1 and RHEL6.5 / OpenSSH-5.3p1. Used the following command lines to reproduce on the Linux systems: Server: /usr/sbin/sshd -Dddd -p 44444 -oPasswordAuthentication=yes -oChallengeResponseAuthentication=yes -opermitemptypasswords=yes debug1: PAM: establishing credentials PAM: pam_setcred(): Failure setting user credentials debug1: do_cleanup debug3: PAM: sshpam_thread_cleanup entering Client: ssh -vvv localhost -oPubkeyAuthenticatio...
2018 Jun 13
2
RFC: Bug-closing protocol
Isn't svn set up to auto-parse and post to the bug so you can just say "fixes bug 44444" and it parses it out? I mean, i added that to gcc like 15 years ago, i'm surprised we don't do this :) Nobody should have to add this info manually unless someone forgot to put it in a commit message. On Tue, Jun 12, 2018 at 1:36 PM, Tom Stellard via llvm-dev < llvm-dev at list...
2018 Jun 13
2
RFC: Bug-closing protocol
...9;ve ever had that in LLVM - certainly would be nice to > have :) > > On Tue, Jun 12, 2018 at 5:48 PM Daniel Berlin via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Isn't svn set up to auto-parse and post to the bug so you can just say >> "fixes bug 44444" and it parses it out? >> >> I mean, i added that to gcc like 15 years ago, i'm surprised we don't do >> this :) >> >> Nobody should have to add this info manually unless someone forgot to put >> it in a commit message. >> >> >> On...
2007 Jul 02
2
Backup Echo Suppression
...u have to nibble a frame every 160 samples, so you get this, where each digit represents 32 samples, so 00000 is 160 samples: 0 1 2 3 4 5 6 7 <- timestamp when each speex frame is read 0000111122223333444455556666777788889999 <- input frame 0000011111222223333344444555556666677777 <- speex frame 00000 11111 22222 33333 44444 55555 66666 77777 0000011111222223333344444555556666677777 <- s...
2007 Jul 02
3
Backup Echo Suppression
Believe me; I've "played with" priorities and buffering. Did you just say you have no idea how the Speex residual echo suppressor works? If that is the case, can you tell me where I could get some information about it? -----Original Message----- From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] Sent: Friday, June 29, 2007 7:38 PM To: Coffey, Michael Cc:
2003 May 10
1
Hacked? (UPDATE)
...dified the modification date with a program called systemf (in the /usr/bin directory). This prevented me from listing last modification dates (all dates in ls were replaced with the letter f ). Then he created an /etc/rc.local file and added an entry to start inetd and a trojaned sshd (on port 44444). I put everything in /usr/local/etc/rc.d so I didn't originally have an /etc/rc.local. netstat (in /usr/bin) was renamed to netstats and a new netstat (much smaller in size) was placed in the /usr/bin directory. I'm not really sure what this new netstat did. I believe only the /usr/bin...
2018 Jun 12
9
RFC: Bug-closing protocol
TL;DR: It's okay to close a bug, if you can justify it properly. Recently there has been a spate of bug-closing with what I would call inadequate documentation. Comments such as "Obsolete?" or "I assume it's fixed" could be applied to nearly every open bug we have. While this does reduce the open bug count--something I have been watching with morbid fascination