Displaying 20 results from an estimated 129 matches for "2506".
Did you mean:
2006
2017 May 11
2
Upgrading BIND DNS Backend
...-------
[root at dc private]# systemctl start named
Job for named.service failed because the control process exited with
error code. See "systemctl status named.service" and "journalctl -xe"
for details.
[root at dc private]# journalctl -xe
May 11 20:03:41 dc.exza.local named[2506]:
----------------------------------------------------
May 11 20:03:41 dc.exza.local named[2506]: adjusted limit on open files
from 4096 to 1048576
May 11 20:03:41 dc.exza.local named[2506]: found 2 CPUs, using 2 worker
threads
May 11 20:03:41 dc.exza.local named[2506]: using 2 UDP listeners per...
2017 May 11
0
Upgrading BIND DNS Backend
...ate]# systemctl start named
> Job for named.service failed because the control process exited with
> error code. See "systemctl status named.service" and "journalctl -xe"
> for details.
> [root at dc private]# journalctl -xe
> May 11 20:03:41 dc.exza.local named[2506]:
> ----------------------------------------------------
> May 11 20:03:41 dc.exza.local named[2506]: adjusted limit on open
> files from 4096 to 1048576
> May 11 20:03:41 dc.exza.local named[2506]: found 2 CPUs, using 2
> worker threads
> May 11 20:03:41 dc.exza.local named[25...
2017 May 11
2
Upgrading BIND DNS Backend
...t named
>> Job for named.service failed because the control process exited with
>> error code. See "systemctl status named.service" and "journalctl -xe"
>> for details.
>> [root at dc private]# journalctl -xe
>> May 11 20:03:41 dc.exza.local named[2506]:
>> ----------------------------------------------------
>> May 11 20:03:41 dc.exza.local named[2506]: adjusted limit on open
>> files from 4096 to 1048576
>> May 11 20:03:41 dc.exza.local named[2506]: found 2 CPUs, using 2
>> worker threads
>> May 11 20:03:4...
2015 Nov 25
3
[Bug 2506] New: CA-signed keys broken
https://bugzilla.mindrot.org/show_bug.cgi?id=2506
Bug ID: 2506
Summary: CA-signed keys broken
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee:...
2017 Aug 23
0
CEBA-2017:2506 CentOS 6 dhcp BugFix Update
CentOS Errata and Bugfix Advisory 2017:2506
Upstream details at : https://access.redhat.com/errata/RHBA-2017:2506
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
31d4b1e77ecd473cfae41fbf4216158cc9b923d553556d412e637ff2fa8cec47 dhclient-4.1.1-53.P1.el6.centos.1.i686....
2003 Jan 30
0
printing of attributes does not dispatch on class (PR#2506)
Forwarded to R-bugs to log this. It may or may not be a bug, but it is a
desirable enhancement, if a tricky one.
Note that this is not simple: in R-devel it may be show() not print()
that was called (and needs to be dispatched on, although print.default
will do that) and the print functionality can be called directly from C
code, e.g. by PrintValue.
Also, auto-printing as in the example does
2010 Jan 17
1
screenshot of swf file
Hi,
Im trying to thumbnail a swf file based on this found at
http://www.mail-archive.com/swfdec at lists.freedesktop.org/msg00821.html.
#include <stdlib.h>
#include <stdio.h>
#include <swfdec/swfdec.h>
#include <cairo.h>
void swfdec_player_save (SwfdecPlayer *player, guint width, guint
height, const char *filename) {
cairo_surface_t *surface;
cairo_t *cr;
2006 Oct 31
2
Bridging Video Calls using Zap
...DEO)
exten => 297,1,Noop()
exten => 297,2,Dial(${TRUNK}/0175234567)
exten => 297,3,Hangup
exten => 297,104,SetVar(PRI_CAUSE=17) ; Indicate Busy
exten => 297,105,Hangup
---- Log
pbx-test*CLI>
== Primary D-Channel on span 2 down
Oct 31 09:05:03 WARNING[6771]: chan_zap.c:2506 pri_find_dchan: No
D-channels available! Using Primary channel 47 as D-channel anyway!
1 < Protocol Discriminator: Q.931 (8) len=45
1 < Call Ref: len= 2 (reference 25880/0x6518) (Originator)
1 < Message type: SETUP (5)
1 < [1 a11 ]
1 < Sending Complete (len= 1)
1 < [1 041 031...
2016 Dec 08
2
methods(`|`) lists all functions?
Dear R-Devel,
I was attempting an exercise in Hadley Wickam's book "Advanced R". The
exercise is to find the generic with the greatest number of methods.
I found that 'methods(`|`)' produces a list of length 2506, in R
3.3.1. Similar behavior is found in 3.4.0. It seems to include all
functions and methods. I imagine something is being passed to "grep"
without being escaped.
I hope I didn't miss something in the documentation, and that I'm good
to report this as a bug. I can send it to Bu...
2011 Aug 31
3
CPU soft lockup XEN 4.1rc
...04013] BUG: soft lockup - CPU#0 stuck for 136s! [blkback.5.xvdd1:7226]
> syslog.2:Aug 29 23:12:27 nwsc-xen-Q45 kernel: [ 5098.305010] BUG: soft lockup - CPU#1 stuck for 136s! [sh:7262]
> syslog.6:Aug 17 12:07:08 nwsc-xen-Q45 kernel: [ 2998.596016] BUG: soft lockup - CPU#0 stuck for 73s! [xend:2506]
> syslog.6:Aug 17 12:07:08 nwsc-xen-Q45 kernel: [ 2998.597555] BUG: soft lockup - CPU#1 stuck for 73s! [md0_raid5:598]
> syslog.6:Aug 17 12:17:08 nwsc-xen-Q45 kernel: [ 3598.534068] BUG: soft lockup - CPU#1 stuck for 150s! [xend:2506]
It does not appear to relate to a specific process. (Tho...
2008 Mar 13
1
Convert a List of Distances to a Distance Matrix
...rix such as:
A B C
A 0 .5 .25
B .5 0 .5
C .25 .5 0
for use in a mantel test.
Thank you for the help!
cheers,
charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Department of Organismic and Evolutionary Biology
22 Divinity Ave Cambridge MA 02139
HP (857) 488-2506
WP (617) 496-3890
cgwillis@oeb.harvard.edu
http://www.people.fas.harvard.edu/%7Ecgwillis/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[[alternative HTML version deleted]]
2008 Mar 17
1
Writing GLM/GEE Ouput to Text File
...warning that 'Traitresult' is not a list or giving me a text file
with a bunch of symbol gibberish.
Thank you!
charlie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Department of Organismic and Evolutionary Biology
22 Divinity Ave Cambridge MA 02139
HP (857) 488-2506
WP (617) 496-3890
cgwillis@oeb.harvard.edu
http://www.people.fas.harvard.edu/%7Ecgwillis/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[[alternative HTML version deleted]]
2008 Apr 14
1
Non-linearity with Parametric data
...n't know if
it is implemented in an R package. Any advice would greatly appreciated.
Thank you!
Charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Harvard University
Department of Organismic and Evolutionary Biology
22 Divinity Ave Cambridge MA 02139
HP (857) 488-2506
WP (617) 496-3890
cgwillis@oeb.harvard.edu
http://www.people.fas.harvard.edu/%7Ecgwillis/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[[alternative HTML version deleted]]
2007 Aug 28
3
Interpreting the eigen value of a population matrix (2nd try)
Thanks for telling me that you could not get my message, I hope this work
better...
so my question was:
I built a population matrix to which I applied the fonction eigen in order
to find the main parameters about my population. I know that the first
eigen value correspond to lambda or exponential growth rate of my
population. My problem is that I want to have the 95% confidence interval
of the
2008 Mar 17
1
update_call_counter: Call to peer '2509' rejected due to usage limit of 1?
...32 update_call_counter:
Call to peer '2509' rejected due to usage limit of 1
[Mar 17 11:33:01] ERROR[9255]: chan_sip.c:3232 update_call_counter:
Call to peer '2502' rejected due to usage limit of 1
[Mar 17 11:33:01] ERROR[9256]: chan_sip.c:3232 update_call_counter:
Call to peer '2506' rejected due to usage limit of 1
in my asterisk console. At this point the mentioned sip phones are
busy. My understanding is that if ringinuse is set to no, queue should
not try and ring phones that are busy, but some how it is trying. How
can I disable this behavior?
With regards,
raj
2007 Dec 29
1
COMPAR.GEE error with logistic model
...ith a mixed set of categorical and continuous variable, I
would be greatly appreciative for your advice.
Thank you,
Charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Department of Organismic and Evolutionary Biology
22 Divinity Ave Cambridge MA 02139
HP (857) 488-2506
WP (617) 496-3890
cgwillis@oeb.harvard.edu
http://www.people.fas.harvard.edu/%7Ecgwillis/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[[alternative HTML version deleted]]
2012 Jul 06
2
Mixed Models providing a correlation structure.
Hi folks,
I was wondering how to run a mixed models approach to analyze a linear
regression with a user-defined covariance structure.
I have my model
y = xa +zb +e and
b ~ N (0, C*sigma_square). (and a is a fixed effects)
I would like to provide R the C (variance-covariance) matrix
I can easily provide an example, but at this point I am first trying to know
what is the best package the
2008 Aug 01
2
Extract Element of String with R's Regex
Hi,
I have this string, in which I want to extract some of it's element:
> x <- "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL= -963.669 -965.35"
yielding this array
[1] "211952_at" "RANBP5" "2"
In Perl we would do it this way:
__BEGIN__
my @needed =();
my $str = "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL=
-963.669
2017 Aug 24
0
CentOS-announce Digest, Vol 150, Issue 3
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2017:2506 CentOS 6 dhcp BugFix Update (Johnny Hughes)
2. CEBA-2017:2504 CentOS 6 kernel BugFix Update (Johnny Hughes)
3. CEBA-2017:2501 CentOS 6 acl BugFix Update (Johnny Hughes)
4. CEBA-2017:2502 CentOS 6 java-1.8.0-openjdk BugFix Update
(Johnny Hughes)
5. CEBA-2017:2503 CentOS 6 samba...
2007 Oct 22
3
Elasticity in Leslie Matrix
Dear R-users,
I would like to calculate elasticities and sensitivities of each parameters
involved in the following transition matrix:
A <- matrix(c(
sigma*s0*f1, sigma*s0*f2,
s, v
), nrow=2, byrow=TRUE,dimnames=list(stage,stage))
The command "eigen.analysis" avaliable in package "popbio" provides
sensibility matrix and elasticity matrix