Displaying 20 results from an estimated 1000 matches similar to: "OpenSSH 3.9p1 includes.h patch"
2004 Sep 17
2
patch: openssh 3.9p1 on hp-ux 10.20
OpenSSH 3.9p1 does not compile on HP-UX 10.20 due to the code which was
added in includes.h to work around HP-UX 11.11's behavior. The following
patch lets it work on HP-UX 10.20. It should also work on HP-UX 11.11,
but I can't test that (no HP-UX 11 boxes here).
It uses code from http://www.faqs.org/faqs/hp/hpux-faq/section-213.html .
The copyright at
2003 Sep 02
12
[Bug 633] Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW
http://bugzilla.mindrot.org/show_bug.cgi?id=633
Summary: Password authentication fails in HP-UX trusted mode due
to DISABLE_SHADOW
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2009 Oct 29
3
Removing & generating data by category
Dear R users,
Basically, from the following arbitrary data set:
a <-
data.frame(id=c(c("A1","A2","A3","A4","A5"),c("A3","A2","A3","A4","A5")),loc=c("B1","B2","B3","B4","B5"),clm=c(rep(("General"),6),rep("Life",4)))
> a
2012 Jul 01
0
Cumulative Link Models
Dear R community,
I'm trying to analyze a model with an ordinal response variable.
I wonder if clm()s (Cumulative Link Models) are appropriate in my case.
The study compares parasite infestation of porpoises in 1995 and 2009. The degree of infestation is a rank (mild to severe, as ordered factor). In some parasite species clm gives meaningful results. But in one case I started to wonder. In
2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
Hello,
I hope this mailing list is correct.
I've a cluster pacemaker with a clone resource ocfs2 with
ocfs2-tools-1.4.1-25.6.x86_64
ocfs2-tools-o2cb-1.4.1-25.6.x86_64
on Opensuse 11.2
After some network problem on my switch I receive on one of 4 nodes of
my cluster the following messages
Aug 18 13:12:28 nodo1 openais[8462]: [TOTEM] The token was lost in the
OPERATIONAL state.
Aug 18 13:12:28
2012 Nov 04
3
Problem with CLVM (really openais)
I'm desparately looking for more ideas on how to debug what's going on
with our CLVM cluster.
Background:
4 node "cluster"-- machines are Dell blades with Dell M6220/M6348 switches.
Sole purpose of Cluster Suite tools is to use CLVM against an iSCSI storage
array.
Machines are running CentOS 5.8 with the Xen kernels. These blades host
various VMs for a project. The iSCSI
2009 May 28
3
String replacement in an expression
Dear R-experts,
I need to replace in an expression the character "Cl" by "Cl+beta"
But in the following case:
form<-expression((Cl-(V *ka) ) +(V *Vm *exp(-(Clm/Vm) *t)))
gsub("Cl","(Cl+beta)",as.character(form))
We obtain:
[1] "((Cl+beta) - (V * ka)) + (V * Vm * exp(-((Cl+beta)m/Vm) * t))"
the character "Clm" has been
2013 Apr 15
1
Optimisation and NaN Errors using clm() and clmm()
Dear List,
I am using both the clm() and clmm() functions from the R package
'ordinal'.
I am fitting an ordinal dependent variable with 5 categories to 9
continuous predictors, all of which have been normalised (mean
subtracted then divided by standard deviation), using a probit link
function. From this global model I am generating a confidence set of 200
models using clm() and the
2020 Nov 03
0
[patch V3 03/37] fs: Remove asm/kmap_types.h includes
Historical leftovers from the time where kmap() had fixed slots.
Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
Cc: Alexander Viro <viro at zeniv.linux.org.uk>
Cc: Benjamin LaHaise <bcrl at kvack.org>
Cc: linux-fsdevel at vger.kernel.org
Cc: linux-aio at kvack.org
Cc: Chris Mason <clm at fb.com>
Cc: Josef Bacik <josef at toxicpanda.com>
Cc: David Sterba
2003 May 09
1
[Bug 558] configure broken_dirname checks not run on Solaris 2.5.1
http://bugzilla.mindrot.org/show_bug.cgi?id=558
Summary: configure broken_dirname checks not run on Solaris 2.5.1
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2001 May 21
1
2.9p1 patches
1. Add support for files >2GB via Paul Eggert's AC_SYS_LARGEFILE
macro. This macro is now part of autoconf 2.50. Because of this,
"config.h" needs to be included before system headers to get
the appropriate defines for LFS support.
openbsd-compat/sigact.c
configure.in
acinclude.m4
2. AIX defines TILDE in <sys/ioctl.h>. Rename to TILDE_CHAR. Feel
2001 Sep 29
0
configure.in fixes for 2.9.9p2
configure.in patches for 2.9.9p2:
1. Allow --with-pcre to take a path specifying the root of the
PCRE install (ROOT/include, ROOT/lib)
2. Ditto for --with-zlib
3. $no_libnsl and $no_libsocket can be determined programmatically
4. Check for innetgr, getspnam, and util in the default $LIBS before
checking in -lrpc, -lgen, and -lutil, respectively
5. dirname() is in -lgen on some
2000 Jul 02
1
A error in auth.c of openssh-2.1.1p2 port on systems with a mixture of shadowed and non-shadowed passwords and Japanese Translations.
Hi.
I have found a error of
openssh-2.1.1p2 port on systems
with a mixture of shadowed and non-shadowed passwords.
I reported a same type of error to Mr. Miller
when openssh-1.2.1pre23 was released.
On our systems,
our local machines have shadowed /etc/passwd (and /etc/shadow)
and our NIS server distributes non-shadowed password
of general users.
We have to use
2019 Apr 11
0
chown: changing ownership of 'test': Invalid argument
Hai, took a bit of time... but here you go.
Ok, a few things i've noticed.. i've diff-ed the files here are the results of that.
< samba 4.5
> samba 4.9
< Collected config --- 2019-04-11-09:30 -----------
---
> Collected config --- 2019-04-11-07:29 -----------
Which means your time setup is not the same. 2 hours different?
Check you timezone setup and setup ntp
2019 Nov 21
0
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
TLDR: This is quite technical, still somewhat important:
1) R 4.0.0 will become a bit more coherent: a matrix is an array
2) Your package (or one you use) may be affected.
>>>>> Martin Maechler
>>>>> on Fri, 15 Nov 2019 17:31:15 +0100 writes:
>>>>> Pages, Herve
>>>>> on Thu, 14 Nov 2019 19:13:47 +0000 writes:
2002 Oct 21
1
compilation probs...
hi all. I am trying to get 2.2.6 to compile but get the dreaded:
checking for test routines... configure: error: cant find test code. Aborting config
I have many instances of this but no real solutions
I have RH7.2 and gcc 2.95-3 compiled by hand
attached is configure output for compilation
thanks
sean
-------------- next part --------------
[sean@sean-turnbull source]$ sudo ./configure
2002 Oct 29
1
Problem running ./configure
guys .. when i run ./configure for my samba 2.2.6 .. i get this error
$ checking for test routines... configure: error: cant find test code.
Aborting config
I am not sure how to resolve it. I have posted my error log file at
http://www.mutualinterest.com.sg/config.log hope someone can help me
out here..
And this is my output. Sorry if it is kinda long.
[root@gatecrasher source]# ./configure
2020 Jan 28
0
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
>>>>> Pages, Herve
>>>>> on Tue, 21 Jan 2020 17:33:01 +0000 writes:
> Dear Martin,
> What's the ETA for _R_CLASS_MATRIX_ARRAY_=TRUE to become the new
> unconditional behavior in R devel? Thanks!
> H.
Thank you, Herv?, for asking / reminding.
It has been made so now, 3 days ago (svn r77714).
Martin
> On 11/21/19
2013 Nov 04
1
How to plot results of clmm()?
Dear list,
I'd like to create a visual plot of a clmm() I've fitted using the
'ordinal' package in R. It's possible to do this with a glm() by using
the 'effects' package. For example:
library(effects)
data(BEPS)
mod <- lm(political.knowledge ~ age + gender + vote, data=BEPS)
eff <- effect("age", mod, default.levels=100)
plot(eff,
2002 Dec 25
1
Trouble installing samba
Well Hello one and all,
I am just getting my feet wet here with Linux (Using Mandr...
x86 300 Mhz machine) and I have been having a bit of troub...
samba.
> I have downloaded RPM's, source files, binaries, and what not, read
> tutorials after tutorials, FAQ's up the wazo and have still not be
able
> to get this damned program to work.
>
> To simplify things I will go