similar to: Syslinux 5 Path Option.

Displaying 20 results from an estimated 1000 matches similar to: "Syslinux 5 Path Option."

2020 Feb 03
2
ASAN not finding any bugs?
Hello, I am building sanitizers for our different platforms and trying to use it in an example program, but while it seems like ASAN is running it's init functions (see stdout below with ASAN_OPTIONS=verbosity=1) it never catches anything in the program. This is LLVM 8.0.1 btw. I was using this small test case: int main(int argc, char** argv) { int *array = new int[100]; delete []
2020 Feb 03
2
ASAN not finding any bugs?
Hello Alex, Thanks for the hint. It was actually not the -O flag that created the problem. But it pointed me in the right direction, when I passed -fno-experimental-new-pass-manager it started to show the error. My guess is that the new pass manager is more aggressive in removing UB? Thanks, Tobias On Mon, Feb 3, 2020 at 5:29 PM Alex Brachet-Mialot <alexbrachetmialot at gmail.com> wrote:
2010 Sep 15
3
Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC machine. > uname -a SunOS ommtca013 5.10 Generic_138888-07 sun4v sparc SUNW,Sun-Blade-T6300 Solaris > cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC I've installed the following binaries from sunfreeware for dovecot 1.1 to use with 2.0.2 gcc-3.4.6-sol10-sparc-local
2013 Jan 03
4
help
Hello all Tried hard to create a Boot Floppy using Syslinux-5.00 but NO success. I have Win98se installed on C: drive. Following is the Directory Structure on the floppy: ------------------------------------------------------------------- Volume in drive A has no label Volume Serial Number is 1115-0BEC Directory of A:\ LIBCOM32 C32 737,266 12-06-12 11:49a
2012 Dec 11
5
Syslinux 5 (i)pxelinux.0 unnecessary PATH requests
Hi there, i just build a new ipxelinux.0 with an EMBED=../../syslinux-5/core/pxelinux.0. i'm trying to load up my vesamenu.c32 menu from http:. and offcorse i want this as optimal as possible, with the least needed GET requests. OLD situation with v4: PXE ROM -> ipxelinux.0 (tftp) -> menu.php (http) -> vesamenu.c32 (http) NEW situation with v5: PXE ROM -> ipxelinux.0 (tftp)
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one
2013 Jan 09
21
question
Hello, Is "Dos installer from Win98" REMOVED from Syslinux-5.00/syslinux-5.01-pre1? Prof S W Damle
2012 Jun 29
1
[syslinux:elflink] elflink: fix dependency problem in cmenu/ Makefile
On Fri, 2012-06-29 at 07:42 -0700, syslinux-bot for H. Peter Anvin wrote: > elflink: fix dependency problem in cmenu/Makefile > > Instead of adding library dependencies implicitly, make them explicit > and use --as-needed to avoid bogus DT_NEEDED entries from being > generated. This is fine, but... > diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile > index
2012 Jun 29
7
Syslinux 5.00-pre6: call it a beta
I think the Syslinux 5.00 branch is now at the point where I believe it it is feature complete and should be able to replace the main Syslinux branch. As such, it is important that we get wider testing, and especially that people let us know if and where it breaks. As of right now, there aren't any known bugs...
2019 Aug 16
2
Question on upgrading to syslinux 6.04?
On 16 Aug 2019 at 5:40, Ady Ady via Syslinux wrote: To: "syslinux at zytor.com" <syslinux at zytor.com> Date sent: Fri, 16 Aug 2019 05:40:45 +0000 Subject: Re: [syslinux] Question on upgrading to syslinux 6.04? From: Ady Ady via Syslinux <syslinux at syslinux.org> Send reply to: Ady Ady <ady-sf at hotmail.com> > > I've
2008 Sep 17
1
List quiet for some time now?
Haven't seen messages for about a week now, but archive doesn't show new messages. Wondering what the status is for 3.72. I've downloaded and tested the pre6 on my systems, and it works fine. Getting to release a new version of my g4l project, and wanted to use the latest version, since I know some people have used it on mac machines. Also, is there a way to get and display the
2012 Dec 10
1
Setting up syslinux 5.00
Have been using syslinux for some time for my g4l project, and was just looking at the new 5.00. Normally have just copied the new files, but with version 5.00 it is missing the support files according to ldd, and even putting the missing files in the directory failes to find them. ../../com32/... Script to copy files from new syslinux directory to the projects isolinux directory that is
2007 Jan 25
4
vesamenu.c32 and cat.c32
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have done some additional testing, and gotten it a bit close to what I was looking for. I had to modify the cat.c to eliminate the printing of the arguments and file name, and added a Press Enter to return menu line. With the below isolinux.cfg the options do display the files, and pressing enter than returns to the vesamenu. DEFAULT
2007 Feb 07
2
SYSLINUX 3.36-pre6 (release candidate)
I have, hopefully, found and fixed the issue with non-kernel binaries that appeared in 3.35. As a result, I have pushed out 3.36-pre6 and am classifying it as a release candidate. Please try it out, especially if you have had problems with 3.35. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2012 Oct 19
3
[PATCH 0/3] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> The first two patches in this series are fixes for bugs reported by someone in #syslinux. The third makes dmitest.c32 actually wait for user input. If no one has any objections/concerns, I'll pull this into the official elflink branch. Matt Fleming (3): core: Print error message if we don't load ldlinux.c32 Clean up $(GPLLIB) leak
2008 Oct 14
2
SYSLINUX 3.73-pre3
I just pushed out SYSLINUX 3.73-pre3. The only significant difference over -pre2 was changing MEMDISK to use "safeint" by default. -hpa
2013 Jan 07
2
chain.c32 bug
i`ve found a bug in chain.c32 in v4.06. When i use isolinux it does not run windows7 installation, chainloading bootmgr. the error is: Can't find myself on the drive I booted from. chain.c32 from syslinux 3.xx works like a charm! chain.c32 from syslinux 5 shous tat this is not a com32 app
2014 Jul 09
4
isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?)
On 9 Jul 2014 at 6:01, Gene Cumm wrote: Date sent: Wed, 9 Jul 2014 06:01:22 -0400 Subject: Re: [syslinux] isohybrid binary not in 6.03-pre18? (utils bt is in bios/utils?) From: Gene Cumm <gene.cumm at gmail.com> To: "Michael D. Setzer, II" <mikes at kuentos.guam.net> Copies to: Syslinux at zytor.com > > On Jul 9, 2014 5:15 AM, "Michael D. Setzer II" >
2010 May 17
1
Pre-45
Just a quick update. The cat.c in the com32/modules directory works fine. Just added a printf("\nPress Enter to Return to Menu\n"); at the end since I had some uses display the messages, and then not release all they had to do was press enter to rerun the menu. The display.c32 still does work, but know it doesn't lock the system so only a hard reset works. Ctrl-Alt-Del works. I
2014 Feb 13
0
Linux and HDT looking systems?
Can you detail at what time does HDT locks ? The HDT iso does provides a verbose mode, It would be interesting to get when it locks. 2014-02-13 14:43 GMT+01:00 Michael D. Setzer II <mikes at kuentos.guam.net>: > I've got a user of my g4l project that is having a system that locks with > my > kernels, but also with hdt? The default versions are using the 5.10 > version of