search for: 2510

Displaying 20 results from an estimated 121 matches for "2510".

Did you mean: 251
2015 Nov 28
9
[Bug 2510] New: building fail for unsupported key type
https://bugzilla.mindrot.org/show_bug.cgi?id=2510 Bug ID: 2510 Summary: building fail for unsupported key type Product: Portable OpenSSH Version: 7.1p1 Hardware: ix86 OS: Linux Status: NEW Severity: critical Priority: P5 Component: Buil...
2003 Oct 31
4
Problem found in OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX11.0
Resent! Rgds, Nick CHI Regional Technology Team, Regional I.T., I.T. Asia, Manulife International Limited Tel: (852) 2510 3273 Fax: (852) 2510 0244 Email: Nick_Chi at manulife.com ----- Forwarded by Nick Chi/Asia Division/Manulife on 10/31/2003 09:56 AM -----...
2015 Dec 02
0
CEBA-2015:2510 CentOS 6 environment-modules FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:2510 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2510.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: bd06ac4a595aeb563b264c6b931745a7c4ed3b7c028c1b7a3f357c0f79d420ff environment-modules-3.2.10-3.el6.i686...
2008 Jan 23
3
Slow header fetching rate over nfs mailspool.
...gt;\nE"..., 4096, 0) = 4096 17:19:39.054115 pread(11, "Return-path: <dino at example.com>\nE"..., 4096, 0) = 4096 17:19:39.054182 close(11) = 0 17:19:39.054245 open("/dap/mstorage/example.com/dino/Maildir/cur/ 1201079181.H308343P11761.mx01.example.com,S=2510:2,", O_RDONLY) = 11 17:19:39.054448 fstat(11, {st_mode=S_IFREG|0600, st_size=2510, ...}) = 0 17:19:39.054508 pread(11, "Return-path: <dino at example.com>\nE"..., 4096, 0) = 2510 17:19:42.805170 pread(11, "", 1586, 2510) = 0 17:19:42.805271 pread(11, "Return-pa...
2004 Aug 18
1
Memory Problems in R
...t.size(v)/1024 [1] 1953125 > 2) gc trigger is set slightly higher than the size of the vector > ls() character(0) > mem.limits() nsize vsize NA NA > gc() used (Mb) gc trigger (Mb) Ncells 432197 11.6 531268 14.2 Vcells 116586 0.9 786432 6.0 > v<-rep(0,(2510)*(25000)) > object.size(v) [1] 5.02e+08 > gc() used (Mb) gc trigger (Mb) Ncells 432210 11.6 667722 17.9 Vcells 62866589 479.7 63247172 482.6 > 3) gc trigger is set ~ 3x the size of the matrix > ls() character(0) > mem.limits() nsize vsize NA NA >...
2010 Apr 07
3
D-Channel Span Up without Down
I am getting a bunch of Primary D-Channel on span 1 up but there was not a down message before that. Is this normal? Confidentiality Statement & Notice: This email is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and intended only for the use of the individual or entity to whom it is addressed. Any review, retransmission, dissemination to unauthorized persons or other use of the original message and any attachments is strictly prohibited. If you received this electronic transmission in error, ple...
2003 Oct 16
1
Samba & MS Office
...printing = cups strict allocate = Yes strict locking = Yes strict sync = Yes unix charset = 850 [office] comment = Office path = /mnt/shares/office public = no force group = +office force create mode = 2510 force directory mode = 2510 security mask = 0267 directory security mask = 0267 writeable = yes create mode = 2770 directory mode = 2770 valid users = @office Thank's for any information! Greetings, Andreas Andreas Unterkircher CUB...
2006 Jun 13
4
script/plugin discover breaks?
Hi everyone, I was trying to discover some new plugins, but the script breaks at a certain point: $ ./script/plugin discover Add http://delynnberry.com/svn/code/rails/plugins/? [Y/n] Add http://svn.recentrambles.com/plugins/? [Y/n] Add http://svn.hasmanythrough.com/public/plugins/? [Y/n] Add http://www.svn.recentrambles.com/plugins/? [Y/n] Add http://sean.treadway.info/svn/plugins/? [Y/n] Add
2004 Apr 23
3
mod_ntlm_winbind
...NTLM authentication for our intranet apache server. TIA, Josh Konkol, CCSA CNE MCSE Technical Research Specialist .~. GuideOne Insurance /V\ /( )\ ^^-^^ samba@guidemail.com This message and accompanying documents are covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and contains information intended for the specified individual(s) only. This information is confidential. If you are not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that a...
2015 Dec 03
0
CentOS-announce Digest, Vol 130, Issue 1
...specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2015:2521 Important CentOS 6 jakarta-commons-collections Security Update (Johnny Hughes) 2. CESA-2015:2504 Moderate CentOS 6 libreport Security Update (Johnny Hughes) 3. CEBA-2015:2510 CentOS 6 environment-modules FASTTRACK BugFix Update (Johnny Hughes) 4. CEBA-2015:2511 CentOS 6 passwd FASTTRACK BugFix Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Wed, 2 Dec 2015 13:38:14 +0000 From: Johnny Hughes...
2005 Jul 01
4
Lines for plot (Sweave)
...ata and I need to modify my code so that lines are connected through all points even when data are missing. Here is a snip of relevant code. In the actual program, the data in stu.vector and avg.vector are obtained from the dataframe as the programs loops through each row. stu.vector<-c(2500, 2510, NA , 2600) avg.vector<-c(2635, 2589, 2628, 2685) x <- c(0,1,2,3) graph.min <- min(stu.vector,avg.vector ,na.rm=TRUE)-150 graph.max <- max(stu.vector,avg.vector ,na.rm=TRUE)+150 plot(x, stu.vector, ylim=c(graph.min,graph.max), xlab=" ", ylab="Scaled Score", xaxt=&...
2009 Jan 09
8
Spurious hangups on Sangoma A102d, Trixbox 2.6.1
...excerpt of a call that was terminated. You can see the conversation lasted about forty seconds before it was hungup. [snipped the beginning of this process...] [Jan 9 12:34:12] VERBOSE[2778] logger.c: -- Executing [s at macro-dial:7] Dial("Zap/9-1", "SIP/2607&SIP/2605&SIP/2510|20|trM(auto-blkvm)") in new stack [Jan 9 12:34:12] VERBOSE[2778] logger.c: -- Called 2607 [Jan 9 12:34:12] VERBOSE[2778] logger.c: -- Called 2605 [Jan 9 12:34:12] VERBOSE[2778] logger.c: -- Called 2510 [Jan 9 12:34:12] VERBOSE[2778] logger.c: -- SIP/2510-0a29a140 is ringing [Jan 9 12:34:12] V...
2012 May 28
3
Factanal fits
...y thanks in advance for any insight any of you can give me. Larry Hunsicker Professor, Internal Medicine, U. Iowa College of Medicine ________________________________ Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, the...
2001 May 11
1
R for ARM Linux
Would it be possible to port R to ARM Linux for Compaq iPaq and similar handheld computers? (See http://handhelds.org/). Terry A. Cox, MD, PhD National Eye Institute National Institutes of Health 31 Center Drive, MSC 2510 Building 31, Room 6A52 Bethesda, MD 20892-2510 Phone: 301-496-6583 FAX: 301-496-2297 Email: tac at nei.nih.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "h...
2005 Mar 01
1
rename associations
...ions names, e.g. I want to be able to still say build_type.artifacts instead of having to use the new table name: build_type.build_type_artifacts. Is an alias my only option or am I missing something glaringly obvious? John-Mason Shackelford Software Developer Pearson Educational Measurement 2510 North Dodge St. Iowa City, IA 52245 ph. 319-354-9200x6214 john-mason.shackelford-uJfvbxoDSvxBDgjK7y7TUQ@public.gmane.org http://pearsonedmeasurement.com
2003 Mar 31
1
localboot not working in PXELINUX 2.02
...rt and Linux rescue images. Recently we got some new hardware (Compaq DL360) which required me to upgrade from PXELINNUX 1.75 to 2.02. Everything works fine on the new hardware, but the "localboot 0" option now just hangs on some of our older boxes. Specifically, our "Tyan Thunder 2510" motherboards with integrated Intel NICs just hangs when I choose the localboot option. This option works fine with PXELINUX 1.75. The PXE version string reads: Intel UNDI, PXE-2.0 (Build 082) I've searched the SYSLINUX mailing list archives, and have found reports of similar problems...
2008 Mar 17
1
Redundant Voicemail
...having more than one voicemail system accessing a central SQL database. Any information would be appreciated. Thank you all, in advance. -- Ein Bielaczyc <ebielaczyc at gmail.com> NOTICE: This E-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C.2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, then d...
2006 May 31
2
Looking for docs on some functions and constants
Hi all, I''m starting to set things up to move win32-open3 towards a pure Ruby solution. I''ve got a windows-pipe module setup, but now I need to define some of the msvcrt IO functions. However, I can''t find documentation on MSDN or my system for the following: FMODE_READABLE FMODE_WRITABLE FMODE_BINMODE MakeOpenFile() io_alloc() A recursive search on my header files
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
...: Connection closed by CLIENT_IP_ADDRESS Oct 3 16:49:22 SERVER_NAME sshd[12994]: Failed password for illegal user USER1 from CLIENT_IP_ADDRESS port CLIENT_PORT Any idea? Thanks. Best Regards, Nick CHI Regional Technology Team, Regional I.T., I.T. Asia, Manulife International Limited Tel: (852) 2510 3273 Fax: (852) 2510 0244 Email: Nick_Chi at manulife.com ========================================================== This message is confidential and may also be privileged. If you are not the intended recipient, please notify me by return e-mail and delete this message from your system. If you...
2009 Apr 07
2
Maple and R
Hi R-users, Can Maple function be exported to R? I have a jacobian matrix (4X4)?from maple in algebraic form which involve modified Bessel function of the first kind. I just wonder whether we can use algebraic form into R before the value of the parameters can be estimated. Thank you so much for your attention and help.