Displaying 20 results from an estimated 1200 matches similar to: "3.7.1p1 (possibly p2, too): two small compilation nits on RedHats"
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote:
> Of course, whether O_TEXT is defined or not does not
> necessarily imply the availability of "t", but I
> can't think of better alternative.
Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We
have the options defined in ANS C and in POSIX. I'm at home and don't have
my reference
2001 Mar 13
1
sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
A simple opengl app that used to work quite fine with wine.
Newest CVS, has been like this for some time:
============================================================================
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
Could not stat /mnt/teapot/movies (Input/output error), ignoring drive H:
Warning: the temporary directory '/mnt/fat/temp' (specified in wine
2008 May 06
2
NLS plinear question
Hi All.
I've run into a problem with the plinear algorithm in nls that is confusing
me.
Assume the following reaction time data over 15 trials for a single unit.
Trials are coded from 0-14 so that the intercept represents reaction time in
the first trial.
trl RT
0 1132.0
1 630.5
2 1371.5
3 704.0
4 488.5
5 575.5
6 613.0
7 824.5
8 509.0
9
2011 Oct 29
1
How to plot survival data from multiple trials (simulations)?
Dear all:
Could anyone please provide some R codes to plot the below survival data to compare two groups (0 vs 1) after 2 simulations (TRL)? need 95% prediction interval on the plot from these 2 trials. I would like to simulate 1000 trials later. Thanks a lot for your great help and consideration!
yan
TRL ID ECOG BASE PTR8 GROUP POP ST ind
1 1 1 1 2.2636717 0.255634126 1 1 99.4 F
3 1 2 1
2012 May 26
2
Assessing interaction effects in GLMMs
Dear R gurus
I am running a GLMM that looks at whether chimpanzees spend time in shade
more than sun (response variable 'y': used cbind() on counts in the sun and
shade) based on the time of day (Time) and the availability of shade
(Tertile). I've included some random factors too which are the chimpanzee
in question (Individual) and where they are in a given area (Zone). There
are
2002 Sep 11
2
limit of 256 characters in pathname
Hi,
We use rsync on NT (server and client) and we get errors on filenames with
a path that has in total more than 256 characters. This seems to be caused
by a limit in rsync, not in NT. Is there a way to break this limit withuo
having to manually shorten all this filenames?
Thx already!
Rgds,
Bart Coninckx
Network Administrator
CNE, ASE
*************************************
Watco ICT Services
2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
hi, Solaris doesn't have getpeereid() or SO_PEERCRED. However,
getpeerucred() is perfectly usable for that; and it's in Solaris 10 and
OpenSolaris. So, ssh-agent(1) security there so far depends only on
permissions of the socket directory and with this patch it checks peer's
credentials, too. I patched following files using a snapshot from 20060921:
openssh/config.h.in
2011 Jun 16
0
Update: Is there an implementation of loess with more than 3 parametric predictors or a trick to a similar effect?
Dear R developers!
Considering I got no response or comments in the general r-help forum
so far, perhaps my question is actually better suited for this list? I
have added some more hopefully relevant technical details to my
original post (edited below).
Any comments gratefully received!
Best regards,
David Kreil.
----------
Dear R experts,
I have a problem that is a related to the question
2015 Sep 27
0
v2.2.19 release candidate released
On Sun, Sep 27, 2015 at 12:40:40PM -0600, The Doctor wrote:
> Timo,
>
> I have to test something on one of the BSD, namely related to src/lib/net.c .
>
FYI make sys/ucred.h reads
#ifndef _SYS_UCRED_H_
#define _SYS_UCRED_H_
/*
* Credentials.
*/
struct ucred {
u_int cr_ref; /* reference count */
uid_t cr_uid; /* effective
2020 Oct 03
0
[PATCH nbdkit v2 1/3] server: Add new APIs for reading the client’s SO_PEERCRED.
New nbdkit_peer_pid, nbdkit_peer_uid and nbdkit_peer_gid calls can be
used on Linux (only) to read the peer PID, UID and GID from clients
connected over a Unix domain socket. This can be used in the
preconnect phase to add additional filtering.
One use for this is to add an extra layer of authentication for local
connections. A subsequent commit will enhance the now misnamed
nbdkit-ip-filter to
2002 May 19
1
[Bug 251] openssh-3.2.2p1-1.src.rpm won't build under RH6.2
http://bugzilla.mindrot.org/show_bug.cgi?id=251
------- Additional Comments From seba at iq.pl 2002-05-20 09:29 -------
update bug info
error at link time:
i386-redhat-linux-gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/kerberos/lib -l
ssh -lopenbsd-compat -lresolv -lutil -lz -lnsl /usr/lib/libcrypto.a -lkrb5
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
http://bugzilla.mindrot.org/show_bug.cgi?id=260
Summary: Expanded features in spec file.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Jun 27
2
[Bug 297] sshd version 3.3 incompatible with pre-3.3 clients in ssh1 mode
http://bugzilla.mindrot.org/show_bug.cgi?id=297
------- Additional Comments From mindrot at downhill.at.eu.org 2002-06-28 00:15 -------
OpenSSH >= 3 does not work well with openssl 0.9.5, recompile against 0.9.6 and your Problem is gone (Fetch src.rpm from RH7.3, compile and install
it (--nodeps) temporarily, and rebuild ssh with
%define static_libcrypto 1
reinstall the old ssl Version
2010 Aug 26
1
[PATCH] libxl: minor portability nits
Hi!
Use #defines for network related default settinsg.
Distinguish between default Linux and NetBSD network bridge interfaces.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim,
2008 May 08
0
lint nits and CCM IV/nonce size fix
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: d22dab8b3cf8927274becf145e811389891f4fb7
Total changesets: 1
Log message:
lint nits and CCM IV/nonce size fix
Files:
update: usr/src/common/zfs/zcrypt_common.c
update: usr/src/uts/common/fs/zfs/zio_crypt.c
2004 Aug 06
1
[icecast-dev] Some nits in icecast 1.3.12
Attached are nits I found in 1.3.12. That first patch there
looks more like a bug than a nit.
------
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org
>>> The opinions expressed above are entirely my own <<<
Before criticizing people, walk a mile in their shoes. Then
when you do criticize them, you will be a mile away and have
their shoes.
*** avl_functions.c
2004 Aug 06
1
Some nits in icecast 1.3.12
Attached are nits I found in 1.3.12. That first patch there
looks more like a bug than a nit.
------
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org
>>> The opinions expressed above are entirely my own <<<
Before criticizing people, walk a mile in their shoes. Then
when you do criticize them, you will be a mile away and have
their shoes.
*** avl_functions.c
2003 Aug 19
0
man page nits
The attached patch quotes question marks in "Ql ?" in the man pages to
avoid stuff like "`*' and `'? serve as wildcards" (note the misplaced
single quote).
DES
--
Dag-Erling Sm?rgrav - des at des.no
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sshman.diff
Type: text/x-patch
Size: 2011 bytes
Desc: not available
Url :
2013 Aug 02
1
./configure dovecot
When I do a ./configure in dovecot (2.2.1) I get this notice (first line):
configure: WARNING: you should use --build, --host, --target
Then, much later on:
checking sys/ucred.h presence... yes
configure: WARNING: sys/ucred.h: present but cannot be compiled
configure: WARNING: sys/ucred.h: check for missing prerequisite headers?
configure: WARNING: sys/ucred.h: see the Autoconf
2007 Oct 18
0
[PATCH] Use credentials and permissions on control socket where available
There are at least three cases:
* Linux: check credentials and pid from client;
restrict permissions from server
* BSD: check credentials only from client; restrict permissions from server
* Solaris: wide open
---
configure.in | 4 ++--
src/control.c | 11 ++++++++++-
src/control_common.h | 1 +
src/tincctl.c | 38 ++++++++++++++++++++++++++++++++++----
4