Displaying 5 results from an estimated 5 matches for "_needed_".
2015 Nov 27
2
ssh-copy-id bugfix
On Thu, Nov 26, 2015 at 11:45 AM, Peter Stuge <peter at stuge.se> wrote:
> Nico Kadel-Garcia wrote:
>> > Does that really need a comment?
>>
>> That is _precisely_ why it needs a comment. It's a selection of a
>> particular technology for a particular reason that someone may not
>> understand as important
>
> Not even if they understand what the
2017 Apr 04
3
Compiling custom "vmlinuz" PXE kernel?
Hello CentOS list, I still need help.
Does anyone know how I would go about creating my own "vmlinuz" PXE
kernel? I'm still trying to get the NUC6CAYH to load to a LiveCD, and I'm
getitng nowhere with Intel.
My company wants to do hundreds of these per month; we're not above paying
for professional help at this point.
My current line of reasoning is to get whatever
2017 Apr 04
0
Compiling custom "vmlinuz" PXE kernel?
...the install process with, i.e., boot to run anaconda.
For some reason I never had any luck [with EL4] replacing the modules in the anaconda initrd.img with the ones for the kernel I built, so I took a more *brittle* path.
I built a kernel that included *_all_* the drivers I needed (and only those *_needed_*) built into the kernel itself, i.e., *not* as modules. I then set the process up to boot from the vmlinuz I built. It was not right to ignore the mods in the initrd, but it worked enough to get us going, IIRC it was because some USB driver we needed was not built in and we were installing from a...
2019 Jul 16
2
[PATCH libnbd] generator: Define new Closure type
...ses the user_data parameter after the function.
(This is not caused by the current patch, it was already
inconsistent). We decided that nbd_add_close_callback should be
manually generated and not automatically generated because it should
only be called from C, or perhaps more accurately it is only _needed_
from C (to support cleanup of the non-C bindings), but I don't think
there's any reason not to automatically generate it. If we did
generate it, then it would be an API break because these two
parameters would get swapped around.
Rich.
2009 Jan 07
13
HTTP parse error due to an extra percent sign
If you append an extra percent sign to a URL that gets passed to
mongrel, it will return a Bad Request error. Kind of odd that
"http://localhost/%" causes a "Bad Request" instead of a "Not Found"
error.
Here is the error from the mongrel log:
HTTP parse error, malformed request (127.0.0.1):
#<Mongrel::HttpParserError: Invalid HTTP format, parsing fails.>