Re: Question: How to force GRUB module dependency?

2016-06-03 Thread Alan Perry
I think that I recognize this issue. There is a direct call into a driver to get the device handle. If you want to substitute that driver, then the substitute driver needs to have that same global function. There should be a better way to get that device handle than calling directly into the d

Multiboot2 and IPv6

2015-02-16 Thread Alan Perry
Is there a way to pass IPv6 network configuration info through multiboot2? The network tag won't work because it is based on DHCPv4 ACK, right? alan ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Is anyone using the http module to do largish transfers?

2015-02-08 Thread Alan Perry
On 2/8/15 7:24 PM, Andrei Borzenkov wrote: В Sun, 08 Feb 2015 12:26:53 -0800 Alan Perry пишет: Another question about the http module. http_establish() builds a GET request that may have a Content-Range header. Where do you see it? My mistake - looks like this has been changed since I

Re: Is anyone using the http module to do largish transfers?

2015-02-08 Thread Alan Perry
On 2/7/15 8:35 AM, Andrei Borzenkov wrote: В Wed, 04 Feb 2015 16:39:20 -0800 Alan Perry пишет: Hi, I am trying to debug a problem involving largish HTTP data transfers (around 80M). I have no problem transferring around 3M with the grub http module. Has anyone here observed a similar issue

Is anyone using the http module to do largish transfers?

2015-02-04 Thread Alan Perry
Hi, I am trying to debug a problem involving largish HTTP data transfers (around 80M). I have no problem transferring around 3M with the grub http module. Has anyone here observed a similar issue or is this not a problem for others and I should be looking for the problem somewhere other th

Re: Autopilot, a module for remotely doing things

2014-12-03 Thread Alan Perry
> On Dec 3, 2014, at 9:00 AM, Brugnara Daniele wrote: > > source (http,http://192.168.1.70:1273)/ > source (http:http://192.168.1.70:1273)/ > source (http,192.168.1.70,1273)/ > source (http:192.168.1.70:1273:/) > [...] > > The syntax for a net device is (, ). in your case would be 'http'.

Re: HTTP with other ports

2014-11-19 Thread Alan Perry
On 11/19/14, 10:22 AM, Andrei Borzenkov wrote: В Wed, 19 Nov 2014 09:27:00 -0800 Alan Perry пишет: On 11/19/14, 9:09 AM, Andrei Borzenkov wrote: В Wed, 19 Nov 2014 08:54:24 -0800 Alan Perry пишет: Has anyone come up with a general way to change the port number in the http module? Right

Re: HTTP with other ports

2014-11-19 Thread Alan Perry
On 11/19/14, 9:09 AM, Andrei Borzenkov wrote: В Wed, 19 Nov 2014 08:54:24 -0800 Alan Perry пишет: Has anyone come up with a general way to change the port number in the http module? Right now it is hard coded to be 80, but it is very common to do HTTP over another port number. I was

HTTP with other ports

2014-11-19 Thread Alan Perry
Has anyone come up with a general way to change the port number in the http module? Right now it is hard coded to be 80, but it is very common to do HTTP over another port number. I was thinking about extending the device name syntax for network devices and/or adding a 'default port' (with a co