Displaying 7 results from an estimated 7 matches for "l135".
Did you mean:
135
2012 Dec 14
1
Re: Digest for rubyonrails-core@googlegroups.com - 4 Messages in 3 Topics
...-0800
> •
> • Specifically looking at action_cache in Rails.3.2 stable right now.
> •
> • It currently will evaluate procs given to the layout or cache_path as can beseen here<https://github.com/rails/rails/blob/3-2-stable/actionpack/lib/action_controller/caching/actions.rb#L135>.
> •
> •
> • I''m working on a library where I''d like to tag my caches so that I can
> • expire sets of keys easily. It would appear that something such as
> •
> • caches_action :show, tag: Proc.new { "post_#{params[:id]}" }
> •
&...
2018 Nov 06
1
Re: [PATCH 2/3] v2v: linux: install packages
On Tuesday, 6 November 2018 11:44:14 CET Tomáš Golembiovský wrote:
> Install packages from local files without touching network.
>
> Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> ---
In this case, better name it local_install/install_local (or something
along these lines) to make it more clear it is not a "classic install".
> +and do_install g {
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
2024 Nov 07
0
[Bug 1778] New: Skipping garbage collection in nf_conncount.c stops working when jiffies wrap around
...be that last_gc in the nf_conncount_list struct is an u32,
but jiffies is an unsigned long which is 8 bytes on my systems. When those two
are compared it only works until last_gc wraps around. The problematic check is
here:
https://github.com/torvalds/linux/blob/master/net/netfilter/nf_conncount.c#L135.
One fix could be to check if the last_gc matches the current (u32)jiffies like
below:
--- a/net/netfilter/nf_conncount.c
+++ b/net/netfilter/nf_conncount.c
@@ -132,7 +132,7 @@
struct nf_conn *found_ct;
unsigned int collect = 0;
- if (time_is_after_eq_jiffies((unsigned long)...
2008 Oct 14
6
Disabling XML character escaping for to_xml
Currently, it appears to_xml will automatically escape any entities
into their corresponding &XXX representation. There''s a piece in the
documentation that says "If $KCODE is set to u and encoding set to
UTF8, then escaping will NOT be performed."
Unfortunately, this doesn''t appear to be the case. Even after
following the docs and ensuring that default_charset is
2016 Jun 08
0
IBM 5396-1Kx ups nearly recognised.
...c info into
battery.charger.status) is enabled:
https://github.com/networkupstools/nut/blob/master/docs/nut-names.txt#L356
https://github.com/networkupstools/nut/blob/master/docs/nut-names.txt#L393
and crunchy tech details here:
https://github.com/networkupstools/nut/blob/master/drivers/mge-hid.c#L135
>
>> If it really is off, then ups.load, ups.power and output.voltage seem
>> reasonable. Otherwise, we might have an issue with scaling the
>> values. (That sort of error is not common on MGE/Eaton units, but you
>> never know.)
>>
>
indeed ;)
>
>>...
2020 Oct 05
3
Internet access and R CMD make check-devel
I am trying to install R on CentOS (either 7 or 8, behavior is the
same) in an environment behind a firewall and while I am able to run:
R CMD make check
I am unable to run:
R CMD make check-devel
These latter tests fail. The failure occurs in the internet access
if() conditional statement in these two tests:
https://svn.r-project.org/R/trunk/tests/internet.R
2016 Apr 24
2
IBM 5396-1Kx ups nearly recognised.
On 17/04/2016 21:49, Charles Lepple wrote:
> On Apr 16, 2016, at 9:08 PM, Andy R - (NUT-List)
> <spinner+NUTlist at delphinidae.org.uk> wrote:
>>
>> It looks like you were right. I've tried building both the patch
>> against the stable 2.7.4 source and using the latest source tarball
>> you've just created. The builds both went fine and seem to run as