search for: adamg

Displaying 11 results from an estimated 11 matches for "adamg".

Did you mean: adam
2016 Nov 20
3
Current pxelinux always unloads undi driver
Good day, I have the problem to pass the ?loaded? undi driver to the next bootloader. In current pxelinux ?lernel memdisk keeppxe harddisk raw initrd::parh_to_img? always unloads undi before memdisk (or other kernel) takes control. After many tries I found that the keeppxe feature is broken starting from version 6.03 pre 9. I tried to find the reason by comparing sources 6.03 pre 8 / 6.03
2017 Jan 04
0
Current pxelinux always unloads undi driver
....org/archives/2016-June/025216.html -- Adam On Sat, Dec 24, 2016 at 02:09:14PM +0100, Pedro Koschi wrote: > Hello Adam , thanx . I was successful to compile newest git version + > recommended fix. keeppxe works as expected. > > Am 29.11.2016 09:44 schrieb "Adam Goldman" <adamg at pobox.com>: > > > The git version of syslinux won't solve your problem. It doesn't have > > the keeppxe patch at this time. I can't help you to get pxelinux to load > > ldlinux.c32. I didn't write syslinux. I've Cc'd the mailing list. Maybe > &...
2016 Nov 29
0
Current pxelinux always unloads undi driver
...freely available pre1 > version , booting continues fine but undi driver will be still unloaded. > Does a precompiled version of the latest development version exist for > download ? > > Thank you > > > > > Am 21.11.2016 07:29 schrieb "Adam Goldman" <adamg at pobox.com>: > > > Hello Pedro, > > > > My recollection from when I looked into this earlier this year is that > > the code has been wrong ever since the COM32 split, but in some versions > > up to 6.03pre9 the PXE stack was coincidentally left loaded because...
2017 Mar 07
2
[PATCH] Fix recognition of keeppxe option
On Sun, Mar 05, 2017 at 05:39:42PM -0500, Gene Cumm wrote: > Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I > changed to using strstr() and a uint16_t (to match the called > function) Hi Gene, Looks fine. Thanks. -- Adam
2017 Mar 18
0
[PATCH] Fix recognition of keeppxe option
Pushed. Thank you for digging so deeply on this. On Tue, Mar 7, 2017 at 6:01 AM, Adam Goldman <adamg at pobox.com> wrote: > On Sun, Mar 05, 2017 at 05:39:42PM -0500, Gene Cumm wrote: >> Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I >> changed to using strstr() and a uint16_t (to match the called >> function) > > Hi Gene, > > Looks fine....
2009 Aug 01
1
[Bug 23072] New: [Mesa-7.5] build failure with libdrm-2.4.12
...2 Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: adamg at pld-linux.org Mesa-7.5 fails to build with libdrm-2.4.12: nv50_surface.c: In function 'nv50_surface_set': nv50_surface.c:69: error: 'struct nouveau_bo' has no member named 'tiled' I saw that libdrm-2.4.12 support was added on HEAD, are there any plans to backport it t...
2018 Jul 29
0
How.
...hat ... "shouting" is the way past the sh and the way out slavery. <http://lotasda.ml/lists/lt.php?id=YUgNBwFQGAFQVB1QWlQKVF0F> achu, faster. <http://lotasda.ml/lists/lt.php?id=YUgGBAVdGAFQVB1QWlQKVF0F> <http://lotasda.ml/lists/lt.php?id=YUgMBQBcGAFQVB1QWlQKVF0F> /Adamgate, then?/ visit your personal preferences page--either to unsubscribe or invite your friends to receive "the stone's daily bread" <http://lotasda.ml/lists/lt.php?id=YUgNAQFXGAFQVB1QWlQKVF0F> and you can contact me securely here <http://lotasda.ml/lists/lt.php?id=YUgNAAJTG...
2003 Dec 01
0
No subject
...permail/samba/ Hi, some one has made work password sync for this .. FreeBSD 4.3 + samba 2.0.8 as PDC WinNT WS 4.0 as a Client i try this password chat: passwd chat = *old*password* %o\n *new*password* %n\n *Retype*new*password* %n\n *done* but don4t work Best Regards David Perez Return-Path: <AdamG@hrrm.ucdavis.edu> Delivered-To: samba@lists.samba.org Received: from franc.ucdavis.edu (franc.ucdavis.edu [169.237.105.2]) by lists.samba.org (Postfix) with ESMTP id 0FF1E524C for <samba@lists.samba.org>; Thu, 14 Jun 2001 10:44:52 -0700 (PDT) Received: from athena.ucdavis.edu (hrrm.ucd...
2016 Jun 16
0
[PATCH] Fix recognition of keeppxe option
On Thu, Jun 16, 2016 at 06:20:31PM +0300, Ady via Syslinux wrote: > the main idea: if the LINUX directive would be capable of using / > parsing "keeppxe", then it might make sense to have the same capability > in linux.c32 (in addition to mboot.c32 and chain.c32). AFAICT, the following modules lead to the syslinux_boot_linux code path: ldlinux.c32 lua.c32 (for boot_linux and
2006 Mar 08
0
XP clients hang on accessing certain directories
Hi all. I'm trying to debug a strange Samba/WinXP problem, but I don't know much about Windows or CIFS, so any insight from anyone would be much appreciated. Here's the situation: The initial problem was that clicking on certain directories on an XP Pro SP2 client would cause the client to freeze for a few minutes and then complain that the directory is inaccessable. This problem was
2016 Jun 10
4
[PATCH] Fix recognition of keeppxe option
PXELINUX has stopped recognizing the keeppxe option on the kernel command line. Here is a patch to make it work again. With COM32, it is no longer possible to use preprocessor directives to determine the SYSLINUX variant. The code inside the #if will never be compiled. So, I changed it to use syslinux_filesystem() to determine the variant. Also, I moved the relevant code from