similar to: Absolutely last call for 3.82

Displaying 20 results from an estimated 200 matches similar to: "Absolutely last call for 3.82"

2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com> Add error check when write file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Ming Liu <ming.liu at windriver.com> Signed-off-by: Roy.Li <rongqing.li at windriver.com> --- common/tftpsubs.c | 4 +++- tftpd/tftpd.c | 12 ++++++++++-- 2
2010 Sep 01
1
tftpd resends option ack during transfer
Uploading a >32MB file from a recent curl to tftpd fails because when the block number rolls back to 0, tftpd transmits the option ack again, instead of transmitting an acknowledgment for the block received. You don't see this problem when using the bundled tftp client because it doesn't set any of the options when uploading a file. Attached is a patch that fixes this, tested against
2007 Mar 08
2
pxelinux never OACKs tftp server response
After the PXE PROM code downloads and runs the pxelinux.0 image and it tries to download config information the client stops acknowledging the server OACK packets from the server. pxelinux from syslinux 3.11 from Fedora RPM, accessing Solaris 10 in.tftpd The tftp client in pxelinux.0 sends a tftp file read request with extended options tsize \00 0 \00 blksize \00 1440 \00 and then the server
2002 Feb 04
3
Allwell doesn't respond to OACK with ACK in TFTP
I'm trying to network-boot a GCT Allwell set-top box without success. My frustration level is high. The problem seems to be that the Allwell is sending a RRQ with an option. tftp-hpa responds with an OACK, and waits for the corresponding ACK from the Allwell. The Allwell never sends that ACK, but instead continues with the same RRQ until timeout. Having read RFC1782, this makes me think
2017 Apr 03
2
NFS Client with quota
Thanks Patrick. For Solaris, quota can be set when mounting from NFS client. There is a transition from Solaris to CentOS 6 this time. Therefore, quota setting is required for NFS mounting from CentOS 6 as with Solaris. Is it still impossible for CentOS 6? koji On Sun, 2 Apr 2017 14:44:59 +0200 Patrick B??gou <Patrick.Begou at legi.grenoble-inp.fr> wrote: > Quota are managed at the
2010 Feb 24
1
tftp upload and OACK problem.
Hello! I recently started testing curl's tftp options, and found that it crashed when trying to upload files using tftp because it didn't handle OACK properly. So, I'm attempting to fix it. Now, I have an endless loop: The client (my hacked curl) sends TFTP write request with options, server responds with OACK (tsize, blksize) client sends data packet, block 0 BUT: server responds
2014 Mar 13
4
Syslinux 6.03-pre7: EFI64 broken (Gene Cumm)
Gene, Where did you find the precompiled binaries for syslinux 6.03-pre7? Actually, I'm interested in the pre-compiled binaries for syslinux 6.03-pre6. I went out to kernel.org, but the latest they have is 6.02. Which appears to have an endian problem in its TFTP client code (when syslinux.efi tries to connect to the TFTP server, attempts to connect to UDP port 17664 instead of 69).
2017 Mar 29
3
NFS Client with quota
Hello. I am "koji". I have a question. Can I mount a NFS with quota? (Not Server side) I understand quota is set NFS server. But I must client side. (Is rquota only report?) Does anyone know a good solution? Best regard. koji
2003 Jan 28
2
PXE2.2 does not work, PXE2.0 does
Hi, We have been using PXELinux 2.0 for a few weeks now. So far so good, but recently we found out that newer 3com network cards with PXE2.2 wont boot. When flash these cards with an older PXE2.0 than everything works okay. Anyone else having this problem? Vincent
2009 Aug 08
2
[PATCH] pxe: fix OACK packet handling
The current code only works iff the tsize option is set. This patch fixes the handling of the OACK packet and makes the code work with all combinations of the tsize and blksize options. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/core/pxe.c b/core/pxe.c index 81d3e23..a4b8a14 100644 --- a/core/pxe.c +++ b/core/pxe.c @@ -913,8 +913,10 @@ static void pxe_searchdir(char
2013 Aug 22
2
[PATCH] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com> Add error check when the write-buffer is finally flushed to the file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Ming Liu <ming.liu at windriver.com> Signed-off-by: Roy.Li <rongqing.li at windriver.com> --- common/tftpsubs.c | 8 +++++---
2003 Jun 20
3
pxelinux implementation questions
Hi, I've been looking at the pxelinux code and I was wondering a couple of things: 1) Why does pxelinux create UDP packets from scratch instead of use the Intel PXE TFTP OPEN/CLOSE/READ calls? I'm assuming this is to support TFTP options like tsize right? Did earlier versions of pxelinux use the TFTP calls directly? 2) How big of an image can pxelinux download (minus memory
2008 Nov 08
8
pxelinux
????????????. ????? ??? ????????? ???????? ?? ????. ?? ??????? ?????????? ? ????????? ?? ????? ??????????? ?????? ????? ??? ???????? Gigabyte GA-P35-S3, ??????? ????? ?????????? ??????? ???????? Realtek RTL8111B/8111C. ??? ???????? ?? ????? ?????????? ?????????? ??????????? ????, ?? ????? ?????? ?????? ?????? ?????????? ?????? ?????????. ?
2014 Mar 11
2
syslinux.efi [PXELINUX EFI 64 boot] not properly TFTP'ing ldlinux.e64
Gene and co, Now my pxelinux efi 64 boot is properly loading syslinux.efi (via TFTP) It then issues a TFTP file request for efi.x64/pxelinux.cfg/ldlinux.e64. (All my efi x64 content is under efi.x64/pxelinux.cfg). However, I see that it fails to properly negotiate the TFTP options with my TFTP server. so it never transfers ldlinux.e64 over. In its file request packet, it asks for these TFTP
2009 May 22
2
pxelinux.bin (3.80) hanging at the beginning of menu.c32 TFTP transfer
Hi, Using syslinux 3.80, I'm seeing pxelinux.bin hanging after the (succesfull) transfer of the default file. Running a lan trace, it appears that all goes fine until the time pxelinux sends a TFTP RRQ for menu.c32 to the TFTP server, gets the first data packet back, and apparently freezes at this point. The TFTP server then times out and retries (3 times) then finally sends an error packet
2015 Jan 16
3
PXE Error Reporting
Hi, On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > Andreas Gruenbacher wrote: >> "Loading <FILE>... failed: No such file or directory" when the TFTP >> server replies with "Permission denied" for the kernel or initrd. > [...] > > The (almost untested) patch below should fix this. hmm, probably close but I still get the same "No such file
2009 Jun 09
0
SYSLINUX 3.82 released
Hi everyone, I have pushed out Syslinux 3.82 to the usual places. Again, special thanks to my employer, Intel, for letting me spend time working on this stuff ;) -hpa Syslinux 3.82 is a bug fix release for 3.81. Changes in 3.82: * isohybrid: fix the -partok logic for loading from a partition. * ISOLINUX: deal with systems which return from INT 13h with interrupts
2003 Mar 21
2
PXELinux can't load the config file?
Hi, I am working on a cluster of PCs, and I want to boot them from an SGI IRIX machine. The PCs use Supermicro XEON MB, with dual GigE built in. They have Intel Boot Agent GE v 1.1.09 and PXE 2.1 (083). I have DHCP and TFTP on the IRIX machine, pxelinux.0 loads, but it can't load the configuration file? tftp on the host tries to send the file, but data transfers do not receive ACKs. I got
2009 May 31
1
R: PXEbooting very slow
I forgot tftp32 log. Here it is, starting from "default" file request: Connection received from 192.168.1.20 on port 57099 [31/05 10:51: 29.370] Read request for file <pxelinux.cfg/default>. Mode octet [31/05 10:51:29.370] OACK: <tsize=938,> [31/05 10:51:29.420] Using local port 1286 [31/05 10:51:29.420] Connection received from 192.168.1.20 on port 57100 [31/05
2009 Aug 08
0
[PATCH] core:PXELINUX: fix the OACK option parsing bug.
the current code can just handle one option beacuse I put the do-while loop in the wrong position. Signed-off-by: Liu Aleaxander <Aleaxander at gmail.com> --- core/pxe.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/core/pxe.c b/core/pxe.c index 81d3e23..bda1a54 100644 --- a/core/pxe.c +++ b/core/pxe.c @@ -928,20 +928,20 @@ static void