Displaying 2 results from an estimated 2 matches for "1ed5bb4".
2015 Jan 15
0
PXE Error Reporting
..., flags, &fp->i.fd);
69: if (handle < 0) {
70: close(fd);
71: errno = ENOENT;
> So this problem has slightly changed, but it hasn't been fixed.
The (almost untested) patch below should fix this.
Sebastian
diff --git a/com32/lib/sys/open.c b/com32/lib/sys/open.c
index 1ed5bb4..8858f07 100644
--- a/com32/lib/sys/open.c
+++ b/com32/lib/sys/open.c
@@ -65,10 +65,12 @@ int open(const char *pathname, int flags, ...)
fp = &__file_info[fd];
+ errno = 0;
handle = open_file(pathname, flags, &fp->i.fd);
if (handle < 0) {
close(fd);
- errno = E...
2015 Jan 15
3
PXE Error Reporting
Sebastian,
On 01/15/2015 12:49 AM, Sebastian Herbszt wrote:
> which version of pxelinux were you trying? Looks like < 5.x.
the one from Fedora 20, syslinux-4.05.
It turns out that pxelinux.0 from Fedora 21, syslinux-6.03, reports
"Failed to load ldlinux.c32" when ldlinux.c32 can't be read, and
"Loading <FILE>... failed: No such file or directory" when the