Displaying 20 results from an estimated 40000 matches similar to: "No subject"
2009 Feb 22
1
(no subject)
what the hell are you talking about?
--- On Fri, 2/8/08, wine-users-request at winehq.org <wine-users-request at winehq.org> wrote:
From: wine-users-request at winehq.org <wine-users-request at winehq.org>
Subject: wine-users Digest, Vol 31, Issue 9
To: wine-users at winehq.org
Date: Friday, February 8, 2008, 10:00 AM
Send wine-users mailing list submissions to
wine-users at
2002 Dec 13
5
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245
------- Additional Comments From dtucker at zip.com.au 2002-12-14 00:36 -------
Did some digging on this. Carson seems to be correct in that the problem is due
to missing controlling terminal.
I uncommented the setsid() in sshd.c and added some debugging log() calls to
sshd, which generated the following:
sshd[21690]: main: before setsid
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
Greetings,
While attempting to build openssh for Solaris 2.6, I ran into a minor
problem that should probably be corrected in the next release of
openssh. The file pty.c does not #include <stropts.h> to define I_PUSH
even though I_PUSH is used when HAVE_DEV_PTMX is defined.
Platform:
SunOS test01 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-60
Using:
zlib 1.1.3
2003 Jun 11
2
[Patch] PAM Service name option
It's sometimes desired to be able to alter login policy depending upon
how the person was connecting for the ssh server. For example you might
want different rules on the internal and external interface of a
gateway. In another setup you might want an sshd with a different login
policy running on a different port - and setup different firewalling
rules (for example).
I have implemented such
2001 Mar 11
0
PRO MARTINA - LET'S HELP MARTINA
PRO MARTINA - (English version below)
Martina è una bambina di 12 anni affetta da SLERODERMIA che ha
assolutamente bisogno di cure molto costose. La malattia, molto rara,
condurrà questa bambina alla morte, ma c'è la possibilità di alleviare le
sue sofferenze con delle terapie all'avanguardia che si possono effettuare
in un centro specializzato nel Connecticut in America. La
2020 Jul 22
0
Re: [PATCH nbdkit] server: Deprecate the -e/--exportname parameter.
On Wed, Jul 22, 2020 at 06:12:30AM -0500, Eric Blake wrote:
> On 7/22/20 4:02 AM, Richard W.M. Jones wrote:
> >Perhaps we should have a rule something like this:
> >
> > - plugins should serve default content on the "" export
> >
> > - unless they implement .list_exports, in which case the
> > first export returned is the default export
>
2003 Jul 26
1
A model for disease progression
I would be grateful for advice about the following problem. It's not
directly R-related, but I'm hoping that R will help me analyse the
following data.
I have a table which indicates the progression of a certain age-related
disease. At a certain point in time, a population was sampled; and I have
measurements for the age of each individual, and their disease stage.
(Disease stage is an
2018 Jul 27
0
Fads, the Lad of the Lake... Hashemesh is still Hemera... and "Greetings Turmeric"
"/if you will share your wine.../" -Dave J. Matthews
*A LONG LONG TIME AGO
<http://hoyo.cf/lists/lt.php?id=YUgNBwNXGAFQVR1QWlQKVF0F>
**,* I /wrote a little story
<http://hoyo.cf/lists/lt.php?id=YUgNAwFQGAFQVR1QWlQKVF0F>
/ about searching through o
<http://hoyo.cf/lists/lt.php?id=YUgNAwFQGAFQVR1QWlQKVF0F>
ur history, looking for the actual beginning of civilization. I
2001 Jan 18
0
Obtain Biotech IPOs! 93
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>
<body bgcolor="#CCCCCC">
<div
2001 Jan 18
0
Obtain Biotech IPOs! 93
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>
<body bgcolor="#CCCCCC">
<div
2000 Jan 07
1
Slackware 4.0: wtmp and pty.c problems
Hello all,
I use a Slackware 4.0 based system (libc5 based, with glibc2.07 runtime
support).
I've configured OpenSSH using:
./configure --sysconfdir=/etc/ssh --without-pam
--with-default-path=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbi
n:/sbin
NOTE: yes, --with-default-path DOES work, since pre24 (pre 22 did not)
When I try to compile OpenSSH-1.2.1pre25 (or pre24 or pre22), I
2000 Aug 08
1
[PATCH] Updated patch to Cygwin port of 2.1.1p4
I had to update the Cygwin port for two reasons:
- scp could fail because of another textmode/binmode problem.
- Privileged ports are not privileged on Windows and there's
no coherence between privileged user and uid 0.
So I send the complete patch again with the above changes.
ChangeLog:
==========
- Makefile.in: Changed to support $EXEEXT transparently. Added
`cygwin_util.o' to
2000 Sep 02
2
[PATCH]: Cygwin port of 2.2.0p1
Attached is the patch for the Cygwin port of 2.2.0p1. As usual I didn't
attach the patch to `configure' but only the patch to `configure.in'.
BTW: I have attached a gzip'd version of the patch since it's size
is > 20K and I thought that it might be too big. The gzip'd diff is
< 8K.
What are "Small attachments (such as diff files) within the bounds
of common
2011 Dec 16
0
[LLVMdev] load widening conflicts with AddressSanitizer
On 12/16/11 4:45 PM, Chris Lattner wrote:
>
> On Dec 16, 2011, at 2:41 PM, John Criswell wrote:
>
>> On 12/16/11 4:14 PM, Chris Lattner wrote:
>>> On Dec 16, 2011, at 12:39 PM, Kostya Serebryany wrote:
>>>>
>>>> > Do we consider the above transformation legal?
>>>>
>>>
>>> Yes, the transformation is perfectly
2000 Aug 01
2
Port of OpenSSH-2.1.1p4 to Cygwin
Hi,
since the previous port of OpenSSH to Cygwin, there's happened
a lot with Cygwin.
We have worked hard to allow a more smooth porting of UNIX
applications which results in two major advantages:
- There's no need to use so called `text mode' in open calls
anymore.
- With only less interventions in the applications code the concept
of real and effective uid's is supported
2018 Oct 01
0
tada ... the Z of Jericho 多 & i ... the Ro' Chosein 大
sen <http://amhi.cf/lists/lt.php?id=YUgFAwBRVE9RU1UdU1wDX1cNVg>
se, not <http://amhi.cf/lists/lt.php?id=YUgFAwBRVU9RU1UdU1wDX1cNVg>
a gam <http://amhi.cf/lists/lt.php?id=YUgFAwBRVk9RU1UdU1wDX1cNVg>
e. v_7.0_GA
<http://amhi.cf/lists/lt.php?id=YUgFAwBRV09RU1UdU1wDX1cNVg>
<http://amhi.cf/lists/lt.php?id=YUgFAwBRUE9RU1UdU1wDX1cNVg>
it's proof
2008 Nov 17
1
Type III ANOVA of package car depends on factor level order
## Question1: How to define IV with interaction alone, without main effects?
## Question2: Should Type III ANOVA in package car be independent of
the factor level order?
## data from http://www.otago.ac.nz/sas/stat/chap30/sect52.htm
drug <- c(t(t(rep(1,3)))%*%t(1:4));
disease <- c(t(t(1:3)) %*% t(rep(1,4)));
y <- t(matrix(c(
42 ,44 ,36 ,13 ,19 ,22
,33 ,NA ,26 ,NA ,33 ,21
,31 ,-3 ,NA
2019 Feb 03
4
Variable names rule
> On Feb 2, 2019, at 8:18 PM, Chris Lattner <clattner at nondot.org> wrote:
>
>
>
>> On Feb 1, 2019, at 6:20 AM, Michael Platings via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> Hi all,
>>
>> As application of the naming rules are currently under discussion [1] this seems like a good time
2009 Nov 14
2
formatting dates in axis labels (ggplot2)
I'm having trouble figuring out how to format Date variables when used
as axis labels in graphs.
The particular case here is an attempt to re-create Nightingale's
coxcomb graph with ggplot2,
where I'd like the months to be labeled as "Mar 1885", "Apr 1885", using
a date format
of "%b %Y" applied to label the dates, or really anything other than
2013 Jul 23
0
R-focused Software Engineer at Sage Bionetworks
Do you want to change how scientists approach basic and clinical life
science research and change how pharmaceutical companies develop cures for
diseases? Sage Bionetworks <http://www.sagebase.org/> is a medical research
organization dedicated to building advanced predictive models of human
diseases. Our primary objectives are two-fold: to build and support an
open access platform and