search for: bake

Displaying 20 results from an estimated 792 matches for "bake".

Did you mean: bak
2013 Nov 21
0
Baking Cookies
....000000000 -0400 +++ syslinux-6.02-changed/com32/include/syslinux/pxe_api.h 2013-11-21 17:00:57.379519000 -0500 @@ -589,7 +589,7 @@ void __weak unload_pxe(uint16_t flags); uint32_t __weak dns_resolv(const char *); -uint32_t __weak SendCookies; +extern uint32_t SendCookies; void __weak http_bake_cookies(void); #endif /* _SYSLINUX_PXE_API_H */ --- syslinux-6.02/core/fs/pxe/http.c 2013-10-13 13:59:03.000000000 -0400 +++ syslinux-6.02-changed/core/fs/pxe/http.c 2013-11-21 17:18:40.026705000 -0500 @@ -121,7 +121,7 @@ return n; } -void http_bake_cookies(void) +__export void http...
2013 Nov 21
2
Baking Cookies
...e of an inline SYSAPPEND call just gives me an "Error: An undefined symbol was referenced" > > I'm using 6.02 and lpxelinux.0; Loading lpxelinux.0 over tftp, kernel/initrd over http (see below) > Hmm... I wonder if we are missing an __export in http.c: __export void http_bake_cookies(void) If you have the ability to rebuild Syslinux, could you try adding the above and see if it helps? -hpa
2020 Jun 12
0
Add baked-in support for Tripp Lite 302x protocols (they seem to generally work with ups.conf modification)
...https://alioth-lists.debian.net/pipermail/nut-upsuser/2020-May/011840.html It seems like "productid=302x" in ups.conf (e.g. productid=3024 here: https://alioth-lists.debian.net/pipermail/nut-upsuser/2020-May/011860.html) can fix the problems. Is there something we can do to get that fix baked-in so these work with the same (or better) level of compatibility as the old 20xx UPSes "out of the box"? Thank you, David Zomaya Tripp Lite ________________________________ This message is for the addressee's use only. It may contain confidential information. If you receive...
2013 Nov 20
2
Baking Cookies
I think my oven is broken, but maybe I have the recipe wrong. I've been trying to utilize the lwIP stack and dmi information to avoid iPXE use. I can do a SYSAPPEND 0x00080 and it shows up in /proc/cmdline after booting the kernel, but tcpdump is not revealing the cookies as described during HTTP calls in the documentation. Trying the magic "SENDCOOKIES" parameter outside of an
2006 Jan 16
3
37s style modularization ?
Hello all, I remember and have lost a link to the blog on hints about 37s modularization of basecamp, backpack, etc. Anyone remeber this and can remind me of the link? Thanks ! -- ------------------------------ Forget the icing. Bake the cake! - the epicentered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/6c12f84c/attachment-0001.html
2006 Feb 10
4
hiding header/footer on html print?
Hello all, I am using what might be a "poor mans" reporting... html -> print. Who knows a way to hide the browser-included header and footer of the print? thanks. -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060210/5e2815a4/attachment.html
2010 Dec 01
0
[LLVMdev] RFC: Exception Handling Proposal Revised
...++ behaves the way you describe. However in Ada it is the other way round: cleanups are run after handlers. For example in Ada it would be possible to use the variable "a" inside one of the handlers, so it had better not be destructed before the handler runs. Thus it is important not to bake "cleanups run before handlers" into your proposal, since it is C++ specific. That said, as far as I can tell you didn't bake it in. Ciao, Duncan.
2007 Apr 18
0
, Chicago, which has baked whole-grain breads for years, said Joan Rubschlager, the company's secretary-treasurer.
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 12003 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070407/17e8c0e9/attachment.gif
2007 Apr 18
0
, Chicago, which has baked whole-grain breads for years, said Joan Rubschlager, the company's secretary-treasurer.
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 12003 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070407/17e8c0e9/attachment.gif
2013 Nov 20
0
Baking Cookies
...e of an inline SYSAPPEND call just gives me an "Error: An undefined symbol was referenced" > > I'm using 6.02 and lpxelinux.0; Loading lpxelinux.0 over tftp, kernel/initrd over http (see below) > Hmm... I wonder if we are missing an __export in http.c: __export void http_bake_cookies(void) If you have the ability to rebuild Syslinux, could you try adding the above and see if it helps? -hpa
2019 May 10
4
nfs4acl_xattr & Samba
Is nfs4acl_xattr available in any version of samba? I just upgraded to 4.9.6 but it doesn’t seem to be baked in.
2010 Dec 01
2
[LLVMdev] RFC: Exception Handling Proposal Revised
On Dec 1, 2010, at 9:52 AM, Duncan Sands wrote: > Hi Bill, > >> General Model >> ============= >> >> The unwind edge from an invoke instruction jumps to a landing pad. That landing pad contains code which performs optional cleanups, and then determines which catch handler to call (if any). If no catch handlers are applicable, the exception resumes propagation
2012 Apr 27
3
rails console --sandbox is only half-baked
Recently I''ve found out some mentions to the "--sandbox" parameter to the "rails console" command. And I found the idea interesting, but since I''m using Sequel instead of ActiveRecord I guessed this wouldn''t work for me. But after talking about this subject in the Sequel mailing list, Jeremy Evans has brought to my attention that there are some
2006 Jan 23
4
Enumerable
...ript.aculo.us and I''m rather impressed by the Enumerable class. What I don''t get is why you choose to extend Array.prototype with this addon. It seems like a rather intrusive thing to do, if the code is ever going to play ball with other javascript components. It''s a half-baked solution anyway, since there are a lot of array-like elements in javascript, which doesn''t use the Array.prototype. You deal with this by using the $A() function. For all uses of Enumerable features, wouldn''t it be a better idea to have wrapper class which could decorate an array...
2015 Mar 25
2
Dovecot Oy merger with Open-Xchange AG
...open source it not complete free, as long it compiles fine i am happy that you compile at your own and that you still use dovecot 1.x is *your own* decision and si opensource *is complete free* with your argumentation making a shit would also not be completly free because you need to pinch ass bakes..... -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20150325/3db424c3/attachment.sig>
2009 Oct 15
2
CentOS 5.4? anyone?
Hi, The last status (from twitter) is 2 days old with the '5.4 is baked! centos internal network will start syncing up today. Release ~ soon!'. Any ETA? - Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091015/06994b2f/attachment-0002.html>
2010 Jan 18
2
mysql Workbench
Greetings, Is there a centos repo with mysql workbench anywhere. In the same vein, is there a publicly available build system for centos where people can submit the source tar.gz and get hotly baked rpm and the icing would be with some way to resolve dependencies?? It would be great to have one.. Regards and thanks, Rajagopal
2015 Jul 01
2
[LLVMdev] Match immediate value in tablegen
...ef: Pat<build_vector v2i16:$src1, v2i16:$src2, (OR (SLLI GPR: $src1,16), GPR:$src2>; OR takes two i32 in registers and SLLI takes one i32 in registers and an immediate. But the immediate '16' does not work here and I tried different ways. May I know if any of you have any idea how to bake an immediate value (16) into the tablegen? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150701/3499b5d5/attachment.html>
2007 Jul 31
9
Any liberally-licensed open source projects out there that make good use of RSpec?
I''m trolling for example RSpec code. Any pointers appreciated. Cheers, Obie
2006 Mar 20
6
Rails and Offline processing
How are you guys handling threads or server processes that have to, for example, process the data in your application on a periodic basis? Cron jobs can do it and then run on the database. But, are there ways to launch threads within the rails application itself. I have heard of WebBrick ways, but I am working with lighttpd, fastcgi? (textdrive if you are really interested).