search for: l41

Displaying 15 results from an estimated 15 matches for "l41".

Did you mean: l1
2006 Aug 16
1
Specifying Path Model in SEM for CFA
...re out how to represent the residual errors for the observed variables for a CFA model. (Once I get this working I need to add some further constraints.) Here is what I've tried: model.sa <- specify.model() F1 -> X1,l11, NA F1 -> X2,l21, NA F1 -> X3,l31, NA F1 -> X4,l41, NA F1 -> X5, NA, 0.20 F2 -> X1,l12, NA F2 -> X2,l22, NA F2 -> X3,l32, NA F2 -> X4,l42, NA F2 -> X6, NA, 0.25 F1 <-> F2,g12, 1 F1 <-> F1,g11, 1 F2 <-> F2,g22, 1 X1 <-> X1, NA, 1 X2 <-> X2, NA, 1 X3 <-> X3, NA,...
2016 Jan 21
4
Is there a reason why MCAsmStreamer class doesn't have its own .h file?
Does anybody know if there is a particular reason why MCAsmStreamer doesn't have its own .h file? https://github.com/llvm-mirror/llvm/blob/0e66a5f53c74056f95d178c86531d7d9cfb23da9/lib/MC/MCAsmStreamer.cpp#L41 It seems like it is a good idea to have this class declared as its own module ( its own .cpp and .h files). That would make it easier to inherit from it if there is a need (like in my current case). Any help is appreciated. -- Rail Shafigulin Software Engineer Esencia Technologies -------------...
2017 Feb 20
2
Linking Linux kernel with LLD
...9c3d/arch/x86/kernel/apic/io_apic.c#L1641 I think it happens because of jiffies (http://www.makelinux.net/books/lkd2/ch10lev1sec3#ch10fig01) It should have the same address as jiffies_64: https://github.com/torvalds/linux/blob/b66484cd74706fa8681d051840fe4b18a3da40ff/arch/x86/kernel/vmlinux.lds.S#L41 And that is true for BFD linked binary: 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 But something is wrong with them for LLD case: 6422: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 19 jiffies 7416:...
2014 Mar 10
2
A few more question about LETOR
...include<xapian/types.h> #include<xapian/visibility.h> Or just provide me with the documentation of these header. I looked into these header files but couldn't anything substantial. 2. Here<https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/include/xapian/letor.h#L41>is the class Letor::Internal intentionally named same as this Internal<https://github.com/xapian/xapian/blob/99eed23ae87bb96f5f9ee7e14a62e9f4af04af0c/xapian-core/include/xapian/intrusive_ptr.h#L44>namespace or is it just a coincidence? 3. If I am not wrong we want to dissolve letor_intern...
2017 Feb 21
2
Linking Linux kernel with LLD
...#L1641 > > I think it happens because of jiffies (http://www.makelinux.net/ > books/lkd2/ch10lev1sec3#ch10fig01) > > It should have the same address as jiffies_64: > https://github.com/torvalds/linux/blob/b66484cd74706fa8681d051840fe4b > 18a3da40ff/arch/x86/kernel/vmlinux.lds.S#L41 > > And that is true for BFD linked binary: > 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies > 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 > > But something is wrong with them for LLD case: > 6422: ffffffff8140b000 8 OBJECT GL...
2023 Jan 15
1
logging strategy
...ement a different method for > this purpose, when you expect that sort of content - and call it where > suitable. > > Maybe makes sense to create a typical hexdump printer along the lines of > https://gist.github.com/jimklimov/07913a3e30a7d7ec50e9c946117c994f#file-jenkins-credump-L17-L41 > (that particular code is groovy, but trivial to convert elsewhere). I want to see mostly-ascii as mostly-ascii with escapes, because that's what Fortress output smells like so far, rather than flipping to all hex (if I read groovy right). Totally fair point about not changing s_upsdebug_...
2023 Jan 15
1
logging strategy
...wever to define and implement a different method for this purpose, when you expect that sort of content - and call it where suitable. Maybe makes sense to create a typical hexdump printer along the lines of https://gist.github.com/jimklimov/07913a3e30a7d7ec50e9c946117c994f#file-jenkins-credump-L17-L41 (that particular code is groovy, but trivial to convert elsewhere). Jim On Sun, Jan 15, 2023 at 5:12 PM Greg Troxel <gdt at lexort.com> wrote: > I am looking at bestfortress and trying to figure out and fix some > things, which is causing me to try to improve logging first. A few &...
2017 Apr 12
0
Re: [PATCH 1/2] daemon: run 'udevadm settle' with --exit-if-exists option
...uot;); > + free (cmd); There are some ugly quoting (and hence, possibly, security) problems with this patch. It's more secure and also much simpler to call ADD_ARG + commandv here. For an example of how to use it, see: https://github.com/libguestfs/libguestfs/blob/master/daemon/mkfs.c#L41-L247 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fed...
2004 Aug 06
0
Want a FREE EURO? 8012bpFB0-873OQLh7788ybuq5-336p-29
...how you can profit! CLICK NOW! http://209.163.187.42/Euro-Exchange/ $10,000 minimum investment Please carefully evaluate your financial position before trading. Only risk capital should be used. CLICK NOW! http://209.163.187.42/Opt-Out/ To OptOut. 2115KuqD4-216MIHj3003hdJK3-367kDHP5028nAXh2-l41.+-j!i0+jirhZm"q+NrybXuz"qrj) '+a{ +v&{ay,rR{.n+z,z{m^+-)emw
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...and I find that we use TCP_NODELAY in all of: qemu client: https://gitlab.com/qemu-project/qemu/-/blob/master/nbd/client-connection.c#L143 nbdkit: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/sockets.c#L430 libnbd: https://gitlab.com/nbdkit/libnbd/-/blob/master/generator/states-connect.c#L41 so I think we _should_ be calling qio_channel_set_delay(false) for qemu-nbd as well. That doesn't negate your patch, but rather argues that we can go for even better performance with TCP_NODELAY also turned on. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-32...
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...(plaintext) and TLS corking (tls); when building up a message to the other side, a flag is set any time we know we are likely to send more data very shortly. nbdkit wraps it under a flag SEND_MORE, which applies to both plaintext: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/connections.c#L415 and to TLS connections: https://gitlab.com/nbdkit/nbdkit/-/blob/master/server/crypto.c#L396 while libnbd uses MSG_MORE a bit more directly for the same purpose for plaintext, but isn't (yet) doing TLS corking: https://gitlab.com/nbdkit/libnbd/-/blob/master/generator/states-issue-command.c#L53...
2019 Jun 12
4
[libnbd PATCH] Fix building with for ocaml < 4.06.0
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Notes: This is the simplest solution suggested to me by Rich and it works. Most of autotools are not friends with me, so the other approach I tried, with requiring at least OCaml 4.05.0, having this fix in only for OCaml < 4.06.0 and properly detecting and reporting that, was a bit ugly. You can see
2017 Feb 19
2
Linking Linux kernel with LLD
Thanks for your ideas, Sean ! >The bug is not likely to be corrupted data in the decompressed output (that is just calling into a gzip routine or something). You shouldn't have to dump/printf->trace from memory during boot to see that data since the "real" kernel binary that is being decompressed into that memory region is probably already somewhere > in your build tree
2023 Jan 15
1
logging strategy
I am looking at bestfortress and trying to figure out and fix some things, which is causing me to try to improve logging first. A few questions: 0) The developer guide doesn't seem to address any of this, or did I miss it? 1) It seems upsdebugx prints to stdout instead of syslog if in foreground. That's great but I didn't figure it out from docs. 2) I didn't find a plan for
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking