search for: 3830

Displaying 20 results from an estimated 69 matches for "3830".

Did you mean: 380
2025 May 31
1
[Bug 3830] New: SSHD won't start
https://bugzilla.mindrot.org/show_bug.cgi?id=3830 Bug ID: 3830 Summary: SSHD won't start Product: Portable OpenSSH Version: 10.0p2 Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assig...
2006 Dec 04
2
Library file for the R engine in Windows?
...dll.lib needs to be built from source, but I am not sure if this is still the recommended route. I am using Microsoft Visual C++ Toolkit in Windows XP Pro. Thank you for any advice. Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/> [[alternative HTML version deleted]]
2007 Dec 11
5
book on regular expressions
...on applications/use as it might relate to R. I remember there was a mention of such a reference book recently, but I could not locate that message on the archive. Thanks. -Christos Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/> [[alternative HTML version deleted]]
2006 Dec 24
2
how to 'get' an object that is part of a list
...envir, mode, inherits) : variable "xx$a" was not found > my.length(xx$a, xx$b) Error in get(x, envir, mode, inherits) : variable "xx$a" was not found Thank you. Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com
2007 May 16
2
'attach workspace' on R console File menu
...-------- Attach Workspace... Load Workspace... Save Workspace... -------------------- Is this something that could make the wish list for future R Console features? Thanks. -Christos Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/>
2006 Oct 24
2
Plotmath expression
...at did not work either: ll.txt <- paste(ll, collapse="+/-") text(x=9, y=2, pos=2, expression(paste(X[min], "=", ll.txt))) Any help is much appreciated. Thanks. Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com
2007 Feb 01
3
Lining up x-y datasets based on values of x
...= x[10,1], 2 ] <- x[,2] w[ xx >= y[1,1] & xx <= y[10,1], 3 ] <- y[,2] w[ xx >= z[1,1] & xx <= z[10,1], 4 ] <- z[,2] w I appreciate any pointers. Thanks. Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com
2015 Jun 08
6
Am I cracked?
...at this time (1:0/0/1) -- Executing [000972592603325 at default:7] Hangup("SIP/192.168.20.120-0000002a", "") in new stack == Spawn extension (default, 000972592603325, 7) exited non-zero on 'SIP/192.168.20.120-0000002a' [Jun 8 21:43:22] WARNING[16633]: chan_sip.c:3830 retrans_pkt: Retransmission timeout reached on transmission 8dc31ca4e660a0408450715638784d86 for seqno 1 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions Packet timed out after 32001ms with no response At the time no phone try to call... On my Firewall I se...
2010 Jul 17
4
Samba + Winbind + Windows 2003 AD
Hey out there. I have to join my UNIX server with an existing Win2k3 AD network. My system info: Debian Lenny Samba - 3.4.8 Winbind - 3.4.8 Windows Server 2003 with 2000-style-AD My problem is that, I have en UNIX server that have to run auth up against our existing windows 2003 AD. I have successfully joined my UNIX server to the AD, without problems. # net ads join -U Administrator Enter
2007 Feb 07
2
blank upper or lower triangle of cor-matrix
Dear altogether, I want to blank the lower (or upper) part of a correlation matrix as it is done by dist() example: ( d <- cor(matrix(runif(12),nrow=4)) ) If I do the following d[lower.tri(d)] <- "" of course everything is changed to character - that's not what should be. Additionally, it does not work to assign "0" or anything else. The same is true for
2006 Nov 20
2
predict.coxph
Hi everyone, Can anyone give me more details about the 'lp', 'risk', 'terms', and 'expected' options from the predict.coxph function? I actually found that risk is obtained from exp(lp). I can't find information on 'expected' type however. Is anybody can expand the information on this function? Thank you in advance, I will appreciate it.
2012 Mar 12
0
Data consistency with Gluster 3.2.5
.../site1/www/openx/var/cache/deliverycache_f8e7a8862cb80b4933c58acdf65aaef5.php [2012-02-25 18:53:04.199191] W [afr-common.c:1121:afr_conflicting_iattrs] 0-web-pub-replicate-0: /cust/site1/www/openx/var/cache/deliverycache_f8e7a8862cb80b4933c58acdf65aaef5.php: gfid differs on subvolume 0 (53fa373a-3830-4c5e-aa22-6ed35c947d97, c12e0cdd-9b6c-4988-b793-819db0472780) [2012-02-25 18:53:04.199210] W [afr-common.c:1121:afr_conflicting_iattrs] 0-web-pub-replicate-0: /cust/site1/www/openx/var/cache/deliverycache_f8e7a8862cb80b4933c58acdf65aaef5.php: gfid differs on subvolume 0 (53fa373a-3830-4c5e-aa22...
2006 Dec 03
1
passing matrix as argument to a C function
...ot;vector of pointers to row vectors" concept, but I am not familiar enough in C yet to figure it out. Any hints on how in can be done with .Call if easier? Thank you. -Christos Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/>
2009 Sep 10
1
importing/loading package without a namespace
...' does not have a name space Error: package/namespace load failed for 'nvQC' Execution halted It looks like this package has a loading problem: see the messages for details. Christos Hatzis, Ph.D. Nuvera Biosciences, Inc. 400 West Cummings Park Suite 5350 Woburn, MA 01801 Tel: 781-938-3830 www.nuverabio.com <http://www.nuverabio.com/>
2010 Jul 28
2
Does anybody use idmap_adex?
...ing the Backend Idmap_AD. I thought Idmap_adex is still under heavy development. Tobias Mit freundlichen Gr??en Tobias Mucke LFK-Lenkflugk?rpersysteme GmbH Serverpool, FCI4 Landshuter Stra?e 26, 85716 Unterschlei?heim, GERMANY Phone: +49 89 3179 8438 Fax: +49 89 3179 8927 Mobile: +49 170 635 3830 E-Mail: tobias.mucke at mbda-systems.de http://www.mbda.net Chairman of the Supervisory Board: Antoine Bouvier Managing Director: Werner Kaltenegger Registered Office: Schrobenhausen Commercial Register: Amtsgericht Ingolstadt, HRB 4365 Message sent from handheld via BlackBerry Server. ----- Or...
2015 Jun 08
0
Am I cracked?
...; -- Executing [000972592603325 at default:7] Hangup("SIP/192.168.20. > 120-0000002a", "") in new stack > == Spawn extension (default, 000972592603325, 7) exited non-zero > on 'SIP/192.168.20.120-0000002a' > [Jun 8 21:43:22] WARNING[16633]: chan_sip.c:3830 retrans_pkt: > Retransmission timeout reached on transmission > 8dc31ca4e660a0408450715638784d86 for seqno 1 (Critical Response) -- See > https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions > Packet timed out after 32001ms with no response > > At the time no phone t...
2015 Jun 10
0
Am I cracked?
...gt; -- Executing [000972592603325 at default:7] > Hangup("SIP/192.168.20.120-0000002a", "") in new stack > == Spawn extension (default, 000972592603325, 7) exited non-zero on > 'SIP/192.168.20.120-0000002a' > [Jun 8 21:43:22] WARNING[16633]: chan_sip.c:3830 retrans_pkt: > Retransmission timeout reached on transmission > 8dc31ca4e660a0408450715638784d86 for seqno 1 (Critical Response) -- See > https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions > Packet timed out after 32001ms with no response > > At the time no phone try t...
2007 Feb 01
1
Loading functions in R
Hi all, This information must be out there, but I can't seem to find it. What I want to do is to store functions I've created (as .R files or in whatever form) and then load them when I need them (or on startup) so that I can access without cluttering my program with the function code. This seems like it should be easy, but.... Thanks! Jeff
2007 Feb 02
1
Adding Histograms to Leaves of Rpart Tree or other Dendrogram
Hi - I'm trying to append simple density histograms of a continuous variable to the leaves of an rpart tree. The splits in the tree are all levels of a factor and I'm hoping to make the histograms out of the subsets of the dataframe corresponding to the splits and for them to be attached to the appropriate leaf of the final tree. Any help would be much appreciated, thanks, Jon Zelner
2007 Oct 09
1
Visualize cox proportional hazards
Hello all I would like to visualize the hazard ratios of a cox proportional hazards model. I have seen some good examples in the New England Journal of Medicine: http://content.nejm.org/cgi/content/short/353/26/2747/F3 http://content.nejm.org/cgi/content/short/350/26/2654/F2 (I hope these are open access, but I am not sure) And something similar in the book 'R Graphics' by Paul