search for: l45

Displaying 11 results from an estimated 11 matches for "l45".

Did you mean: 45
2010 Apr 14
3
tincd without root privileges
hey, is there a way to run tinc on a (linux) box, with a public ip, but on which i don't have root privileges ? the server just connects nodes (behind natted firewall) & relays their traffic, so no need for tap/tun interface on the box itself. ptr_ -- http://www.L45.be/voidpointer 0493 52 5009
2016 Feb 27
3
Re: [PATCH] added ntfscat_i api
On 27/02/16 11:23, Richard W.M. Jones wrote: > [...] >>>> md_create: feature 'mdadm' is not available in this >>>> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for >>>> how to check for the availability of features. at /home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl >>>> line
2016 Feb 27
0
Re: [PATCH] added ntfscat_i api
...you try: ./run virt-rescue --scratch In the virt-rescue shell: ls -l {/bin,/sbin,/usr/bin,/usr/sbin}/mdadm That should show the mdadm binary copied into the appliance, but likely it does not, because the test here is failing: https://github.com/libguestfs/libguestfs/blob/master/daemon/md.c#L45 https://github.com/libguestfs/libguestfs/blob/master/daemon/guestfsd.c#L1076 It could be that mdadm is something odd, like a dead symlink? Anyway, I'll fire up a Debian box in my cloud and see if I can reproduce this also. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people...
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...ics com.braju.graphics Bla bla bla... But, I believe it should generate: com.braju.graphics Bla bla bla... To solve this minor bug, just include a line '$old=""'. See line 49 below. maketitle.pl: L42: $S = ''; L43: $lc = 16; L44: $rc = 72; L45: $old = $package; L46: $len = length($old); L47: if ($len > $lc - 3) { L48: $S = $old; L49: $old = ""; ### Forgot to this line. L50: for ($j = 1; $j < $lc; $j++) { L51: $old = $old . ' '; L52: } L53: } L54: else { L55: for ($j = 1; $j < $l...
2018 Dec 04
2
MC Assembler / tablegen: actually parsing variable_ops
...WebAssemblyAsmParser, but I wonder if there's something I am not understanding about variable_ops and the generated asm matcher that might make for a cleaner solution. The instruction in question: https://github.com/llvm-mirror/llvm/blob/master/lib/Target/WebAssembly/WebAssemblyInstrControl.td#L45 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181203/49ed7805/attachment.html>
2020 Feb 26
2
Why is lldb telling me "variable not available"?
...r instruction. Because of this, only the last invocation results in correct debug info being produced. Put another way: when I place a breakpoint in my example on the last instance that %i is reloaded, repro.cpp:45 at https://gist.github.com/modocache/6f29093ba2827946011b422ed3bd2903#file-repro-cpp-L45, I get the correct debug info: i = 3, j = 2. In every other spot, I get 'error: Couldn't materialize: couldn't get the value of variable i: variable not available'. Still, is great progress for me. I think to work around this error, I need to do 2 things: 1. Call replaceDbgDeclare...
2020 Jun 02
12
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
...//github.com/llvm/llvm-project/commit/b98ad941a40c96c841bceb171725c925500fce6c [2] http://lists.llvm.org/pipermail/cfe-dev/2019-June/062669.html [3] https://reviews.llvm.org/D79092 [4] https://github.com/llvm/llvm-project/blob/ad5d319ee85d31ee2b1ca5c29b3a10b340513fec/clang/lib/Basic/CMakeLists.txt#L45-L47 [5] https://clang.llvm.org/docs/InternalsManual.html#the-clang-basic-library [6] http://lists.llvm.org/pipermail/flang-dev/2019-November/000061.html [7] http://lists.llvm.org/pipermail/llvm-dev/2019-November/136743.html [8] https://github.com/banach-space/llvm-project/commits/andrzej/refactor_...
2020 Jun 03
2
[cfe-dev] [RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
...41a40c96c841bceb171725c925500fce6c >> [2] http://lists.llvm.org/pipermail/cfe-dev/2019-June/062669.html >> [3] https://reviews.llvm.org/D79092 >> [4] >> >> https://github.com/llvm/llvm-project/blob/ad5d319ee85d31ee2b1ca5c29b3a10b340513fec/clang/lib/Basic/CMakeLists.txt#L45-L47 >> [5] >> https://clang.llvm.org/docs/InternalsManual.html#the-clang-basic-library >> [6] http://lists.llvm.org/pipermail/flang-dev/2019-November/000061.html >> [7] http://lists.llvm.org/pipermail/llvm-dev/2019-November/136743.html >> [8] >> >> https://...
2020 Feb 26
2
Why is lldb telling me "variable not available"?
I haven't fully parsed this thread (sorry!), but I wanted to briefly mention that the SafeStack & ASan passes both do something similar (I think): move local variables backed by allocas onto a separate stack. These passes use replaceDbgDeclare to rewrite dbg.declares s.t. they point into the new stack. After that, llvm presumably runs LowerDbgDeclare (usually via InstCombine), but all the
2020 Jun 09
4
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
...[2] > http://lists.llvm.org/pipermail/cfe-dev/2019-June/062669.html > [3] https://reviews.llvm.org/D79092 > [4] > https://github.com/llvm/llvm-project/blob/ad5d319ee85d31ee2b1ca5c29b3a10b340513fec/clang/lib/Basic/CMakeLists.txt#L45-L47 > [5] > https://clang.llvm.org/docs/InternalsManual.html#the-clang-basic-library > [6] > http://lists.llvm.org/pipermail/flang-dev/2019-November/000061.html > [7] > http://lists.llvm.org/pipermail/llvm-dev...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...IX zZU(E2Uil at Ngf2%&=Xjk*`1`OZr+lG7*@qZ3>n3rAq3UT!pL?bFO|ap+(!$<SBVjM< zF*Z+(t!wOqdCqC)9QU-dxZXvKn)xd2`M4JqTdsCvv2vAeDzw>H?XZyuyKliY&Py`9 z#z2B#Kh at t)rBt-PR;ATIIy6!rH at b$FBNw>6$SNm4^TJDz-5jE;3Hc*|?B2Y#NTpp( z<l7z$)oL&_?zINPm^YUj1>z8M%3NXCN1th@!(x>djLEm1?<L45!)l2ap?VQw1Nl;w zc0S#k&VcSyS!dAgNy+qK{N}X7GNM{rV4AAY^@jfhm%{4}`$YVH`+lWms<VpkQbO2r zQN!)%<~lWjbhOEj4m41Et)zw6RYrw1M0FNpX`xPa*N`_jBka0Xv72bM&Kn|Yy%Dq# zBk20rP-=j6Ui1!c1Z_fe>)6$_CgH`N^Aaz>_$rE3P~vaB!F$n5ybjTAVy#FM5e;H% z7;%lu8oyJ>gM at Wkv`n{_sp52FwXRVBG|wgV0($G#QZImX6b(|3lcXNPt...