search for: 2649

Displaying 20 results from an estimated 54 matches for "2649".

Did you mean: 264
2004 Dec 09
2
Asterisk started but doesn't register SIP client
...risk and it seems to start ok. We checked the log, and beside the timer warning, there isn't other error message. However, we tried both SIPURA and XLite, but their registration is not accepted (timed out and failed). Could someone tell me what's wrong? [message] Dec 10 01:33:22 WARNING[2649]: Unable to open IAX timing interface: Permission denied Dec 10 01:33:23 WARNING[2649]: Unable to open Asterisk database Dec 10 01:33:23 WARNING[2649]: Unable to open Asterisk database Dec 10 01:33:23 WARNING[2649]: Unable to open Asterisk database Dec 10 01:33:23 WARNING[2649]: Unable to open Aste...
2016 Dec 22
3
[Bug 2649] New: Problem with reverse tunnel between SSH client 5.5p1 and SSH server > 6.4p1
https://bugzilla.mindrot.org/show_bug.cgi?id=2649 Bug ID: 2649 Summary: Problem with reverse tunnel between SSH client 5.5p1 and SSH server > 6.4p1 Product: Portable OpenSSH Version: 6.7p1 Hardware: amd64 OS: Linux Status: NEW Sever...
2017 May 14
0
[PATCH 2/3] Fix ERROR: Macros with complex values should be enclosed in parentheses
...: warning: left-hand operand of comma expression has no effect [-Wunused-value] VIRTIO_NET_F_MAC, \ ^ >> drivers//net/virtio_net.c:2659:2: note: in expansion of macro 'VIRTNET_FEATURES' VIRTNET_FEATURES, ^~~~~~~~~~~~~~~~ drivers//net/virtio_net.c:2649:24: warning: left-hand operand of comma expression has no effect [-Wunused-value] VIRTIO_NET_F_HOST_TSO4, VIRTIO_NET_F_HOST_UFO, VIRTIO_NET_F_HOST_TSO6, \ ^ >> drivers//net/virtio_net.c:2659:2: note: in expansion of macro 'VIRTNET_FEATURES' VIRTNET...
2008 Mar 17
1
Std errors in glm models w/ and w/o intercept
...BMI40.0-55.0 0.19348 0.22569 0.857 0.3913 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 (Dispersion parameter for poisson family taken to be 1) Null deviance: 1485.0 on 2654 degrees of freedom Residual deviance: 1470.0 on 2649 degrees of freedom AIC: 2760.9 Number of Fisher Scoring iterations: 6 ----------------------------------------------------- > bmi.no.int <- with(bmi,glm(Actual_Deaths ~ BMI + offset(log(MMI_VBT_Expected)) -1 , family="poisson&quot...
2004 Dec 02
0
image() or plotting functions or something else broken in 2.0.1 on OS X?
...function in 1.9.x. Now, running the example code from the image() help page gives me the following error: > x <- y <- seq(-4*pi, 4*pi, len=27) > r <- sqrt(outer(x^2, y^2, "+")) > image(z = z <- cos(r^2)*exp(-r/6), col=gray((0:32)/32)) 2004-12-02 10:35:27.815 R[2649] *** Assertion failure in -[RDeviceView lockFocus], AppKit.subproj/NSView.m:2746 2004-12-02 10:35:27.817 R[2649] *** NSTimer discarding exception 'NSInternalInconsistencyException' (reason 'lockFocus sent to a view whose window is deferred and does not yet have a corresponding platfo...
2005 Dec 13
1
Smaba no start
...us_fail(488) Dec 13 09:41:46 sfs nmbd[2503]: get_domain_master_name_node_status_fail: Dec 13 09:41:46 sfs nmbd[2503]: Doing a node status request to the domain master browser at IP 172.16.42.2 failed. Dec 13 09:41:46 sfs nmbd[2503]: Cannot get workgroup name. Dec 13 09:41:59 sfs crontab[2649]: (root) END EDIT (root) Dec 13 09:44:21 sfs smbd[2671]: [2005/12/13 09:44:21, 0] lib/util_sock.c:read_socket_data(384) Dec 13 09:44:21 sfs smbd[2671]: read_socket_data: recv failure for 4. Error = Connection reset by peer Dec 13 09:44:32 sfs smbd[2509]: [2005/12/13 09:44:32, 0] smbd/service...
2002 Mar 01
0
ip_conntrack: table full, dropping packet.
...e:~# cat /proc/sys/net/ipv4/ip_conntrack_max 6000 cpie:~# The connection from ip_conntract are like these: tcp 6 351960 ESTABLISHED src=8asdf dst=asdf sport=1445 dport =4662 src=dfasdf0 dst=dfdfd sport=4662 dport=1445 [ASSURED] use=1 tcp 6 345355 ESTABLISHED src=asdfasdf8 dst=asdf sport=2649 dport =4662 src=sdfasd dst=dfdf sport=4662 dport=2649 [ASSURED] use=1 How can I "flush" all connection track? I have compiled iptables into kernel, not as module. Any ideas? Thank you very much! ---- Carles Pina i Estany | Nick: Pinux / Pine / Teufeus E-Mail: carles.pina@salleURL.ed...
2009 Nov 24
2
linear regression on groups of consecutive rows of a matrix
I want to perform linear regression on groups of consecutive rows--say 5 to 10 such--of two matrices. There are many such potential groups because the matrices have thousands of rows. The matrices are both of the form: > shp[1:5,16:20] SL495B SL004C SL005C SL005A SL017A -2649 1.06 0.56 NA NA NA -2648 0.97 0.57 NA NA NA -2647 0.46 0.30 NA NA NA -2646 0.92 0.48 NA NA NA -2645 0.82 0.48 NA NA NA That is, they both have NA values, and non-NA values, in the same matrix positions. In my attempts...
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl> Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl> --- drivers/net/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9320d96..f20dfb8 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -217,7 +217,8 @@ static void
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl> Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl> --- drivers/net/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9320d96..f20dfb8 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -217,7 +217,8 @@ static void
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
...very time I change the slightest thing the bug will change or disappear. The section with the error in is pretty short, however, just 100 or so lines (attached as test.s.part). >From the trace I posted yesterday (also attached), at the top: lines 2646-2648 print "632: iload" lines 2649-2652 print "local_5_114 = 57" (the correct value) >From line 2651 you can see that the 57 came from r26. At the bottom: lines 4901-4903 print "632: iload" lines 4904-4907 print "local_5_420 = 261095424" (the junk value) >From line 4906 you can see that the...
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote: > Duncan Sands wrote: > >> Can you please attach IR which can be compiled to an executable >> (and shows the problem). > > I've been generating functions using a builder and then compiling > them with ExecutionEngine::getPointerToFunction(). Is there some way > I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote: > Can you please attach IR which can be compiled > to an executable (and shows the problem). I've been generating functions using a builder and then compiling them with ExecutionEngine::getPointerToFunction(). Is there some way I can get compilable IR from that? Cheers, Gary -- http://gbenson.net/
2009 Mar 04
5
Filtering R lists
Hello I am am new to R and any help with the following would be appreciated: I have a list (example attached) and I would like to create a new list which is a filtered version of this list. I.e I would like a list that only contains elements with this value: Chr 10 : 21853562 - 21855482 Any pointers/tips would be great. Thanks! Nikol -- Bioinformatician/Computer Associate Cambridge Institute
2011 May 05
5
Dovecot imaptest on RHEL4/GFS1, RHEL6/GFS2, NFS and local storage results
...30% 5% 1- 2608 1321 1311 2608 2508 3545 547 2001 2493 2702 5282 2- 2810 1440 1430 2810 2688 3835 403 2154 2679 2925 5706 3- 2913 1457 1441 2908 2778 3913 417 2253 2773 3034 5924 4- 2814 1448 1412 2812 2695 3910 401 2186 2686 2929 5712 5- 2789 1464 1432 2787 2652 3774 427 2112 2649 2879 5676 6- 2843 1460 1444 2839 2722 3948 422 2164 2713 2957 5778 rhel6 x86_64/GFS2 two nodes, shared FC lun on a SAN(Used RDM in VMWare vSphere for GFS2 lun) Tunned cluster suite cluster.conf + <dlm plock_ownership="1" plock_rate_limit="0"/> <gfs_cont...
2015 Mar 05
31
[Bug 2361] New: seccomp filter (not only) for aarch64
https://bugzilla.mindrot.org/show_bug.cgi?id=2361 Bug ID: 2361 Summary: seccomp filter (not only) for aarch64 Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at
2023 Aug 06
0
HTML documentation check works best with Tidy >= 5.0.0
...not check the macOS version easily. I think that any released version older than 5.0.0 (before the development moved from https://tidy.sf.net/ to https://www.html-tidy.org/ in 2015) will only identify itself by the release date. Judging by an R-SIG-Mac thread I've found, "Apple Inc. build 2649" that may be bundled with some macOS versions must be of the SourceForge vintage too, before they started using version numbers. There are commits in the "modern" Tidy source tree using 4.x.x version numbers, but I don't think they were considered to be formally released. For ex...
2009 Aug 18
0
Help with identify() points on a PAM clusplot
...s are identified by a numerical label. My trial distance matrix is made up of 10 rows, one for eacjh signal. I assigned the signals iidentifiers as rownames of the distance matrix. rwn [1] "1104" "1332" "2057" "2425" "2483" "2530" "2649" "2881" "3044" "877" The rownames order correspond to the ordering of signal features used in the distance matrix. This way I can click on each point of the clusplot and make the signal identifier pop up on the canvas using the following commands sequence: yy...
2006 Jul 03
3
Ferret not returning the right results
I have ferret setup in my model with multiple fields, but when I do a search on the value that might be stored in two fields, I get no results. Here''s an example: "Jim 12333" Where Jim is a name field, and 12333 is a zip code. I have this in my model: acts_as_ferret :fields => [ ''name'', ''zip'' ] I''m not sure
2008 Feb 20
1
Bug#466683: xenstore-utils: The package description doesn't say what the utilities contained in the package are for.
Package: xenstore-utils Version: 3.2.0-3 Severity: minor Description: Xenstore utilities for Xen This package contains the Xenstore utilities. I would hope that there would be a more descriptive description for this package, so I could know if I really need it. (Yes, I'm a newbie to the world of XENU ... I suppose I would already know if I wasn't new to this.) -- System Information: