Displaying 20 results from an estimated 20 matches for "jdy".
Did you mean:
jay
2012 Sep 28
5
Custom ruby gem continuously updates
Hey all,
I''m not sure if there''s a real issue or if I''m doing something incorrectly.
I have a custom compiled gem that I''m installing via:
package { "sapnwrfc-0.24":
ensure => ''installed'',
provider => ''gem'',
source =>
2013 Aug 23
1
Slow writing on mounted glusterfs volume via Samba
Hi guys,
I have configured gluster fs in replication mode in two ubuntu servers.
Windows users use samba sharing to access the mounted volume. Basically my
setup is that client machines on each site connect to its local file server
so it has the fattest connection. Two files servers are connected via VPN
tunnel which has really high bandwidth
Right now it is very slow to write files to the
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
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 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
2003 Jan 23
0
[pxelinux] kernel not recognising NIC after boot
Hi,
I've got a system with a 3com 590 NIC (Boomerang / Vortex), and instructed
it to boot using PXE.
System load the initrd and the kernel image from the FTP server, boots the
image and starts the install routine. So far so good.
The strange part is that after the PXE boot completes the kernel doesn't
detec the NIC. It's not a driver issue, the same kernel on a floppy does
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
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 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 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
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
> On 19.02.2020 21:35, Ville Syrjala wrote:
> > From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
> >
> > Get rid of mode->vrefresh and just calculate it on demand. Saves
> > a bit of space and avoids the cached value getting out of sync
> > with reality.
> >
> > Mostly done
2020 Feb 24
0
[PATCH 04/12] drm: Nuke mode->vrefresh
On 19.02.2020 21:35, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following manual fixups:
> - Remove the now empty loop in
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
On 25.02.2020 12:21, Ville Syrj?l? wrote:
> On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
>> On 19.02.2020 21:35, Ville Syrjala wrote:
>>> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>>>
>>> Get rid of mode->vrefresh and just calculate it on demand. Saves
>>> a bit of space and avoids the cached value getting out of
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2020 Apr 03
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
Hi Ville,
Thank you for the patch.
On Fri, Apr 03, 2020 at 11:39:54PM +0300, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following manual fixups:
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2016 Nov 09
0
[PATCH] filearch: Add s390 and s390x detection and tests.
...f=fOjRJqWj@k_t<{PQdW
z3GI3QVSd?w%<f<8X<QXNvL4fD6MOS84ad*F(}&`>30)Z%=R=am3sqU;FRZ0M0_u1o
z_LA=i?P%}9_DeDL{5voCk&}XsU1a`*ZR3gb-+S383ssLBKCJEWf8DaD^+f3<pB4?{
zYv6XgiT^ep&I4qPBp;Li1BLMxdwcw^0_40Sv>!E!Lrm{#{~B~<{=7$qGi=ZFuJ*6T
z*iW)O)4SUL7`nV~!trO>o~hFSZ^vBbPwV<KJdyFcfT)DaK5zK27JH&^;}M?cFaJME
ziJi#BfjyRA0hInFUaS||NB58D6Qx|temB{c$O%5Ts&_1qnqn_)-ggl#m7;eOCGlNU
e58-)?I24%=VU*K!=>Iqe(9!?1AVV%;|NjDizI)05
literal 0
HcmV?d00001
--
2.7.4
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
Hi Ville
Thanks for the patch.
One comment below.
Thanks
Abhinav
On 2020-04-03 13:39, Ville Syrjala wrote:
> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
>
> Get rid of mode->vrefresh and just calculate it on demand. Saves
> a bit of space and avoids the cached value getting out of sync
> with reality.
>
> Mostly done with cocci, with the following
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
Get rid of mode->vrefresh and just calculate it on demand. Saves
a bit of space and avoids the cached value getting out of sync
with reality.
Mostly done with cocci, with the following manual fixups:
- Remove the now empty loop in drm_helper_probe_single_connector_modes()
- Fix __MODE() macro in ch7006_mode.c
- Fix DRM_MODE_ARG()
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...6a3D_>x$&Ir-fS!ucEG|ZD%oT8hPSc<XSNYf0MYdSa`
zrPSF;>;$-=+0IfXMe`gKX-ErSL>ffUe3E7}8k`$45V&a{E}tBqLt at Lr!UjQ0M8g7F
zwL at nFx7h)m$@Wg`a)#LmadJaYYG9fiv!#$RKSUP^#2<^EKgE(#vY^gFrs~QnNjUYG
zt$G=hx@@!EP;MZtN?tnOfMz8~YK4Y{B40eX%v=?t)0<1l7)VS5v_bXMB4eD*Y;qft
zKP<bzJf1X37(D&pJdYaGJ8Mfw+h9hCg4 at of)Io*>b2yyFpq%(|1*j^NF_3HU`hcQ>
zKhL#^(IY3Hp0iLHC~mcNa at uNB!iFh`XznEEb}LEJ6 at xM$fppd~IF0Iz&KUY=3Sc>B
z6%axKO3)mH=%=t#UD3AHn?y=Sd6zWE-3D7Fi=CcI=qF#Y78yK)J%dEcIT|XdWfJsE
zp%=lKd!ne)peJ3d*d6d^DrOl>!wq_SC0&q%>uULM_ey>Teg;#Sv06`ROnlYS%O~<`
z1n_!r!jA5u6&...