search for: terjan

Displaying 5 results from an estimated 5 matches for "terjan".

Did you mean: tarjan
2005 Jan 31
3
[Fwd: IPAPPEND on http://syslinux.zytor.com/faq.php#config]
FYI -------- Original Message -------- Subject: IPAPPEND on http://syslinux.zytor.com/faq.php#config Date: Mon, 31 Jan 2005 15:20:00 +0100 From: Pascal Terjan <pterjan at mandrakesoft.com> Organization: Mandrakesoft To: david at weekly.org Hi, I needed to get the MAC from which we booted using pxelinux (in order to know which interface we used to boot). I found reading the source that IPAPPEND 2 did the trick and that I don't need to patch pxe...
2009 Apr 24
1
[PATCH 1/2] Support iso images over 2GB in isohybrid
"use integer" limits integers to 2^31-1 on 32 bits, which makes imgsize to be -1 on DVD images Signed-off-by: Pascal Terjan <pterjan at mandriva.com> --- utils/isohybrid.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/utils/isohybrid.in b/utils/isohybrid.in index 4671036..e98c59f 100644 --- a/utils/isohybrid.in +++ b/utils/isohybrid.in @@ -17,7 +17,6 @@ # use bytes; -use integer;...
2005 Mar 25
1
Problems on file ownership for admin users
...ain the information in 2 places)... I could not find any information on a way to have the rights to manipulate files without doing it as root (using capabilities ?). I found http://lists.samba.org/archive/samba/2005-February/100343.html asking about this problem, but no answer. Yours, -- Pascal Terjan Professional Services Engineer Mandrakesoft Tel +33 (0) 1 40 41 17 51 - Fax +33 (0) 1 40 41 92 00
2018 May 30
0
[ANNOUNCE] xf86-video-fbdev 0.5.0
...fbdev 0.5.0 Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use #ifdef instead of #if to avoid build error Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Pascal Terjan (1): Initialize pci_dev Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish git tag: xf86-video-fbdev-0.5.0 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 MD5: f07475655376be5a124d8187aacd87b6 xf86-video-fbdev-0...
2009 Apr 24
0
[PATCH 2/2] Preserve MBR id in isohybrid
When running isohybrid again it's nice to preserve the MBR id There was some partial code to support setting the id using non existing to_int, but no way to use it. Signed-off-by: Pascal Terjan <pterjan at mandriva.com> --- utils/isohybrid.in | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/utils/isohybrid.in b/utils/isohybrid.in index e98c59f..b6c2b6f 100644 --- a/utils/isohybrid.in +++ b/utils/isohybrid.in @@ -100,6 +100,13 @@ if ($c > 1024...