search for: l54

Displaying 12 results from an estimated 12 matches for "l54".

Did you mean: 54
2018 Apr 30
5
Need support to build xapian on Windows with Microsoft compiler
...you very much for quick response. I need only xapian-core. As I wrote on my case compilation with Visual Studio 2015 successful, just I have runtime errors, while the same code on LINUX runs fine. I'll try the hints from (https://trac.xapian.org/browser/git/xapian-core/INSTALL?rev=RELEASE/1.4#L54) and maybe to migrate my project to VS2017 and test it again. If I understand correctly starting from 1.4.6 you will have officiant MSVC support? What is a approximate date for this release? Thank you again. Sincerely, Davit On 30.04.2018 03:16, Olly Betts wrote: > On Sun, Apr 29, 2018 at 06...
2018 Apr 29
2
Need support to build xapian on Windows with Microsoft compiler
Dear XAPIAN developers, I think your code is devoted also to be compiled on Windows with Microsoft compiler. I think so because 1. There are many #ifdef _MSC_VER like code 2. And if I remember correctly the xapian documentation, xapian has also C# bindings. I need the xapian library for Windows Microsoft compiler. I created visual studio 2015 project and included almost all source
2013 Jan 24
1
puppet module install; absolute path?
...p://localhost/pulp/puppet/myforge/ someone/theirmodule The problem I''ve encountered is that the install command includes hard-coded absolute paths to the API instead of relative paths. For example, see line 54 here: https://github.com/puppetlabs/puppet/blob/4d06c647/lib/puppet/forge.rb#L54 Would this be received well as a bug report, or is there a reason for having absolute paths? We would love to see this behavior improved so that multiple forges could run on the same web server. Otherwise, we''ll have to implement our own module installation routine that doesn''...
2020 Jan 18
3
USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...e a bit to see what is throwing this error and it boils down to <https://github.com/libvirt/libvirt/blob/7d608469621a3fda72dff2a89308e68cc9fb4c9a/src/util/vircgroupv2devices.c#L292-L296> and <https://github.com/libvirt/libvirt/blob/02bf7cc68bfc76242f02d23e73cad36618f3f790/src/util/virbpf.c#L54> but I have no clue what that syscall is doing, so that's where my debugging capability basically ends. Maybe this is something as simple as setting the right ACL somewhere. I haven't touched /etc/libvirt/qemu.conf except for setting nvram. There *is* something about cgroup_device_acl t...
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...9;'; 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 < $lc - $len; $j++) { L56: $old = $old . ' '; L57: } L58: } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "hel...
2007 May 24
1
Bogus shutdown
Nut shut down a machine last night when there was no power outage. When I came in this morning, the UPS was turned off, but it turned on cleanly and passed its self-test. The battery was at 62% when I first checked it, and it's up to 63% now, about 20 minutes later. The UPS is a Tripp-Lite AVR550U. I'm running nut version 2.0.3. I expect to be told to update to a newer version and to
2020 Jan 21
0
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...d it boils down to > > > <https://github.com/libvirt/libvirt/blob/7d608469621a3fda72dff2a89308e68cc9fb4c9a/src/util/vircgroupv2devices.c#L292-L296> > > > and > > > <https://github.com/libvirt/libvirt/blob/02bf7cc68bfc76242f02d23e73cad36618f3f790/src/util/virbpf.c#L54> > > > but I have no clue what that syscall is doing, so that's where my > > > debugging capability basically ends. > > > > > > Maybe this is something as simple as setting the right ACL somewhere. I > > > haven't touched /etc/libvirt/qemu.co...
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...tion stored there in any coherent way, (it's too bad that the vxlan stuff added a prepended header, instead of just using the flowlabel) so it is best to just hash the main headers and whatever inner headers you can obtain, as per http://lxr.free-electrons.com/source/net/core/flow_dissector.c#L54 and https://github.com/torvalds/linux/blob/master/net/sched/sch_fq_codel.c#L70 I have quibble with the jhash3 here, as the present treatment of ipv6 is the very efficient but not very hashy addr[0] ^ addr[2] ^ addr[3] ^ addr[4] (somewhere in the code), instead of feeding all the bits to the has...
2020 Jan 21
2
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...to > > > > <https://github.com/libvirt/libvirt/blob/7d608469621a3fda72dff2a89308e68cc9fb4c9a/src/util/vircgroupv2devices.c#L292-L296> > > > > and > > > > <https://github.com/libvirt/libvirt/blob/02bf7cc68bfc76242f02d23e73cad36618f3f790/src/util/virbpf.c#L54> > > > > but I have no clue what that syscall is doing, so that's where my > > > > debugging capability basically ends. > > > > > > > > Maybe this is something as simple as setting the right ACL somewhere. I > > > > haven't tou...
2012 Jun 29
6
UX/UI of puppet help when face actions have unmet dependencies
Hello, We''re trying to come up with a nice way to indicate when a Puppet module like cloud provisioner breaks a Puppet subcommand because of missing dependencies. When this happens in the current 3.0rc branch, all help for all subcommands is unavailable. This isn''t very helpful. We''re planning to simply mark the subcommands that have incomplete actions as
2019 Oct 15
2
Re: Splitting the large libguestfs repo
On Tue, Oct 15, 2019 at 03:59:04PM +0200, Pino Toscano wrote: > On Tuesday, 15 October 2019 10:01:28 CEST Richard W.M. Jones wrote: > > I got a little way into this. The two attached patches are > > preliminary work. > > I see the work was done already, so I guess providing alternative ideas > (or opinions, apparently) is of no use now... It's always valued. >
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
I have long included tinc in the cerowrt project as a lighter weight, meshy alternative to conventional vpns. I sat down a few days ago to think about how to make vpn connections work better through fq_codel, and decided I should maybe hack on a vpn to do the job. So I picked up tinc's source code for the first time, got it working on IPv6 as a switch in a matter of minutes between two