search for: jdi

Displaying 20 results from an estimated 20 matches for "jdi".

Did you mean: edi
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
...se 'SSH'. Really sick situation in my opinion. To prevent legal problems I'll remove all reference to the name 'SSH' from my website, and advice all my customers to drop SSH version from SSH Corp. Discussion are welcome, in private please. Regards, Igmar Palsenberg JDI Media Solutions -- -- Igmar Palsenberg JDI Media Solutions Jansplaats 11 6811 GB Arnhem The Netherlands mailto: i.palsenberg at jdimedia.nl PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar
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
...iver issue, the same kernel on a floppy does detec the NIC. Any hints ?? I suspect that the PXE boot somehow screws up the PCI config and the kernel get's confused, but that doesn't explain why pci=nobios fails. Any suggestions are welcome. Regards, Igmar -- Igmar Palsenberg JDI Media Solutions Helhoek 30 6923PE Groessen Tel: +31 (0)316 - 596695 Fax: +31 (0)316 - 596699 The Netherlands mailto: i.palsenberg at jdimedia.nl PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar
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 know if you're interested in incorporating it in the OpenSSH release. Regards, Igmar Palsenberg -- -- Igmar Palsenberg JDI Media Solutions Jansplaats 11 6811...
2000 Aug 22
0
OpenSSH PAM bug (fwd)
...y 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 mailto: i.palsenberg at jdimedia.nl
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 appropriately. Errors : ENOTCONN The specified socket is not connec...
2000 Oct 19
0
Smartcard & SSH
...the ANSI X9.9 extension, so that Challenge - Response is possible with OpenSSH protocol v1. Someone else is taking care of the v2 protocol. If there are serious thought on implementing SmartCard support in OpenSSH I'm more than willing to help. Regards, Igmar -- -- Igmar Palsenberg JDI Media Solutions Jansplaats 11 6811 GB Arnhem The Netherlands mailto: i.palsenberg at jdimedia.nl PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
...;dev, "failed to add mode %ux%ux@%u\n", > > - m->hdisplay, m->vdisplay, m->vrefresh); > > + m->hdisplay, m->vdisplay, drm_mode_vrefresh(m)); > > return -ENOMEM; > > } > > > > diff --git a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > > index 4bfd8c877c8e..1e3fd6633981 100644 > > --- a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > > +++ b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > > @@ -296,7 +296,6 @@ static const struct drm_displ...
2020 Feb 24
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...gt; DRM_DEV_ERROR(panel->dev, "failed to add mode %ux%ux@%u\n", > - m->hdisplay, m->vdisplay, m->vrefresh); > + m->hdisplay, m->vdisplay, drm_mode_vrefresh(m)); > return -ENOMEM; > } > > diff --git a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > index 4bfd8c877c8e..1e3fd6633981 100644 > --- a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > +++ b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c > @@ -296,7 +296,6 @@ static const struct drm_display_mode default_mode...
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...to add mode %ux%ux@%u\n", >>> - m->hdisplay, m->vdisplay, m->vrefresh); >>> + m->hdisplay, m->vdisplay, drm_mode_vrefresh(m)); >>> return -ENOMEM; >>> } >>> >>> diff --git a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c >>> index 4bfd8c877c8e..1e3fd6633981 100644 >>> --- a/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c >>> +++ b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c >>> @@ -296,7 +296,6 @@ static const stru...
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
.../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 3 +- .../drm/panel/panel-feiyang-fy07024di26a30d.c | 3 +- drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 7 - drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 3 +- drivers/gpu/drm/panel/panel-innolux-p079zca.c | 4 +- .../gpu/drm/panel/panel-jdi-lt070me05000.c | 3 +- .../drm/panel/panel-kingdisplay-kd097d04.c | 3 +- .../drm/panel/panel-leadtek-ltk500hd1829.c | 3 +- drivers/gpu/drm/panel/panel-lg-lb035q02.c | 1 - drivers/gpu/drm/panel/panel-lg-lg4573.c | 3 +- drivers/gpu/drm/panel/panel-nec-nl8048hl11.c |...
2020 Apr 03
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...in-k101-im2ba02.c | 3 +- > .../drm/panel/panel-feiyang-fy07024di26a30d.c | 3 +- > drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 7 - > drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 3 +- > drivers/gpu/drm/panel/panel-innolux-p079zca.c | 4 +- > .../gpu/drm/panel/panel-jdi-lt070me05000.c | 3 +- > .../drm/panel/panel-kingdisplay-kd097d04.c | 3 +- > .../drm/panel/panel-leadtek-ltk500hd1829.c | 3 +- > drivers/gpu/drm/panel/panel-lg-lb035q02.c | 1 - > drivers/gpu/drm/panel/panel-lg-lg4573.c | 3 +- > drivers/gpu/drm/panel/p...
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
.../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 3 +- .../drm/panel/panel-feiyang-fy07024di26a30d.c | 3 +- drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 7 - drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 3 +- drivers/gpu/drm/panel/panel-innolux-p079zca.c | 4 +- .../gpu/drm/panel/panel-jdi-lt070me05000.c | 3 +- .../drm/panel/panel-kingdisplay-kd097d04.c | 3 +- .../drm/panel/panel-leadtek-ltk500hd1829.c | 3 +- drivers/gpu/drm/panel/panel-lg-lb035q02.c | 1 - drivers/gpu/drm/panel/panel-lg-lg4573.c | 3 +- drivers/gpu/drm/panel/panel-nec-nl8048hl11.c |...
2016 Nov 09
0
[PATCH] filearch: Add s390 and s390x detection and tests.
...;{!k zItqLC$L8AespM3`ZO^2$vvVEYQT!@&Oyu41)MPpv&EX^5W4$BJ@X+I<jw6z(Jm7+x z$~*3~Gm*(<Qw3NgbIxQYH=f8iNjH}-IEmRgF_D{|$)wy=GTQyIhhz1PoF~%Rw3Eo^ z6Z1|g>*nXh6Zyn+%1O>nPtU`}kQ`XLHKy-*B&lptj$>e?=TN`Xf4C0=QKRC1P3)v_ z`aXNO=g?3utPG9(FbN1hz)t_5qoNJ=jR@!9@R0*O!_JX`fyettozb2H!~K*&e$JdI z%*s&;XK3`0Q=PxjL%lS6qlxiMN;s)x!cD-1nEKucq2}W!bcLKVmB=Q^e&`6SlIg57 zTS%c^|CiHvy!x%wsDlOr<MBd4=TKi+AA8Cf(W}~<NfZilNl_n96&23QUQ@P+7Urkj z#5lN{SA2?l=`1$MjEH7)ZYtVyV5r?qOloN|I~yIJO=ptr>7<B~G?ge!iD+^@i+GB= zd8K(Ol`o`o*&4xtE}zOI$U*mJGOmcq;YHol9Qw4epv%d5ji#pbR+>t}mnG$)_LTDA...
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...in-k101-im2ba02.c | 3 +- > .../drm/panel/panel-feiyang-fy07024di26a30d.c | 3 +- > drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 7 - > drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 3 +- > drivers/gpu/drm/panel/panel-innolux-p079zca.c | 4 +- > .../gpu/drm/panel/panel-jdi-lt070me05000.c | 3 +- > .../drm/panel/panel-kingdisplay-kd097d04.c | 3 +- > .../drm/panel/panel-leadtek-ltk500hd1829.c | 3 +- > drivers/gpu/drm/panel/panel-lg-lb035q02.c | 1 - > drivers/gpu/drm/panel/panel-lg-lg4573.c | 3 +- > drivers/gpu/drm/panel/p...
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
.../gpu/drm/panel/panel-feixin-k101-im2ba02.c | 3 +- .../drm/panel/panel-feiyang-fy07024di26a30d.c | 3 +- drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 7 - drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 3 +- drivers/gpu/drm/panel/panel-innolux-p079zca.c | 4 +- .../gpu/drm/panel/panel-jdi-lt070me05000.c | 3 +- .../drm/panel/panel-kingdisplay-kd097d04.c | 3 +- .../drm/panel/panel-leadtek-ltk500hd1829.c | 3 +- drivers/gpu/drm/panel/panel-lg-lb035q02.c | 1 - drivers/gpu/drm/panel/panel-lg-lg4573.c | 3 +- drivers/gpu/drm/panel/panel-nec-nl8048hl11.c |...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;aN at C z(?fHQ2 at hgQO$YH)p&#!l!D#|`MNV5qmuC&>)mP7u<_nTinLFTDr|V0Na}v#dwCg-p zm;@6tio$CJ*;%Q>L|$;(NiHD#$;7w#mmHtXl7NNl<Odb_NF>73`p2=+nw&keFz>hD zT<nwE8^|z<hWbRTx_S0G5W^h|A{#PRQ_g#$>Xp>dVaK5V6I060n02uTHJ{a*;|11L z^?V&OavCRZj*J&h^y}G(lF>Rk0Ys_O6oMjDIAAFv6E{7IU!`VhEo_c(*qAu48D~wc z-d0((?|^&ZX?wXen;=CCaXyYqY at Ssnq;Av3C01tPuZ$ts!jJ0oF0^5H)~CB5bZ5!C zgH}38N(dK(f6}~cv0rr|%Qpe6P_!)NZ&}vUgb^7M+gsj1<b<@2)-~@-J_(OQea#zG zG#hV|COm4l=(<`M+dl|VZo}zjFQKZ1fDkZ%hCBv|IEvCz^v~Ylr{gjMRFab8CfxO& zE|+G at E8aY284uQmtWftY0==Q=?}=KcOM2*|m8L~&l...