search for: md5hash

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

2011 Sep 04
1
Linking failure in stylesheet_link_tag in production mode with asset pipeline enabled
...... href="/assets/application.css" /> This file is actually delivered by, for example, the thin webserver. When starting thin in production mode (even after `rake assets:precompile`), the `application.css` is still link''ed – here I''d expect the `/assets/application-md5hash.css` which is generated in the public directory. Even further: in the SCSS files, the `image_url` helper does not resolve the correct paths (cp. http://rdoc.info/gems/sass-rails/3.1.0/Sass/Rails/Helpers), background: image_url(''foo.png''); compiles to background: url(/asse...
2002 Aug 24
1
klibc 0.57 trouble
...rence to `strncpy' - Digest::MD5 does not look like the perfect choice for versioning. On my system, it was not installed by default, and when I installed it, the generated md5 string contained the '/' character which can't be used in file names. Workaround is to use ' md5hash.pl | tr / _ ' - gcc 3.0 and 3.2 don't like the memcpy and memset inline asm: memcpy.c: In function `memcpy': memcpy.c:16: invalid lvalue in asm statement - I'm probably doing something wrong, but so far, I haven't been able to run any shared binaries. How are they supp...
2004 Aug 20
3
BT Communicator (SIP???) and Asterisk
Hi All BT are providing a SIP gateway for PSTN through the BT communicator with Yahoo Messenger, I have done an ethereal trace and found that the BT Communicator side of the software is using SIP, so in theory I could add more PSTN lines to Asterisk for BT using SIP, but I am having problems deciphering the trace so my question is has anyone else tried to get BT Communicator work with
2009 Feb 11
2
filebucket retrieval
Hi, While at LCA this year I was talking to James Turnbull, and I think he said it was possible to a) pull files off a puppet client to the puppet master b) push those files out to other puppet clients I''ve been reading up on FileBucket and I don''t understand how I can achieve that, or if I''m on the right track. Whats at
2015 Sep 04
4
RFC: Reducing Instr PGO size overhead
LLVM Profile instrumentation incurs very large size (memory, storage) overhead. For instance, the following is the binary size comparison of the Clang binaries built (-O2 -DNDEBUG) with different configurations: 1) 60.9M (built with Clang itself) 2) 280.4M (same as 1, but added -fprofile-instr-generate) 3) 54.9M (built with GCC 4.8) 4) 156.5M (same as 3, but added -fprofile-generate) In other
2015 Sep 05
5
RFC: Reducing Instr PGO size overhead
On Fri, Sep 4, 2015 at 9:11 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Sep 4, 2015 at 5:42 PM, Xinliang David Li <davidxl at google.com> > wrote: >> >> On Fri, Sep 4, 2015 at 5:21 PM, Sean Silva <chisophugis at gmail.com> wrote: >> > >> > >> > On Fri, Sep 4, 2015 at 3:57 PM, Xinliang David Li <davidxl at
2007 Oct 25
2
zfs receive - list contents of incremental stream?
Apologies up front for failing to find related posts... Am I overlooking a way to get ''zfs send -i fs at 0 fs at 1 | zfs receive -n -v ...'' to show the contents of the stream? I''m looking for the equivalent of ufsdump 1f - fs ... | ufsrestore tv - . I''m hoping that this might be a faster way than using ''find fs -newer ...'' to learn