Displaying 20 results from an estimated 22 matches for "propsed".
Did you mean:
proposed
2005 Apr 14
0
predict.glm(..., type="response") dropping names (and a propsed (PR#7792)
Here's a patch that should make predict.glm(..., type="response") retain the
names. The change passes make check on our Opteron running SLES9. One
simple test is:
names(predict(glm(y ~ x, family=binomial,
data=data.frame(y=c(1, 0, 1, 0), x=c(1, 1, 0, 0))),
newdata=data.frame(x=c(0, 0.5, 1)), type="response"))
which gives
[1]
2020 Jan 07
1
Re: Fwd: (no subject)
...Mon, Jan 06, 2020 at 11:47:38 -0600, EyĆ¼p Hakan Duran wrote:
> Thank you so much for your informative response. The man page of virsh did
> not include "snapshot=no" sub-option under the --diskspec option, but it is
> very intuitive. Thanks developers for their excellent work!
I propsed a fix to the man page:
https://www.redhat.com/archives/libvir-list/2020-January/msg00204.html
2005 Apr 15
3
PAM authentication
I find it annoying that openssh takes active part in the authentication
process when using PAM. Namely, SSH doesn't pass the user's password if
the getpwent for the user returns NULL.
I use a clever PAM setup that allows nonexisting users to log in if they
are succesfully authenticated against a Samba server.
When the user logs in for the first time, he's added to the user
database
2014 Aug 08
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/08/2014 02:07 AM, Amit Shah wrote:
>
>
>> To
>> some degree the above is obsolete when we get khwrngd widely deployed,
>> but that is a new-kernel-only kind of thing.
>
> Right - I'm wondering if any such changes as propsed here are now
> obsolted already by khwrngd?
>
In this case, yes, khwrngd would be a better solution for current kernels.
-hpa
2014 Aug 08
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/08/2014 02:07 AM, Amit Shah wrote:
>
>
>> To
>> some degree the above is obsolete when we get khwrngd widely deployed,
>> but that is a new-kernel-only kind of thing.
>
> Right - I'm wondering if any such changes as propsed here are now
> obsolted already by khwrngd?
>
In this case, yes, khwrngd would be a better solution for current kernels.
-hpa
2004 Apr 21
5
[Bug 847] Including arpa/nameser.h in inet_ntop.c can cause compile problems
http://bugzilla.mindrot.org/show_bug.cgi?id=847
Summary: Including arpa/nameser.h in inet_ntop.c can cause
compile problems
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: Build system
AssignedTo:
2013 May 06
2
[LLVMdev] Handling Masked Vector Operations
...will that ever happen? isel has never known much about control flow
at all.
Please do NOT remove select until we have a solid replacement in place,
something that's tested and known to work.
I cannot object strongly enough. I've bit my tongue at a few IR
changes, but not this one.
Who propsed this change? Why has it not been discussed on the list?
-David
2014 Aug 07
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/07/2014 06:08 AM, Amit Shah wrote:
> On KVM guests where the virtio-rng device is available, and set as the
> current rng, this udev rule will start rngd which will feed in the
> host-provided entropy to /dev/random.
>
> Signed-off-by: Amit Shah <amit.shah at redhat.com>
> ---
> 90-virtio-rng.rules | 1 +
> 1 file changed, 1 insertion(+)
> create mode
2014 Aug 07
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/07/2014 06:08 AM, Amit Shah wrote:
> On KVM guests where the virtio-rng device is available, and set as the
> current rng, this udev rule will start rngd which will feed in the
> host-provided entropy to /dev/random.
>
> Signed-off-by: Amit Shah <amit.shah at redhat.com>
> ---
> 90-virtio-rng.rules | 1 +
> 1 file changed, 1 insertion(+)
> create mode
2004 Mar 03
1
partial autocorrelation for Rt vs. Nt-1, ......., Nt-h
...orts the partial correlation of population density at time t
against lagged population density.
However, what we are trying to calculate is the partial correlation between
rate of population change, Rt=log Nt/Nt-1, against lagged population
densities. Which is the partial rate correlation function propsed by
Berryman & Turchin (1999).
The list archives give show methods for estimating partial correlation for 2
or 3 variables only. Could any list member please suggest how this could be
done for more variables, say Nt-1 to Nt-10.
Thank you,
Scott
=============================================
He...
2013 May 06
0
[LLVMdev] Handling Masked Vector Operations
...much about control flow
> at all.
>
> Please do NOT remove select until we have a solid replacement in place,
> something that's tested and known to work.
>
> I cannot object strongly enough. I've bit my tongue at a few IR
> changes, but not this one.
>
> Who propsed this change? Why has it not been discussed on the list?
FWIW, I don't think that removing select has ever been really proposed. I would also be pretty against such a thing.
That said, there is a question about how much if conversion should happen on IR vs at the machine level. There are...
2001 Mar 13
0
Ctrl-C problem on HP-UX
...ality works.
I have dug through the archives and found the work Garrick
James, Gert Doering, and Damien Miler have done in the
past to fix this problem. Verified the signal(SIGINT, SIG_DFL);
was in the proper place in the sshd.c. Then I tried the fix
Garrick James and Gert Doering origionally propsed by adding the
signal to sshpty.c. Neither of these solutions solved the
problem.
I have tested this on both openssh-2.3.0p1 and openssh-2.5.1p1,
connecting from a linux/hp-ux system using openssh-2.3.0p1
protocol 1. I have not tried protocol 2 at this time, but would
be willing to test this if...
2001 Mar 14
0
Antw: Ctrl-C problem on HP-UX
...ality works.
I have dug through the archives and found the work Garrick
James, Gert Doering, and Damien Miler have done in the
past to fix this problem. Verified the signal(SIGINT, SIG_DFL);
was in the proper place in the sshd.c. Then I tried the fix
Garrick James and Gert Doering origionally propsed by adding the
signal to sshpty.c. Neither of these solutions solved the
problem.
I have tested this on both openssh-2.3.0p1 and openssh-2.5.1p1,
connecting from a linux/hp-ux system using openssh-2.3.0p1
protocol 1. I have not tried protocol 2 at this time, but would
be willing to test this if...
2014 Aug 08
0
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
...ff from /dev/hwrng and it doesn't matter if the
rng_current is changed as long as there's some rng there.
> To
> some degree the above is obsolete when we get khwrngd widely deployed,
> but that is a new-kernel-only kind of thing.
Right - I'm wondering if any such changes as propsed here are now
obsolted already by khwrngd?
Thanks,
Amit
2014 Aug 11
0
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
...> On 08/08/2014 02:07 AM, Amit Shah wrote:
> >
> >
> >> To
> >> some degree the above is obsolete when we get khwrngd widely deployed,
> >> but that is a new-kernel-only kind of thing.
> >
> > Right - I'm wondering if any such changes as propsed here are now
> > obsolted already by khwrngd?
> >
>
> In this case, yes, khwrngd would be a better solution for current kernels.
I think that's OK with me.
What's the suggested value for rng->quality, though, for virtio-rng
that I can use to ensure the kthread start...
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems.
I'm including a patch in this message, but I'll put the new files on
my web site at http://rano.org/tmp/xiph_files.tar.gz
I've tested this by running vorbiscomment with and without
-DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to...
2013 May 03
0
[LLVMdev] Handling Masked Vector Operations
Hi David,
On 02/05/13 17:57, dag at cray.com wrote:
> We're looking at how to handle masked vector operations in architectures
> like Knight's Corner. In our case, we have to translate from a fully
> vectorized IR that has mask support to llvm IR which does not have mask
> support.
>
> For non-trapping instructions this is fairly straightforward:
>
> ; Input
>
2009 Nov 06
2
Question regarding performance of dovecot-1.0.15
Hi,
I have a dovect 1.0.15 on my mailserver and as a Client I use
offlineimap.
Since some time now my mailsynchronisation got slow - I don't know
exactly where the problem is, but I tried to track it down. Usually
the UID-Searches are fast (according to the offlineimap-debugging) but
as soon as it comes to big folders it takes a long time:
[..]
DEBUG[imap]: 37:15.22 < * 1
2020 Jan 05
3
(no subject)
Dear all,
Please let me start by indicating that I am not from a technical
background, so please be gentle and patient with me.
I am trying to get a snapshot from my virtual machines (vm) and the
following
command works for all of them bar one:
# virsh snapshot-create-as --quiesce --no-metadata --domain myvm myvm-state
--diskspec vda,file=overlay.qcow2 --disk-only --atomic
The only exception is
2013 May 02
8
[LLVMdev] Handling Masked Vector Operations
We're looking at how to handle masked vector operations in architectures
like Knight's Corner. In our case, we have to translate from a fully
vectorized IR that has mask support to llvm IR which does not have mask
support.
For non-trapping instructions this is fairly straightforward:
; Input
t1 = add t2, t3, mask
; llvm IR -- assuming we want zeros in the false positions, which is not