similar to: [Bug 3586] New: Create mechanism for vendor-specific extensions to be placed in config without breaking other platforms

Displaying 20 results from an estimated 4000 matches similar to: "[Bug 3586] New: Create mechanism for vendor-specific extensions to be placed in config without breaking other platforms"

2011 Mar 31
0
pROC 1.4.3: compare two ROC curves in R
Dear R users, pROC is a package to compare, visualize, and smooth receiver operating characteristic (ROC) curves. The package provides the following features: * Partial or full area under the curve (AUC) computation * Comparison of two ROC curves (curves and AUC) * Calculating and plotting confidence intervals * Smoothing of the ROC curve * Coordinates extraction ('coords' function).
2011 Mar 31
0
pROC 1.4.3: compare two ROC curves in R
Dear R users, pROC is a package to compare, visualize, and smooth receiver operating characteristic (ROC) curves. The package provides the following features: * Partial or full area under the curve (AUC) computation * Comparison of two ROC curves (curves and AUC) * Calculating and plotting confidence intervals * Smoothing of the ROC curve * Coordinates extraction ('coords' function).
2016 Aug 29
2
[PATCH] Make "ssh" try different configuration filenames
To provide a bit more backwards-compatible (which is nice for eg. NFS- shared /home directories) try a few version-number based names. Eg., for "OpenSSH_7.3" the strings that are tried after "~/.ssh/config" are "_7.3", "_7", and "". --- ssh.c | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git
2023 Nov 02
1
Again kea DHCP-Server
On Nov 2, 2023, at 03:41, Rowland Penny via samba <samba at lists.samba.org> wrote: On Wed, 1 Nov 2023 18:34:44 +0000 Owen DeLong via samba <samba at lists.samba.org> wrote: > Well? I?m not convinced KEA can<x-msg://100/#link>?????? <external.png><https://summary.us1.defend.egress.com/v3/summary?ref=email&crId=65437d017c19b16f36fa287b&lang=en> On Wed, 1
2010 Oct 13
1
bootstrap in pROC package
Dear useRs: I use pROC package to compute the bootstrap C.I. of AUC. The command was as follows: roc1<-roc(all$D,all$pre,ci=TRUE,boot.n=200) However, the result was: Area under the curve: 0.5903 95% CI: 0.479-0.7016 (DeLong) Why the C.I. was computed by the Delong Method? Yao Zhu Department of Urology Fudan University Shanghai Cancer Center Shanghai, China [[alternative HTML version
2015 Jun 17
5
[Bug 2414] New: ControlMaster directive should be ignored on Cygwin
https://bugzilla.mindrot.org/show_bug.cgi?id=2414 Bug ID: 2414 Summary: ControlMaster directive should be ignored on Cygwin Product: Portable OpenSSH Version: -current Hardware: Other OS: Cygwin on NT/2k Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee:
2020 May 07
6
[Bug 3161] New: ssh -J <public IPv6> <LL IPv6%scopeID> doesn't work as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=3161 Bug ID: 3161 Summary: ssh -J <public IPv6> <LL IPv6%scopeID> doesn't work as expected Product: Portable OpenSSH Version: 8.2p1 Hardware: 68k OS: Mac OS X Status: NEW Severity: enhancement Priority: P5
2006 Jun 15
1
icecast 2.3.1 Slave server and local mounts
Hi All: I have the Win32 icecast 2.3.1 setup on a W2K3 server as a slave to an oddcast machine streaming a live radio station feed. I have some MP3 files located on the icecast slave and I want to setup these files as other mount points. Is the possible when the icecast server is a slave? Any input would be great! Thank you Peter L DeLong Northeast Ohio Digital Inc. http://www.neod.net
2023 Nov 01
1
Again kea DHCP-Server
Well? I?m not convinced KEA can?t be simple DHCP, though I understand that one would never know that from reading the KEA documentation. The following is a complete KEA configuration suitable to do a single subnet. In fact, you could probably get away with slightly less. I?ve replaced the unique addresses from my environment with placeholders (e.g. <network/mask>), but otherwise, this is a
2023 Nov 02
2
Again kea DHCP-Server
On Wed, 1 Nov 2023 18:34:44 +0000 Owen DeLong via samba <samba at lists.samba.org> wrote: > Well? I?m not convinced KEA can?t be simple DHCP, though I understand > that one would never know that from reading the KEA documentation. > > The following is a complete KEA configuration suitable to do a single > subnet. In fact, you could probably get away with slightly less. I?ve
2019 Apr 26
3
Samba with AD : SID rejected
Hello, I'm building a samba share with Active Directory authentication, based on samba wiki documentation. I'm using Samba Version 4.7.6-Ubuntu (Ubuntu 18.04) and Windows Server 2019. I added manually Unix fields in my AD users attributes (based on https://wiki.samba.org/index.php/Installing_RSAT#Missing_Unix_Attributes_tab_in_ADUC_on_Windows_10_and_Windows_Server_2016) I joined correctly
2018 Aug 07
4
Message delivered twice caused by an LMTP error "Got unexpected reply" during upgrade to 2.3
Hi all, we are upgrading our dovecot platform from: # dovecot --version 2.2.15.14 (39f57c379ded+) to # dovecot --version 2.3.2.1 (0719df592) Our platform is debian based and it is configured as director and backend proxy. We have just upgrade only 4 servers (2 directors and 2 backends) and when the lmtp traffic flow goes through an upgraded director and a not-upgraded backend sometimes the
2007 Jun 19
0
[PATCH] hvm/x86: vendor specific code can call vendor specific routines directly
Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-06-18/xen/arch/x86/hvm/svm/svm.c =================================================================== --- 2007-06-18.orig/xen/arch/x86/hvm/svm/svm.c 2007-06-15 14:05:46.000000000 +0200 +++ 2007-06-18/xen/arch/x86/hvm/svm/svm.c 2007-06-18 10:23:05.000000000 +0200 @@ -1477,7 +1477,7 @@ static void svm_io_instruction(struct vc
2013 Jul 25
11
Call for testing: OpenSSH-6.3
Hi, OpenSSH 6.3 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2013 Mar 25
2
[LLVMdev] About the partial update clearence / dependency breaking mechanism
Hello, I am currently looking into the advantages of using the partial update clearance / dependency breaking mechanism for some ARM cores. It seems that the ARM specific code for this will always return a clearance of 0 for VLD1LNd32 because of the following code in getPartialRegUpdateClearance: > if (UseOp != -1 && MI->getOperand(UseOp).readsReg()) > return 0; so
2013 Mar 25
0
[LLVMdev] About the partial update clearence / dependency breaking mechanism
On Mar 25, 2013, at 5:02 AM, Silviu Baranga <silbar01 at arm.com> wrote: > Hello, > > I am currently looking into the advantages of using the > partial update clearance / dependency breaking mechanism > for some ARM cores. > > It seems that the ARM specific code for this will always > return a clearance of 0 for VLD1LNd32 because of the following > code in
2013 May 01
2
Catch SIGINT from user in backend C++ code
Hi, I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend C++ code for R extensions? I'm writing a package that uses the GPU for some hefty matrix operations in a tightly coupled parallel algorithm implemented in CUDA. The problem is that once running, the C++ module cannot apparently be interrupted by a SIGINT, leaving the user sat waiting even if they realise
2013 Jun 20
1
ProxyCommand that returns a socket
Hello, My usage of ProxyCommand just calls the nc utility with various parameters. That in turn after the initial setup just copies copies the data from the network socket to stdin/stdout. This useless coping can be avoided if ssh has an option to receive the socket from the proxy command. I suppose it can improve network error reporting as ssh would talk directly to the network socket rather
2012 Oct 21
0
Vendor Specific / Agnostic images
hi guys, I've been going round in circles trying to workout the best way to handle vendor agnostic images and in the interest of sanity and actually getting something out of the door - it looks like the best pln is to get the vendor specific requirements and push images with them ( and suitability marked ) With that in mind, AWS is a good target to start with. Do people have opinions on : -
2017 Jun 07
1
new driver- or vendor-specific variable prefix?
Not to pick on anyone in particular, but for the sake of organization, I think we might need to address the need for variables beyond the standard ones defined here: http://networkupstools.org/docs/developer-guide.chunked/apas01.html From http://networkupstools.org/docs/developer-guide.chunked/ar01s04.html#_variable_names : "PLEASE don?t make up new variables and commands just because