Displaying 20 results from an estimated 100 matches similar to: "[pxelinux] kernel not recognising NIC after boot"
2001 Feb 15
0
The SSH trademark issue part #1
Hi,
I usually stay away from issues like this, basically because I'm not a
lawyer (and don't want to be one), and I don't have a real interest in
these issues.
Quoting Tatu :
> We also have a trademark pending on the Secure Shell mark
This seriously undermines the IETF standard draft. It's the same as
registering 'milk' as a trademark. Both Secure and Shell are
2000 Oct 19
0
Smartcard & SSH
Some reactions on the thread :
Integrating SmartCard in PAM is no problem. Problem I'm facing with for
example CryptoCard and SecureID tokens is that those manufacturers refuse
to give out any form of information about the internal operation of those
tokens.
That prevents me from implementing event synchronous mode.
The best way to handle this with SSH is probably the way for example
Apache
2000 Aug 20
0
[ANNOUNCE] OpenSSH CryptoCard support.
Hi,
I just finished integrating CryptoCard support in OpenSSH.
- Native X9.9 support. Should work with CryptoCard en Secure Computing
tokens.
This basically gives support for Challenge / Response
- Licensed under BSD license
I'll put the patch on http://www.jdimedia.nl/igmar/pam, but that wil
shorty change to projects.jdimedia.nl. If desired I could also put in on
the mail.
Let me
2000 Aug 22
0
Work around Linux kernel bug provoked by nchan.c (fwd)
I always forget those CC's :((
---------- Forwarded message ----------
Date: Tue, 22 Aug 2000 18:39:14 +0200 (CEST)
From: Igmar Palsenberg <i.palsenberg at jdimedia.nl>
To: zack at wolery.cumb.org
Subject: Re: Work around Linux kernel bug provoked by nchan.c
Hi,
Regarding this bug :
the man page states :
On success, zero is returned. On error, -1 is returned and errno is set
2000 Aug 25
0
OpenSSH CryptoCard patch.
Hi,
Patch that makes CryptoCard word natively with OpenSSH is on
http://www.jdimedia.nl/igmar/openssh
Damien, please forward this to any list you thing is relevant.
Regards,
Igmar Palsenberg
JDI Media Solutions
--
Igmar Palsenberg
JDI Media Solutions
Jansplaats 11
6811 GB Arnhem
The Netherlands
mailto: i.palsenberg at jdimedia.nl
2000 Aug 22
0
OpenSSH PAM bug (fwd)
Hi,
OpenSSH doesn't comply to the PAM spec, and always assume that a password
is asked.
This prevents for example pam-cryptocard from operating.
I'll post a patch this week to make things work.... (and will also change
the pam-cryptocard name. It's to confusing :)
Regards,
Igmar
--
--
Igmar Palsenberg
JDI Media Solutions
Jansplaats 11
6811 GB Arnhem
The Netherlands
2000 Sep 13
6
CryptoCard patch
Hi,
I had a contractor write a patch to allow CryptoCard support in
OpenSSH. It works with portable openssh-2.1.1p4, and it was posted to
the SSH mailing lists, but I see that it hasn't been included in the
openssh-2.2.0p1 release. Would it be possible to include this patch
in the official release? The reason why I ask is because it will not
be difficult to do that, it will support the
2018 Sep 24
1
[Bug 108043] New: Nouveau reports timeout on MX150
https://bugs.freedesktop.org/show_bug.cgi?id=108043
Bug ID: 108043
Summary: Nouveau reports timeout on MX150
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2005 May 24
0
[PATCH] qemu-unregister-c0000.patch
QEMU fixes
- VMX domain owns 0xcxxxx.
- guard the fprintf with a log level check
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- 1.1/tools/ioemu/hw/pc.c 2005-05-19 15:04:52 -07:00
+++ edited/tools/ioemu/hw/pc.c 2005-05-23 16:37:18 -07:00
@@ -419,11 +419,11 @@
ret = load_image(buf, phys_ram_base + vga_bios_offset);
#endif
+#ifndef NOBIOS
/* setup basic memory access
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
At some point the Cirrus VGA driver was commented out. Probably
for debugging. The patch below adds it back in. It works just fine.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
diff -ru xeno-unstable.orig/tools/ioemu/hw/pc.c xeno-unstable.mine/tools/ioemu/hw/pc.c
--- xeno-unstable.orig/tools/ioemu/hw/pc.c 2005-05-25 07:48:57.000000000 -0400
+++
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2010 Jun 07
0
No subject
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob =3D Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech && st->speec=
h_prob > st->speech_prob_continue))
{
st->was_speech=3D1;
return 1;
} else
{
st->was_speech=3D0;
return 0;
}
} else {
return 1;
}
AND
case SPEEX_PREPROCESS_SET_VAD:
2002 May 06
1
cryptocard RB-1
Hello ,
I have bought a cryptocard and i want to make it work openssh, now I need to
initialize my token, install the cryptocard patch (
http://projects.jdimedia.nl/files/openssh-cryptocard.patch). The patch reads
it's data from a file I've heard that some users made a conversion script
from the CryptoADMIN server export to a crypto users file that the patch
want. Is there anybody who can
2005 Nov 23
1
help on list
Hi,
New to R,
having done a wavelet analysis i got a result as list.
The problem I have is : how can I acces to a given element of the list.
here is what I get from my variable scale_d28
>typeof(scale_d28)
[1] "list"
> length(scale_d28)
[1] 1
and scale_d28 is a list of 100000 double values?
Thanks
--
Jean Pierre BOTH
phone (33) 01.69.08.84.78 (work)
email
2006 Jan 23
0
Jumping on the asterisk bandwagon
After two weeks of reading about asterisk and joining this mailing
list, I finally decided jumping on the asterisk bandwagon... Asterisk
rocks!!!
I have a www.Stanaphone.com SIP (free) for incoming line and a
www.VOIPJET.com IAX line for outbound. I also have a www.Vonage.com
line (gives me 500 outbound minutes) and a Cingular cell phone (gives
me 800 minutes) and I also use Skype fairly
2015 Nov 25
0
Uw betaalpas staat voor u klaar
<HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE rel="stylesheet">
body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}
a img {
border: none;
}
table.main {
font-family: Tahoma;
font-size: 10px;
font-weight: normal;
color: #4c4c4c;
padding: 0px;
2003 Sep 25
1
data lost in cv.tree?
Greetings -- I'm programming a data mining system
in R for protein structural data. As a seasoned
Perl and Python and Ada and ML, et al., programmer,
I am severely befuddled by the environment problem,
where data is not found in a 3rd level nested
function. I did peruse the parent frame not on the
search path idea, and came up with a hack which
kinda works, also below with the code which
2006 Sep 01
1
TC not recognising "mirred" argument
Hi All,
I''m trying to do some traffic shaping with IFB. I have installed Ubuntu
6.0.6 and upgraded to the 2.6.17.7 kernel. I have an ifb0 device.
However, I think I may have the wrong version of TC installed, because
it doesn''t like the ''mirred'' argument.
What version of iproute should I be using, and how can I upgrade it?
apt-get update iproute
2010 Jun 10
2
Recognising an unrecognisable scanner
dhanhurley <wineforum-user at winehq.org> wrote at Jun 10, 2010 6:30 AM
>
>Hi from Z?rich,Schweiz and a hot , humid day.
Greetings from Sunny Tucson Arizona where the high today is expected to be over 40C.
>The SCANNER,Canoscan LiDE 600F,is not detected by XSANE/SIMPLE SCAN.
>It is probably detected :- here is the OUTPUT from TERMINAL COMMAND "sane-find-scanner -v"
2008 Jun 10
2
Recognising an unrecognisable scanner
I have to figure out how to use a scanner that sane doesn't officially recognise. Wine installed the twain software with no problems, and the apps come up just fine.
The scanner drivers should be installed in wine, but I'm having some serious issues getting linux to recognise that there's a device connected.
Is there any way to tell wine to see the device? If not, how would I pass