search for: sendreq

Displaying 7 results from an estimated 7 matches for "sendreq".

2017 May 31
6
[PATCH 1/4] efi/udp: core_udp_connect should use SubnetMask not StationAddress for netmask
Signed-off-by: Julien Viard de Galbert <jviarddegalbert at online.net> --- efi/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/udp.c b/efi/udp.c index 1088f47..b0f13ad 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -163,7 +163,7 @@ void core_udp_connect(struct pxe_pvt_inode *socket, uint32_t ip, } else { udata.UseDefaultAddress = FALSE;
2015 Jul 09
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...e packet.) BIOS returns an EFI_UNSUPPORTED (EFIERR (3)) error but tftp_open still tries to transmit a packet and waits for a reply (core_udp_recv). The loop timeout values are long enough that the watchdog eventually times out and reboots the client. In tftp.c (tftp_open) starting at line 240: sendreq: timeout = *timeout_ptr++; if (!timeout) return; /* No file available... */ oldtime = jiffies(); core_udp_sendto(socket, rrq_packet_buf, rrq_len, url->ip, url->port); /* If the WRITE call fails, we let the timeout take care of it... */ wait_pkt: for (;;)...
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com> Based on commit: 9314e330 Setting UseDefaultAddress to TRUE uses invalid StationAddress and SubnetMask values. This is in a network with a local TFTP/MTFTP server. If the server is local, on the same subnet, UseDefaultAddress is set to false and the client ip and subnetmask are loaded, otherwise set UseDefaultAddress to TRUE. This is added to
2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
...memcpy(buf, rrq_tail, sizeof rrq_tail); buf += sizeof rrq_tail; @@ -792,6 +789,9 @@ static void __pxe_searchdir(const char *filename, struct file *file) } #endif /* GPXE */ + if (!ip) + goto done; /* No server */ + timeout_ptr = TimeoutTable; /* Reset timeout */ sendreq:
2012 Jul 10
0
reply: puppet mcollective problem
...;' Encoding a request for agent ''discovery'' in collective mcollective with request id e2f7b209ec40e003de104c84bda8f443 debug 2012/07/10 10:03:50: psk.rb:98:in `callerid'' Setting callerid to uid=1001 based on callertype=uid debug 2012/07/10 10:03:50: client.rb:50:in `sendreq'' Sending request e2f7b209ec40e003de104c84bda8f443 to the discovery agent with ttl 60 in collective mcollective debug 2012/07/10 10:03:50: client.rb:62:in `subscribe'' Subscribing to reply target for agent discovery debug 2012/07/10 10:03:50: pluginmanager.rb:83:in `[]'' R...
2013 Nov 25
2
mcp ping return no responses
...39;' Encoding a request for agent ''discovery'' in collective mcollective with request id 3a538b89ef035a379834b27ecdf6ce6e debug 2013/11/25 13:02:31: psk.rb:98:in `callerid'' Setting callerid to uid=0 based on callertype=uid debug 2013/11/25 13:02:31: client.rb:51:in `sendreq'' Sending request 3a538b89ef035a379834b27ecdf6ce6e to the discovery agent with ttl 60 in collective mcollective debug 2013/11/25 13:02:31: client.rb:63:in `subscribe'' Subscribing to reply target for agent discovery debug 2013/11/25 13:02:31: pluginmanager.rb:83:in `[]''...
2013 May 29
5
mcollective setup question
I am currently trying to get mcollective 2.2.4 up and running on RHEL 6 activeqm appears to be running and bound to the correct port, I see the server and client connections to the activemq box. However when I run mco ping all "seems to go well" except I get "No responses recieved" and above that I get the following log messages, debug 2013/05/29 17:02:12: activemq.rb:233:in